summaryrefslogtreecommitdiff
path: root/procps (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2014-10-061-111/+86
|\
| * top: fix memset length (sizeof(ptr) vs sizeof(array) problem)Denys Vlasenko2014-07-291-2/+1
| * top: fix and merge code to parse /proc/meminfoTimo Teräs2014-07-271-110/+86
* | Merge branch 'busybox' into mergeRon Yorston2014-06-302-13/+2
|\|
| * libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski2014-06-222-13/+2
* | ps: exclude more unused codeRon Yorston2014-03-231-0/+6
* | Merge branch 'busybox' into mergeRon Yorston2014-03-111-0/+3
|\|
| * sysctl: do not error out showing write-only data. Closes 6386Denys Vlasenko2014-02-241-0/+3
* | Merge branch 'busybox' into mergeRon Yorston2014-01-211-5/+0
|\|
| * top.c: fix compilation warningsBartosz Golaszewski2014-01-201-5/+0
* | 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
|\|