aboutsummaryrefslogtreecommitdiff
path: root/procps (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2014-01-026-36/+31
|\
| * kill[all[5]]: code shrinkDenys Vlasenko2013-12-161-20/+18
| * killall5: return 2 if no processes got killedUros Vampl2013-12-161-1/+4
| * Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko2013-11-292-3/+3
| * top: fix breakage introduced by previous commitDenys Vlasenko2013-09-061-1/+1
| * Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko2013-09-064-12/+6
* | Merge branch 'busybox' into mergeRon Yorston2013-08-272-6/+16
|\|
| * pstree: fix theoretically unsafe codeDenys Vlasenko2013-06-281-1/+1
| * lsof: correct check for symbolic linkThomas De Schampheleire2013-06-271-3/+6
| * pstree: stop truncating thread namesMike Frysinger2013-06-191-3/+10
* | Merge branch 'busybox' into mergeRon Yorston2013-04-031-5/+7
|\|
| * libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko2013-03-291-5/+7
* | Merge branch 'busybox' into mergeRon Yorston2013-03-191-1/+1
|\|
| * pgrep: fix a "missing closing paren" build errorDenys Vlasenko2013-02-281-1/+1
| * pgrep: fix -x optionBernhard Walle2013-02-281-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2013-02-075-21/+24
|\|
| * ps: seconds_since_boot: uint64_t -> ulongDenys Vlasenko2013-01-261-4/+1
| * *: reuse more stringsDenys Vlasenko2013-01-221-1/+1
| * ps: fix sscanf format specifier (%l); make uptime unsignedDenys Vlasenko2013-01-221-15/+21
| * whitespace cleanup. no code changesDenys Vlasenko2013-01-142-2/+2
| * whitespace fixes. no code changesDenys Vlasenko2013-01-142-2/+2
| * powertop: fix error messageLauri Hintsala2013-01-041-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2012-10-103-88/+133
|\|
| * libbb: correctness/size tweaks in signal-related helpersDenys Vlasenko2012-09-271-1/+1
| * top: do not touch stdin if -bDenys Vlasenko2012-09-261-10/+16
| * top: fix build failure in !USE_TERMIOS caseDenys Vlasenko2012-09-251-17/+20
| * ps: fix build failure in !DESKTOP caseDenys Vlasenko2012-09-251-3/+3
| * top: implement scrolling up/down (_very_ useful)Denys Vlasenko2012-09-212-74/+110
* | Merge branch 'busybox' into mergeRon Yorston2012-09-073-25/+49
|\|
| * sysctl: implement -qJoshua Kahlenberg2012-09-051-13/+19
| * Move several applets to different install dir:Denys Vlasenko2012-06-201-1/+1
| * ps: use separate get_uptime() and make it work on non-linux tooMichael Tokarev2012-06-131-11/+29
* | Merge commit '1_20_0' into mergeRon Yorston2012-04-232-2/+80
|\|
| * killall5: don't do STOP/CONT dance if the signal we send is SIGSTOP or SIGCONTDenys Vlasenko2012-04-031-2/+4
| * lsof: new appletSven Oliver Moll2012-04-011-0/+76
* | kill: no special treatment for MINGW32Ron Yorston2012-04-181-2/+0
* | Merge branch 'busybox' into mergeRon Yorston2012-03-232-6/+9
|\|
| * libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko2012-03-081-2/+2
| * kill: fix segfault in arguments parsingAlexey Fomenko2011-12-221-4/+7
* | Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into mergeRon Yorston2012-03-235-32/+140
|\|
| * nmeter: fix block i/o count on newer Linux kernelsDenys Vlasenko2011-11-011-12/+38
| * 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-262-19/+94
| * rename archive.h to bb_archive.h. no code changesDenys Vlasenko2011-09-221-1/+1
| * add INIT_G()'s. No code changes.Denys Vlasenko2011-09-211-1/+1
* | Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into mergeRon Yorston2012-03-224-25/+53
|\|
| * uptime: more compatible outputDenys Vlasenko2011-08-101-20/+20
| * uptime: add config flag to allow displaying the number of users currently log...Pere Orga2011-08-092-13/+31
| * *: work around sysinfo.h versus linux/*.h problemsDenys Vlasenko2011-07-263-0/+10