aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-30Rename INIT_LAST to INIT_FUNC to avoid confusionBartosz Golaszewski
2014-06-30fatattr: new appletPascal Bellard
2014-06-30lzop: add overflow checkDenys Vlasenko
2014-06-27stat: fix printing selinux context and null-dereferenceMichael Gernoth
2014-06-27ftpd: do not use root_fd if we are not in chrootDenys Vlasenko
2014-06-27ftpd: for LIST, open current directory *in the child*Denys Vlasenko
2014-06-27ftpd: escape chroot prior to re-executing ls helperDenys Vlasenko
2014-06-26awk: fix handling of "if ... break ; else ..." - closes 7226Denys Vlasenko
2014-06-26ftpd: optimize writes of LIST results a bitDenys Vlasenko
2014-06-25nanddump: change default to --bb=skipbadRichard Genoud
2014-06-25nanddump: kill -b Omit bad blockRichard Genoud
2014-06-25nanddump: add options --bb=skipbad and padbadRichard Genoud
2014-06-25nanddump: correct rounding to next page (lead to infinite loop)Richard Genoud
2014-06-25ftpd: support deprecated XPWD commandDenys Vlasenko
2014-06-25libbb: fix compile failure if both ARG_MAX and _SC_ARG_MAX are definedDenys Vlasenko
2014-06-22unlink: new appletIsaac Dunham
2014-06-22unit-tests: implement the unit-testing frameworkBartosz Golaszewski
2014-06-22libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski
2014-06-22find: use sysconf(_SC_ARG_MAX) to determine the command-line size limitDenys Vlasenko
2014-06-19find: exit code fixes for find -execDenys Vlasenko
2014-06-17find: add optional support for '-exec ... {} +'Bartosz Golaszewski
2014-06-16udhcpc: make hostname sanitization optional. Closes 3979Denys Vlasenko
2014-06-02syslogd: Unify unlink/truncate + unlock log-rotation logicJoshua Judson Rosen
2014-06-02syslogd: remember to un-writelock log-files even when called with "-b 0"Joshua Judson Rosen
2014-06-02syslogd: avoid spurious ftrunctate() calls for "-b 0"Joshua Judson Rosen
2014-05-26modprobe-small: fix safe_strncpy truncating last char of module nameDenys Vlasenko
2014-05-19Add conditional support for -v / --verboseDenys Vlasenko
2014-05-11getty: explain when setsid() fails. no code changesDenys Vlasenko
2014-05-11Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko
2014-05-04trylink: emit names of linked executablesDenys Vlasenko
2014-05-04which: rewriteTito Ragusa
2014-05-03trylink: emit names of linked executablesDenys Vlasenko
2014-05-03which: rewriteTimo Teräs
2014-05-02libbb: rename execable -> executable. No code changesDenys Vlasenko
2014-05-02libbb: fix empty PATH components handlingDenys Vlasenko
2014-05-02rtcwake: fix incorrect (reversed) rtc/sys adjuestment; code shrinkDenys Vlasenko
2014-05-02libbb: fix thinko in rtc_xopen()Denys Vlasenko
2014-05-02libbb: make rtc_xopen try harder on EBUSYDenys Vlasenko
2014-05-02Fix compile failuresDenys Vlasenko
2014-04-30crond: implement "SHELL=prog" in crontab. Export LOGNAME as POSIX wantsDenys Vlasenko
2014-04-30crond: simplify logging codeDenys Vlasenko
2014-04-30libbb: make syslog level for bb_error_msg's configurable. use it in crondDenys Vlasenko
2014-04-30crond: tweak help text, make course less crypticDenys Vlasenko
2014-04-21modprobe-small: (un)load all modules which match the alias, not only first oneDenys Vlasenko
2014-04-20ntpd: fix wrong delay value in one of the printed messagesDenys Vlasenko
2014-04-19ntpd: truly ignore high delay packetDenys Vlasenko
2014-04-19modprobe-small: remove redundant aliases from modules.dep.bbDenys Vlasenko
2014-04-19modprobe-small: fix help messages for aliased module-related appletsDenys Vlasenko
2014-04-17adjtimex: make its help text and printed data a bit less crypticDenys Vlasenko
2014-04-16libbb/obscure.c: code shrink. Suggested by Tito.Denys Vlasenko