aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * wget: user-friendly fallback to httpLauri Kasanen2013-12-171-5/+12
| * kill[all[5]]: code shrinkDenys Vlasenko2013-12-161-20/+18
| * killall5: return 2 if no processes got killedUros Vampl2013-12-161-1/+4
| * do not fail build if MAXSYMLINKS isn't definedMichael Tokarev2013-12-161-0/+6
| * expand: use printable_string instead of hard-coding implementationMichael Tokarev2013-12-161-10/+3
| * ntpd: speed up resyncing if our clock is seriously offDenys Vlasenko2013-12-081-7/+39
| * ntpd: do not invalidate datapoints after stepDenys Vlasenko2013-12-071-2/+14
| * ntpd: comment out "spike detection" codeDenys Vlasenko2013-12-041-4/+9
| * ntpd: promote log level 3 to productionDenys Vlasenko2013-12-041-45/+54
| * ntpd: let user know if spike was detectedDenys Vlasenko2013-12-041-4/+7
| * Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko2013-11-2918-37/+37
| * fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko2013-11-2920-39/+25
| * chpst: fix a bug where -U USER was using wrong USER (one from -u USER)Denys Vlasenko2013-11-292-5/+3
| * ping: try SOCK_DGRAM if no root privilegesDaniel Borca2013-11-281-3/+16
| * dpkg-deb: cosmetic correction to usage textDaniel Borca2013-11-281-1/+1
| * sed: code shrinkDenys Vlasenko2013-11-281-28/+21
| * sed: open input files sequentially to avoid EMFILEDenys Vlasenko2013-11-282-27/+36
| * hush: typo fixes in commentsDenys Vlasenko2013-11-281-2/+2
| * platform: strchrnul is missing if __APPLE__Daniel Borca2013-11-271-1/+1
| * build system: use od -b instead of od -t x1Denys Vlasenko2013-11-262-8/+8
| * init: halt on SIGPWR tooBogdan Purcareata2013-11-261-3/+4
| * libbb: add sketch of tentative 'better' passwd/group APIDenys Vlasenko2013-11-261-0/+48
| * devfsd: remove static variableDenys Vlasenko2013-11-261-9/+11
| * build system: do not generate MAX_APPLET_NAME_LEN (unused)Denys Vlasenko2013-11-261-5/+5
| * logread: don't call shmdt() before exit, kernel does it for us.Denys Vlasenko2013-11-261-4/+9
| * logread: flush output. closes 6710Denys Vlasenko2013-11-261-0/+1
| * awk: fix a bug in argc counting in recent changeDenys Vlasenko2013-11-212-9/+21
| * rfkill: use new-style config/kbuild/appletDenys Vlasenko2013-11-204-14/+17
| * tar: prevent empty file to be treated as valid tarballDenys Vlasenko2013-11-192-3/+35
| * fix a copy/paste error in last tar testcase nameDenys Vlasenko2013-11-191-2/+1