index
:
delta/python-packages/psutil.git
0-wiz-0-master
1018-test-refactoring
1040-fix-unicode
1044-osx-zombies
1053-drop-py26-test-support
1058-enable-fix-warnings
1102-proc-bitness
1124-win-wait
1151-PSUTIL_TESTING_env_var
1173-debug-mode
1183-proc-children-speedup
357-proc-cpu-num
371-temperatures
5.7.3
5.9.0-py3.6-wheels
613-thread-names
655-windows-unicode
663-ptp-ifaces
720-sysinfo
722-net-io-ext
756-disk-io-busy-time
771-win-cpu-count
772-net-io-counters-ext
777-linux-files-pos-mode
779-proc-cpu-children-times
792-cpu-stats
795-win-services
802-wrap-numbers
887-linux-free-mem-standardization
887-linux-free-mem-standardization-2
922-if-flags
930-netbsd-connections-segfault
941-cpu-freq
941-cpu-info
955-battery-sensors
EvinceMoi-fix-net_io_counter-overflow
alxchk-master
appveyor
appveyor-debug
appveyor-experiments
black
bsebi-master
c-excs-refact
c-mod-init
central-testcase-class
ci-tests
connections-refactoring
cpu-freq-sparc
cpu-info
cpu-temp
cygwin
debug-c-macro
debug-travis-osx
disk-part-ext
disk-swaps
download_stats
dragonfly-bsd
drop-win-xp-support
fbenkstein-non-unicode
fix-ci
fix-ntext.h
fix-tests
fix-win-set-debug
fix-workflow
freebsd-ci
freebsd-rlimit
fs-exceptions
get_open_files_thread
github-actions
history-urls
ipv6-zone-id
label-old-issues
landryb-openbsd
linux-cat-bcat
linux-disk-io-partitions
linux-mem
linux-zombie-proc
malloc-info
master
mem-refactoring
mem-refactoring-2
memleak-adjust
memleak-fluctuation
memleaks-refact
mindw-move_extension_2_pkg
net-if-flags
new-cpu-count
nicolargo-fansensor
nicstats-250
numfds-test-case-class
oneshot
oneshot-win
openbsd-fixes
osx-failure
osx-ionice
osx-kern-procargs2
osx-list-fds-refact
osx-mem-maps-segfault
osx-move-proc-funcs
osx-temps-alternate
osx-travis-failure
osx-wheels-debug
parallel-build
parallel-tests
pr-1036
pre-release
print-leftover
prlimit
proc-iter-fix
proc-namespace
psutil-test-flag
psutil-testing-envvar
py3.10-deprecation-warn
pyobj-refact
pypy
pypy2-win
read-whole-proc-files-2
readme-update
reap-children
refactor-c-pid-exists
release-gil
revert-1493-fix_cpu_freq
revert-888-887-linux-free-mem-standardization
revert-popen
revive-environ-windows
rich-exceptions
root-fs-device
set_procfs_path
shared-mem
skip-osx-py27
spacewander-patch-1
sync-test-primitives
test-fetch-all-parallel
testfn
thread-safety
thread-safety-2
tidelift
travis-experiments
upload-action
utils-refact
virtualization
wait-exit-code
wheel4
wheel5
wheels2
wheels3
wheels6
wifi
win-alternate-exe-api
win-c-refact
win-cons-speedup
win-cpu-times-refact
win-getloadavg
win-loadlib-refact
win-ntstatus-errs
win-open-files-fixes
win-open-files2
win-openprocess-fix-2
win-pid-type
win-pid-type2
win-proc-exe
win-proc-resources
win-refact
win-swap-usage-via-pagefiles
win-time-precision
win-uss-mem
winerr-0
winerr-handling
winloadlib
xxx
github.com: giampaolo/psutil.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
psutil
/
arch
/
freebsd
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix typos and some other minor bugs (#2253)
HEAD
master
cui fliter
2023-05-09
1
-3
/
+3
*
C refact: remove useless cmdline / cwd / environ layers. Call direct functions
Giampaolo Rodola
2023-04-18
2
-44
/
+22
*
Fix build with Clang 15 (#2186)
Po-Chuan Hsieh
2022-12-27
1
-1
/
+1
*
resolve conflicts
Giampaolo Rodola
2022-09-19
1
-1
/
+1
|
\
|
*
Fix typos
Kian-Meng Ang
2022-01-27
1
-1
/
+1
*
|
FreeBSD / pids(): increase buf size if not enough
Giampaolo Rodola
2022-09-02
1
-13
/
+30
*
|
Implicitly include <sys/param.h> so that __FreeBSD_version checks wor… (#2114)
Torsten-B
2022-06-24
3
-0
/
+3
|
/
*
FreeBSD files refactoring (#2059)
Giampaolo Rodola
2022-01-16
10
-331
/
+403
*
FreeBSD: move CPU C functions in their own cpu.c module
Giampaolo Rodola
2020-12-24
4
-119
/
+145
*
Rename cpu_count_physical() to cpu_count_cores()
Giampaolo Rodola
2020-12-21
2
-3
/
+3
*
[macOS, UNIX] prefer _SC_PAGESIZE over (partially) deprecated getpagesize() (...
Giampaolo Rodola
2020-12-17
1
-8
/
+2
*
[Windows] #1877: turn OpenProcess -> ERROR_SUCCESS into AD or NSP (#1887)
Giampaolo Rodola
2020-12-14
1
-1
/
+1
*
disk_partitions() maxfile and maxpath (#1863)
Giampaolo Rodola
2020-10-24
1
-12
/
+12
*
[FreeBSD] process resource limits (#1859) (#809)
Giampaolo Rodola
2020-10-23
2
-0
/
+87
*
Implement Process.environ() on *BSD family (#1800) (patch by Armin Gruner)
Armin Gruner
2020-08-13
2
-2
/
+7
*
Add C linter script (#1698)
Giampaolo Rodola
2020-02-18
1
-1
/
+1
*
Properly handle PID type in C (#1672)
Giampaolo Rodola
2020-01-29
3
-26
/
+30
*
OpenBSD fixes (#1673)
Giampaolo Rodola
2020-01-27
1
-64
/
+25
*
print/set syscall origin when raising NSP or AD
Giampaolo Rodola
2020-01-14
1
-4
/
+4
*
get rid of globals.c; move stuff in _psutil_common.c
Giampaolo Rodola
2020-01-06
1
-0
/
+1
*
#1428 in case of error, show the C syscall which caused it
Giampaolo Rodola
2019-02-24
1
-54
/
+84
*
give CREDITS to @amanusk for #1369 / #1352 and update doc
Giampaolo Rodola
2018-12-01
1
-3
/
+7
*
Add CPU frequency support for FreeBSD (#1369)
Alex Manuskin
2018-12-01
2
-0
/
+34
*
FreeBSD adding temperature sensors (WIP) (#1350)
Alex Manuskin
2018-11-03
2
-0
/
+37
*
fix freebsd compilation warning
Giampaolo Rodola
2018-05-22
1
-2
/
+0
*
#1255 adjust style + give CREDITS to @href
Giampaolo Rodola
2018-03-29
1
-6
/
+9
*
Fixes swap_memory not returning bytes on FreeBSD (#1260)
Denis Krienbühl
2018-03-29
1
-4
/
+6
*
Arguments for NoSuchProcess and AccessDenied for the C ext (#1180)
Giampaolo Rodola
2017-11-24
1
-4
/
+4
*
1173 debug mode (#1176)
Giampaolo Rodola
2017-11-14
2
-4
/
+4
*
fix #1105: can't compile psutil on freebsd 12
Giampaolo Rodola
2017-09-08
1
-0
/
+36
*
Fixes to net_connections() on FreeBSD. (#1079)
Gleb Smirnoff
2017-05-18
1
-14
/
+16
*
fix #1074: [FreeBSD] sensors_battery() raises OSError in case of no battery.
Giampaolo Rodola
2017-05-16
1
-1
/
+6
*
declare PSUTIL_CONN_NONE as a static shared constant
Giampaolo Rodola
2017-05-16
2
-6
/
+0
*
Freebsd socks refactoring (#1073)
Giampaolo Rodola
2017-05-16
4
-343
/
+376
*
BSD: mv arch C files (#1072)
Giampaolo Rodola
2017-05-16
4
-0
/
+1720