summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2020-09-08 16:45:11 +1000
committerNathan Scott <nathans@redhat.com>2020-09-08 16:45:11 +1000
commiteede79b29af116bc568c7f7a1be319f0c1dfd311 (patch)
treeb271a1980e4b48a5178d60b8aed1efa6987e4e3d
parent85ff6960ed5c1312f9d773e695418fdbfffd5303 (diff)
parent7758ffcdeae26f47f4ad6ec847fb8292fd5ceee3 (diff)
Merge branch 'noheadergen' of https://github.com/zevweiss/htop into zevweiss-noheadergen
-rw-r--r--.gitignore1
-rw-r--r--Action.c32
-rw-r--r--Action.h12
-rw-r--r--Affinity.c12
-rw-r--r--Affinity.h16
-rw-r--r--AffinityPanel.c7
-rw-r--r--AffinityPanel.h6
-rw-r--r--AvailableColumnsPanel.c9
-rw-r--r--AvailableColumnsPanel.h4
-rw-r--r--AvailableMetersPanel.c17
-rw-r--r--AvailableMetersPanel.h4
-rw-r--r--BatteryMeter.c9
-rw-r--r--BatteryMeter.h2
-rw-r--r--CPUMeter.c18
-rw-r--r--CPUMeter.h2
-rw-r--r--CRT.c104
-rw-r--r--CRT.h24
-rw-r--r--CategoriesPanel.c16
-rw-r--r--CategoriesPanel.h6
-rw-r--r--CheckItem.c11
-rw-r--r--CheckItem.h10
-rw-r--r--ClockMeter.c3
-rw-r--r--ClockMeter.h2
-rw-r--r--ColorsPanel.c13
-rw-r--r--ColorsPanel.h4
-rw-r--r--ColumnsPanel.c12
-rw-r--r--ColumnsPanel.h8
-rw-r--r--DisplayOptionsPanel.c13
-rw-r--r--DisplayOptionsPanel.h4
-rw-r--r--EnvScreen.c7
-rw-r--r--EnvScreen.h10
-rw-r--r--FunctionBar.c13
-rw-r--r--FunctionBar.h16
-rw-r--r--Hashtable.c20
-rw-r--r--Hashtable.h16
-rw-r--r--Header.c15
-rw-r--r--Header.h28
-rw-r--r--HostnameMeter.c3
-rw-r--r--HostnameMeter.h2
-rw-r--r--IncSet.c33
-rw-r--r--IncSet.h22
-rw-r--r--InfoScreen.c36
-rw-r--r--InfoScreen.h14
-rw-r--r--ListItem.c11
-rw-r--r--ListItem.h10
-rw-r--r--LoadAverageMeter.c3
-rw-r--r--LoadAverageMeter.h2
-rw-r--r--MainPanel.c19
-rw-r--r--MainPanel.h18
-rw-r--r--Makefile.am33
-rw-r--r--MemoryMeter.c3
-rw-r--r--MemoryMeter.h2
-rw-r--r--Meter.c83
-rw-r--r--Meter.h14
-rw-r--r--MetersPanel.c19
-rw-r--r--MetersPanel.h6
-rw-r--r--Object.c40
-rw-r--r--Object.h4
-rw-r--r--OpenFilesScreen.c24
-rw-r--r--OpenFilesScreen.h10
-rw-r--r--Panel.c54
-rw-r--r--Panel.h52
-rw-r--r--Process.c139
-rw-r--r--Process.h32
-rw-r--r--ProcessList.c63
-rw-r--r--ProcessList.h30
-rw-r--r--RichString.c49
-rw-r--r--RichString.h20
-rw-r--r--ScreenManager.c27
-rw-r--r--ScreenManager.h16
-rw-r--r--Settings.c56
-rw-r--r--Settings.h10
-rw-r--r--SignalsPanel.c8
-rw-r--r--SignalsPanel.h4
-rw-r--r--StringUtils.c6
-rw-r--r--StringUtils.h16
-rw-r--r--SwapMeter.c3
-rw-r--r--SwapMeter.h2
-rw-r--r--TasksMeter.c3
-rw-r--r--TasksMeter.h2
-rw-r--r--TraceScreen.c15
-rw-r--r--TraceScreen.h14
-rw-r--r--UptimeMeter.c3
-rw-r--r--UptimeMeter.h2
-rw-r--r--UsersTable.c7
-rw-r--r--UsersTable.h10
-rw-r--r--Vector.c19
-rw-r--r--Vector.h34
-rw-r--r--XAlloc.c5
-rw-r--r--XAlloc.h14
-rw-r--r--configure.ac1
-rw-r--r--darwin/Battery.h2
-rw-r--r--darwin/DarwinCRT.h2
-rw-r--r--darwin/DarwinProcess.c15
-rw-r--r--darwin/DarwinProcess.h2
-rw-r--r--darwin/DarwinProcessList.c22
-rw-r--r--darwin/DarwinProcessList.h2
-rw-r--r--darwin/Platform.c7
-rw-r--r--darwin/Platform.h2
-rw-r--r--dragonflybsd/Battery.h2
-rw-r--r--dragonflybsd/DragonFlyBSDCRT.h2
-rw-r--r--dragonflybsd/DragonFlyBSDProcess.c28
-rw-r--r--dragonflybsd/DragonFlyBSDProcess.h2
-rw-r--r--dragonflybsd/DragonFlyBSDProcessList.c48
-rw-r--r--dragonflybsd/DragonFlyBSDProcessList.h2
-rw-r--r--dragonflybsd/Platform.c8
-rw-r--r--dragonflybsd/Platform.h2
-rw-r--r--freebsd/Battery.h2
-rw-r--r--freebsd/FreeBSDCRT.h2
-rw-r--r--freebsd/FreeBSDProcess.c27
-rw-r--r--freebsd/FreeBSDProcess.h2
-rw-r--r--freebsd/FreeBSDProcessList.c47
-rw-r--r--freebsd/FreeBSDProcessList.h15
-rw-r--r--freebsd/Platform.c8
-rw-r--r--freebsd/Platform.h2
-rw-r--r--htop.h4
-rw-r--r--linux/Battery.h4
-rw-r--r--linux/IOPriority.c40
-rw-r--r--linux/IOPriority.h2
-rw-r--r--linux/IOPriorityPanel.c5
-rw-r--r--linux/IOPriorityPanel.h6
-rw-r--r--linux/LinuxCRT.h4
-rw-r--r--linux/LinuxProcess.c144
-rw-r--r--linux/LinuxProcess.h18
-rw-r--r--linux/LinuxProcessList.c89
-rw-r--r--linux/LinuxProcessList.h8
-rw-r--r--linux/Platform.c7
-rw-r--r--linux/Platform.h24
-rw-r--r--openbsd/Battery.h2
-rw-r--r--openbsd/OpenBSDCRT.h2
-rw-r--r--openbsd/OpenBSDProcess.c20
-rw-r--r--openbsd/OpenBSDProcess.h2
-rw-r--r--openbsd/OpenBSDProcessList.c34
-rw-r--r--openbsd/OpenBSDProcessList.h2
-rw-r--r--openbsd/Platform.c8
-rw-r--r--openbsd/Platform.h2
-rw-r--r--scripts/MakeHeader.py.in104
-rw-r--r--solaris/Battery.h2
-rw-r--r--solaris/Platform.c22
-rw-r--r--solaris/Platform.h2
-rw-r--r--solaris/SolarisCRT.h2
-rw-r--r--solaris/SolarisProcess.c44
-rw-r--r--solaris/SolarisProcess.h2
-rw-r--r--solaris/SolarisProcessList.c39
-rw-r--r--solaris/SolarisProcessList.h2
-rw-r--r--unsupported/Battery.h2
-rw-r--r--unsupported/Platform.c6
-rw-r--r--unsupported/Platform.h2
-rw-r--r--unsupported/UnsupportedCRT.h2