2014-08-27 |
Florian Fainelli | ping: add -p to specify data pattern |
commit | commitdiff | tree | snapshot |
2014-08-17 |
Denys Vlasenko | taskset: support CPU masks for more than 64 CPUs |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Denys Vlasenko | addgroup: mention -S in the help text |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Denys Vlasenko | ash: make ${#var} unicode-aware |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Denys Vlasenko | ash,hush: run reinit_unicode() only if makes sense |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Denys Vlasenko | hush: make ${#var} unicode-aware |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Denys Vlasenko | init: if libc-based Unicode support is on, run setlocal... |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Morten Kvistgaard | ftpd: add optional support for authentication |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Denys Vlasenko | sha3: tweak comments and indentation |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Denys Vlasenko | sha3: code shrink (and speedup for SHA3_SMALL=0) |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Denys Vlasenko | top: fix memset length (sizeof(ptr) vs sizeof(array... |
commit | commitdiff | tree | snapshot |
2014-07-27 |
Timo Teräs | top: fix and merge code to parse /proc/meminfo |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Denys Vlasenko | sha3: add 32-bit optimized bit-sliced implementation |
commit | commitdiff | tree | snapshot |
2014-07-20 |
Ken Sharp | zcip: fix link-local IP conflict detection |
commit | commitdiff | tree | snapshot |
2014-07-16 |
Jeremy Kerr | udhcp: add PXELINUX path prefix option (code 210) defin... |
commit | commitdiff | tree | snapshot |
2014-07-15 |
Denys Vlasenko | ntpd: add support for -I IFACE |
commit | commitdiff | tree | snapshot |
2014-07-04 |
David Marchand | modinfo: fix module parsing with kernel >= 2.6.37 |
commit | commitdiff | tree | snapshot |
2014-07-04 |
Denys Vlasenko | fatattr: use the standard type for 32-bit int |
commit | commitdiff | tree | snapshot |
2014-07-04 |
Denys Vlasenko | setlogcons: fix help text |
commit | commitdiff | tree | snapshot |
2014-07-03 |
Joshua Judson... | syslogd: make "reopen log file every second" logic... |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Joshua Judson... | syslogd: syslogd: don't *decrement* log_file->size... |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Denys Vlasenko | syslogd: make "-O -" log to stdout |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Denys Vlasenko | test: fix mishandling of "test '(' = '('" and similar |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Denys Vlasenko | libbb: fix bb_ask() to flush input before prompt, not... |
commit | commitdiff | tree | snapshot |
2014-06-30 |
Denys Vlasenko | cpio: reinstate "options:" line in help text |
commit | commitdiff | tree | snapshot |
2014-06-30 |
Bartosz Golaszewski | Rename INIT_LAST to INIT_FUNC to avoid confusion |
commit | commitdiff | tree | snapshot |
2014-06-30 |
Pascal Bellard | fatattr: new applet |
commit | commitdiff | tree | snapshot |
2014-06-30 |
Denys Vlasenko | lzop: add overflow check |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Michael Gernoth | stat: fix printing selinux context and null-dereference |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Denys Vlasenko | ftpd: do not use root_fd if we are not in chroot |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Denys Vlasenko | ftpd: for LIST, open current directory *in the child* |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Denys Vlasenko | ftpd: escape chroot prior to re-executing ls helper |
commit | commitdiff | tree | snapshot |
2014-06-26 |
Denys Vlasenko | awk: fix handling of "if ... break ; else ..." - closes... |
commit | commitdiff | tree | snapshot |
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 |
next |