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

GetBSDProcessList vs get_proc_list #53

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

GetBSDProcessList vs get_proc_list #53

giampaolo opened this issue May 23, 2014 · 6 comments

Comments

@giampaolo
Copy link
Owner

From [email protected] on May 12, 2009 23:31:17

OS X unction GetBSDProcessList in arch/osx/process_info.c and BSD function get_proc_list in 
arch/bsd/process_info.c are different.

Both could and probably should be the same code.

Also, using consider using the same name for both, perhaps get_proc_list.

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

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

From [email protected] on May 12, 2009 16:20:07

The subsystems and sysctl interfaces are not the same between FreeBSD and OS X, so we
can't reuse the same code (we could use conditional inclusion for the relevant
portions but I would prefer to keep them in separate files).

Labels: OpSys-OSX OpSys-FreeBSD

@giampaolo
Copy link
Owner Author

From [email protected] on May 12, 2009 16:26:19

Renamed the functions so both FreeBSD and OS X use get_proc_list() as the name in r399

Status: Started
Labels: Milestone-0.1.3

@giampaolo
Copy link
Owner Author

From [email protected] on September 17, 2009 02:00:40

Can we consider this one fixed?

@giampaolo
Copy link
Owner Author

From [email protected] on September 17, 2009 11:30:15

Status: FixedInSVN

@giampaolo
Copy link
Owner Author

From g.rodola on November 12, 2010 19:14:59

Status: Fixed

@giampaolo
Copy link
Owner Author

From g.rodola on March 02, 2013 03:49:33

Updated csets after the SVN -> Mercurial migration: r399 == revision c7adef47fc8e

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