summaryrefslogtreecommitdiffstats
path: root/Process.c
AgeCommit message (Expand)Author
2018-04-05Collapse current subtree pressing BackspaceHisham Muhammad
2018-02-26Fix build failure ('major' undefined) in glibc 2.28. (#746)Kang-Che Sung (宋岡哲)
2018-02-18Replace size_t with int/void* unionHisham Muhammad
2018-02-04Add support for Linux TASK_IDLEVladimir Panteleev
2017-09-14Make 'c' key work with threads as well.Hisham Muhammad
2017-07-27Security review: check results of snprintf.Hisham Muhammad
2017-07-26Security review: make privilege dropping-restoring optional.Hisham Muhammad
2017-07-10Add "no perm" status when other fields fail due to lack of permission.Hisham Muhammad
2016-12-29Replace all uses of sprintf with snprintfTomasz Kramkowski
2016-10-01Interpret TTY_NR column on Linux,Hisham
2016-09-06Fix column misalignment for priority -101 threadsIvan Kozik
2016-06-20Let's keep it simple then!Hisham
2016-06-19While we're at it, get rid of another sprintf.Hisham
2016-05-30Silence cast warning.Hisham
2016-05-25Silence warnings about seteuid return value.Hisham
2016-05-04Fix a small undefined behavior detected by libubsan.Hisham
2016-02-20Catch invalid IO values due to no permissions.Hisham
2016-02-10Support -1 as tpgidHisham
2016-02-02Reuse comm object if possible, avoid useless repetitions of free+strdup.Hisham
2015-12-07drop privileges before changing process priority or sending signalsMichael Klein
2015-12-02add some security checks when running SUID rootMichael Klein
2015-08-20Make column width calculation dynamic.Hisham Muhammad
2015-08-19Rename String to StringUtils.David Hunt
2015-08-07New setting: "Show program path"Tobias Geerinckx-Rice
2015-05-20added missing defines for androidsherpya
2015-04-02Merge branch 'master' into wipHisham Muhammad
2015-03-31Fixes to subclassing Process.Hisham Muhammad
2015-03-23Tempus fugit.Hisham Muhammad
2015-03-21Tempus fugit.Hisham Muhammad
2015-03-16Major advances in FreeBSD port.Hisham Muhammad
2015-03-16Isolate portable and Linux-specific process fields.Hisham Muhammad
2015-03-15Move more Linux-specific code into Linux subdir.Hisham Muhammad
2015-02-23Merge fixesHisham Muhammad
2015-02-23Fix allocation of processes. Closes #166.Hisham Muhammad
2015-02-20Fix allocation of processes. Closes #166.Hisham Muhammad
2015-01-21Sorry about the mega-patch.Hisham Muhammad
2014-11-27Move "get max pid" code into platform specific area.Hisham Muhammad
2014-11-24Builds on Linux again!Hisham Muhammad
2014-11-24Changes for supporting separate platform subdirectories.Hisham Muhammad
2014-10-14Fixed a wrong attribution.Valmiky Arquissandas
2014-10-14Added new color for 'D' state.Valmiky Arquissandas
2014-05-03Update values for fields whose columns may appear later. Fixes #80.Hisham Muhammad
2014-05-03Make VPID use PID-width format. Closes #79.Hisham Muhammad
2014-04-25Compare with long, for 64-bit systemsHisham Muhammad
2014-04-25Merge branch 'master' of https://github.com/hishamhm/htopHisham Muhammad
2014-04-25Fix time-based sortingHisham Muhammad
2014-04-24Support pagefaults stats. Closes #45.Hisham Muhammad
2014-04-24Boost field buffer size - crashes when trying to draw very deep UTF-8 treesHisham Muhammad
2014-04-24Better consistency in coloring. Closes #66.Hisham Muhammad
2014-04-24Both IO_PRIO and IO_RATE had the same column heading. Closes #61.Hisham Muhammad