aboutsummaryrefslogtreecommitdiff
path: root/archival (unfollow)
Commit message (Expand)AuthorFilesLines
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
2014-07-25sha3: add 32-bit optimized bit-sliced implementationDenys Vlasenko1-14/+242
2014-07-20zcip: fix link-local IP conflict detectionKen Sharp1-16/+22
2014-07-16udhcp: add PXELINUX path prefix option (code 210) definitionJeremy Kerr2-0/+3
2014-07-15ntpd: add support for -I IFACEDenys Vlasenko1-7/+20
2014-07-04modinfo: fix module parsing with kernel >= 2.6.37David Marchand1-3/+4
2014-07-04fatattr: use the standard type for 32-bit intDenys Vlasenko1-2/+2
2014-07-04setlogcons: fix help textDenys Vlasenko1-2/+2
2014-07-03syslogd: make "reopen log file every second" logic work for multiple logsJoshua Judson Rosen1-6/+7
2014-07-02syslogd: syslogd: don't *decrement* log_file->size on write failuresJoshua Judson Rosen1-3/+8
2014-07-02syslogd: make "-O -" log to stdoutDenys Vlasenko1-36/+45
2014-07-01test: fix mishandling of "test '(' = '('" and similarDenys Vlasenko2-34/+55
2014-07-01libbb: fix bb_ask() to flush input before prompt, not after. Closes 7190Denys Vlasenko1-1/+4
2014-06-30cpio: reinstate "options:" line in help textDenys Vlasenko1-0/+1
2014-06-30Rename INIT_LAST to INIT_FUNC to avoid confusionBartosz Golaszewski2-3/+3