aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-04-15ash,hush: set $HOSTNAME is bash compat. Closes 7028Denys Vlasenko
2014-04-13libbb: provide usleep() fallback implementationBernhard Reutner-Fischer
2014-04-13less: fix bugs discovered with "git log -p | less -m" on kernel treeDenys Vlasenko
2014-04-05vi: some simplificationsDenys Vlasenko
2014-04-03vi: clear undo buffer when we change to another fileDenys Vlasenko
2014-04-03vi: undo code shrinkDenys Vlasenko
2014-04-02vi: undo support for vi with intermediate queuingJody Bruchon
2014-04-02build system: specify '-nostldlib' when linking to .o filesDrew Moseley
2014-04-01swapon/swapoff: -a returns 0 on ignored errorsTito Ragusa
2014-03-31swapon/swapoff: size reduction, cleanup, fixes, improvementsTito Ragusa
2014-03-27wget: fix a case where progress bar isn't updated if writes are very slowDenys Vlasenko
2014-03-23add discard option -d to swaponMatt Whitlock
2014-03-23fix interaction of -a and -p options in swaponMatt Whitlock
2014-03-23avoid calling bb_strtou twice in MIN macro expansionMatt Whitlock
2014-03-23ntpd: add optional support for /etc/ntp.confDenys Vlasenko
2014-03-17docs/new-applet-HOWTO.txt: tweak a bitDenys Vlasenko