Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-17df: implement -T optionAri Sundholm
2014-09-16sed: fix a buglet in s///NUM handlingDenys Vlasenko
2014-09-16ftpd: 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
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