htop/linux
Christian Hesse e8970b6f32 fix calloc() calls
* size_t nmemb (number of elements) first, then size_t size
* do not assume char is size 1 but use sizeof()
* allocate for char, not pointer to char (found by Michael McConville,
  fixes #261)
2015-09-07 07:52:39 +02:00
..
Battery.c Rename String to StringUtils. 2015-08-19 13:45:20 -03:00
Battery.h Another mega-patch for the refactoring process. 2015-01-23 03:08:21 -02:00
IOPriority.c Files moved and added for supporting separate platforms. 2014-11-24 18:55:49 -02:00
IOPriority.h Files moved and added for supporting separate platforms. 2014-11-24 18:55:49 -02:00
IOPriorityPanel.c Simplify constructors. 2015-03-23 19:24:34 -03:00
IOPriorityPanel.h Files moved and added for supporting separate platforms. 2014-11-24 18:55:49 -02:00
LinuxCRT.c Files moved and added for supporting separate platforms. 2014-11-24 18:55:49 -02:00
LinuxCRT.h Move platform-dependent parts of Linux battery meter. 2014-11-27 21:04:57 -02:00
LinuxProcess.c fix calloc() calls 2015-09-07 07:52:39 +02:00
LinuxProcess.h Make column width calculation dynamic. 2015-08-20 00:32:47 -03:00
LinuxProcessList.c Reduce scope of variables. 2015-08-20 01:12:34 -03:00
LinuxProcessList.h Enable OOM support unconditionally on Linux. 2015-04-09 15:41:21 -03:00
Platform.c fix compiler warnings 2015-05-15 11:33:25 +02:00
Platform.h Build fixes to resync with FreeBSD changes. 2015-03-16 23:03:40 -03:00