aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-05-26modprobe-small: fix safe_strncpy truncating last char of module nameDenys Vlasenko
2014-05-19Add conditional support for -v / --verboseDenys Vlasenko
2014-05-11getty: explain when setsid() fails. no code changesDenys Vlasenko
2014-05-11Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko
2014-05-04trylink: emit names of linked executablesDenys Vlasenko
2014-05-04which: rewriteTito Ragusa
2014-05-03trylink: emit names of linked executablesDenys Vlasenko
2014-05-03which: rewriteTimo Teräs
2014-05-02libbb: rename execable -> executable. No code changesDenys Vlasenko
2014-05-02libbb: fix empty PATH components handlingDenys Vlasenko
2014-05-02rtcwake: fix incorrect (reversed) rtc/sys adjuestment; code shrinkDenys Vlasenko
2014-05-02libbb: fix thinko in rtc_xopen()Denys Vlasenko