summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko14-172/+184
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-10-22libbb: factor out code which queries screen widthDenys Vlasenko9-15/+15
2015-07-01ps: fix SEGV on narrow screens. closes 8176Denys Vlasenko1-5/+7
2013-09-06Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko7-20/+14
2013-01-26ps: seconds_since_boot: uint64_t -> ulongDenys Vlasenko1-4/+1
2013-01-22ps: fix sscanf format specifier (%l); make uptime unsignedDenys Vlasenko1-15/+21
2012-09-25ps: fix build failure in !DESKTOP caseDenys Vlasenko1-3/+3
2012-06-13ps: use separate get_uptime() and make it work on non-linux tooMichael Tokarev1-11/+29
2011-09-29ps: fix for !FEATURE_PS_LONG buildCristian Ionescu-Idbohrn1-0/+2
2011-09-27ps: with -l, show STIME tooFlemming Madsen1-16/+21
2011-09-26ps: add support for -l for !DESKTOPDenys Vlasenko2-19/+94
2011-07-26*: work around sysinfo.h versus linux/*.h problemsDenys Vlasenko5-5/+18
2011-06-18procps: remove PSSCAN_STAT define, users were using it incorrectlyDenys Vlasenko3-20/+19
2011-06-05fix breakage caused by 'remove "Options:" string from help texts' commitDenys Vlasenko1-0/+1
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2011-02-01ps: implement -o statDenys Vlasenko2-9/+35
2010-09-05remove redundant ENABLE_DESKTOP in procps/ps.cCristian Ionescu-Idbohrn1-8/+0
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-05-22ps: make "ps -o BAD" emit list of good -o paramsDenys Vlasenko2-8/+22
2010-05-04fix typo in commented-out codeDenys Vlasenko1-1/+1
2010-04-07ps: fix non-DESKTOP option handling codeDenys Vlasenko1-23/+26
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2009-11-24ps: add comment about -TDenys Vlasenko1-1/+5
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2009-10-09ps: show longer COMMANDDenys Vlasenko1-3/+9
2009-09-21ps: conditionally enable -T on non-DESKTOP build tooDenys Vlasenko2-28/+28
2009-09-19ps,top: add an option to show threads. +260 bytes of codeDenys Vlasenko5-13/+74
2009-09-11fix read_cmdline API and a small buglet where "[comm]" may be too narrowDenys Vlasenko4-7/+8
2009-07-03ps: conditionally support additional -o FIELDsDenys Vlasenko5-18/+92
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2008-07-16s/SELINIX/SELINUX/Denis Vlasenko1-3/+3
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko29-85/+123
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-15*: use llist_pop for traverse-and-free list operationDenis Vlasenko14-49/+19
2008-05-20fix another -Wall warningDenis Vlasenko1-1/+1
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko43-110/+113
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko36-58/+156
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-02-03ps: fixlet to disabled compat codeDenis Vlasenko1-2/+2
2008-02-02ps: add (disabled) compat codeDenis Vlasenko1-0/+14
2008-01-07ps: fix yet another buglet from recent ulltoa conversion :(Denis Vlasenko1-4/+4
2008-01-07ps: fix COMMAND column adjustmentDenis Vlasenko1-2/+2
2008-01-07ps: fix build breakage from vda's recent commitDenis Vlasenko9-64/+64
2008-01-06ps: fix overflow in USER and VSZ columnsDenis Vlasenko5-83/+99
2008-01-05ps: add conditional support for -o [e]timeDenis Vlasenko5-49/+195
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
[next]