| Commit message (Expand) | Author | Age | Files | Lines |
* | mingw.c: add missing break in fcntl implementation | Ron Yorston | 2014-10-09 | 1 | -0/+1 |
* | win32: attempt to get filesystem type for mntent | Ron Yorston | 2014-10-06 | 1 | -1/+8 |
* | Update MinGW default configuration | Ron Yorston | 2014-10-06 | 1 | -3/+5 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2014-10-06 | 44 | -619/+1226 |
|\ |
|
| * | ntpd: calculate offset to jitter ratio before updating jitter | Miroslav Lichvar | 2014-10-05 | 1 | -4/+8 |
| * | sed: fix "sed CMD -i nonexistent_file". Closes 7484 | Denys Vlasenko | 2014-10-05 | 1 | -2/+6 |
| * | ntpd: don't stay at short polling interval | Miroslav Lichvar | 2014-10-02 | 1 | -27/+53 |
| * | getty: set tty attrs so that control chars are shown as ^c | Denys Vlasenko | 2014-10-02 | 1 | -8/+9 |
| * | ntpd: be less eager to use shorter poll intervals | Denys Vlasenko | 2014-09-27 | 1 | -39/+41 |
| * | ubiupdatevol: fix -t to not require an option. Closes 7466 | Denys Vlasenko | 2014-09-25 | 1 | -9/+14 |
| * | install: fix help text | Denys Vlasenko | 2014-09-24 | 1 | -1/+1 |
| * | ntpd: split out poll adjusting code | Miroslav Lichvar | 2014-09-24 | 1 | -37/+39 |
| * | ntpd: don't wait for good offset before disabling burst mode | Miroslav Lichvar | 2014-09-24 | 1 | -6/+3 |
| * | install: implement -t DIR | Aaro Koskinen | 2014-09-24 | 1 | -15/+22 |
| * | less: make -E work | Aaro Koskinen | 2014-09-23 | 1 | -1/+8 |
| * | less: trivial code shrink | Denys Vlasenko | 2014-09-22 | 1 | -4/+3 |
| * | less: move "retry-on-EAGAIN" logic closer to read ops | Denys Vlasenko | 2014-09-22 | 3 | -32/+29 |
| * | less: disable "suppress empty wraparound" optimization | Denys Vlasenko | 2014-09-21 | 1 | -0/+6 |
| * | df: fix -T option when ENABLE_FEATURE_HUMAN_READABLE=0 | Ari Sundholm | 2014-09-20 | 1 | -8/+7 |
| * | false: make "false --help" exit with 1 | Denys Vlasenko | 2014-09-18 | 2 | -8/+35 |
| * | df: implement -T option | Ari Sundholm | 2014-09-17 | 1 | -2/+23 |
| * | sed: fix a buglet in s///NUM handling | Denys Vlasenko | 2014-09-16 | 2 | -1/+8 |
| * | ftpd: make LIST command show dotfiles too | Denys Vlasenko | 2014-09-15 | 1 | -8/+8 |
| * | vi: fix incorrect memory access on brace matching. Closes 7256 | Denys Vlasenko | 2014-09-15 | 1 | -43/+36 |
| * | mdev: treat zero-length /dev/mdev.seq the same as "\n" one. Closes 7334 | Denys Vlasenko | 2014-09-08 | 1 | -1/+1 |
| * | ash: fix off-by-one in "jobs %4" handling. closes 7310 | Denys Vlasenko | 2014-09-08 | 1 | -1/+1 |
| * | ash: factor out ASH_HELP config option | Denys Vlasenko | 2014-09-08 | 1 | -11/+15 |
| * | find: support -perm /BITS. Closes 7340 | Denys Vlasenko | 2014-09-05 | 1 | -4/+4 |
| * | tftpd: tweak HP PA-RISC firmware bug compatibility | Denys Vlasenko | 2014-09-04 | 1 | -3/+4 |
| * | tftpd: support full 512-byte requests | Denys Vlasenko | 2014-09-03 | 1 | -3/+13 |
| * | taskset: fix logic error in "if it doesn't start with 0x..." | Denys Vlasenko | 2014-08-31 | 1 | -1/+1 |
| * | grep: fix "grep -r PATTRN SYMLINK_TO_DIR" | Denys Vlasenko | 2014-08-28 | 2 | -1/+21 |
| * | ping: add -p to specify data pattern | Florian Fainelli | 2014-08-27 | 1 | -9/+16 |
| * | taskset: support CPU masks for more than 64 CPUs | Denys Vlasenko | 2014-08-17 | 4 | -25/+79 |
| * | addgroup: mention -S in the help text | Denys Vlasenko | 2014-08-15 | 1 | -2/+2 |
| * | ash: make ${#var} unicode-aware | Denys Vlasenko | 2014-08-13 | 1 | -13/+26 |
| * | ash,hush: run reinit_unicode() only if makes sense | Denys Vlasenko | 2014-08-13 | 2 | -5/+11 |
| * | hush: make ${#var} unicode-aware | Denys Vlasenko | 2014-08-13 | 3 | -10/+35 |
| * | init: if libc-based Unicode support is on, run setlocale(LC_ALL, "") at startup | Denys Vlasenko | 2014-08-11 | 1 | -2/+1 |
| * | ftpd: add optional support for authentication | Morten Kvistgaard | 2014-08-05 | 5 | -52/+100 |
| * | sha3: tweak comments and indentation | Denys Vlasenko | 2014-07-30 | 1 | -13/+14 |
| * | sha3: code shrink (and speedup for SHA3_SMALL=0) | Denys Vlasenko | 2014-07-30 | 1 | -16/+66 |
| * | top: fix memset length (sizeof(ptr) vs sizeof(array) problem) | Denys Vlasenko | 2014-07-29 | 1 | -2/+1 |
| * | top: fix and merge code to parse /proc/meminfo | Timo Teräs | 2014-07-27 | 1 | -110/+86 |
| * | sha3: add 32-bit optimized bit-sliced implementation | Denys Vlasenko | 2014-07-25 | 1 | -14/+242 |
| * | zcip: fix link-local IP conflict detection | Ken Sharp | 2014-07-20 | 1 | -16/+22 |
| * | udhcp: add PXELINUX path prefix option (code 210) definition | Jeremy Kerr | 2014-07-16 | 2 | -0/+3 |
| * | ntpd: add support for -I IFACE | Denys Vlasenko | 2014-07-15 | 1 | -7/+20 |
| * | modinfo: fix module parsing with kernel >= 2.6.37 | David Marchand | 2014-07-04 | 1 | -3/+4 |
| * | fatattr: use the standard type for 32-bit int | Denys Vlasenko | 2014-07-04 | 1 | -2/+2 |