aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-03-16libbb: fix a bad check for uclibc >= 0.9.31Denys Vlasenko
2014-03-16docs: update new-applet-HOWTO.txtBartosz Golaszewski
2014-03-16ash: make "locak VAR" unset VAR (bash does that)Denys Vlasenko
2014-03-16script: make it work even if fd 0 is closedDenys Vlasenko
2014-03-16build system: for "find", use POSIX not operator (!) instead of -notDenys Vlasenko
2014-03-16su: add a delay if the password is incorrectRomain Naour
2014-03-15ash,hush: fix a thinko about 2^64-1 factorizationDenys Vlasenko
2014-03-14hush: make "true" built-inDenys Vlasenko
2014-03-13random: cosmetic tweaks in debug codeDenys Vlasenko