| Commit message (Expand) | Author | Age | Files | Lines |
* | ps: add support for CPU and elapsed time columns | Ron Yorston | 2017-09-01 | 1 | -3/+4 |
* | ps: add parent process id as a supported column | Ron Yorston | 2017-08-31 | 1 | -3/+3 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2017-08-22 | 16 | -180/+160 |
|\ |
|
| * | ps: fix build failure if FEATURE_PS_TIME is disabled | Ron Yorston | 2017-08-22 | 1 | -1/+3 |
| * | ps: allow ps config options if minips is enabled | Kang-Che Sung | 2017-08-22 | 1 | -8/+8 |
| * | klibc-utils: new applets: resume, nuke, minips | Denys Vlasenko | 2017-08-18 | 1 | -1/+4 |
| * | *: stop using atexit in non-debug build: saves ~260 in bss with musl | Denys Vlasenko | 2017-08-16 | 2 | -6/+9 |
| * | top: switch to malloced "globals". | Denys Vlasenko | 2017-08-16 | 1 | -7/+6 |
| * | ps: improve TIME column for large times: showing "14453:50" is not good | Denys Vlasenko | 2017-08-10 | 1 | -9/+36 |
| * | ps: make it NOEXEC | Denys Vlasenko | 2017-08-10 | 1 | -2/+1 |
| * | ps: stop using AT_CLKTCK, there are more standard ways | Denys Vlasenko | 2017-08-10 | 1 | -95/+10 |
| * | getopt32: remove opt_complementary | Denys Vlasenko | 2017-08-08 | 7 | -16/+13 |
| * | free,stat: make NOEXEC | Denys Vlasenko | 2017-08-07 | 3 | -3/+14 |
| * | users,w,who,uptime,renice: make NOEXEC | Denys Vlasenko | 2017-08-07 | 1 | -1/+1 |
| * | nameif: make it NOEXEC | Denys Vlasenko | 2017-08-06 | 1 | -0/+1 |
| * | pstree: make it NOEXEC | Denys Vlasenko | 2017-08-05 | 2 | -13/+14 |
| * | sysctl: make it NOEXEC | Denys Vlasenko | 2017-08-05 | 1 | -1/+1 |
| * | sysctl: recognize ";comment" and "<whitespace>#comment" lines | Denys Vlasenko | 2017-08-05 | 1 | -3/+4 |
| * | libbb: make trim() return pointer to terminating NUL | Denys Vlasenko | 2017-08-05 | 1 | -4/+8 |
| * | sysctl: fix file parsing, do not require -w for VAR=VAL | Denys Vlasenko | 2017-08-05 | 1 | -18/+33 |
| * | pmap: tweak help text, show usage if no params are given | Denys Vlasenko | 2017-08-04 | 1 | -1/+2 |
| * | getopt32: factor out code to treat all args as options | Denys Vlasenko | 2017-08-04 | 2 | -5/+5 |
| * | new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resize | Denys Vlasenko | 2017-08-03 | 2 | -6/+7 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-07-29 | 2 | -6/+7 |
|\| |
|
| * | ps: tweak outdated comment, no code changes | Denys Vlasenko | 2017-07-29 | 1 | -5/+0 |
| * | ps: implement -o sid | Denys Vlasenko | 2017-07-29 | 1 | -0/+6 |
| * | ash: allow "trap NUM [SIG]..." syntax | Denys Vlasenko | 2017-07-25 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-07-24 | 20 | -103/+130 |
|\| |
|
| * | pgrep: fix "pgrep -v -P1"; also allow matching of comm - closes 10086 | Denys Vlasenko | 2017-07-21 | 1 | -10/+37 |
| * | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 20 | -72/+72 |
| * | Update menuconfig items with approximate applet sizes | Denys Vlasenko | 2017-07-18 | 19 | -22/+22 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-07-18 | 2 | -12/+28 |
|\| |
|
| * | 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 |
* | | Use %I64* formats with MinGW instead of %ll* formats | Johannes Schindelin | 2017-07-18 | 2 | -2/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-05-29 | 2 | -153/+5 |
|\| |
|
| * | 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 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-02-08 | 11 | -76/+92 |
|\| |
|
| * | *: 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 |