summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-01-06Merge pull request #339 from eworm-de/configureHisham Muhammad
2016-01-05use AC_HELP_STRING for proc dirChristian Hesse
2016-01-04Merge pull request #338 from mmcco/oplHisham Muhammad
2016-01-04Rename variable for consistencyMichael McConville
2016-01-04Merge pull request #337 from eworm-de/helpHisham Muhammad
2016-01-04Merge branch 'mmcco-freebsd-free'Hisham Muhammad
2016-01-04Merge branch 'freebsd-free' of https://github.com/mmcco/htop into mmcco-freeb...Hisham Muhammad
2016-01-04Plug leak in FreeBSD backend, as noted by @mmcco in #334.Hisham Muhammad
2016-01-04Merge pull request #334 from mmcco/cpuHisham Muhammad
2016-01-04align help outputChristian Hesse
2016-01-03Remove NULL-checks before free()Michael McConville
2016-01-03Plug mem leak, improve CPU enumeration logicMichael McConville
2016-01-03Merge branch 'master' of https://github.com/hishamhm/htopHisham Muhammad
2016-01-03Check range when accessing keys table.Hisham Muhammad
2016-01-03Merge pull request #331 from mmcco/fixesHisham Muhammad
2016-01-03Merge pull request #332 from mmcco/maintainerHisham Muhammad
2016-01-02Fall back to sysctl's command name, and a bugfixMichael McConville
2016-01-02Use dynamically allocated memory for process namesMichael McConville
2016-01-02Check for allocation failureMichael McConville
2016-01-02Use err() rather then errx() for sysctl()Michael McConville
2016-01-02Fix spelling of "maintainer"Michael McConville
2016-01-02OpenBSD fixes and updatesMichael McConville
2015-12-23Merge branch 'master' of https://github.com/hishamhm/htopHisham Muhammad
2015-12-23Merge pull request #320 from etosan/masterHisham Muhammad
2015-12-22Merge pull request #325 from Explorer09/masterHisham Muhammad
2015-12-22Fix function bar when moving meters.Explorer09
2015-12-17fixed bug with PPID of parent not being set on first process list scan pass.Martin "eto" Misuth
2015-12-14Extend buffer for reading lines from /proc.Hisham Muhammad
2015-12-13enabled swap meterMartin "eto" Misuth
2015-12-13added Support for memory meter, and slightly adjusted process monitor logicMartin "eto" Misuth
2015-12-13added CPU% for processes in process listMartin "eto" Misuth
2015-12-13added cpu monitoring for both single core and smp systems, some notes in proc...Martin "eto" Misuth
2015-12-11added support for effective UID/username change detectionMartin "eto" Misuth
2015-12-10Merge pull request #319 from acatton/masterHisham Muhammad
2015-12-09Redraw the panel when resizing the window during an incremental searchAntoine Catton
2015-12-09Oops!Hisham Muhammad
2015-12-09Fix fopen mode in Settings_read()Michael Klein
2015-12-09More thorough checks for ncurses*-config scripts.Hisham Muhammad
2015-12-07drop privileges before changing process priority or sending signalsMichael Klein
2015-12-06Merge branch 'master' of https://github.com/hishamhm/htopHisham Muhammad
2015-12-06If ncurses*-config script is present, use it in configureHisham Muhammad
2015-12-03Add Platform_getProcessEnvMichael Klein
2015-12-02drop privileges during Settings_read()/Settings_write()Michael Klein
2015-12-02'e' displays environment of current processMichael Klein
2015-12-02add some security checks when running SUID rootMichael Klein
2015-11-30Merge pull request #313 from hishamhm/sreclaimableHisham Muhammad
2015-11-30Use ncurses*-config scripts bundled with ncurses.Hisham Muhammad
2015-11-29Cached memory calculations, take 2.Hisham Muhammad
2015-11-28Account unreclaimable slab and shmem as used memory,Hisham Muhammad
2015-11-23Array entries have been oddly flipped here for years.Hisham Muhammad