Age | Commit message (Expand) | Author |
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 |
2014-04-05 | vi: some simplifications | Denys Vlasenko |
2014-04-03 | vi: clear undo buffer when we change to another file | Denys Vlasenko |
2014-04-03 | vi: undo code shrink | Denys Vlasenko |
2014-04-02 | vi: undo support for vi with intermediate queuing | Jody Bruchon |
2014-04-02 | build system: specify '-nostldlib' when linking to .o files | Drew Moseley |
2014-04-01 | swapon/swapoff: -a returns 0 on ignored errors | Tito Ragusa |
2014-03-31 | swapon/swapoff: size reduction, cleanup, fixes, improvements | Tito Ragusa |
2014-03-27 | wget: fix a case where progress bar isn't updated if writes are very slow | Denys Vlasenko |
2014-03-23 | add discard option -d to swapon | Matt Whitlock |
2014-03-23 | fix interaction of -a and -p options in swapon | Matt Whitlock |
2014-03-23 | avoid calling bb_strtou twice in MIN macro expansion | Matt Whitlock |
2014-03-23 | ntpd: add optional support for /etc/ntp.conf | Denys Vlasenko |
2014-03-17 | docs/new-applet-HOWTO.txt: tweak a bit | Denys Vlasenko |
2014-03-16 | libbb: fix a bad check for uclibc >= 0.9.31 | Denys Vlasenko |
2014-03-16 | docs: update new-applet-HOWTO.txt | Bartosz Golaszewski |
2014-03-16 | ash: make "locak VAR" unset VAR (bash does that) | Denys Vlasenko |
2014-03-16 | script: make it work even if fd 0 is closed | Denys Vlasenko |
2014-03-16 | build system: for "find", use POSIX not operator (!) instead of -not | Denys Vlasenko |
2014-03-16 | su: add a delay if the password is incorrect | Romain Naour |
2014-03-15 | ash,hush: fix a thinko about 2^64-1 factorization | Denys Vlasenko |
2014-03-14 | hush: make "true" built-in | Denys Vlasenko |
2014-03-13 | random: cosmetic tweaks in debug code | Denys Vlasenko |
2014-03-13 | ash,hush: improve randomness of $RANDOM, add easy-ish way to test it | Denys Vlasenko |
2014-03-07 | shuf: trim help text | Denys Vlasenko |