summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | trylink: emit names of linked executablesDenys Vlasenko2014-05-031-0/+2
* | which: rewriteTimo Teräs2014-05-031-60/+23
|/
* libbb: rename execable -> executable. No code changesDenys Vlasenko2014-05-026-18/+18
* libbb: fix empty PATH components handlingDenys Vlasenko2014-05-021-12/+18
* rtcwake: fix incorrect (reversed) rtc/sys adjuestment; code shrinkDenys Vlasenko2014-05-021-23/+32
* libbb: fix thinko in rtc_xopen()Denys Vlasenko2014-05-021-1/+1
* libbb: make rtc_xopen try harder on EBUSYDenys Vlasenko2014-05-021-10/+42
* Fix compile failuresDenys Vlasenko2014-05-022-1/+3
* crond: implement "SHELL=prog" in crontab. Export LOGNAME as POSIX wantsDenys Vlasenko2014-04-301-24/+48
* crond: simplify logging codeDenys Vlasenko2014-04-301-87/+88