summaryrefslogtreecommitdiffstats
path: root/freebsd
AgeCommit message (Expand)Author
2016-03-07Prepare for release 2.0.1.2.0.1Hisham
2016-03-07Avoid global, as done by @gaod in #387.Hisham Muhammad
2016-03-07Merge branch 'master' of https://github.com/Sp1l/htop into Sp1l-masterHisham Muhammad
2016-03-05Improve error reporting on FreeBSD libkvm callMichael McConville
2016-02-26Fix low CPU usage reporting in FreeBSDTim Creech
2016-02-14Fix FreeBSD CPU% calculationBernard Spil
2016-02-14Fix memory percentage display on FreeBSDBernard Spil
2016-02-13Add MEM% for processes in process list on FreeBSD.Hung-Yi Chen
2016-02-13Suppress compiler warnings.Hung-Yi Chen
2016-02-11fix process memory on FreeBSDGreg V
2016-02-11add FreeBSD battery supportGreg V
2016-02-02Merge branch 'xalloc'Hisham
2016-02-02Check for failure in allocations.Hisham
2016-01-31Add generated header.Hisham
2016-01-15Introduce CLAMP macro. Unify all MIN(MAX(a,b),c) uses.Explorer09
2016-01-06Merge remote-tracking branch 'upstream/master' into envscreenMichael Klein
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-03Remove NULL-checks before free()Michael McConville
2016-01-02Fix spelling of "maintainer"Michael McConville
2015-12-17fixed bug with PPID of parent not being set on first process list scan pass.Martin "eto" Misuth
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-03Add Platform_getProcessEnvMichael Klein
2015-10-19Regenerate platform-dependent headers.Hisham Muhammad
2015-10-06Fixed reparenting issue. PPID should be updated each refresh as any process c...Martin "eto" Misuth
2015-10-06attempt to return to upstream/masterMartin "eto" Misuth
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-06Move list of signals to platform-specific code.Hisham Muhammad
2015-10-05Merge pull request #274 from mmcco/masterHisham Muhammad
2015-09-30Added preliminary attempt at jails support on FreeBSD - JID and JAIL (name) c...Martin "eto" Misuth
2015-09-16Clean up some needless malloc casts, convert some mallocs to callocs, and fix...Michael McConville
2015-09-07fix calloc() callsChristian Hesse
2015-08-20Make column width calculation dynamic.Hisham Muhammad
2015-06-07Cast FreeBSDProcess_new to Process_NewLance Chen
2015-06-07Re-run MakeHeader.py on freebsd/FreeBSDProcess.cLance Chen
2015-04-09Fixes to use platform-specific compare routines.Hisham Muhammad
2015-03-16Major advances in FreeBSD port.Hisham Muhammad
2015-03-16Get FreeBSD tree to compile again with latest changes.Hisham Muhammad
2014-11-27Add a stub for the battery meter.Hisham Muhammad
2014-11-27"get max pid" for FreeBSDHisham Muhammad
2014-11-27Load averages for FreeBSD!Hisham Muhammad
2014-11-27Add uptime calculation code.Hisham Muhammad
2014-11-27Uptime meter for FreeBSD.Hisham Muhammad
2014-11-27Reading swap data!Hisham Muhammad
2014-11-27Reading first bits of data!Hisham Muhammad