2014-06-26 |
Denys Vlasenko | ftpd: optimize writes of LIST results a bit |
commit | commitdiff | tree | snapshot |
2014-06-25 |
Richard Genoud | nanddump: change default to --bb=skipbad |
commit | commitdiff | tree | snapshot |
2014-06-25 |
Richard Genoud | nanddump: kill -b Omit bad block |
commit | commitdiff | tree | snapshot |
2014-06-25 |
Richard Genoud | nanddump: add options --bb=skipbad and padbad |
commit | commitdiff | tree | snapshot |
2014-06-25 |
Richard Genoud | nanddump: correct rounding to next page (lead to infini... |
commit | commitdiff | tree | snapshot |
2014-06-25 |
Denys Vlasenko | ftpd: support deprecated XPWD command |
commit | commitdiff | tree | snapshot |
2014-06-25 |
Denys Vlasenko | libbb: fix compile failure if both ARG_MAX and _SC_ARG_... |
commit | commitdiff | tree | snapshot |
2014-06-22 |
Isaac Dunham | unlink: new applet |
commit | commitdiff | tree | snapshot |
2014-06-22 |
Bartosz Golaszewski | unit-tests: implement the unit-testing framework |
commit | commitdiff | tree | snapshot |
2014-06-22 |
Bartosz Golaszewski | libbb: use a wrapper around sysconf(_SC_CLK_TCK) to... |
commit | commitdiff | tree | snapshot |
2014-06-22 |
Denys Vlasenko | find: use sysconf(_SC_ARG_MAX) to determine the command... |
commit | commitdiff | tree | snapshot |
2014-06-19 |
Denys Vlasenko | find: exit code fixes for find -exec |
commit | commitdiff | tree | snapshot |
2014-06-17 |
Bartosz Golaszewski | find: add optional support for '-exec ... {} +' |
commit | commitdiff | tree | snapshot |
2014-06-15 |
Denys Vlasenko | udhcpc: make hostname sanitization optional. Closes... |
commit | commitdiff | tree | snapshot |
2014-06-02 |
Joshua Judson... | syslogd: Unify unlink/truncate + unlock log-rotation... |
commit | commitdiff | tree | snapshot |
2014-06-02 |
Joshua Judson... | syslogd: remember to un-writelock log-files even when... |
commit | commitdiff | tree | snapshot |
2014-06-02 |
Joshua Judson... | syslogd: avoid spurious ftrunctate() calls for "-b 0" |
commit | commitdiff | tree | snapshot |
2014-05-26 |
Denys Vlasenko | modprobe-small: fix safe_strncpy truncating last char... |
commit | commitdiff | tree | snapshot |
2014-05-19 |
Denys Vlasenko | Add conditional support for -v / --verbose |
commit | commitdiff | tree | snapshot |
2014-05-10 |
Denys Vlasenko | getty: explain when setsid() fails. no code changes |
commit | commitdiff | tree | snapshot |
2014-05-10 |
Denys Vlasenko | Merge branch 'master' of git+ssh://vda@busybox.net... |
commit | commitdiff | tree | snapshot |
2014-05-04 |
Denys Vlasenko | trylink: emit names of linked executables |
commit | commitdiff | tree | snapshot |
2014-05-04 |
Tito Ragusa | which: rewrite |
commit | commitdiff | tree | snapshot |
2014-05-03 |
Denys Vlasenko | trylink: emit names of linked executables |
commit | commitdiff | tree | snapshot |
2014-05-03 |
Timo Teräs | which: rewrite |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Denys Vlasenko | libbb: rename execable -> executable. No code changes |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Denys Vlasenko | libbb: fix empty PATH components handling |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Denys Vlasenko | rtcwake: fix incorrect (reversed) rtc/sys adjuestment... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Denys Vlasenko | libbb: fix thinko in rtc_xopen() |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Denys Vlasenko | libbb: make rtc_xopen try harder on EBUSY |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Denys Vlasenko | Fix compile failures |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Denys Vlasenko | crond: implement "SHELL=prog" in crontab. Export LOGNAM... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Denys Vlasenko | crond: simplify logging code |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Denys Vlasenko | libbb: make syslog level for bb_error_msg's configurabl... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Denys Vlasenko | crond: tweak help text, make course less cryptic |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Denys Vlasenko | modprobe-small: (un)load all modules which match the... |
commit | commitdiff | tree | snapshot |
2014-04-20 |
Denys Vlasenko | ntpd: fix wrong delay value in one of the printed messages |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Denys Vlasenko | ntpd: truly ignore high delay packet |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Denys Vlasenko | modprobe-small: remove redundant aliases from modules... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Denys Vlasenko | modprobe-small: fix help messages for aliased module... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Denys Vlasenko | adjtimex: make its help text and printed data a bit... |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Denys Vlasenko | libbb/obscure.c: code shrink. Suggested by Tito. |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Denys Vlasenko | ash,hush: set $HOSTNAME is bash compat. Closes 7028 |
commit | commitdiff | tree | snapshot |
2014-04-13 |
Bernhard Reutner... | libbb: provide usleep() fallback implementation |
commit | commitdiff | tree | snapshot |
2014-04-13 |
Denys Vlasenko | less: fix bugs discovered with "git log -p | less ... |
commit | commitdiff | tree | snapshot |
2014-04-05 |
Denys Vlasenko | vi: some simplifications |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Denys Vlasenko | vi: clear undo buffer when we change to another file |
commit | commitdiff | tree | snapshot |
2014-04-02 |
Denys Vlasenko | vi: undo code shrink |
commit | commitdiff | tree | snapshot |
2014-04-02 |
Jody Bruchon | vi: undo support for vi with intermediate queuing |
commit | commitdiff | tree | snapshot |
2014-04-02 |
Drew Moseley | build system: specify '-nostldlib' when linking to... |
commit | commitdiff | tree | snapshot |
2014-04-01 |
Tito Ragusa | swapon/swapoff: -a returns 0 on ignored errors |
commit | commitdiff | tree | snapshot |
2014-03-31 |
Tito Ragusa | swapon/swapoff: size reduction, cleanup, fixes, improve... |
commit | commitdiff | tree | snapshot |
2014-03-27 |
Denys Vlasenko | wget: fix a case where progress bar isn't updated if... |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Matt Whitlock | add discard option -d to swapon |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Matt Whitlock | fix interaction of -a and -p options in swapon |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Matt Whitlock | avoid calling bb_strtou twice in MIN macro expansion |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Denys Vlasenko | ntpd: add optional support for /etc/ntp.conf |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Denys Vlasenko | docs/new-applet-HOWTO.txt: tweak a bit |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Denys Vlasenko | libbb: fix a bad check for uclibc >= 0.9.31 |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Bartosz Golaszewski | docs: update new-applet-HOWTO.txt |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Denys Vlasenko | ash: make "locak VAR" unset VAR (bash does that) |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Denys Vlasenko | script: make it work even if fd 0 is closed |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Denys Vlasenko | build system: for "find", use POSIX not operator (... |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Romain Naour | su: add a delay if the password is incorrect |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Denys Vlasenko | ash,hush: fix a thinko about 2^64-1 factorization |
commit | commitdiff | tree | snapshot |
2014-03-14 |
Denys Vlasenko | hush: make "true" built-in |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Denys Vlasenko | random: cosmetic tweaks in debug code |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Denys Vlasenko | ash,hush: improve randomness of $RANDOM, add easy-ish... |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Denys Vlasenko | shuf: trim help text |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Denys Vlasenko | shuf: do not use strings for -i RANGE case |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Bartosz Golaszewski | shuf: improve help text |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Bartosz Golaszewski | shuf: fix a segfault on 'shuf -e' |
commit | commitdiff | tree | snapshot |
2014-03-05 |
Denys Vlasenko | use [s]rand(), not [s]random() |
commit | commitdiff | tree | snapshot |
2014-03-05 |
Denys Vlasenko | shuf: new applet |
commit | commitdiff | tree | snapshot |
2014-03-03 |
Denys Vlasenko | man: default to ascii |
commit | commitdiff | tree | snapshot |
2014-03-01 |
Denys Vlasenko | ip link: add support for "address ETHADDR". Closes... |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Denys Vlasenko | unlzma: add comments about possible bug from BZ 2689 |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Denys Vlasenko | unlzma: move some variables in "more local" scope |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Denys Vlasenko | udhcpc: ignore NAKs from "wrong" servers. Closes 4267 |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Denys Vlasenko | ls: make "ls -s DIR" show total too. Clases 4946 |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Denys Vlasenko | xargs: fix compilation breakage |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Denys Vlasenko | grep: fix -w match if first match isn't a word, but... |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Denys Vlasenko | xargs: add support for -I and -i. Closes 493 |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Denys Vlasenko | find: code shrink |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Denys Vlasenko | nc: fix option bit positions. Closes 6926 |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Denys Vlasenko | hwclock: fix setting of tz_minuteswest. Closes 5414 |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Denys Vlasenko | build system: remove a dead link from Config help text |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Denys Vlasenko | du, copy_file: fix file matching on cramfs. Closes... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Denys Vlasenko | libbb: trivial code shrink |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Denys Vlasenko | sysctl: do not error out showing write-only data. Close... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Denys Vlasenko | wget: fix comment |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Denys Vlasenko | wget: add commented-out code to use ssl_helper instead... |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Denys Vlasenko | networking/ssl_helper: experimental matrixssl-based... |
commit | commitdiff | tree | snapshot |
2014-02-22 |
Denys Vlasenko | wget: add support for https using "openssl s_client... |
commit | commitdiff | tree | snapshot |
2014-02-21 |
Denys Vlasenko | Improve examples/var_service READMEs |
commit | commitdiff | tree | snapshot |
2014-02-19 |
Bartosz Golaszewski | Kbuild: move CONFIG_PAM to general configuration |
commit | commitdiff | tree | snapshot |
2014-02-19 |
Denys Vlasenko | udhcpc: fix BPF filter. Hopefully fixes the root cause... |
commit | commitdiff | tree | snapshot |
2014-02-10 |
Denys Vlasenko | ifplugd: code shrink |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Denys Vlasenko | htpd: trivial simplification in random interval selection |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Denys Vlasenko | libbb: don't die if crypt() returns NULL |
commit | commitdiff | tree | snapshot |
next |