aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-21init: do not run shutdown/reexec actions from signal handlerDenys Vlasenko1-20/+30
2014-11-20modprobe,rmmod: reject module names with slashesDenys Vlasenko1-0/+11
2014-11-20typo fix in commentDenys Vlasenko1-1/+1
2014-11-18ash,hush: do not segfault on $((2**63 / -1))Denys Vlasenko1-4/+23
2014-11-17ash: fix handling of negative start value in ${v:start:len}Denys Vlasenko1-1/+9
2014-11-17iproute: support onelink route option and print route flagsMichael Tokarev1-1/+17
2014-11-17exit with 127 if appled name wasn't found - it's more POSIXyDenys Vlasenko1-2/+4
2014-11-04zcip: Add environment variable for overriding log functionalityMichel Stam5-0/+35
2014-10-30zcip: allow our own class B range to be used for ZeroConfMichel Stam1-9/+21
2014-10-30udhcpd: add option for tweaking arppingMichel Stam6-21/+39
2014-10-05ntpd: calculate offset to jitter ratio before updating jitterMiroslav Lichvar1-4/+8
2014-10-05sed: fix "sed CMD -i nonexistent_file". Closes 7484Denys Vlasenko1-2/+6
2014-10-02ntpd: don't stay at short polling intervalMiroslav Lichvar1-27/+53
2014-10-02getty: set tty attrs so that control chars are shown as ^cDenys Vlasenko1-8/+9
2014-09-27ntpd: be less eager to use shorter poll intervalsDenys Vlasenko1-39/+41
2014-09-25ubiupdatevol: fix -t to not require an option. Closes 7466Denys Vlasenko1-9/+14
2014-09-24install: fix help textDenys Vlasenko1-1/+1
2014-09-24ntpd: split out poll adjusting codeMiroslav Lichvar1-37/+39
2014-09-24ntpd: don't wait for good offset before disabling burst modeMiroslav Lichvar1-6/+3
2014-09-24install: implement -t DIRAaro Koskinen1-15/+22
2014-09-23less: make -E workAaro Koskinen1-1/+8
2014-09-22less: trivial code shrinkDenys Vlasenko1-4/+3
2014-09-22less: move "retry-on-EAGAIN" logic closer to read opsDenys Vlasenko3-32/+29
2014-09-21less: disable "suppress empty wraparound" optimizationDenys Vlasenko1-0/+6
2014-09-20df: fix -T option when ENABLE_FEATURE_HUMAN_READABLE=0Ari Sundholm1-8/+7
2014-09-18false: make "false --help" exit with 1Denys Vlasenko2-8/+35
2014-09-17df: implement -T optionAri Sundholm1-2/+23
2014-09-16sed: fix a buglet in s///NUM handlingDenys Vlasenko2-1/+8
2014-09-15ftpd: make LIST command show dotfiles tooDenys Vlasenko1-8/+8
2014-09-15vi: fix incorrect memory access on brace matching. Closes 7256Denys Vlasenko1-43/+36
2014-09-08mdev: treat zero-length /dev/mdev.seq the same as "\n" one. Closes 7334Denys Vlasenko1-1/+1
2014-09-08ash: fix off-by-one in "jobs %4" handling. closes 7310Denys Vlasenko1-1/+1
2014-09-08ash: factor out ASH_HELP config optionDenys Vlasenko1-11/+15
2014-09-05find: support -perm /BITS. Closes 7340Denys Vlasenko1-4/+4
2014-09-04tftpd: tweak HP PA-RISC firmware bug compatibilityDenys Vlasenko1-3/+4
2014-09-03tftpd: support full 512-byte requestsDenys Vlasenko1-3/+13
2014-08-31taskset: fix logic error in "if it doesn't start with 0x..."Denys Vlasenko1-1/+1
2014-08-28grep: fix "grep -r PATTRN SYMLINK_TO_DIR"Denys Vlasenko2-1/+21
2014-08-27ping: add -p to specify data patternFlorian Fainelli1-9/+16
2014-08-17taskset: support CPU masks for more than 64 CPUsDenys Vlasenko4-25/+79
2014-08-15addgroup: mention -S in the help textDenys Vlasenko1-2/+2
2014-08-13ash: make ${#var} unicode-awareDenys Vlasenko1-13/+26
2014-08-13ash,hush: run reinit_unicode() only if makes senseDenys Vlasenko2-5/+11
2014-08-13hush: make ${#var} unicode-awareDenys Vlasenko3-10/+35
2014-08-11init: if libc-based Unicode support is on, run setlocale(LC_ALL, "") at startupDenys Vlasenko1-2/+1
2014-08-05ftpd: add optional support for authenticationMorten Kvistgaard5-52/+100
2014-07-30sha3: tweak comments and indentationDenys Vlasenko1-13/+14
2014-07-30sha3: code shrink (and speedup for SHA3_SMALL=0)Denys Vlasenko1-16/+66
2014-07-29top: fix memset length (sizeof(ptr) vs sizeof(array) problem)Denys Vlasenko1-2/+1
2014-07-27top: fix and merge code to parse /proc/meminfoTimo Teräs1-110/+86