summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-10-23Calculate CPU averages on Darwin (See #295).Hisham Muhammad
2015-10-19Improve prose a bit.Hisham Muhammad
2015-10-19Merge pull request #280 from eworm-de/man-htoprcHisham Muhammad
2015-10-19Regenerate platform-dependent headers.Hisham Muhammad
2015-10-07Merge pull request #287 from etosan/masterHisham Muhammad
2015-10-06fixed broken merge, where I forgot to check linux/Platform.c so that it match...Martin "eto" Misuth
2015-10-06Fixed reparenting issue. PPID should be updated each refresh as any process c...Martin "eto" Misuth
2015-10-06merge with 'upstream/master'Martin "eto" Misuth
2015-10-06attempt to return to upstream/masterMartin "eto" Misuth
2015-10-06Add Darwin signals (same as FreeBSD)Hisham Muhammad
2015-10-06let's let the user find SIGIOT if the look for it :)Hisham Muhammad
2015-10-06Merge branch 'master' of https://github.com/hishamhm/htopHisham Muhammad
2015-10-06Fix build in FreeBSD, and make sure SIGTERM is always the default.Hisham Muhammad
2015-10-06Merge pull request #286 from mmcco/masterHisham Muhammad
2015-10-06Add header file reference for OpenBSD signalsMichael McConville
2015-10-06Add OpenBSD signalsMichael McConville
2015-10-06Added platform dependent DEFAULT_SIGNAL define, for now for:Martin "eto" Misuth
2015-10-06Unless I move signal definitions into the comment used for header generation,Martin "eto" Misuth
2015-10-06add hint about system configuration fileChristian Hesse
2015-10-06Move list of signals to platform-specific code.Hisham Muhammad
2015-10-05gcc warning cleanups.Hisham Muhammad
2015-10-05Merge pull request #274 from mmcco/masterHisham Muhammad
2015-10-05Merge pull request #283 from eworm-de/editorconfigHisham Muhammad
2015-10-05add editorconfig file to give hints to editorsChristian Hesse
2015-09-30Merge pull request #281 from etosan/masterHisham Muhammad
2015-09-30Added preliminary attempt at jails support on FreeBSD - JID and JAIL (name) c...Martin "eto" Misuth
2015-09-21Merge pull request #275 from trebmuh/patch-1Hisham Muhammad
2015-09-19Fix enumeratoin of on-CPU processes in OpenBSDMichael McConville
2015-09-19Replace some remaining tabsMichael McConville
2015-09-19Change more fprintf(stderr, ...); exit(...); to err[x](...). Tweak a few exis...Michael McConville
2015-09-19Change some tabs to three spacesMichael McConville
2015-09-19Update htop.desktoptrebmuh
2015-09-18Merge pull request #273 from kaefer/fix-glibtoolize-detectionHisham Muhammad
2015-09-18(Very) initial working OpenBSD portMichael McConville
2015-09-17Update htop.desktoptrebmuh
2015-09-17ignore which errorskaefer
2015-09-16Clean up some needless malloc casts, convert some mallocs to callocs, and fix...Michael McConville
2015-09-14removing unnecessary include, which on top breaks compilingkaefer
2015-09-14fix glibtoolize detectionkaefer
2015-09-11Bring changelog up-to-date :)Hisham Muhammad
2015-09-11Merge branch 'master' of https://github.com/hishamhm/htopHisham Muhammad
2015-09-11Detect when libtoolize is called glibtoolize.Hisham Muhammad
2015-09-10Merge pull request #268 from jweyrich/darwin-fixesHisham Muhammad
2015-09-10Remove conflicting declarations.Jardel Weyrich
2015-09-10Remove duplicate declaration.Jardel Weyrich
2015-09-08Merge pull request #262 from eworm-de/callocHisham Muhammad
2015-09-07fix calloc() callsChristian Hesse
2015-08-29Merge pull request #254 from eworm-de/kilobyte-precisionHisham Muhammad
2015-08-29kilobytes is the smallest unit and never has precisionChristian Hesse
2015-08-29Merge pull request #253 from eworm-de/clockHisham Muhammad