htop/linux
Nathan Scott 500fb283e9 Resolve compiler warnings and errors relating to the Arg union
Promote the Arg union to a core data type in Object.c such
that it is visible everywhere (many source files need it),
and correct declarations of several functions that use it.

The Process_sendSignal function is also corrected to have
the expected return type (bool, not void) - an error being
masked by ignoring this not-quite-harmless warning.  I've
also added error checking to the kill(2) call here, which
was previously overlooked / missing (?).
2020-08-20 09:35:33 +10:00
..
Battery.c linux/Battery.c: make sure fd is always closed 2018-02-18 10:21:22 -03:00
Battery.h Re-generate all headers with latest scripts/MakeHeader.py 2020-08-18 17:41:49 +10:00
IOPriority.c Set idle I/O prio to 0x6007, like ionice. 2017-07-05 15:20:48 -03:00
IOPriority.h Set idle I/O prio to 0x6007, like ionice. 2017-07-05 15:20:48 -03:00
IOPriorityPanel.c Security review: check results of snprintf. 2017-07-27 16:07:50 -03:00
IOPriorityPanel.h Re-generate all headers with latest scripts/MakeHeader.py 2020-08-18 17:41:49 +10:00
LinuxCRT.c Fix spelling of "maintainer" 2016-01-02 12:11:26 -05:00
LinuxCRT.h Re-generate all headers with latest scripts/MakeHeader.py 2020-08-18 17:41:49 +10:00
LinuxProcess.c Resolve compiler warnings and errors relating to the Arg union 2020-08-20 09:35:33 +10:00
LinuxProcess.h Resolve compiler warnings and errors relating to the Arg union 2020-08-20 09:35:33 +10:00
LinuxProcessList.c Correction to smaps buffer size passed to smaps path snprintf 2020-08-19 17:50:43 +10:00
LinuxProcessList.h Merge branch 'hishamhm-pull-843' 2020-08-19 17:47:38 +10:00
Platform.c Replace size_t with int/void* union 2018-02-18 10:38:49 -03:00
Platform.h Re-generate all headers with latest scripts/MakeHeader.py 2020-08-18 17:41:49 +10:00