aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2014-01-1321-75/+191
|\
| * tar: tighten up pax header validity checkDenys Vlasenko2014-01-101-1/+3
| * fakeidentd: simplify ndelay manipulationsDenys Vlasenko2014-01-101-10/+9
| * tail: adjust help/usage textsCristian Ionescu-Idbohrn2014-01-102-5/+5
| * lineedit: fix trivial build failureDenys Vlasenko2014-01-101-0/+2
| * libarchive: open_zipped() does not need to check extensions for e.g. gzipDenys Vlasenko2014-01-101-12/+11
| * build system: fix non-portable sed constructs.Matthias Andree2014-01-101-2/+12
| * fixlet for the previous commit #2Denys Vlasenko2014-01-091-4/+3
| * fixlet for the previous commitDenys Vlasenko2014-01-091-1/+1
| * networking: explain isrv_run() APIDenys Vlasenko2014-01-091-1/+26
| * fakeidentd: fix use-after-freeRyan Mallon2014-01-091-13/+12
| * chown: fix help textDenys Vlasenko2014-01-091-1/+1
| * find: fix a regression introduced with -HLP supportDenys Vlasenko2014-01-092-1/+42
| * ping: revert "try SOCK_DGRAM if no root privileges"Denys Vlasenko2014-01-091-16/+3
| * build system: "make hosttools" doesn't exist, remove it from "make help"Denys Vlasenko2014-01-091-4/+0
| * build system: stop including alloca.h, stdlib.h provides itDenys Vlasenko2014-01-092-2/+2
| * ntpd: adjust last packet's recv time after a stepDenys Vlasenko2014-01-081-0/+2
| * libbb: FreeBSD fix for B<num> baud rate constants not fitting into a short.Denys Vlasenko2014-01-081-0/+5
| * Another FreeBSD fix from Matthias AndreeDenys Vlasenko2014-01-081-3/+12
| * ash: in bash compat mode, always export $SHLVLDenys Vlasenko2014-01-071-1/+1
| * grep: fix two bugs with -wDenys Vlasenko2014-01-072-3/+37
| * platform.h: undef HAVE_STRCHRNUL only on correct versions of FreeBSDDenys Vlasenko2014-01-071-5/+12
* | ash: don't copy localvars list during forkshellRon Yorston2014-01-131-23/+2
* | shell: add \r to IFSRon Yorston2014-01-121-0/+4
* | ash: prevent null-pointer exception with local variablesRon Yorston2014-01-101-1/+1
* | libbb: drop unnecessary change from upstream BusyBoxRon Yorston2014-01-081-2/+0
* | ash: drop unnecessary change from upstream BusyBoxRon Yorston2014-01-081-2/+0
* | Implement POSIX-compliant mktemp for WIN32Ron Yorston2014-01-073-4/+16
* | Revise mingw_stat to minimise changes from upstream BusyBoxRon Yorston2014-01-078-47/+64
* | Make dummy resource.hRon Yorston2014-01-062-2/+0
* | Remove feature that allows stat -f to be disabledRon Yorston2014-01-063-27/+4
* | Extend WIN32 statfs to include type, fsid and namelenRon Yorston2014-01-064-21/+57
* | Use the preprocessor to fake st_blocksRon Yorston2014-01-055-18/+8
* | Make dummy paths.hRon Yorston2014-01-052-2/+0
* | Initialise SHLVL when shell is first startedRon Yorston2014-01-021-0/+4
* | Define bb_got_signal for use in tar on mingw32Ron Yorston2014-01-021-0/+4
* | Provide dummy implementations of seteuid/setegidRon Yorston2014-01-021-0/+2
* | Move mingw32 poll.h from sysRon Yorston2014-01-022-1/+1
* | Update mingw32 default configurationRon Yorston2014-01-021-30/+34
* | Merge branch 'busybox' into mergeRon Yorston2014-01-02141-1162/+1724
|\|
| * Start 1.23.0 development cycleDenys Vlasenko2014-01-011-2/+2
| * Bump version to 1.22.01_22_0Denys Vlasenko2014-01-011-1/+1
| * testsuite: remove forgotten debug hackDenys Vlasenko2013-12-311-1/+1
| * fix failures found by randomconfig buildsDenys Vlasenko2013-12-317-13/+34
| * testsuite: disable tests for no longer supported bbox-specific date formatsDenys Vlasenko2013-12-312-6/+8
| * adduser: check whether run with no USERNAME. Closes 6728Denys Vlasenko2013-12-201-2/+2
| * testsuite: fix false positives for duDenys Vlasenko2013-12-202-0/+3
| * build system: fix make gconfigDaniel Borca2013-12-191-1/+1
| * sed: accept s///i as a synonym for s///I ("ignore case")David A. Wheeler2013-12-181-1/+2
| * hostname: do not use gethostbyname() for "hostname -s"Michael Tokarev2013-12-171-2/+5