Rivoreo Source Code Repositories
src.rivoreo.one
/
htop
/
eb1a3aeb9949e7bd17f9eafd2cd39f5c948f6da9
/
linux
bd1d719
Linux: add process->starttime and use it for STARTTIME column (#700)
by Shawn Landden
· 6 years ago
d74b6dc
Fix process name updates for shorter strings (#812)
by Score_Under
· 6 years ago
e1e3791
Fix #define to match header when regenerating with MakeHeader.py (#789)
by Faster IT
· 7 years ago
47cf153
Linux: change how kernel threads are detected
by Hisham Muhammad
· 7 years ago
ccd156f
Updates to generated header files
by Hisham Muhammad
· 7 years ago
c01f40e
Fix build failure ('major' undefined) in glibc 2.28. (#746)
by Kang-Che Sung (宋岡哲)
· 7 years ago
8c65321
Replace size_t with int/void* union
by Hisham Muhammad
· 7 years ago
b064d50
linux/Battery.c: make sure fd is always closed
by Hisham Muhammad
· 7 years ago
6dda8d2
linux/LinuxProcessList.c: Fix indentation.
by Hisham Muhammad
· 7 years ago
70ed51a
linux/LinuxProcessList: fix reading of number of read syscalls of process
by Marc Kleine-Budde
· 7 years ago
b0588d9
parseBatInfo: check `line` for NULL before passing it to String_getToken()
by Jan Chren (rindeal)
· 8 years ago
87be623
Add support for Linux TASK_IDLE
by Vladimir Panteleev
· 7 years ago
b7b66b7
Adds support for linux delay accounting (#667)
by André Carvalho
· 7 years ago
9487bda
Do not use xSnprintf when the result is used. Fixes #662.
by Hisham Muhammad
· 7 years ago
09e241f
Security review: check results of snprintf.
by Hisham Muhammad
· 7 years ago
3975e9c
Merge branch 'master' of https://github.com/hishamhm/htop
by Hisham Muhammad
· 7 years ago
f205f70
Use regular readdir since readdir_r is deprecated and newer GCC complains.
by Hisham Muhammad
· 7 years ago
d5faf64
Mark some things as const
by Richard
· 7 years ago
e940aec
Add "no perm" status when other fields fail due to lack of permission.
by Hisham Muhammad
· 7 years ago
71785e2
Set idle I/O prio to 0x6007, like ionice. As suggested by @wolfgang42 in #100.
by Hisham Muhammad
· 7 years ago
e9ecbd0
Use class value only to display idle I/O priority.
by Hisham Muhammad
· 7 years ago
fa30938
Merge branch 'master' of https://github.com/hishamhm/htop
by Hisham
· 8 years ago
bb8dec1
Cap battery at 100%.
by Hisham
· 8 years ago
3f6d126
Issue #502 fix SID colunm header width
by Kamyar Rasta
· 8 years ago
84bc00a
Issue #502 update Session ID column
by Kamyar Rasta
· 8 years ago
8af4d9f
Interpret TTY_NR column on Linux,
by Hisham
· 8 years ago
1f3d85b
Mark signal tables 'const'
by Explorer09
· 8 years ago
bd5d37f
Return when reading cmdline fails (e.g. zombie process)
by Hisham
· 8 years ago
bf35921
Optimize Strings_startWith()
by Explorer09
· 8 years ago
0fa0332
Dynamically adjust the size of line reads
by Hisham Muhammad
· 8 years ago
1a13b4d
Don't store invisible trailing whitespace
by Hisham
· 8 years ago
e77811e
any of these values may wrap
by Hisham
· 9 years ago
797bcd0
Catch invalid IO values due to no permissions.
by Hisham
· 9 years ago
baec4bd
Try to retain last full name of a zombie process.
by Hisham
· 9 years ago
e0c364b
Fix reading of io_syscr and io_syscw.
by Hisham
· 9 years ago
3565720
Disable the syscall on systems that don't have it.
by Hisham
· 9 years ago
0b70439
Fix buffer reuse.
by Hisham
· 9 years ago
b2c2b2b
Merge branch 'reuse-comm'
by Hisham
· 9 years ago
1cfcc42
Reuse comm object if possible, avoid useless repetitions of free+strdup.
by Hisham
· 9 years ago
b54d2dd
Check for failure in allocations.
by Hisham
· 9 years ago
6dae810
Introduce CLAMP macro. Unify all MIN(MAX(a,b),c) uses.
by Explorer09
· 9 years ago
b10e54c
Merge remote-tracking branch 'upstream/master' into envscreen
by Michael Klein
· 9 years ago
be9edc5
Merge branch 'master' of https://github.com/hishamhm/htop
by Hisham Muhammad
· 9 years ago
7170382
Fix spelling of "maintainer"
by Michael McConville
· 9 years ago
802e216
Extend buffer for reading lines from /proc.
by Hisham Muhammad
· 9 years ago
cc23d13
Add Platform_getProcessEnv
by Michael Klein
· 9 years ago
a84aa2e
Cached memory calculations, take 2.
by Hisham Muhammad
· 9 years ago
5bc1f5e
Account unreclaimable slab and shmem as used memory,
by Hisham Muhammad
· 9 years ago
b669540
Merge pull request #298 from patrickmarlier/issue202
by Hisham Muhammad
· 9 years ago
7119065
Calculate CPU averages on Darwin (See #295).
by Hisham Muhammad
· 9 years ago
93f05b4
fixed broken merge, where I forgot to check linux/Platform.c so that it matches upstream
by Martin "eto" Misuth
· 9 years ago
2379835
Added platform dependent DEFAULT_SIGNAL define, for now for:
by Martin "eto" Misuth
· 9 years ago
3fe2f3e
Move list of signals to platform-specific code.
by Hisham Muhammad
· 9 years ago
b37d4f1
Fix a case where the usertime calculation can overflow (see issue #202)
by Patrick Marlier
· 9 years ago
e8970b6
fix calloc() calls
by Christian Hesse
· 9 years ago
5e4f1e4
Reduce scope of variables.
by Hisham Muhammad
· 9 years ago
9428010
Make column width calculation dynamic.
by Hisham Muhammad
· 9 years ago
5e602f1
Rename String to StringUtils.
by David Hunt
· 9 years ago
e42d780
Merge pull request #230 from maksqwe/cstime_fix
by Hisham Muhammad
· 9 years ago
6f6f0e3
Fix typo in comment
by peter-warhzner
· 9 years ago
1bdee6b
Fix sort by cstime
by Maks Naumov
· 9 years ago
08829cb
fix compiler warnings
by Christian Hesse
· 10 years ago
f4f6d54
Fix compilation of OpenVZ support.
by Hisham Muhammad
· 10 years ago
2f45008
Enable OOM support unconditionally on Linux.
by Hisham Muhammad
· 10 years ago
b291fba
Fixes to use platform-specific compare routines.
by Hisham Muhammad
· 10 years ago
d880def
Merge branch 'master' into wip
by Hisham Muhammad
· 10 years ago
4c24a9b
Fixes to subclassing Process.
by Hisham Muhammad
· 10 years ago
7cb8cb0
Simplify constructors.
by Hisham Muhammad
· 10 years ago
d0c72c3
Move FunctionBar inside Panel
by Hisham Muhammad
· 10 years ago
4e064e0
Build fixes to resync with FreeBSD changes.
by Hisham Muhammad
· 10 years ago
272e2d9
Major advances in FreeBSD port.
by Hisham Muhammad
· 10 years ago
7fd4af8
Linux build fixes.
by Hisham Muhammad
· 10 years ago
5c8b834
Merge branch 'master' into wip
by Hisham Muhammad
· 10 years ago
adbfe3c
Get FreeBSD tree to compile again with latest changes.
by Hisham Muhammad
· 10 years ago
be1700c
Isolate portable and Linux-specific process fields.
by Hisham Muhammad
· 10 years ago
e3fe396
Move more Linux-specific code into Linux subdir.
by Hisham Muhammad
· 10 years ago
e7d6eb6
Fix deletion of processes. Closes #172.
by Hisham Muhammad
· 10 years ago
a4b03e8
Improve reading of cgroups.
by Hisham Muhammad
· 10 years ago
39a725a
Fix deletion of processes. Closes #172.
by Hisham Muhammad
· 10 years ago
0a184b7
Merge fixes
by Hisham Muhammad
· 10 years ago
50000d8
Silence warnings reported in #70.
by Hisham Muhammad
· 10 years ago
9780c31
Fix allocation of processes. Closes #166.
by Hisham Muhammad
· 10 years ago
6f868b0
Fix allocation of processes. Closes #166.
by Hisham Muhammad
· 10 years ago
83a829a
Remove bogus assertion. Closes #159.
by Hisham Muhammad
· 10 years ago
c2108e5
Another mega-patch for the refactoring process.
by Hisham Muhammad
· 10 years ago
3383d8e
Sorry about the mega-patch.
by Hisham Muhammad
· 10 years ago
36b7832
Fix initialization of cpuData structure. Closes #159.
by Hisham Muhammad
· 10 years ago
430c7c9
Move platform-dependent parts of Linux battery meter.
by Hisham Muhammad
· 10 years ago
b4f6b11
Move "get max pid" code into platform specific area.
by Hisham Muhammad
· 10 years ago
5578a31
Merge branch 'master' of https://github.com/hishamhm/htop
by Hisham Muhammad
· 10 years ago
5290956
Isolate cross-platform code for load average.
by Hisham Muhammad
· 10 years ago
e748401
Build fix.
by Hisham Muhammad
· 10 years ago
ca03094
Make UptimeMeter cross-platform again.
by Hisham Muhammad
· 10 years ago
2dcdd87
Move UptimeMeter back into cross-platform code.
by Hisham Muhammad
· 10 years ago
357e7a3
Move UptimeMeter into platform-dependent area.
by Hisham Muhammad
· 10 years ago
cda6bdd
Add ProcessList_delete to the variable interface.
by Hisham Muhammad
· 10 years ago
ff4d1b4
Build fixes.
by Hisham Muhammad
· 10 years ago
6afacee
A little refactoring
by Hisham Muhammad
· 10 years ago
aaaaf06
Builds on Linux again!
by Hisham Muhammad
· 10 years ago
26422af
Files moved and added for supporting separate platforms.
by Hisham Muhammad
· 10 years ago