summaryrefslogtreecommitdiff
path: root/psutil/arch
Commit message (Expand)AuthorAgeFilesLines
* fix typos and some other minor bugs (#2253)HEADmastercui fliter2023-05-091-3/+3
* SunOS: fix some C compilation warningsGiampaolo Rodola2023-04-221-4/+4
* OSX / refact: get rid of process_info.c (#2243)Giampaolo Rodola2023-04-204-431/+396
* OSX C refact: reconstruct _psutil_osx.c to preserve historyosx-move-proc-funcsGiampaolo Rodola2023-04-192-163/+44
* OSX: rename psutil/_psutil_osx.c to arch/osx/proc.c to preserve GIT historyGiampaolo Rodola2023-04-191-0/+1016
* OSX big C refactoring (#2242)Giampaolo Rodola2023-04-2012-6/+900
* win, C, refact: rename process_*.c files to proc_*.cwin-c-refactGiampaolo Rodola2023-04-198-8/+15
|\
| * win C refact: reconstruct _psutil_windows.c trying to preserve historyGiampaolo Rodola2023-04-193-301/+76
| * rename _psutil_windows.c -> proc.cGiampaolo Rodola2023-04-191-0/+1507
* | Win, C, refact: move proc funcs into proc.c fileGiampaolo Rodola2023-04-193-0/+1275
|/
* Merge branch 'c-refact'Giampaolo Rodola2023-04-1910-0/+1049
|\
| * BSD big refact: move proc funcs in new proc.c fileGiampaolo Rodola2023-04-1910-0/+1049
* | Fix build on NetBSD due to missing .h include. (#2241)Thomas Klausner2023-04-191-0/+1
|/
* Win, C, refact: move boot_time() and users() in new sys.cGiampaolo Rodola2023-04-182-0/+188
* Windows / refact: new sensors.c fileGiampaolo Rodola2023-04-182-0/+41
* C refact: remove useless cmdline / cwd / environ layers. Call direct functionsGiampaolo Rodola2023-04-1810-152/+170
* #2238: passed wrong value to Py_BuildValueGiampaolo Rodola2023-04-172-2/+2
* fix #2238 if cwd() cannot be determined always return "" instead of NoneGiampaolo Rodola2023-04-172-5/+8
* Fix #2237, OpenBSD, cwd(): return None instead of FileNotFoundErrorGiampaolo Rodola2023-04-161-2/+8
* Fix #2236 / NetNBSD: skip terminated process threadsGiampaolo Rodola2023-04-141-0/+4
* [NetBSD] virtual_memory() metrics are completely wrong (#2235), fixes #2234Giampaolo Rodola2023-04-151-12/+12
* [NetBSD] available mem can be higher than total (#2233)Giampaolo Rodola2023-04-141-4/+6
* [NetBSD] move files / refactoring of C files (#2232)Giampaolo Rodola2023-04-148-267/+321
* OpenBSD: rewrite net_connections() from scratch (#2230)Giampaolo Rodola2023-04-134-224/+189
* Get Windows percent swap usage from performance counters (#2160)Daniel Widdis2023-04-132-0/+52
* move psutil_getpagesize() in a new mem.c fileGiampaolo Rodola2023-04-102-1/+10
* move psutil_virtual_mem() in a new mem.c fileGiampaolo Rodola2023-04-102-0/+44
* Fix build with Clang 15 (#2186)Po-Chuan Hsieh2022-12-271-1/+1
* Fixed typo in debug message (#2187)Daniel Lockyer2022-12-271-1/+1
* feature: use ABI3 for cp36+ (#2102)Matthieu Darbois2022-10-211-1/+1
* #2084: document limitations of environ() on macOS Big SurGiampaolo Rodola2022-09-201-1/+8
* resolve conflictsGiampaolo Rodola2022-09-193-8/+8
|\
| * Fix typosKian-Meng Ang2022-01-276-11/+11
* | [macOS] Fix out-of-bounds read around sysctl_procargs (#2135)Bernhard Urban-Forster2022-09-191-4/+4
* | FreeBSD / pids(): increase buf size if not enoughGiampaolo Rodola2022-09-021-13/+30
* | [NetBSD] two fixes for swap code (#2128)Thomas Klausner2022-08-181-3/+3
* | Implicitly include <sys/param.h> so that __FreeBSD_version checks wor… (#2114)Torsten-B2022-06-243-0/+3
* | #2105: give hint on how to solve the problem if PdhAddEnglishCounter failsGiampaolo Rodola2022-05-171-1/+4
* | fix some typos (#2085)cui fliter2022-03-153-3/+3
|/
* FreeBSD files refactoring (#2059)Giampaolo Rodola2022-01-1610-331/+403
* OpenBSD: add support for CPU frequency (#2057)Giampaolo Rodola2022-01-162-0/+19
* OpenBSD files refactoring (#2056)Giampaolo Rodola2022-01-168-260/+310
* HISTORY.rst add hyperlinks pointing to psutil API doc (#2042)Giampaolo Rodola2021-12-291-1/+4
* fix missing arg passed to C psutil_debug()Giampaolo Rodola2021-11-301-1/+1
* [macOS] dynamic set buffer size for process connections/fds (fixes #1901) (#1...Giampaolo Rodola2021-10-051-6/+7
* [Windows] fix service handle leak in start service (#1990)Wilfried Goesgens2021-10-021-0/+1
* [Windows] Reset `mp_flag` after each drive on `psutil.disk_partitions()` (#1961)Pablo Baeyens2021-08-051-0/+1
* Changed size of opts array in psutil/arch/windows/disk.c to 50 (#1962)MaWe20192021-06-291-1/+1
* #1901 / macOS: better err msg on proc_pidinfo()Giampaolo Rodola2021-01-061-3/+10
* provide debug info in case of error for getloadavg() on Windows.Giampaolo Rodola2020-12-301-12/+14