Rivoreo Source Code Repositories
src.rivoreo.one
/
htop
/
02a9bf2e86713c6f2d8fa4ea2efc03bda7ef1348
02a9bf2
Support showing thread processes on OpenBSD
by WHR
· 4 years ago
526256c
Consider process 0 a kernel process on kFreeBSD
by WHR
· 4 years ago
ea40f6c
Rename 2 settings variables
by WHR
· 4 years ago
1939c8a
Remove editor and CI configuration files
by WHR
· 4 years ago
16c2f3f
Check consistency when reading '<pid>/stat' from Linux procfs
by WHR
· 4 years ago
5c6b8e2
Remove unnecessary and problematic type convertion for isprint(3)
by WHR
· 4 years ago
1eaecc4
Port to Cygwin
by WHR
· 4 years ago
b16adf8
Fix formatting types mismatch for uid_t on Interix
by WHR
· 4 years ago
4439429
Fix missing include for memmove(3) and memset(3)
by WHR
· 4 years ago
3f4bd08
Check availability for getopt_long(3); Fix incorrect handling of getopt_long(3) or getopt(3) return value
by WHR
· 4 years ago
dea679e
Port to Interix
by WHR
· 4 years ago
3ef86ff
Count kernel processes and threads separately
by WHR
· 4 years ago
5c00d83
Fix incorrect buffer size for snprintf(3)
by WHR
· 4 years ago
e983ba2
s/Process_isKernelThread/Process_isKernelProcess/
by WHR
· 4 years ago
e8a32cd
Fix process time scale error on Solaris
by WHR
· 4 years ago
c3a7860
Show both real and effective user (id) of processes
by WHR
· 4 years ago
334a00e
Set process name to '<unsupported>' in UnsupportedProcessList
by WHR
· 4 years ago
a4a191e
Fix nice values didn't minus NZERO on AIX
by WHR
· 4 years ago
bd615f2
Fix formatting types mismatch
by WHR
· 4 years ago
d979b36
Don't assume the compiler is GCC-compatible
by WHR
· 4 years ago
b475d50
Remove use of err(3)
by WHR
· 4 years ago
7641825
Rewrite Platform_getProcessEnv to return a vector instead; implement Platform_getProcessEnv for FreeBSD
by WHR
· 4 years ago
461353c
Remove hardcoded path for Linux procfs
by WHR
· 4 years ago
d2697d8
Allow building with xlc(1)
by WHR
· 4 years ago
e4cf98d
Fill command line with pi_comm if actual commnad line is not available on AIX
by WHR
· 4 years ago
b42b125
Fix defining variables in aix/Platform.h
by WHR
· 4 years ago
548788c
Add 'NAME' column for AIX process listing
by WHR
· 4 years ago
0cda368
Merge remote-tracking branch 'NattyNarwhal/aix-wrk' into 'rivoreo-fork'
by WHR
· 4 years ago
ccac6ef
Support CPU hot-plugging with Linux procfs
by WHR
· 4 years ago
e809cf6
Fix a null pointer dereference on OpenBSD
by WHR
· 4 years ago
191f121
Don't try to read kstat on OpenBSD since it didn't support dynamic sysctl names
by WHR
· 4 years ago
ac01eec
Listing threads is not supported in BSD; don't consider kernel process which itself containing threads a thread
by WHR
· 4 years ago
0d814c9
Try truss(1) before strace(1) because Solaris has an unrelated strace(1M) command
by WHR
· 4 years ago
247d747
Fix formatting types mismatch on Solaris
by WHR
· 4 years ago
b4006f3
Update version number
by WHR
· 4 years ago
21801ef
Fix Android compatibility issue
by WHR
· 4 years ago
ba7b30c
Fix using hardcoded power_supply names when reading battery data on Linux via sysfs
by WHR
· 4 years ago
e0be815
Fix some file descriptor leaks
by WHR
· 4 years ago
7647d0a
Fix nice values didn't minus NZERO on Solaris
by WHR
· 4 years ago
7066ea0
Add generic ZFS ARC size statistic
by WHR
· 4 years ago
4376760
Optimize colors in help screen
by WHR
· 4 years ago
eb18d4c
Add unified interface for kstat
by WHR
· 4 years ago
af5d8c0
Fix potential compatibility issue with Linux procfs meminfo
by WHR
· 4 years ago
0563721
Fix defining variables in headers
by WHR
· 4 years ago
6b2e2fa
Skip private type definitions when generating header
by WHR
· 4 years ago
93cd921
Make some private use functions 'static'
by WHR
· 4 years ago
f0722d7
Fix external variables didn't being marked as 'extern' in generated headers
by WHR
· 4 years ago
040e5b0
Support showing command line on Solaris
by WHR
· 4 years ago
dae0cdd
Translate scripts/MakeHeader.py into scripts/MakeHeader.sh to allow building without python(1)
by WHR
· 4 years ago
47779e0
Adjust unit prefix names
by WHR
· 4 years ago
f68572e
Add NAME column
by WHR
· 4 years ago
4297561
Support tracing via truss(1)
by WHR
· 4 years ago
3ea913d
Style suggestion from kadler
by Calvin Buckley
· 6 years ago
7a27d3d
Remember to declare uptime func for platform
by Calvin Buckley
· 6 years ago
9b66216
Fix totally bogus err shim
by Calvin Buckley
· 6 years ago
b7d4312
Add OpenBSD copyright to strcasestr shim
by Calvin Buckley
· 6 years ago
f1c8598
Merge branch 'master' into aix-wrk
by Calvin Buckley
· 7 years ago
402e46b
Linting changes
by Hisham Muhammad
· 7 years ago
90518bf
Return of snprintf is not the number of written bytes
by Hisham Muhammad
· 7 years ago
f49f545
Fix printf() unsigned placeholders
by Alan Barr
· 8 years ago
60e5578
Prevent possible NULL pointer deference
by Alan Barr
· 8 years ago
79c939e
Remove duplicated if condition
by Alan Barr
· 8 years ago
dc7d035
htop.c: remove unused "--io" / "-i" (#811)
by Lion Yang
· 8 years ago
e3a7cb7
Make htop work on IBM i with the AIX backend
by Calvin Buckley
· 7 years ago
c84bb41
Merge branch 'master' into aix-wrk
by Calvin
· 8 years ago
67e3689
htop.c: remove unused "--io" / "-i" (#811)
by Lion Yang
· 8 years ago
71b95da
fix typo after change (though the metric still doesn't seem right?)
by Calvin Buckley
· 8 years ago
3197871
Environment variable reading support for AIX
by Calvin Buckley
· 8 years ago
c99a188
fix process states on AIX
by Calvin Buckley
· 8 years ago
8e4d98e
headers too
by Calvin Buckley
· 8 years ago
cf6e3e9
update copyright stamps for aix
by Calvin Buckley
· 8 years ago
de235fe
Fix compiler warninings
by Calvin Buckley
· 8 years ago
69993b6
Generalize timeradd change
by Calvin Buckley
· 8 years ago
da99eaa
remove curses ifdef workarounds for AIX
by Calvin Buckley
· 8 years ago
07e4808
better strcasestr check
by Calvin Buckley
· 8 years ago
7a33118
maybe better memory meters
by Calvin Buckley
· 8 years ago
c5f7558
CPU percentage
by Calvin Buckley
· 8 years ago
bae2705
Linux: fix CPU count
by Hisham Muhammad
· 8 years ago
8d01ae2
Linux: remove warnings of unused variables
by Hisham Muhammad
· 8 years ago
049af17
Improve Catalan translation for desktop file (#828)
by Robert Antoni Buj Gelonch
· 8 years ago
61a5062
support CPU average
by Calvin Buckley
· 8 years ago
502ba12
very naive implementation, bit erratic but ok POC
by Calvin Buckley
· 8 years ago
6e19857
start storing CPU data (just need to figure out how to calc it)
by Calvin Buckley
· 8 years ago
b82e7d2
Using libperfstat for memory under AIX but not i
by Calvin Buckley
· 8 years ago
6794b7a
more comments, add a buffer zone for alloc
by Calvin Buckley
· 8 years ago
9c467cd
store stime and user in AixProcess, we might need them later
by Calvin Buckley
· 8 years ago
8713e68
memory percentage looks reasonable
by Calvin Buckley
· 8 years ago
8f0482d
memory gathering
by Calvin Buckley
· 8 years ago
ef72b50
process time for aix
by Calvin Buckley
· 8 years ago
eb1a3ae
fix proc start time on AIX
by Calvin Buckley
· 8 years ago
9227ef5
more memory values, turn on CPU meters
by Calvin Buckley
· 8 years ago
a86924e
Add signals to AIX
by Calvin Buckley
· 8 years ago
6b46757
AIX load avg
by Calvin Buckley
· 8 years ago
0cc35e9
args list, uptime
by Calvin Buckley
· 8 years ago
db98ed3
fix listing of procs
by Calvin Buckley
· 8 years ago
cbc3eb4
fallback for argv
by Calvin Buckley
· 8 years ago
44d210d
fix PIDs
by Calvin Buckley
· 8 years ago
363cca0
Progressing further
by Calvin Buckley
· 8 years ago
b0c7f57
fix argv on aix
by Calvin Buckley
· 8 years ago
3586134
Initial AIX support
by Calvin Buckley
· 8 years ago
Next »