summaryrefslogtreecommitdiff
path: root/psutil/arch/freebsd
Commit message (Expand)AuthorAgeFilesLines
* fix typos and some other minor bugs (#2253)HEADmastercui fliter2023-05-091-3/+3
* C refact: remove useless cmdline / cwd / environ layers. Call direct functionsGiampaolo Rodola2023-04-182-44/+22
* Fix build with Clang 15 (#2186)Po-Chuan Hsieh2022-12-271-1/+1
* resolve conflictsGiampaolo Rodola2022-09-191-1/+1
|\
| * Fix typosKian-Meng Ang2022-01-271-1/+1
* | FreeBSD / pids(): increase buf size if not enoughGiampaolo Rodola2022-09-021-13/+30
* | Implicitly include <sys/param.h> so that __FreeBSD_version checks wor… (#2114)Torsten-B2022-06-243-0/+3
|/
* FreeBSD files refactoring (#2059)Giampaolo Rodola2022-01-1610-331/+403
* FreeBSD: move CPU C functions in their own cpu.c moduleGiampaolo Rodola2020-12-244-119/+145
* Rename cpu_count_physical() to cpu_count_cores()Giampaolo Rodola2020-12-212-3/+3
* [macOS, UNIX] prefer _SC_PAGESIZE over (partially) deprecated getpagesize() (...Giampaolo Rodola2020-12-171-8/+2
* [Windows] #1877: turn OpenProcess -> ERROR_SUCCESS into AD or NSP (#1887)Giampaolo Rodola2020-12-141-1/+1
* disk_partitions() maxfile and maxpath (#1863)Giampaolo Rodola2020-10-241-12/+12
* [FreeBSD] process resource limits (#1859) (#809)Giampaolo Rodola2020-10-232-0/+87
* Implement Process.environ() on *BSD family (#1800) (patch by Armin Gruner)Armin Gruner2020-08-132-2/+7
* Add C linter script (#1698)Giampaolo Rodola2020-02-181-1/+1
* Properly handle PID type in C (#1672)Giampaolo Rodola2020-01-293-26/+30
* OpenBSD fixes (#1673)Giampaolo Rodola2020-01-271-64/+25
* print/set syscall origin when raising NSP or ADGiampaolo Rodola2020-01-141-4/+4
* get rid of globals.c; move stuff in _psutil_common.cGiampaolo Rodola2020-01-061-0/+1
* #1428 in case of error, show the C syscall which caused itGiampaolo Rodola2019-02-241-54/+84
* give CREDITS to @amanusk for #1369 / #1352 and update docGiampaolo Rodola2018-12-011-3/+7
* Add CPU frequency support for FreeBSD (#1369)Alex Manuskin2018-12-012-0/+34
* FreeBSD adding temperature sensors (WIP) (#1350)Alex Manuskin2018-11-032-0/+37
* fix freebsd compilation warningGiampaolo Rodola2018-05-221-2/+0
* #1255 adjust style + give CREDITS to @hrefGiampaolo Rodola2018-03-291-6/+9
* Fixes swap_memory not returning bytes on FreeBSD (#1260)Denis Krienbühl2018-03-291-4/+6
* Arguments for NoSuchProcess and AccessDenied for the C ext (#1180)Giampaolo Rodola2017-11-241-4/+4
* 1173 debug mode (#1176)Giampaolo Rodola2017-11-142-4/+4
* fix #1105: can't compile psutil on freebsd 12Giampaolo Rodola2017-09-081-0/+36
* Fixes to net_connections() on FreeBSD. (#1079)Gleb Smirnoff2017-05-181-14/+16
* fix #1074: [FreeBSD] sensors_battery() raises OSError in case of no battery.Giampaolo Rodola2017-05-161-1/+6
* declare PSUTIL_CONN_NONE as a static shared constantGiampaolo Rodola2017-05-162-6/+0
* Freebsd socks refactoring (#1073)Giampaolo Rodola2017-05-164-343/+376
* BSD: mv arch C files (#1072)Giampaolo Rodola2017-05-164-0/+1720