Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement process getcwd() on FreeBSD #154

Closed
giampaolo opened this issue May 23, 2014 · 6 comments
Closed

Implement process getcwd() on FreeBSD #154

giampaolo opened this issue May 23, 2014 · 6 comments

Comments

@giampaolo
Copy link
Owner

From g.rodola on March 01, 2011 23:48:24

Currently process getcwd() method which retrieves the current process directory 
of a process is supported only on Linux and Windows.
It seems we can retrieve this information on FreeBSD as well by using the kvm_* 
functions: 
http://www.google.com/codesearch/p?hl=en#pFm0LxzAWvs/darwinsource/tarballs/other/lsof-28.tar.gz%7CiuEfJEQnleI/lsof-28/lsof/dialects/darwin/kmem/dproc.c&q=lang:c%20fd.fd_cdir&l=244

Original issue: http://code.google.com/p/psutil/issues/detail?id=154

@giampaolo giampaolo self-assigned this May 23, 2014
@giampaolo
Copy link
Owner Author

From g.rodola on October 14, 2011 14:28:06

This is now done in r1164 .

Status: FixedInSVN
Labels: Usability

@giampaolo
Copy link
Owner Author

From g.rodola on October 17, 2011 15:40:10

Labels: Milestone-0.3.1

@giampaolo
Copy link
Owner Author

From g.rodola on October 21, 2011 16:44:17

Labels: -Milestone-0.3.1

@giampaolo
Copy link
Owner Author

From g.rodola on October 21, 2011 16:45:26

Labels: Milestone-0.4.0

@giampaolo
Copy link
Owner Author

From g.rodola on October 28, 2011 20:44:14

Status: Fixed

@giampaolo
Copy link
Owner Author

From g.rodola on March 02, 2013 03:59:42

Updated csets after the SVN -> Mercurial migration: r1164 == revision 
1b5fe9a4d143

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant