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