aboutsummaryrefslogtreecommitdiff
path: root/procps/ps.c
AgeCommit message (Expand)Author
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2019-05-03ps: ensure fields are separated by at least one space, closes 11826Denys Vlasenko
2017-08-22ps: fix build failure if FEATURE_PS_TIME is disabledRon Yorston
2017-08-22ps: allow ps config options if minips is enabledKang-Che Sung
2017-08-18klibc-utils: new applets: resume, nuke, minipsDenys Vlasenko
2017-08-10ps: improve TIME column for large times: showing "14453:50" is not goodDenys Vlasenko
2017-08-10ps: make it NOEXECDenys Vlasenko
2017-08-10ps: stop using AT_CLKTCK, there are more standard waysDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-05pstree: make it NOEXECDenys Vlasenko
2017-08-04getopt32: factor out code to treat all args as optionsDenys Vlasenko
2017-07-29ps: tweak outdated comment, no code changesDenys Vlasenko
2017-07-29ps: implement -o sidDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-01-16Assorted warning fixes and added a comment, no code changesDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-11-23Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-10-23libbb: factor out code which queries screen widthDenys Vlasenko
2015-07-01ps: fix SEGV on narrow screens. closes 8176Denys Vlasenko
2013-09-06Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko
2013-01-26ps: seconds_since_boot: uint64_t -> ulongDenys Vlasenko
2013-01-22ps: fix sscanf format specifier (%l); make uptime unsignedDenys Vlasenko
2012-09-25ps: fix build failure in !DESKTOP caseDenys Vlasenko
2012-06-13ps: use separate get_uptime() and make it work on non-linux tooMichael Tokarev
2011-09-29ps: fix for !FEATURE_PS_LONG buildCristian Ionescu-Idbohrn
2011-09-27ps: with -l, show STIME tooFlemming Madsen
2011-09-26ps: add support for -l for !DESKTOPDenys Vlasenko
2011-07-26*: work around sysinfo.h versus linux/*.h problemsDenys Vlasenko
2011-06-18procps: remove PSSCAN_STAT define, users were using it incorrectlyDenys Vlasenko
2011-06-05fix breakage caused by 'remove "Options:" string from help texts' commitDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-02-02ps: implement -o statDenys Vlasenko
2010-09-05remove redundant ENABLE_DESKTOP in procps/ps.cCristian Ionescu-Idbohrn
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-05-23ps: make "ps -o BAD" emit list of good -o paramsDenys Vlasenko
2010-05-04fix typo in commented-out codeDenys Vlasenko
2010-04-07ps: fix non-DESKTOP option handling codeDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2009-11-24ps: add comment about -TDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-10-09ps: show longer COMMANDDenys Vlasenko
2009-09-21ps: conditionally enable -T on non-DESKTOP build tooDenys Vlasenko
2009-09-19ps,top: add an option to show threads. +260 bytes of codeDenys Vlasenko
2009-09-12fix read_cmdline API and a small buglet where "[comm]" may be too narrowDenys Vlasenko