Age | Commit message (Expand) | Author |
2015-05-11 | tar: do not try to decode GNU extended headers as pax headers | Denys Vlasenko |
2015-05-03 | Conditionalize Bionic workarounds on __ANDROID_API__ | Matt Whitlock |
2015-05-03 | Bionic lacks mempcpy; enable existing workaround | Matt Whitlock |
2015-05-03 | libarchive: auto-detect .Z files as well | Thiago Jung Bauermann |
2015-05-03 | typo fix | Denys Vlasenko |
2015-05-03 | vi: basic undo feature shouldn't depend on yankmark | Andrew Fuller |
2015-04-26 | gzip: add support for compression levels 4-9 | Aaro Koskinen |
2015-04-26 | Bionic lacks tcdrain; provide a workaround | Matt Whitlock |
2015-04-25 | Bionic lacks ttyname_r; provide a workaround | Matt Whitlock |
2015-04-21 | special-case {true,false,test} --help | Denys Vlasenko |
2015-04-20 | include: Fallback to UTMP unless there is UTMPX support | Bernhard Reutner-Fischer |
2015-04-20 | libbb: remove unnecessary argument to nonblock_immune_read | Ron Yorston |
2015-04-19 | mdev: if a "future" mdev.seq is seen, do not overwrite it with ours | Denys Vlasenko |
2015-04-19 | mdev: improve logging | Denys Vlasenko |
2015-04-18 | hush: document buggy handling of duplicate "local" | Denys Vlasenko |
2015-04-18 | ash: fix handling of duplicate "local" | Denys Vlasenko |
2015-04-17 | sed: implement ",+N" range end | Denys Vlasenko |
2015-04-16 | uevent: new applet | Denys Vlasenko |
2015-04-14 | find: fix regression in status processing for path arguments | Felix Fietkau |
2015-04-14 | volume_id: fix a buglet introduced by is_prefixed_with() conversion | Alfonso Ranieri |
2015-04-14 | build system: make CONFIG_EXTRA_LDFLAGS go to LDFLAGS, not EXTRA_LDFLAGS | Denys Vlasenko |
2015-04-02 | update copyright years | Aaro Koskinen |
2015-04-02 | *: Switch to POSIX utmpx API | Bernhard Reutner-Fischer |
2015-03-31 | update example ntp.script | Denys Vlasenko |
2015-03-31 | ftpd: change_identity() must be after chroot() | Denys Vlasenko |
2015-03-26 | typo fix | Denys Vlasenko |
2015-03-22 | truncate: new applet | Denys Vlasenko |
2015-03-22 | zcip: fix wrong comparison of source IP with our IP | Vladislav Grishenko |
2015-03-22 | truncate: new applet | Ari Sundholm |
2015-03-22 | dd: move suffix struct to xatonum.c | Ari Sundholm |
2015-03-22 | logread: implement dumpfollow mode of operation | Phil Sutter |
2015-03-22 | ifupdown: shrink a message | Denys Vlasenko |
2015-03-22 | ifupdown: correct ifstate update during 'ifup -a'. Closes 6212 | Frank Bergmann |
2015-03-22 | ash: do not split the result of tilde expansion | Ron Yorston |
2015-03-16 | trylink: respect compiler settings when probing features | Mike Frysinger |
2015-03-16 | trylink: use mktemp instead of hardcoding paths | Mike Frysinger |
2015-03-12 | vi: make BACKSPACE and DELETE join lines at start/end of line | Denys Vlasenko |
2015-03-12 | Use chomp to remove newlines | Ron Yorston |
2015-03-12 | od: fix printing of high-bit chars | Ron Yorston |
2015-03-12 | libbb: introduce and use is_prefixed_with() | Denys Vlasenko |
2015-03-12 | deluser: also remove user from /etc/group | Denys Vlasenko |
2015-03-12 | arping: fix iface name in error messages | Alexander Korolkov |
2015-03-11 | patch: segfault fix. Closes 7916 | Denys Vlasenko |
2015-03-11 | mount: -T OTHERTAB support | Isaac Dunham |
2015-03-05 | ntpd: tweak help text | Denys Vlasenko |
2015-03-03 | inetd: fix order of array index check and array access | Denys Vlasenko |
2015-03-02 | ntpd: chnage help text about -l to say that it doesn't disable client code | Denys Vlasenko |
2015-03-02 | runsvdir: if pid==1, also intercept SIGINT for -s SCRIPT | Denys Vlasenko |
2015-03-02 | runsvdir: do not block SIGCHLD around poll/sleep | Denys Vlasenko |
2015-03-02 | runsvdir: (almost) close a signal race | Denys Vlasenko |