| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'busybox' into merge | Ron Yorston | 2014-01-02 | 1 | -6/+3 |
|\ |
|
| * | Make smart_ulltoa return pointer to end (allows for code shink in callers) | Denys Vlasenko | 2013-09-06 | 1 | -6/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2013-02-07 | 1 | -15/+18 |
|\| |
|
| * | ps: seconds_since_boot: uint64_t -> ulong | Denys Vlasenko | 2013-01-26 | 1 | -4/+1 |
| * | ps: fix sscanf format specifier (%l); make uptime unsigned | Denys Vlasenko | 2013-01-22 | 1 | -15/+21 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2012-10-10 | 1 | -3/+3 |
|\| |
|
| * | ps: fix build failure in !DESKTOP case | Denys Vlasenko | 2012-09-25 | 1 | -3/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2012-09-07 | 1 | -11/+29 |
|\| |
|
| * | ps: use separate get_uptime() and make it work on non-linux too | Michael Tokarev | 2012-06-13 | 1 | -11/+29 |
* | | Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into merge | Ron Yorston | 2012-03-23 | 1 | -17/+91 |
|\| |
|
| * | ps: fix for !FEATURE_PS_LONG build | Cristian Ionescu-Idbohrn | 2011-09-29 | 1 | -0/+2 |
| * | ps: with -l, show STIME too | Flemming Madsen | 2011-09-27 | 1 | -16/+21 |
| * | ps: add support for -l for !DESKTOP | Denys Vlasenko | 2011-09-26 | 1 | -18/+85 |
* | | Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into merge | Ron Yorston | 2012-03-22 | 1 | -0/+3 |
|\| |
|
| * | *: work around sysinfo.h versus linux/*.h problems | Denys Vlasenko | 2011-07-26 | 1 | -0/+3 |
* | | Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into merge | Ron Yorston | 2012-03-22 | 1 | -16/+14 |
|\| |
|
| * | procps: remove PSSCAN_STAT define, users were using it incorrectly | Denys Vlasenko | 2011-06-18 | 1 | -12/+11 |
| * | fix breakage caused by 'remove "Options:" string from help texts' commit | Denys Vlasenko | 2011-06-05 | 1 | -0/+1 |
| * | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 1 | -2/+0 |
* | | Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into merge | Ron Yorston | 2012-03-22 | 1 | -0/+47 |
|\| |
|
| * | move remaining help text from include/usage.src.h | Pere Orga | 2011-04-11 | 1 | -0/+47 |
* | | Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into merge | Ron Yorston | 2012-03-22 | 1 | -9/+35 |
|\| |
|
| * | ps: implement -o stat | Denys Vlasenko | 2011-02-02 | 1 | -8/+34 |
* | | win32: enable ps | Nguyễn Thái Ngọc Duy | 2010-09-15 | 1 | -0/+10 |
|/ |
|
* | remove redundant ENABLE_DESKTOP in procps/ps.c | Cristian Ionescu-Idbohrn | 2010-09-05 | 1 | -8/+0 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | ps: make "ps -o BAD" emit list of good -o params | Denys Vlasenko | 2010-05-23 | 1 | -4/+18 |
* | fix typo in commented-out code | Denys Vlasenko | 2010-05-04 | 1 | -1/+1 |
* | ps: fix non-DESKTOP option handling code | Denys Vlasenko | 2010-04-07 | 1 | -23/+26 |
* | *: suppress ~60% of "aliased warnings" on gcc-4.4.1 | Denys Vlasenko | 2010-02-04 | 1 | -1/+1 |
* | ps: add comment about -T | Denys Vlasenko | 2009-11-24 | 1 | -1/+5 |
* | *: use "can't" instead of "cannot" | Denys Vlasenko | 2009-11-13 | 1 | -1/+1 |
* | ps: show longer COMMAND | Denys Vlasenko | 2009-10-09 | 1 | -3/+9 |
* | ps: conditionally enable -T on non-DESKTOP build too | Denys Vlasenko | 2009-09-21 | 1 | -25/+25 |
* | ps,top: add an option to show threads. +260 bytes of code | Denys Vlasenko | 2009-09-19 | 1 | -7/+24 |
* | fix read_cmdline API and a small buglet where "[comm]" may be too narrow | Denys Vlasenko | 2009-09-12 | 1 | -1/+1 |
* | ps: conditionally support additional -o FIELDs | Denys Vlasenko | 2009-07-03 | 1 | -7/+34 |
* | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko | 2009-04-21 | 1 | -7/+7 |
* | s/SELINIX/SELINUX/ | Denis Vlasenko | 2008-07-16 | 1 | -3/+3 |
* | libbb: introduce and use xrealloc_vector | Denis Vlasenko | 2008-07-08 | 1 | -3/+2 |
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 1 | -2/+2 |
* | *: use llist_pop for traverse-and-free list operation | Denis Vlasenko | 2008-06-15 | 1 | -2/+1 |
* | fix another -Wall warning | Denis Vlasenko | 2008-05-20 | 1 | -1/+1 |
* | more of -Wall fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko | 2008-05-15 | 1 | -1/+1 |
* | *: fix fallout from -Wunused-parameter | Denis Vlasenko | 2008-03-17 | 1 | -1/+1 |
* | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko | 2008-03-17 | 1 | -1/+1 |
* | ps: fixlet to disabled compat code | Denis Vlasenko | 2008-02-03 | 1 | -2/+2 |
* | ps: add (disabled) compat code | Denis Vlasenko | 2008-02-02 | 1 | -0/+14 |
* | ps: fix yet another buglet from recent ulltoa conversion :( | Denis Vlasenko | 2008-01-07 | 1 | -4/+4 |
* | ps: fix COMMAND column adjustment | Denis Vlasenko | 2008-01-07 | 1 | -2/+2 |