aboutsummaryrefslogtreecommitdiff
path: root/procps (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2016-07-074-8/+5
|\
| * getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-064-8/+5
* | Merge branch 'busybox' into mergeRon Yorston2016-05-165-14/+20
|\|
| * *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-221-3/+3
| * *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-211-5/+4
| * *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-214-2/+4
| * libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-215-8/+13
* | Merge branch 'busybox' into mergeRon Yorston2016-04-042-116/+97
|\|
| * nmeter: reinstate and document -d-1Denys Vlasenko2016-03-151-17/+15
| * nmeter: remove undocumented %NNNd specifierDenys Vlasenko2016-03-151-13/+6
| * nmeter: simple code shrink here and thereDenys Vlasenko2016-03-151-27/+12
| * nmeter: convert field list to bit listDenys Vlasenko2016-03-151-52/+54
| * nmeter: code shrinkDenys Vlasenko2016-03-151-5/+5
| * nmeter: fix a bug with unterminated varargsDenys Vlasenko2016-03-151-15/+17
| * renice: tweak help textDenys Vlasenko2016-03-071-6/+7
* | Merge branch 'busybox' into mergeRon Yorston2015-10-314-6/+6
|\|
| * pmap: fix bogus {no such process} comm field textDenys Vlasenko2015-10-241-2/+2
| * libbb: factor out code which queries screen widthDenys Vlasenko2015-10-233-4/+4
* | Merge branch 'busybox' into mergeRon Yorston2015-10-191-18/+18
|\|
| * top: make sort field for 's' mode less confusingDenys Vlasenko2015-10-141-13/+14
| * *: more BUILD_BUG_ON conversionsDenys Vlasenko2015-10-131-5/+4
* | Merge branch 'busybox' into mergeRon Yorston2015-10-132-4/+4
|\|
| * join some common strings, -400 bytesDenys Vlasenko2015-10-081-2/+2
| * build system: -fno-builtin-printfDenys Vlasenko2015-10-072-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
* | Enable seamless compression for WIN32Ron Yorston2015-05-271-0/+1
* | Merge branch 'busybox' into mergeFRPRon Yorston2015-05-181-3/+3
|\|
| * *: Switch to POSIX utmpx APIBernhard Reutner-Fischer2015-04-021-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2015-03-144-45/+56
|\|
| * Use chomp to remove newlinesRon Yorston2015-03-121-2/+2
| * libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-123-4/+4
| * trim extra newlines in help textsDenys Vlasenko2015-01-242-2/+2
| * mpstat: code shrinkDenys Vlasenko2015-01-051-6/+2
| * free: handle "cached" value tooGuillermo Rodriguez2015-01-051-31/+46
* | 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