- 16 Mar, 2018 1 commit
-
-
Kang-Che Sung (宋岡哲) authored
This reduces generated Makefile.in size by 74%. (217319 bytes -> 56326 bytes) Automake considers that <prog>_CFLAGS and <prog>_LDFLAGS are program-specific build rules, and when such are specified, Automake will generate additional code just to avoid the "generic" and package-wide AM_CFLAGS or AM_LDFLAGS. (Especially for <prog>_CFLAGS, Automake will rename generated object files to become "prog-foo.o" and such, and it's _a lot_ of code to achieve this in Makefile.) There's no reason for htop to rename intermediate object files. It's better to make things simpler. Signed-off-by: Kang-Che Sung <explorer09@gmail.com>
-
- 02 Mar, 2018 1 commit
-
-
gmbroome authored
This commit adds support for Solaris, squashed from PR #741: Summary of additions: * Initial setup of Solaris platform directory * Add Solaris platform into autoconf template * Uptime and load averages * Add dependency on libkstat * Basic process listing * Zone name display * CPU detection * Per-process memory and CPU usage parsed correctly * Uses sysconf to discover number of CPUs, instead of more complex libkstat code * Simple memory display working * Reduce repetitive calls to the PAGE_SIZE macro when reading memory info * Add Project, Contract, Task, and Pool into process properties * Use system major()/minor() implementations and remove extraneous definition of mkdev() * Get the STARTTIME column working properly, using the Linux implementation as a guide
-
- 21 Apr, 2017 1 commit
-
-
Diederik de Groot authored
-
- 19 Apr, 2017 1 commit
-
-
Diederik de Groot authored
-
- 19 Feb, 2016 1 commit
-
-
Hisham authored
Shouldn't be needed, but I had to make this tweak to make this work again.
-
- 02 Feb, 2016 1 commit
-
-
Hisham authored
-
- 12 Jan, 2016 1 commit
-
-
Hisham Muhammad authored
-
- 02 Dec, 2015 1 commit
-
-
Michael Klein authored
- uses sysctl(KERN_PROCARGS2) on *BSD - doesn't work on Linux yet
-
- 19 Nov, 2015 2 commits
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
- 18 Sep, 2015 1 commit
-
-
Michael McConville authored
-
- 19 Aug, 2015 2 commits
-
-
David Hunt authored
-
David Hunt authored
Fixes building on case-insensitive filesystems where String.h gets confused with <string.h>. From d734dacea0a10d0465dad4e95b3421511e7da112 Mon Sep 17 00:00:00 2001 From: David Hunt <dhunt@iolanthe.attlocal.net> Date: Sat, 11 Jul 2015 20:56:31 -0500 Subject: [PATCH 1/8] Rename String to StringUtils
-
- 28 Mar, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 25 Mar, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 16 Mar, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 23 Feb, 2015 2 commits
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
- 04 Feb, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 22 Jan, 2015 1 commit
-
-
Hisham Muhammad authored
This is a work-in-progress, code is currently broken. (Some actions, and notably, the header, are missing.)
-
- 27 Nov, 2014 6 commits
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
Hisham Muhammad authored
This will produce too much replicated code. I think I'll use a lighter abstraction in things like this.
-
Hisham Muhammad authored
Set up environment to move other meters.
-
Hisham Muhammad authored
-
- 24 Nov, 2014 2 commits
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
- 17 Jan, 2014 1 commit
-
-
Robert Rosengren authored
-
- 10 Nov, 2012 1 commit
-
-
Hisham Muhammad authored
-
- 04 Oct, 2012 1 commit
-
-
Hisham Muhammad authored
-
- 26 Dec, 2011 2 commits
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
- 21 Nov, 2011 1 commit
-
- 05 Nov, 2011 1 commit
-
-
Hisham Muhammad authored
Factored code from the SignalsPanel to apply to all selections from main screen. Closes feature request #3425304.
-
- 25 Oct, 2011 2 commits
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
- 26 Sep, 2011 1 commit
-
-
Hisham Muhammad authored
-
- 24 Sep, 2011 1 commit
-
-
Hisham Muhammad authored
-
- 20 Nov, 2010 1 commit
-
-
Hisham Muhammad authored
-