Explorer09
|
7017b86bbf
Use 'sb' name for local 'struct stat' buffers
|
7 months ago |
Explorer09
|
a46b3f0a98
Use 'fp' name for local 'FILE*' variables.
|
7 months ago |
Benny Baumann
|
9cc1c5ea15
Reserve full function array to make the GCC14 static code analyzer happy
|
7 months ago |
Benny Baumann
|
51ead9d8b6
Explicit memory initialization when reading status file
|
7 months ago |
Daniel Lange
|
6f0adfab24
Merge branch 'add-git-commit-to-compiled-dev-versions' of fasterit/htop
|
7 months ago |
Daniel Lange
|
6eb164ef68
Merge branch 'hf-one-100' of peterdey/htop
|
7 months ago |
Daniel Lange
|
e8ee2004bf
Merge branch 'signal_safe' of cgzones/htop
|
7 months ago |
Daniel Lange
|
8ad2bb8e4f
Merge branch 'htoprc-write-check' of Explorer09/htop-1
|
7 months ago |
Peter Dey
|
13ca4e2b5f
Add HeaderLayout format for one single 100%-width column
|
7 months ago |
Explorer09
|
752659fd08
Avoid writing configuration to non-regular files
|
7 months ago |
Benny Baumann
|
eaeeda64c1
Memory leak when a legacy config file exists
|
7 months ago |
Daniel Lange
|
2acd62d3af
Update configure.ac with some m4 magic to add a git commit id
|
7 months ago |
Explorer09
|
8122fc394e
CI: (OpenBSD) Detect latest Autoconf & Automake versions
|
7 months ago |
Explorer09
|
550f101d7e
CI: Remove Autoconf version num (FreeBSD & DragonFlyBSD)
|
7 months ago |
Christian Göttsche
|
81ff634427
Avoid fprintf in Settings_write
|
7 months ago |
Christian Göttsche
|
2fafa349a7
Avoid fprintf in signal handlers
|
7 months ago |
Christian Göttsche
|
49bad52fc2
linux: harden terminal parsing
|
7 months ago |
Explorer09
|
0da63c903c
BarMeterMode_draw() code formatting adjustment
|
7 months ago |
Benny Baumann
|
1a12d58526
Work around GCC14 memleak diagnostic
|
7 months ago |
Christian Göttsche
|
327593e5cd
Align parameter names in declarations with definitions
|
7 months ago |
Christian Göttsche
|
4cf8c98e05
Drop return at end of function returning void
|
7 months ago |
Christian Göttsche
|
56d7622902
Use uppercase floating point literals
|
7 months ago |
Christian Göttsche
|
626db518b3
Drop casts to same type
|
7 months ago |
Christian Göttsche
|
3477fbf2c9
Linux: fix title alignments of GPU columns
|
7 months ago |
Christian Göttsche
|
0b0d50c50e
Row_printNanoseconds fixes
|
7 months ago |
Daniel Lange
|
599233ffdf
Merge branch 'richstring-buffer-realloc' of BenBE/htop
|
7 months ago |
Benny Baumann
|
a6306f090a
Properly handle RichString_extendLen when an external buffer already exists
|
7 months ago |
Christian Göttsche
|
85c3c3a88a
Linux: add process column whether it is marked a container process
|
10 months ago |
Christian Göttsche
|
22d25db467
Linux: detect container process by different PID namespace
|
10 months ago |
Christian Göttsche
|
76a13dbb4e
Linux: do not always read /proc/<pid>/status
|
10 months ago |
Christian Göttsche
|
213411173c
Linux: reorder some calls in LinuxProcessList_recurseProcTree()
|
1 year ago |
Christian Göttsche
|
48181bc237
Linux: update gathering information regarding threads
|
1 year ago |
Christian Göttsche
|
b4d5b5cea9
Linux: gather permitted capabilities via capget(2)
|
1 year ago |
Explorer09
|
eb27a94ba4
Adapt GPU_TIME field for the new nanoseconds format
|
7 months ago |
Explorer09
|
ae932b4fa9
New Row_printNanoseconds() function
|
7 months ago |
Christian Göttsche
|
24b1513296
linux: use dlopen for libnl3 instead of dynamic linking
|
7 months ago |
Christian Göttsche
|
a782ef3570
linux: move libnl code into separate file
|
7 months ago |
Explorer09
|
15b4bc45b2
Read htoprc in modern location first before old one
|
7 months ago |
Christian Göttsche
|
58c1cb0204
Avoid multiplication in calloc argument
|
7 months ago |
Christian Göttsche
|
869220b589
Use designated initializer more
|
7 months ago |
Christian Göttsche
|
5846b7df4e
Check for absolute paths in environment variables
|
7 months ago |
Benny Baumann
|
6eed489846
Use size_t for array indices consistently
|
7 months ago |
Benny Baumann
|
5518652e71
Fix regression from storing monotonic time deltas
|
7 months ago |
Benny Baumann
|
62c2d820ad
Make memory leak in xRealloc explicit
|
7 months ago |
Christian Göttsche
|
ef6658c22d
Simplify string formatting
|
7 months ago |
Christian Hesse
|
e743952c1b
README: swap regular file and symlink
|
10 months ago |
Christian Hesse
|
1acdf8709e
CRT: handle (ignore) signals `USR1` and `USR2`
|
10 months ago |
Martin Rys
|
240dd4ab50
Linux: Correctly mark trailing offline CPU threads
|
9 months ago |
Christian Göttsche
|
3016a5f28b
Fix typo
|
7 months ago |
Benny Baumann
|
e50b33d537
Avoid glibc FILE API for number of open files
|
8 months ago |