summaryrefslogtreecommitdiff
path: root/psutil/arch/bsd
Commit message (Expand)AuthorAgeFilesLines
* BSD big refact: move proc funcs in new proc.c fileGiampaolo Rodola2023-04-1910-0/+1049
* BSD: mv arch C files (#1072)Giampaolo Rodola2017-05-1610-3682/+0
* styleGiampaolo Rodola2017-05-161-2/+9
* Fix socket to PID translation on FreeBSD. (#1070)Gleb Smirnoff2017-05-161-13/+6
* fix #1042: psutil won't compile on FreeBSD 12; applied patch by @glebiusGiampaolo Rodola2017-05-141-0/+31
* #1068 / openbsd / net_connections(): free() mem if sysctl() failsGiampaolo Rodola2017-05-131-0/+1
* fix #1067: cmdline() memleak on NetBSDGiampaolo Rodola2017-05-131-0/+1
* fix #1065: cmdline() on OpenBSD may raise SystemError; also set a limit of re...Giampaolo Rodola2017-05-133-15/+17
* openbsd: fix compiler warningGiampaolo Rodola2017-05-131-1/+1
* freebsd: fix compiler warningGiampaolo Rodola2017-05-131-1/+1
* #1064 / netbsd: swap_memory() may segfault as it does not in case of errorGiampaolo Rodola2017-05-131-0/+1
* netbsd: fix compiler warningsGiampaolo Rodola2017-05-132-4/+4
* fix #1063 / NetBSD / net_connections: 'continue;' if family is not in AF_INET...Giampaolo Rodola2017-05-131-0/+3
* netbsd: fix compiler warningsGiampaolo Rodola2017-05-131-7/+7
* netbsd: fix compiler warningsGiampaolo Rodola2017-05-132-7/+2
* #1039 freebsd / connections() / UNIX: set laddr to empty string instead of NoneGiampaolo Rodola2017-05-121-9/+8
* broken links: also inspect C and H filesGiampaolo Rodola2017-05-123-5/+5
* remove dead C unicode code on openbsdGiampaolo Rodola2017-05-021-8/+0
* merge from masterGiampaolo Rodola2017-05-022-11/+20
|\
| * #1039 / freebsd / openbsd / connections('unix'): set laddr|raddr to '' instea...Giampaolo Rodola2017-05-022-10/+11
| * #1039 / connections('unix') / linux: set laddr and raddr to an empty string i...Giampaolo Rodola2017-05-021-5/+13
* | #1040: add replacement for PyUnicode_DecodeFSDefaultAndSize on Python 2; also...Giampaolo Rodola2017-05-014-11/+11
* | comment dead codeGiampaolo Rodola2017-05-011-5/+2
* | #1040 fix unicode for connections() on netbsdGiampaolo Rodola2017-05-012-10/+6
* | #1040 / unicode / freebsd: fix decode handling for memory_maps() and open_fil...Giampaolo Rodola2017-05-011-3/+9
* | #1040 / FreeBSD: fix net_connections('unix') which may raise decoding error o...Giampaolo Rodola2017-05-011-6/+14
* | #1040: provide an alias for PyUnicode_DecodeFSDefault which is not available...Giampaolo Rodola2017-05-012-23/+6
|/
* move psutil_pid_exists() and psutil_raise_for_pid() from _psutil_common.c to ...Giampaolo Rodola2017-04-305-3/+7
* #1033 / net|proc connections / FreeBSD / OSX / memory leak: Py_DECREF object ...Giampaolo Rodola2017-04-291-0/+1
* fix test; C: reuse variableGiampaolo Rodola2017-04-281-6/+4
* #1029: [FreeBSD] Process.connections('unix') on Python 3 doesn't properly han...Giampaolo Rodola2017-04-281-2/+12
* freebsd / c: small refactoringGiampaolo Rodola2017-04-271-26/+16
* #997 / virtual_memory() / FreeBSD: sysctl vm.stats.vm.v_cache_count fails on ...Giampaolo Rodola2017-03-231-1/+2
* #955: freebsd / battery: implement power_plugged fieldGiampaolo Rodola2017-01-271-2/+4
* #955: sensors_batter() freebsd implGiampaolo Rodola2017-01-262-0/+25
* refactor C macrosGiampaolo Rodola2016-12-201-2/+2
* fix #932 / netbsd: check connections return value and raise exceptionGiampaolo Rodola2016-10-261-36/+78
* netbsd / connections: refactoringGiampaolo Rodola2016-10-261-46/+46
* netbsd / connections: refactoringGiampaolo Rodola2016-10-261-43/+43
* netbsd / connections: refactoringGiampaolo Rodola2016-10-261-13/+14
* netbsd / connections: refactoringGiampaolo Rodola2016-10-261-97/+97
* netbsd / connections: refactoringGiampaolo Rodola2016-10-261-192/+58
* #930: netbsd / socks: Py_DECREF objectsGiampaolo Rodola2016-10-261-0/+3
* netbsd: refactor connections() codeGiampaolo Rodola2016-10-251-64/+54
* bsd socks: refactor codeGiampaolo Rodola2016-10-251-28/+27
* #910: [OSX / BSD] in case of error, psutil.pids() raised RuntimeError instead...Giampaolo Rodola2016-10-192-4/+3
* #918: [NetBSD] all memory metrics were wrong.Giampaolo Rodola2016-10-131-5/+5
* #918: [NetBSD] all memory metrics were wrong.Giampaolo Rodola2016-10-131-18/+13
* fix netbsd compilationGiampaolo Rodola2016-10-111-0/+1
* change wording when raising RuntimeError from C (add 'syscall' term)Giampaolo Rodola2016-10-053-8/+11