Age | Commit message (Expand) | Author |
2014-06-27 | stat: fix printing selinux context and null-dereference | Michael Gernoth |
2014-06-27 | ftpd: do not use root_fd if we are not in chroot | Denys Vlasenko |
2014-06-27 | ftpd: for LIST, open current directory *in the child* | Denys Vlasenko |
2014-06-27 | ftpd: escape chroot prior to re-executing ls helper | Denys Vlasenko |
2014-06-26 | awk: fix handling of "if ... break ; else ..." - closes 7226 | Denys Vlasenko |
2014-06-26 | ftpd: optimize writes of LIST results a bit | Denys Vlasenko |
2014-06-25 | nanddump: change default to --bb=skipbad | Richard Genoud |
2014-06-25 | nanddump: kill -b Omit bad block | Richard Genoud |
2014-06-25 | nanddump: add options --bb=skipbad and padbad | Richard Genoud |
2014-06-25 | nanddump: correct rounding to next page (lead to infinite loop) | Richard Genoud |
2014-06-25 | ftpd: support deprecated XPWD command | Denys Vlasenko |
2014-06-25 | libbb: fix compile failure if both ARG_MAX and _SC_ARG_MAX are defined | Denys Vlasenko |
2014-06-22 | unlink: new applet | Isaac Dunham |
2014-06-22 | unit-tests: implement the unit-testing framework | Bartosz Golaszewski |
2014-06-22 | libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes | Bartosz Golaszewski |
2014-06-22 | find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit | Denys Vlasenko |
2014-06-19 | find: exit code fixes for find -exec | Denys Vlasenko |
2014-06-17 | find: add optional support for '-exec ... {} +' | Bartosz Golaszewski |
2014-06-16 | udhcpc: make hostname sanitization optional. Closes 3979 | Denys Vlasenko |
2014-06-02 | syslogd: Unify unlink/truncate + unlock log-rotation logic | Joshua Judson Rosen |
2014-06-02 | syslogd: remember to un-writelock log-files even when called with "-b 0" | Joshua Judson Rosen |
2014-06-02 | syslogd: avoid spurious ftrunctate() calls for "-b 0" | Joshua Judson Rosen |
2014-05-26 | modprobe-small: fix safe_strncpy truncating last char of module name | Denys Vlasenko |
2014-05-19 | Add conditional support for -v / --verbose | Denys Vlasenko |
2014-05-11 | getty: explain when setsid() fails. no code changes | Denys Vlasenko |
2014-05-11 | Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox | Denys Vlasenko |
2014-05-04 | trylink: emit names of linked executables | Denys Vlasenko |
2014-05-04 | which: rewrite | Tito Ragusa |
2014-05-03 | trylink: emit names of linked executables | Denys Vlasenko |
2014-05-03 | which: rewrite | Timo Teräs |
2014-05-02 | libbb: rename execable -> executable. No code changes | Denys Vlasenko |
2014-05-02 | libbb: fix empty PATH components handling | Denys Vlasenko |
2014-05-02 | rtcwake: fix incorrect (reversed) rtc/sys adjuestment; code shrink | Denys Vlasenko |
2014-05-02 | libbb: fix thinko in rtc_xopen() | Denys Vlasenko |
2014-05-02 | libbb: make rtc_xopen try harder on EBUSY | Denys Vlasenko |
2014-05-02 | Fix compile failures | Denys Vlasenko |
2014-04-30 | crond: implement "SHELL=prog" in crontab. Export LOGNAME as POSIX wants | Denys Vlasenko |
2014-04-30 | crond: simplify logging code | Denys Vlasenko |
2014-04-30 | libbb: make syslog level for bb_error_msg's configurable. use it in crond | Denys Vlasenko |
2014-04-30 | crond: tweak help text, make course less cryptic | Denys Vlasenko |
2014-04-21 | modprobe-small: (un)load all modules which match the alias, not only first one | Denys Vlasenko |
2014-04-20 | ntpd: fix wrong delay value in one of the printed messages | Denys Vlasenko |
2014-04-19 | ntpd: truly ignore high delay packet | Denys Vlasenko |
2014-04-19 | modprobe-small: remove redundant aliases from modules.dep.bb | Denys Vlasenko |
2014-04-19 | modprobe-small: fix help messages for aliased module-related applets | Denys Vlasenko |
2014-04-17 | adjtimex: make its help text and printed data a bit less cryptic | Denys Vlasenko |
2014-04-16 | libbb/obscure.c: code shrink. Suggested by Tito. | Denys Vlasenko |
2014-04-15 | ash,hush: set $HOSTNAME is bash compat. Closes 7028 | Denys Vlasenko |
2014-04-13 | libbb: provide usleep() fallback implementation | Bernhard Reutner-Fischer |
2014-04-13 | less: fix bugs discovered with "git log -p | less -m" on kernel tree | Denys Vlasenko |