aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-07-01libbb: fix bb_ask() to flush input before prompt, not after. Closes 7190Denys Vlasenko
2014-06-30cpio: reinstate "options:" line in help textDenys Vlasenko
2014-06-30Rename INIT_LAST to INIT_FUNC to avoid confusionBartosz Golaszewski
2014-06-30fatattr: new appletPascal Bellard
2014-06-30lzop: add overflow checkDenys Vlasenko
2014-06-27stat: fix printing selinux context and null-dereferenceMichael Gernoth
2014-06-27ftpd: do not use root_fd if we are not in chrootDenys Vlasenko
2014-06-27ftpd: for LIST, open current directory *in the child*Denys Vlasenko
2014-06-27ftpd: escape chroot prior to re-executing ls helperDenys Vlasenko
2014-06-26awk: fix handling of "if ... break ; else ..." - closes 7226Denys Vlasenko
2014-06-26ftpd: optimize writes of LIST results a bitDenys Vlasenko
2014-06-25nanddump: change default to --bb=skipbadRichard Genoud
2014-06-25nanddump: kill -b Omit bad blockRichard Genoud
2014-06-25nanddump: add options --bb=skipbad and padbadRichard Genoud
2014-06-25nanddump: correct rounding to next page (lead to infinite loop)Richard Genoud
2014-06-25ftpd: support deprecated XPWD commandDenys Vlasenko
2014-06-25libbb: fix compile failure if both ARG_MAX and _SC_ARG_MAX are definedDenys Vlasenko
2014-06-22unlink: new appletIsaac Dunham
2014-06-22unit-tests: implement the unit-testing frameworkBartosz Golaszewski
2014-06-22libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski
2014-06-22find: use sysconf(_SC_ARG_MAX) to determine the command-line size limitDenys Vlasenko
2014-06-19find: exit code fixes for find -execDenys Vlasenko
2014-06-17find: add optional support for '-exec ... {} +'Bartosz Golaszewski
2014-06-16udhcpc: make hostname sanitization optional. Closes 3979Denys Vlasenko
2014-06-02syslogd: Unify unlink/truncate + unlock log-rotation logicJoshua Judson Rosen
2014-06-02syslogd: remember to un-writelock log-files even when called with "-b 0"Joshua Judson Rosen
2014-06-02syslogd: avoid spurious ftrunctate() calls for "-b 0"Joshua Judson Rosen