summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | xargs: read characters directly from console so -p flag worksRon Yorston2014-09-101-0/+13
* | stat: give directories write and execute permissionsRon Yorston2014-08-161-1/+1
* | Update MinGW default configurationRon Yorston2014-06-301-1/+11
* | Merge branch 'busybox' into mergeRon Yorston2014-06-3043-139/+908
|\|
| * 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-031-0/+2
| * | which: rewriteTimo Teräs2014-05-031-60/+23
* | | ash: support UNC paths in cd commandRon Yorston2014-05-211-13/+20
* | | Tidy up mingw_popenRon Yorston2014-05-151-59/+47
* | | MinGW: rename execable -> executableRon Yorston2014-05-065-5/+5
* | | Update MinGW default configurationRon Yorston2014-05-061-5/+10