aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* libbb: fix compile failure if both ARG_MAX and _SC_ARG_MAX are definedDenys Vlasenko2014-06-251-1/+1
* unlink: new appletIsaac Dunham2014-06-221-0/+34
* unit-tests: implement the unit-testing frameworkBartosz Golaszewski2014-06-228-12/+335
* libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski2014-06-227-16/+12
* find: use sysconf(_SC_ARG_MAX) to determine the command-line size limitDenys Vlasenko2014-06-225-17/+38
* find: exit code fixes for find -execDenys Vlasenko2014-06-192-8/+35
* find: add optional support for '-exec ... {} +'Bartosz Golaszewski2014-06-171-15/+141
* udhcpc: make hostname sanitization optional. Closes 3979Denys Vlasenko2014-06-162-0/+15
* syslogd: Unify unlink/truncate + unlock log-rotation logicJoshua Judson Rosen2014-06-021-19/+11
* syslogd: remember to un-writelock log-files even when called with "-b 0"Joshua Judson Rosen2014-06-021-0/+4
* syslogd: avoid spurious ftrunctate() calls for "-b 0"Joshua Judson Rosen2014-06-021-0/+6
* modprobe-small: fix safe_strncpy truncating last char of module nameDenys Vlasenko2014-05-261-1/+1
* Add conditional support for -v / --verboseDenys Vlasenko2014-05-1911-10/+62
* getty: explain when setsid() fails. no code changesDenys Vlasenko2014-05-111-0/+10
* Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko2014-05-110-0/+0
|\
| * trylink: emit names of linked executablesDenys Vlasenko2014-05-041-0/+2
| * which: rewriteTito Ragusa2014-05-041-60/+23