| Commit message (Expand) | Author | Files | Lines |
2017-08-23 | include/mingw.h: remove unnecessary definition of PRIuMAX | Ron Yorston | 1 | -1/+0 |
2017-08-23 | win32/select: ensure that the implementation matches the prototype | Johannes Schindelin | 1 | -0/+1 |
2017-08-23 | win32/fnmatch: fix old-style function declaration | Johannes Schindelin | 1 | -1/+1 |
2017-08-23 | win32/fnmatch: avoid old-style function definitions | Johannes Schindelin | 1 | -12/+4 |
2017-08-23 | win32/strptime: avoid old-style declarations | Johannes Schindelin | 1 | -19/+5 |
2017-08-23 | win32/strptime: ensure that strptime()/localtime_r() are declared | Johannes Schindelin | 1 | -0/+1 |
2017-08-23 | win32/select: work around a compiler warning | Johannes Schindelin | 1 | -1/+1 |
2017-08-23 | win32/mingw: fix signatures of the *execv*() family of functions | Johannes Schindelin | 4 | -26/+24 |
2017-08-23 | win32: remove unused functions | Ron Yorston | 2 | -23/+0 |
2017-08-23 | inode_hash: avoid warnings about unused parameters | Ron Yorston | 3 | -2/+5 |
2017-08-23 | find_mount_point: avoid warnings about casts to non-const | Johannes Schindelin | 1 | -2/+7 |
2017-08-23 | find_mount_point: avoid warning about unused parameter | Ron Yorston | 1 | -0/+2 |
2017-08-23 | find_pid_by_name: avoid unused variables | Johannes Schindelin | 1 | -0/+2 |
2017-08-23 | find_mount_point: avoid unused variables | Johannes Schindelin | 1 | -2/+3 |
2017-08-23 | man: save path separator so it can be restored | Ron Yorston | 1 | -1/+9 |
2017-08-23 | man: fix compiler warning about a const -> non-const cast | Johannes Schindelin | 1 | -1/+1 |
2017-08-23 | less: avoid defining unused function | Johannes Schindelin | 1 | -0/+2 |
2017-08-23 | xargs: avoid unused variable | Johannes Schindelin | 1 | -0/+2 |
2017-08-22 | rpm: enable rpm in default configurations | Ron Yorston | 2 | -2/+2 |
2017-08-22 | Revert "ash: allow long-running nofork applets to be interrupted" | Ron Yorston | 3 | -28/+1 |
2017-08-22 | Post-merge fixes | Ron Yorston | 4 | -46/+56 |
2017-08-22 | libarchive: fix build failure on NOMMU systems | Ron Yorston | 1 | -1/+1 |
2017-08-22 | ps: fix build failure if FEATURE_PS_TIME is disabled | Ron Yorston | 1 | -1/+3 |
2017-08-22 | rpm,rpm2cpio: do not compile not-configurred parts of rpm.c | Denys Vlasenko | 1 | -40/+48 |
2017-08-22 | run-init: if doing dry run, do not require pid==1 | Denys Vlasenko | 1 | -2/+5 |
2017-08-22 | ps: allow ps config options if minips is enabled | Kang-Che Sung | 1 | -8/+8 |
2017-08-22 | run-init: implement -n "dry run" | Denys Vlasenko | 2 | -35/+44 |
2017-08-22 | timeout: provide a basic implementation for WIN32 | Ron Yorston | 3 | -2/+37 |
2017-08-21 | run-init: new applet | Denys Vlasenko | 5 | -52/+212 |
2017-08-21 | libbb: move capability names code to libbb | Denys Vlasenko | 3 | -77/+90 |
2017-08-20 | setpriv: code shrink | Denys Vlasenko | 1 | -9/+7 |
2017-08-18 | nuke: shorten help text | Denys Vlasenko | 2 | -2/+2 |
2017-08-18 | klibc-utils: new applets: resume, nuke, minips | Denys Vlasenko | 9 | -1/+201 |
2017-08-18 | setpriv: accept any case in capability names | Denys Vlasenko | 1 | -1/+1 |