summaryrefslogtreecommitdiffstats
path: root/Process.c
AgeCommit message (Expand)Author
2020-08-25Avoid discarding const qualifiersChristian Göttsche
2020-08-20Merge branch 'hishamhm-pull-960'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-872'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-866'Nathan Scott
2020-08-20Resolve compiler warnings and errors relating to the Arg unionNathan Scott
2020-08-19Merge branch 'hishamhm-pull-869'Nathan Scott
2020-08-18Merge branch 'hishamhm-pull-842'Nathan Scott
2019-10-31Clean up existing whitespaceDaniel Flanagan
2019-06-14Fix configure 'major' workaround causing <sys/sysmacros.h> to miss.Explorer09
2019-02-10Return of snprintf is not the number of written bytesHisham Muhammad
2019-02-10Fix printf() unsigned placeholdersAlan Barr
2018-12-30Deal with larger numbers in colorNumber and outputRateadrien1018
2018-12-18Fix numbers larger than 100 terabytesadrien1018
2018-12-15Remove unnecessary HAVE_SYS_SYSMACROS_H checkWataru Ashihara
2018-10-30Fix printf() unsigned placeholdersAlan Barr
2018-10-07Widen ST_UID (UID) column to 5 chars to allow UIDs > 9999 without breaking al...Daniel Lange
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