aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-05sed: fix "sed CMD -i nonexistent_file". Closes 7484Denys Vlasenko
2014-10-02ntpd: don't stay at short polling intervalMiroslav Lichvar
2014-10-02getty: set tty attrs so that control chars are shown as ^cDenys Vlasenko
2014-09-27ntpd: be less eager to use shorter poll intervalsDenys Vlasenko
2014-09-25ubiupdatevol: fix -t to not require an option. Closes 7466Denys Vlasenko
2014-09-24install: fix help textDenys Vlasenko
2014-09-24ntpd: split out poll adjusting codeMiroslav Lichvar
2014-09-24ntpd: don't wait for good offset before disabling burst modeMiroslav Lichvar
2014-09-24install: implement -t DIRAaro Koskinen
2014-09-23less: make -E workAaro Koskinen
2014-09-22less: trivial code shrinkDenys Vlasenko
2014-09-22less: move "retry-on-EAGAIN" logic closer to read opsDenys Vlasenko
2014-09-21less: disable "suppress empty wraparound" optimizationDenys Vlasenko
2014-09-20df: fix -T option when ENABLE_FEATURE_HUMAN_READABLE=0Ari Sundholm
2014-09-18false: make "false --help" exit with 1Denys Vlasenko
2014-09-17df: implement -T optionAri Sundholm
2014-09-16sed: fix a buglet in s///NUM handlingDenys Vlasenko
2014-09-15ftpd: make LIST command show dotfiles tooDenys Vlasenko
2014-09-15vi: fix incorrect memory access on brace matching. Closes 7256Denys Vlasenko
2014-09-08mdev: treat zero-length /dev/mdev.seq the same as "\n" one. Closes 7334Denys Vlasenko
2014-09-08ash: fix off-by-one in "jobs %4" handling. closes 7310Denys Vlasenko
2014-09-08ash: factor out ASH_HELP config optionDenys Vlasenko
2014-09-05find: support -perm /BITS. Closes 7340Denys Vlasenko
2014-09-04tftpd: tweak HP PA-RISC firmware bug compatibilityDenys Vlasenko
2014-09-03tftpd: support full 512-byte requestsDenys Vlasenko
2014-08-31taskset: fix logic error in "if it doesn't start with 0x..."Denys Vlasenko
2014-08-28grep: fix "grep -r PATTRN SYMLINK_TO_DIR"Denys Vlasenko
2014-08-27ping: add -p to specify data patternFlorian Fainelli
2014-08-17taskset: support CPU masks for more than 64 CPUsDenys Vlasenko
2014-08-15addgroup: mention -S in the help textDenys Vlasenko
2014-08-13ash: make ${#var} unicode-awareDenys Vlasenko
2014-08-13ash,hush: run reinit_unicode() only if makes senseDenys Vlasenko
2014-08-13hush: make ${#var} unicode-awareDenys Vlasenko
2014-08-11init: if libc-based Unicode support is on, run setlocale(LC_ALL, "") at startupDenys Vlasenko
2014-08-05ftpd: add optional support for authenticationMorten Kvistgaard
2014-07-30sha3: tweak comments and indentationDenys Vlasenko
2014-07-30sha3: code shrink (and speedup for SHA3_SMALL=0)Denys Vlasenko
2014-07-29top: fix memset length (sizeof(ptr) vs sizeof(array) problem)Denys Vlasenko
2014-07-27top: fix and merge code to parse /proc/meminfoTimo Teräs
2014-07-25sha3: add 32-bit optimized bit-sliced implementationDenys Vlasenko
2014-07-20zcip: fix link-local IP conflict detectionKen Sharp
2014-07-16udhcp: add PXELINUX path prefix option (code 210) definitionJeremy Kerr
2014-07-15ntpd: add support for -I IFACEDenys Vlasenko
2014-07-04modinfo: fix module parsing with kernel >= 2.6.37David Marchand
2014-07-04fatattr: use the standard type for 32-bit intDenys Vlasenko
2014-07-04setlogcons: fix help textDenys Vlasenko
2014-07-03syslogd: make "reopen log file every second" logic work for multiple logsJoshua Judson Rosen
2014-07-02syslogd: syslogd: don't *decrement* log_file->size on write failuresJoshua Judson Rosen
2014-07-02syslogd: make "-O -" log to stdoutDenys Vlasenko
2014-07-01test: fix mishandling of "test '(' = '('" and similarDenys Vlasenko