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
/
_psutil_linux.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
prlimit() / set: yet another C type change
Giampaolo Rodola'
2013-07-24
1
-3
/
+11
*
prlimit() / get: change C return type the same way it's done in cPython's res...
Giampaolo Rodola'
2013-07-24
1
-4
/
+10
*
Fix issue 412: implement process resource limits on Linux
Giampaolo Rodola'
2013-07-24
1
-2
/
+70
*
issue 404: move #define _GNU_SOURCE up
Giampaolo Rodola'
2013-07-06
1
-1
/
+1
*
Fix issue #404: [Linux] sched_*affinity() are implicitly declared. (patch by...
Giampaolo Rodola'
2013-07-04
1
-0
/
+1
*
update psutil project ownership
Giampaolo Rodola'
2013-06-08
1
-1
/
+1
*
Remove "$Id$" occurrences from source code files. They were used by svn props...
Giampaolo Rodola'
2013-03-26
1
-2
/
+0
*
README reformatting
Giampaolo Rodola'
2012-12-14
1
-1
/
+2
*
(OSX/Linux): check return value of PyList_New() PyDict_New() and malloc() and...
Giampaolo Rodola'
2012-08-18
1
-0
/
+6
*
Issue 311: merge memory branch back to trunk
Giampaolo Rodola'
2012-07-24
1
-8
/
+12
*
OSX/Linux - pre-emptively set Py objs which are decref'd later to NULL
Giampaolo Rodola'
2012-07-18
1
-0
/
+2
*
use Py_XDECREF against the intermediate python object which has been created ...
Giampaolo Rodola'
2012-07-18
1
-2
/
+2
*
Issue 306: (Linux) check return code of Py* related functions
Giampaolo Rodola'
2012-07-17
1
-13
/
+29
*
Fix issue 299 (Linux): Py_DECREF every time we use PyList_New(0)
Giampaolo Rodola'
2012-07-04
1
-0
/
+2
*
- fix python 3 support on linux
Giampaolo Rodola'
2012-06-26
1
-9
/
+0
*
Fix issue #209 (Linux): add partition options
Giampaolo Rodola'
2012-04-19
1
-3
/
+5
*
Issue #229: re-add Linux get_users() implementation.
Giampaolo Rodola'
2012-03-07
1
-0
/
+44
*
Issue #238: process cpu affinity (Linux implementation)
Giampaolo Rodola'
2011-12-23
1
-0
/
+46
*
remove get_users() code on Linux and BSD because we need a bug-fix only relea...
Giampaolo Rodola'
2011-12-14
1
-44
/
+0
*
wording + indentation fix
Giampaolo Rodola'
2011-12-02
1
-4
/
+3
*
Issue #232 - corrected get_physmem() function to use sysinfo's mem_size
Jay Loden
2011-12-02
1
-7
/
+10
*
get_users(): implementations across different POSIX platforms are too differe...
Giampaolo Rodola'
2011-11-09
1
-0
/
+45
*
Retrieve total, free and buffers physmem info in C by using syscall() instead...
Giampaolo Rodola'
2011-10-17
1
-0
/
+17
*
replace tabs with spaces
Giampaolo Rodola'
2011-10-14
1
-10
/
+10
*
Fix #212
Giampaolo Rodola'
2011-10-05
1
-0
/
+4
*
call endmntent() in case getmntent() fails
Giampaolo Rodola'
2011-07-06
1
-0
/
+1
*
Linux, disk_partitions(): remove Py_BEING/ALLOW thread calls around getmntent...
Giampaolo Rodola'
2011-07-06
1
-3
/
+4
*
release the GIL for disk-related C functions
Giampaolo Rodola'
2011-06-30
1
-0
/
+4
*
Issue #174 - Linux: instead of parsing /etc/mtab in python do that in C by us...
Giampaolo Rodola'
2011-06-15
1
-0
/
+37
*
Fix some C compiler warnings and remove old exception code defined in the C e...
Giampaolo Rodola'
2011-04-22
1
-2
/
+0
*
Fix issue 147: implement process I/O nice on Linux.
Giampaolo Rodola'
2011-01-13
1
-0
/
+166
[prev]