| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | sed: implement ",+N" range end | Denys Vlasenko | 2015-04-17 | 2 | -5/+68 |
| * | uevent: new applet | Denys Vlasenko | 2015-04-16 | 1 | -0/+127 |
| * | find: fix regression in status processing for path arguments | Felix Fietkau | 2015-04-14 | 1 | -4/+2 |
| * | volume_id: fix a buglet introduced by is_prefixed_with() conversion | Alfonso Ranieri | 2015-04-14 | 1 | -1/+1 |
| * | build system: make CONFIG_EXTRA_LDFLAGS go to LDFLAGS, not EXTRA_LDFLAGS | Denys Vlasenko | 2015-04-14 | 2 | -1/+3 |
| * | update copyright years | Aaro Koskinen | 2015-04-02 | 1 | -1/+1 |
| * | *: Switch to POSIX utmpx API | Bernhard Reutner-Fischer | 2015-04-02 | 9 | -52/+56 |
| * | update example ntp.script | Denys Vlasenko | 2015-03-31 | 1 | -2/+19 |
| * | ftpd: change_identity() must be after chroot() | Denys Vlasenko | 2015-03-31 | 1 | -20/+21 |
| * | typo fix | Denys Vlasenko | 2015-03-26 | 1 | -1/+1 |
* | | Update README.md | Ron Yorston | 2015-04-30 | 1 | -1/+1 |
* | | mingw: enable a minimal version of nc by default | Ron Yorston | 2015-04-22 | 2 | -4/+4 |
* | | mingw: import select from gnulib | Ron Yorston | 2015-04-22 | 2 | -0/+574 |
* | | mingw: additional networking support | Ron Yorston | 2015-04-22 | 2 | -2/+60 |
* | | mingw: remove unused code from read_key | Ron Yorston | 2015-04-22 | 1 | -5/+0 |
* | | Allow globbing to be enabled with mingw64 | Ron Yorston | 2015-04-12 | 4 | -16/+27 |
* | | mingw: changes to handling of directory permissions | Ron Yorston | 2015-03-25 | 2 | -0/+26 |
* | | ash: skip poll in read built-in | Ron Yorston | 2015-03-24 | 1 | -0/+2 |
* | | test: fix access check bug; tweak fake file mode | Ron Yorston | 2015-03-24 | 2 | -4/+3 |
* | | Add new truncate applet to mingw32_defconfig | Ron Yorston | 2015-03-23 | 1 | -1/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-03-23 | 9 | -44/+129 |
|\| |
|
| * | truncate: new applet | Denys Vlasenko | 2015-03-22 | 1 | -0/+77 |
| * | zcip: fix wrong comparison of source IP with our IP | Vladislav Grishenko | 2015-03-22 | 1 | -1/+1 |
| * | truncate: new applet | Ari Sundholm | 2015-03-22 | 2 | -1/+4 |
| * | dd: move suffix struct to xatonum.c | Ari Sundholm | 2015-03-22 | 3 | -25/+26 |
| * | logread: implement dumpfollow mode of operation | Phil Sutter | 2015-03-22 | 1 | -5/+11 |
| * | ifupdown: shrink a message | Denys Vlasenko | 2015-03-22 | 1 | -1/+1 |
| * | ifupdown: correct ifstate update during 'ifup -a'. Closes 6212 | Frank Bergmann | 2015-03-22 | 1 | -3/+4 |
| * | ash: do not split the result of tilde expansion | Ron Yorston | 2015-03-22 | 1 | -3/+0 |
| * | trylink: respect compiler settings when probing features | Mike Frysinger | 2015-03-16 | 1 | -2/+2 |
| * | trylink: use mktemp instead of hardcoding paths | Mike Frysinger | 2015-03-16 | 1 | -4/+4 |
* | | Post-merge fixes | Ron Yorston | 2015-03-14 | 3 | -16/+23 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-03-14 | 109 | -2939/+3134 |
|\| |
|
| * | vi: make BACKSPACE and DELETE join lines at start/end of line | Denys Vlasenko | 2015-03-12 | 1 | -4/+4 |
| * | Use chomp to remove newlines | Ron Yorston | 2015-03-12 | 4 | -5/+5 |
| * | od: fix printing of high-bit chars | Ron Yorston | 2015-03-12 | 1 | -8/+6 |
| * | libbb: introduce and use is_prefixed_with() | Denys Vlasenko | 2015-03-12 | 51 | -151/+165 |
| * | deluser: also remove user from /etc/group | Denys Vlasenko | 2015-03-12 | 2 | -8/+48 |
| * | arping: fix iface name in error messages | Alexander Korolkov | 2015-03-12 | 1 | -2/+1 |
| * | patch: segfault fix. Closes 7916 | Denys Vlasenko | 2015-03-11 | 1 | -0/+10 |
| * | mount: -T OTHERTAB support | Isaac Dunham | 2015-03-11 | 2 | -94/+108 |
| * | ntpd: tweak help text | Denys Vlasenko | 2015-03-05 | 1 | -1/+2 |
| * | inetd: fix order of array index check and array access | Denys Vlasenko | 2015-03-03 | 1 | -3/+5 |
| * | ntpd: chnage help text about -l to say that it doesn't disable client code | Denys Vlasenko | 2015-03-02 | 1 | -4/+4 |
| * | runsvdir: if pid==1, also intercept SIGINT for -s SCRIPT | Denys Vlasenko | 2015-03-02 | 1 | -6/+10 |
| * | runsvdir: do not block SIGCHLD around poll/sleep | Denys Vlasenko | 2015-03-02 | 1 | -2/+0 |
| * | runsvdir: (almost) close a signal race | Denys Vlasenko | 2015-03-02 | 1 | -25/+28 |
| * | acpid: fix logging | Serj Kalichev | 2015-02-23 | 1 | -5/+3 |
| * | ls: heed compiler warning | Denys Vlasenko | 2015-02-23 | 1 | -1/+1 |
| * | modinfo: fix fallout from basename removal | Denys Vlasenko | 2015-02-21 | 1 | -1/+1 |