| Commit message (Expand) | Author | Age | Files | Lines |
* | cpio: disable pass-through mode (-p) in default configuration | Ron Yorston | 2017-08-24 | 2 | -2/+2 |
* | mode_string: S_IFBLK differs between Windows and Unix | Johannes Schindelin | 2017-08-24 | 1 | -1/+1 |
* | xconnect: avoid using getsockname/getpeername on Windows | Johannes Schindelin | 2017-08-24 | 1 | -0/+2 |
* | mingw: accommodate for BusyBox' assumptions about isatty() | Johannes Schindelin | 2017-08-24 | 2 | -0/+29 |
* | bb_basename: handle mixed slashes correctly | Johannes Schindelin | 2017-08-24 | 1 | -4/+6 |
* | win32: remove implementation of mempcpy | Ron Yorston | 2017-08-23 | 3 | -33/+0 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2017-08-23 | 2 | -6/+7 |
|\ |
|
| * | tar: fix handling of first argument without '-' | Ron Yorston | 2017-08-23 | 1 | -3/+3 |
| * | sendmail: fix segfault if "To: email1,email2" is used | Denys Vlasenko | 2017-08-22 | 1 | -3/+4 |
* | | sed: support the -b/--binary option | Johannes Schindelin | 2017-08-23 | 1 | -1/+17 |
* | | win32/strptime: fix for negative timezones | Johannes Schindelin | 2017-08-23 | 1 | -0/+2 |
* | | include/mingw.h: remove unnecessary definition of PRIuMAX | Ron Yorston | 2017-08-23 | 1 | -1/+0 |
* | | win32/select: ensure that the implementation matches the prototype | Johannes Schindelin | 2017-08-23 | 1 | -0/+1 |
* | | win32/fnmatch: fix old-style function declaration | Johannes Schindelin | 2017-08-23 | 1 | -1/+1 |
* | | win32/fnmatch: avoid old-style function definitions | Johannes Schindelin | 2017-08-23 | 1 | -12/+4 |
* | | win32/strptime: avoid old-style declarations | Johannes Schindelin | 2017-08-23 | 1 | -19/+5 |
* | | win32/strptime: ensure that strptime()/localtime_r() are declared | Johannes Schindelin | 2017-08-23 | 1 | -0/+1 |
* | | win32/select: work around a compiler warning | Johannes Schindelin | 2017-08-23 | 1 | -1/+1 |
* | | win32/mingw: fix signatures of the *execv*() family of functions | Johannes Schindelin | 2017-08-23 | 4 | -26/+24 |
* | | win32: remove unused functions | Ron Yorston | 2017-08-23 | 2 | -23/+0 |
* | | inode_hash: avoid warnings about unused parameters | Ron Yorston | 2017-08-23 | 3 | -2/+5 |
* | | find_mount_point: avoid warnings about casts to non-const | Johannes Schindelin | 2017-08-23 | 1 | -2/+7 |
* | | find_mount_point: avoid warning about unused parameter | Ron Yorston | 2017-08-23 | 1 | -0/+2 |
* | | find_pid_by_name: avoid unused variables | Johannes Schindelin | 2017-08-23 | 1 | -0/+2 |
* | | find_mount_point: avoid unused variables | Johannes Schindelin | 2017-08-23 | 1 | -2/+3 |
* | | man: save path separator so it can be restored | Ron Yorston | 2017-08-23 | 1 | -1/+9 |
* | | man: fix compiler warning about a const -> non-const cast | Johannes Schindelin | 2017-08-23 | 1 | -1/+1 |
* | | less: avoid defining unused function | Johannes Schindelin | 2017-08-23 | 1 | -0/+2 |
* | | xargs: avoid unused variable | Johannes Schindelin | 2017-08-23 | 1 | -0/+2 |
* | | rpm: enable rpm in default configurations | Ron Yorston | 2017-08-22 | 2 | -2/+2 |
* | | Revert "ash: allow long-running nofork applets to be interrupted" | Ron Yorston | 2017-08-22 | 3 | -28/+1 |
* | | Post-merge fixes | Ron Yorston | 2017-08-22 | 4 | -46/+56 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-08-22 | 342 | -2519/+4878 |
|\| |
|
| * | libarchive: fix build failure on NOMMU systems | Ron Yorston | 2017-08-22 | 1 | -1/+1 |
| * | ps: fix build failure if FEATURE_PS_TIME is disabled | Ron Yorston | 2017-08-22 | 1 | -1/+3 |
| * | rpm,rpm2cpio: do not compile not-configurred parts of rpm.c | Denys Vlasenko | 2017-08-22 | 1 | -40/+48 |
| * | run-init: if doing dry run, do not require pid==1 | Denys Vlasenko | 2017-08-22 | 1 | -2/+5 |
| * | ps: allow ps config options if minips is enabled | Kang-Che Sung | 2017-08-22 | 1 | -8/+8 |
| * | run-init: implement -n "dry run" | Denys Vlasenko | 2017-08-22 | 2 | -35/+44 |
| * | run-init: new applet | Denys Vlasenko | 2017-08-21 | 5 | -52/+212 |
| * | libbb: move capability names code to libbb | Denys Vlasenko | 2017-08-21 | 3 | -77/+90 |
| * | setpriv: code shrink | Denys Vlasenko | 2017-08-20 | 1 | -9/+7 |
| * | nuke: shorten help text | Denys Vlasenko | 2017-08-18 | 2 | -2/+2 |
| * | klibc-utils: new applets: resume, nuke, minips | Denys Vlasenko | 2017-08-18 | 9 | -1/+201 |
| * | setpriv: accept any case in capability names | Denys Vlasenko | 2017-08-18 | 1 | -1/+1 |
| * | ash: stage backported LINENO support as a separate patch | Denys Vlasenko | 2017-08-17 | 1 | -0/+498 |
| * | telnet: "-a" + "-l USER" should respect USER | Denys Vlasenko | 2017-08-17 | 1 | -2/+4 |
| * | hush: trivial code shrink in builtin_getopts | Denys Vlasenko | 2017-08-17 | 1 | -4/+5 |
| * | awk: stop on first non-option, closes 9861 | Denys Vlasenko | 2017-08-16 | 1 | -1/+5 |
| * | *: stop using atexit in non-debug build: saves ~260 in bss with musl | Denys Vlasenko | 2017-08-16 | 4 | -22/+16 |