summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* sed: fix a buglet in s///NUM handlingDenys Vlasenko2014-09-162-1/+8
* ftpd: make LIST command show dotfiles tooDenys Vlasenko2014-09-151-8/+8
* vi: fix incorrect memory access on brace matching. Closes 7256Denys Vlasenko2014-09-151-43/+36
* mdev: treat zero-length /dev/mdev.seq the same as "\n" one. Closes 7334Denys Vlasenko2014-09-081-1/+1
* ash: fix off-by-one in "jobs %4" handling. closes 7310Denys Vlasenko2014-09-081-1/+1
* ash: factor out ASH_HELP config optionDenys Vlasenko2014-09-081-11/+15
* find: support -perm /BITS. Closes 7340Denys Vlasenko2014-09-051-4/+4
* tftpd: tweak HP PA-RISC firmware bug compatibilityDenys Vlasenko2014-09-041-3/+4
* tftpd: support full 512-byte requestsDenys Vlasenko2014-09-031-3/+13
* taskset: fix logic error in "if it doesn't start with 0x..."Denys Vlasenko2014-08-311-1/+1
* grep: fix "grep -r PATTRN SYMLINK_TO_DIR"Denys Vlasenko2014-08-282-1/+21
* ping: add -p to specify data patternFlorian Fainelli2014-08-271-9/+16
* taskset: support CPU masks for more than 64 CPUsDenys Vlasenko2014-08-174-25/+79
* addgroup: mention -S in the help textDenys Vlasenko2014-08-151-2/+2
* ash: make ${#var} unicode-awareDenys Vlasenko2014-08-131-13/+26
* ash,hush: run reinit_unicode() only if makes senseDenys Vlasenko2014-08-132-5/+11
* hush: make ${#var} unicode-awareDenys Vlasenko2014-08-133-10/+35
* init: if libc-based Unicode support is on, run setlocale(LC_ALL, "") at startupDenys Vlasenko2014-08-111-2/+1
* ftpd: add optional support for authenticationMorten Kvistgaard2014-08-055-52/+100
* sha3: tweak comments and indentationDenys Vlasenko2014-07-301-13/+14
* sha3: code shrink (and speedup for SHA3_SMALL=0)Denys Vlasenko2014-07-301-16/+66
* top: fix memset length (sizeof(ptr) vs sizeof(array) problem)Denys Vlasenko2014-07-291-2/+1
* top: fix and merge code to parse /proc/meminfoTimo Teräs2014-07-271-110/+86
* sha3: add 32-bit optimized bit-sliced implementationDenys Vlasenko2014-07-251-14/+242
* zcip: fix link-local IP conflict detectionKen Sharp2014-07-201-16/+22
* udhcp: add PXELINUX path prefix option (code 210) definitionJeremy Kerr2014-07-162-0/+3
* ntpd: add support for -I IFACEDenys Vlasenko2014-07-151-7/+20
* modinfo: fix module parsing with kernel >= 2.6.37David Marchand2014-07-041-3/+4
* fatattr: use the standard type for 32-bit intDenys Vlasenko2014-07-041-2/+2
* setlogcons: fix help textDenys Vlasenko2014-07-041-2/+2
* syslogd: make "reopen log file every second" logic work for multiple logsJoshua Judson Rosen2014-07-031-6/+7
* syslogd: syslogd: don't *decrement* log_file->size on write failuresJoshua Judson Rosen2014-07-021-3/+8
* syslogd: make "-O -" log to stdoutDenys Vlasenko2014-07-021-36/+45
* test: fix mishandling of "test '(' = '('" and similarDenys Vlasenko2014-07-012-34/+55
* libbb: fix bb_ask() to flush input before prompt, not after. Closes 7190Denys Vlasenko2014-07-011-1/+4
* cpio: reinstate "options:" line in help textDenys Vlasenko2014-06-301-0/+1
* Rename INIT_LAST to INIT_FUNC to avoid confusionBartosz Golaszewski2014-06-302-3/+3
* fatattr: new appletPascal Bellard2014-06-301-0/+104
* lzop: add overflow checkDenys Vlasenko2014-06-302-0/+5
* stat: fix printing selinux context and null-dereferenceMichael Gernoth2014-06-271-2/+3
* ftpd: do not use root_fd if we are not in chrootDenys Vlasenko2014-06-271-2/+5
* ftpd: for LIST, open current directory *in the child*Denys Vlasenko2014-06-271-3/+5
* ftpd: escape chroot prior to re-executing ls helperDenys Vlasenko2014-06-271-32/+21
* awk: fix handling of "if ... break ; else ..." - closes 7226Denys Vlasenko2014-06-262-0/+18
* ftpd: optimize writes of LIST results a bitDenys Vlasenko2014-06-261-5/+10
* nanddump: change default to --bb=skipbadRichard Genoud2014-06-251-1/+1
* nanddump: kill -b Omit bad blockRichard Genoud2014-06-251-26/+12
* nanddump: add options --bb=skipbad and padbadRichard Genoud2014-06-251-9/+56
* nanddump: correct rounding to next page (lead to infinite loop)Richard Genoud2014-06-251-2/+2
* ftpd: support deprecated XPWD commandDenys Vlasenko2014-06-251-1/+3