aboutsummaryrefslogtreecommitdiff
path: root/procps/ps.c
AgeCommit message (Expand)Author
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
2009-07-03ps: conditionally support additional -o FIELDsDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2008-07-16s/SELINIX/SELINUX/Denis Vlasenko
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-15*: use llist_pop for traverse-and-free list operationDenis Vlasenko
2008-05-20fix another -Wall warningDenis Vlasenko
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-02-03ps: fixlet to disabled compat codeDenis Vlasenko
2008-02-02ps: add (disabled) compat codeDenis Vlasenko
2008-01-07ps: fix yet another buglet from recent ulltoa conversion :(Denis Vlasenko
2008-01-07ps: fix COMMAND column adjustmentDenis Vlasenko
2008-01-07ps: fix build breakage from vda's recent commitDenis Vlasenko
2008-01-06ps: fix overflow in USER and VSZ columnsDenis Vlasenko
2008-01-05ps: add conditional support for -o [e]timeDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko