summaryrefslogtreecommitdiff
path: root/psutil/_psosx.py
Commit message (Expand)AuthorAgeFilesLines
* fix broken linkGiampaolo Rodola2017-05-121-1/+0
* fix osx / linux on travisGiampaolo Rodola2017-04-301-1/+1
* make users() include pid into suser tupleAlexander Hasselhuhn2017-04-251-2/+2
* cosmetic changesGiampaolo Rodola2017-02-141-11/+19
* add docstringsGiampaolo Rodola2017-02-031-0/+3
* #941: add docGiampaolo Rodola2017-01-201-0/+5
* #941: implement cpu_freq() for OSXGiampaolo Rodola2016-12-031-0/+5
* merge from masterGiampaolo Rodola2016-10-251-1/+8
|\
| * osx: separate IFFLAGS functionGiampaolo Rodola2016-10-251-1/+2
| * share C function to retrieve MTU across all UNIXesGiampaolo Rodola2016-10-241-1/+2
| * fix #925: [OSX/BSD/SUNOS] ZombieProcess may be erroneously raised for PID 0Giampaolo Rodola2016-10-181-0/+5
* | #799 / OSX: also include proc.name() in the list of grouped oneshot infoGiampaolo Rodola2016-10-071-1/+3
* | #799 / OSX: implement oneshot for PROC_PIDTASKINFOGiampaolo Rodola2016-10-071-7/+40
* | #799 / OSX: implement oneshot for kinfo_proc infoGiampaolo Rodola2016-10-071-10/+36
* | merge from masterGiampaolo Rodola2016-06-271-22/+58
|\ \ | |/
| * doc indentationGiampaolo Rodola2016-06-061-1/+1
| * move stuff aroundGiampaolo Rodola2016-06-041-8/+8
| * prettyfy codeGiampaolo Rodola2016-06-031-21/+57
* | merge from masterGiampaolo Rodola2016-05-011-1/+2
|\ \ | |/
| * set ppidGiampaolo Rodola2016-05-011-1/+2
* | implement oneshot() ctx managerGiampaolo Rodola2016-04-301-0/+6
|/
* unify cpu stats by getting rid of some infoGiampaolo Rodola2016-03-121-5/+2
* #792 / cpu_stats: osx implGiampaolo Rodola2016-03-041-0/+10
* osx / bsd: set children user/sys time to 0Giampaolo Rodola2016-03-011-1/+2
* rename memory_addrspace_info -> memory_full_infoGiampaolo Rodola2016-02-171-3/+4
* last fixes (I hope)Giampaolo Rodola2016-02-041-1/+1
* still further fixesGiampaolo Rodola2016-02-041-1/+1
* fix osxGiampaolo Rodola2016-02-041-1/+1
* provide a new memory_addrspace_info() fun and deprecate memory_info_exGiampaolo Rodola2016-02-041-10/+4
* migrate OSXGiampaolo Rodola2016-02-041-4/+5
* osx/linux ignore AccessDenied when retrieving pss/ussGiampaolo Rodola2016-02-041-1/+6
* remove 'support for private module import' hackGiampaolo Rodola2016-02-041-7/+0
* Update per code reviewEric Rahm2016-02-031-1/+2
* Measure USS on OSXEric Rahm2016-01-271-3/+3
* revive Process.environ on OSXFrank Benkstein2016-01-251-0/+7
* #734: get rid of ENCODING_ERRORS_HANDLER; instead use surrogateescape by defa...Giampaolo Rodola2016-01-141-4/+2
* #734: fix unicode issues on FreeBSDGiampaolo Rodola2016-01-131-7/+1
* fix AttributeErrorGiampaolo Rodola2016-01-231-1/+1
* #733: try to pass ENCODING_ERRORS_HANDLER to the C extensionGiampaolo Rodola2016-01-221-1/+9
* sort importsGiampaolo Rodola2015-10-241-2/+5
* Merge pull request #573 from tomprince/remove-shebang-linesEvinceMoi-fix-net_io_counter-overflowGiampaolo Rodola'2015-09-031-2/+0
|\
| * Modules aren't scripts.Tom Prince2015-01-081-2/+0
* | #428 / zombie process: provide a more informative exception msg providing als...Giampaolo Rodola2015-02-191-2/+3
* | fix #428: properly handle zombie processes on UNIXGiampaolo Rodola2015-02-171-2/+7
* | issue #250: move BSD implementation in _psutil_posix.c 'cause it's common to ...Giampaolo Rodola2015-02-121-0/+12
* | merge from masterGiampaolo Rodola2015-02-091-10/+10
|\ \
| * | fix #587: re-apply the relative import changes and use setup.py build_ext -i ...Giampaolo Rodola2015-02-091-8/+8
* | | remove unused importsGiampaolo Rodola2015-01-031-1/+0
* | | merge from masterGiampaolo Rodola2015-01-031-1/+4
|\ \ \ | |/ /
| * | #578: another attempt to fix import failuresGiampaolo Rodola2015-02-091-2/+2