| Commit message (Expand) | Author | Age | Files | Lines |
* | pgrep: implement -a | Denys Vlasenko | 2017-06-26 | 1 | -6/+16 |
* | pgrep: fix pgrep -flx "sleep 11" - saw "sleep 11" processes as "sleep 11 " | Denys Vlasenko | 2017-06-26 | 1 | -5/+11 |
* | fix "ifdef ENABLE_foo": should always be "#if ENABLE_foo" | Denys Vlasenko | 2017-06-15 | 1 | -1/+1 |
* | fix errors found with make_single_applets.sh | Denys Vlasenko | 2017-04-12 | 1 | -5/+5 |
* | Sort more misplaced applets into coreutils or util-linux | Denys Vlasenko | 2017-04-12 | 1 | -148/+0 |
* | *: add comment about APPLET_ODDNAME format | Denys Vlasenko | 2017-01-29 | 2 | -1/+3 |
* | make --help texts smaller | Denys Vlasenko | 2017-01-21 | 1 | -1/+1 |
* | Assorted warning fixes and added a comment, no code changes | Denys Vlasenko | 2017-01-16 | 2 | -1/+11 |
* | Move FEATURE_USE_TERMIOS config option to two applets which use it | Denys Vlasenko | 2017-01-11 | 2 | -15/+31 |
* | libbb: consolidate the code to set termios unbuffered mode | Denys Vlasenko | 2017-01-11 | 2 | -15/+5 |
* | top: FEATURE_USE_TERMIOS shouldn't control reading of screen size | Denys Vlasenko | 2017-01-11 | 1 | -4/+0 |
* | Big cleanup in config help and description | Denys Vlasenko | 2017-01-10 | 4 | -17/+13 |
* | kill: optimizations for single-applet build | Kang-Che Sung | 2017-01-09 | 2 | -21/+28 |
* | kill: need not build kill.c when ash's job control is off | Kang-Che Sung | 2017-01-09 | 2 | -6/+2 |
* | hush: kill builtin and kill %jobspec support | Denys Vlasenko | 2017-01-08 | 2 | -2/+4 |
* | ash: fix "kill %1" not working if CONFIG_ASH is disabled | Kang-Che Sung | 2017-01-08 | 1 | -1/+2 |
* | Make it possible to select "sh" and "bash" aliases without selecting ash or hush | Denys Vlasenko | 2016-12-23 | 1 | -0/+2 |
* | top: fix help text: with !TERMIOS, no keys are affected top output | Denys Vlasenko | 2016-12-03 | 1 | -1/+4 |
* | Code style fixes, no code changes | Denys Vlasenko | 2016-11-28 | 1 | -1/+1 |
* | Make killall and killall5 selecatable independent from kill | Denys Vlasenko | 2016-11-23 | 1 | -8/+16 |
* | Convert all procps/* applets to "new style" applet definitions | Denys Vlasenko | 2016-11-23 | 13 | -158/+184 |
* | top: move free(prev_hist) out of signal path | Denys Vlasenko | 2016-08-19 | 1 | -6/+6 |
* | getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST | Denys Vlasenko | 2016-07-06 | 4 | -8/+5 |
* | *: slap on a few ALIGN1/2s where appropriate | Denys Vlasenko | 2016-04-22 | 1 | -3/+3 |
* | *: hopefully all setup_common_bufsiz() are in place | Denys Vlasenko | 2016-04-21 | 1 | -5/+4 |
* | *: add most of the required setup_common_bufsiz() calls | Denys Vlasenko | 2016-04-21 | 4 | -2/+4 |
* | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko | 2016-04-21 | 5 | -8/+13 |
* | nmeter: reinstate and document -d-1 | Denys Vlasenko | 2016-03-15 | 1 | -17/+15 |
* | nmeter: remove undocumented %NNNd specifier | Denys Vlasenko | 2016-03-15 | 1 | -13/+6 |
* | nmeter: simple code shrink here and there | Denys Vlasenko | 2016-03-15 | 1 | -27/+12 |
* | nmeter: convert field list to bit list | Denys Vlasenko | 2016-03-15 | 1 | -52/+54 |
* | nmeter: code shrink | Denys Vlasenko | 2016-03-15 | 1 | -5/+5 |
* | nmeter: fix a bug with unterminated varargs | Denys Vlasenko | 2016-03-15 | 1 | -15/+17 |
* | renice: tweak help text | Denys Vlasenko | 2016-03-07 | 1 | -6/+7 |
* | pmap: fix bogus {no such process} comm field text | Denys Vlasenko | 2015-10-24 | 1 | -2/+2 |
* | libbb: factor out code which queries screen width | Denys Vlasenko | 2015-10-23 | 3 | -4/+4 |
* | top: make sort field for 's' mode less confusing | Denys Vlasenko | 2015-10-14 | 1 | -13/+14 |
* | *: more BUILD_BUG_ON conversions | Denys Vlasenko | 2015-10-13 | 1 | -5/+4 |
* | join some common strings, -400 bytes | Denys Vlasenko | 2015-10-08 | 1 | -2/+2 |
* | build system: -fno-builtin-printf | Denys Vlasenko | 2015-10-07 | 2 | -2/+2 |
* | ps: fix SEGV on narrow screens. closes 8176 | Denys Vlasenko | 2015-07-01 | 1 | -5/+7 |
* | *: Switch to POSIX utmpx API | Bernhard Reutner-Fischer | 2015-04-02 | 1 | -3/+3 |
* | Use chomp to remove newlines | Ron Yorston | 2015-03-12 | 1 | -2/+2 |
* | libbb: introduce and use is_prefixed_with() | Denys Vlasenko | 2015-03-12 | 3 | -4/+4 |
* | trim extra newlines in help texts | Denys Vlasenko | 2015-01-24 | 2 | -2/+2 |
* | mpstat: code shrink | Denys Vlasenko | 2015-01-05 | 1 | -6/+2 |
* | free: handle "cached" value too | Guillermo Rodriguez | 2015-01-05 | 1 | -31/+46 |
* | top: fix memset length (sizeof(ptr) vs sizeof(array) problem) | Denys Vlasenko | 2014-07-29 | 1 | -2/+1 |
* | top: fix and merge code to parse /proc/meminfo | Timo Teräs | 2014-07-27 | 1 | -110/+86 |
* | libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes | Bartosz Golaszewski | 2014-06-22 | 2 | -13/+2 |