aboutsummaryrefslogtreecommitdiff
path: root/procps/ps.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2016-11-291-0/+49
|\
| * Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+49
* | Merge branch 'busybox' into mergeRon Yorston2016-07-071-2/+1
|\|
| * getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+1
* | Merge branch 'busybox' into mergeRon Yorston2016-05-161-2/+3
|\|
| * *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-1/+1
| * libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2015-10-311-2/+2
|\|
| * libbb: factor out code which queries screen widthDenys Vlasenko2015-10-231-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2015-07-141-5/+7
|\|
| * ps: fix SEGV on narrow screens. closes 8176Denys Vlasenko2015-07-011-5/+7
* | ps: exclude more unused codeRon Yorston2014-03-231-0/+6
* | Merge branch 'busybox' into mergeRon Yorston2014-01-021-6/+3
|\|
| * Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko2013-09-061-6/+3
* | Merge branch 'busybox' into mergeRon Yorston2013-02-071-15/+18
|\|
| * ps: seconds_since_boot: uint64_t -> ulongDenys Vlasenko2013-01-261-4/+1
| * ps: fix sscanf format specifier (%l); make uptime unsignedDenys Vlasenko2013-01-221-15/+21
* | Merge branch 'busybox' into mergeRon Yorston2012-10-101-3/+3
|\|
| * ps: fix build failure in !DESKTOP caseDenys Vlasenko2012-09-251-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2012-09-071-11/+29
|\|
| * ps: use separate get_uptime() and make it work on non-linux tooMichael Tokarev2012-06-131-11/+29
* | Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into mergeRon Yorston2012-03-231-17/+91
|\|
| * ps: fix for !FEATURE_PS_LONG buildCristian Ionescu-Idbohrn2011-09-291-0/+2
| * ps: with -l, show STIME tooFlemming Madsen2011-09-271-16/+21
| * ps: add support for -l for !DESKTOPDenys Vlasenko2011-09-261-18/+85
* | Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into mergeRon Yorston2012-03-221-0/+3
|\|
| * *: work around sysinfo.h versus linux/*.h problemsDenys Vlasenko2011-07-261-0/+3
* | Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into mergeRon Yorston2012-03-221-16/+14
|\|
| * procps: remove PSSCAN_STAT define, users were using it incorrectlyDenys Vlasenko2011-06-181-12/+11
| * fix breakage caused by 'remove "Options:" string from help texts' commitDenys Vlasenko2011-06-051-0/+1
| * *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-2/+0
* | Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into mergeRon Yorston2012-03-221-0/+47
|\|
| * move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+47
* | Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into mergeRon Yorston2012-03-221-9/+35
|\|
| * ps: implement -o statDenys Vlasenko2011-02-021-8/+34
* | win32: enable psNguyễn Thái Ngọc Duy2010-09-151-0/+10
|/
* remove redundant ENABLE_DESKTOP in procps/ps.cCristian Ionescu-Idbohrn2010-09-051-8/+0
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* ps: make "ps -o BAD" emit list of good -o paramsDenys Vlasenko2010-05-231-4/+18
* fix typo in commented-out codeDenys Vlasenko2010-05-041-1/+1
* ps: fix non-DESKTOP option handling codeDenys Vlasenko2010-04-071-23/+26
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* ps: add comment about -TDenys Vlasenko2009-11-241-1/+5
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-1/+1
* ps: show longer COMMANDDenys Vlasenko2009-10-091-3/+9
* ps: conditionally enable -T on non-DESKTOP build tooDenys Vlasenko2009-09-211-25/+25
* ps,top: add an option to show threads. +260 bytes of codeDenys Vlasenko2009-09-191-7/+24
* fix read_cmdline API and a small buglet where "[comm]" may be too narrowDenys Vlasenko2009-09-121-1/+1
* ps: conditionally support additional -o FIELDsDenys Vlasenko2009-07-031-7/+34
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-7/+7