aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * volume_id: fix a buglet introduced by is_prefixed_with() conversionAlfonso Ranieri2015-04-141-1/+1
| * build system: make CONFIG_EXTRA_LDFLAGS go to LDFLAGS, not EXTRA_LDFLAGSDenys Vlasenko2015-04-142-1/+3
| * update copyright yearsAaro Koskinen2015-04-021-1/+1
| * *: Switch to POSIX utmpx APIBernhard Reutner-Fischer2015-04-029-52/+56
| * update example ntp.scriptDenys Vlasenko2015-03-311-2/+19
| * ftpd: change_identity() must be after chroot()Denys Vlasenko2015-03-311-20/+21
| * typo fixDenys Vlasenko2015-03-261-1/+1
* | Update README.mdRon Yorston2015-04-301-1/+1
* | mingw: enable a minimal version of nc by defaultRon Yorston2015-04-222-4/+4
* | mingw: import select from gnulibRon Yorston2015-04-222-0/+574
* | mingw: additional networking supportRon Yorston2015-04-222-2/+60
* | mingw: remove unused code from read_keyRon Yorston2015-04-221-5/+0
* | Allow globbing to be enabled with mingw64Ron Yorston2015-04-124-16/+27
* | mingw: changes to handling of directory permissionsRon Yorston2015-03-252-0/+26
* | ash: skip poll in read built-inRon Yorston2015-03-241-0/+2
* | test: fix access check bug; tweak fake file modeRon Yorston2015-03-242-4/+3
* | Add new truncate applet to mingw32_defconfigRon Yorston2015-03-231-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2015-03-239-44/+129
|\|
| * truncate: new appletDenys Vlasenko2015-03-221-0/+77
| * zcip: fix wrong comparison of source IP with our IPVladislav Grishenko2015-03-221-1/+1
| * truncate: new appletAri Sundholm2015-03-222-1/+4
| * dd: move suffix struct to xatonum.cAri Sundholm2015-03-223-25/+26
| * logread: implement dumpfollow mode of operationPhil Sutter2015-03-221-5/+11
| * ifupdown: shrink a messageDenys Vlasenko2015-03-221-1/+1
| * ifupdown: correct ifstate update during 'ifup -a'. Closes 6212Frank Bergmann2015-03-221-3/+4
| * ash: do not split the result of tilde expansionRon Yorston2015-03-221-3/+0
| * trylink: respect compiler settings when probing featuresMike Frysinger2015-03-161-2/+2
| * trylink: use mktemp instead of hardcoding pathsMike Frysinger2015-03-161-4/+4
* | Post-merge fixesRon Yorston2015-03-143-16/+23
* | Merge branch 'busybox' into mergeRon Yorston2015-03-14109-2939/+3134
|\|
| * vi: make BACKSPACE and DELETE join lines at start/end of lineDenys Vlasenko2015-03-121-4/+4
| * Use chomp to remove newlinesRon Yorston2015-03-124-5/+5
| * od: fix printing of high-bit charsRon Yorston2015-03-121-8/+6
| * libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-1251-151/+165
| * deluser: also remove user from /etc/groupDenys Vlasenko2015-03-122-8/+48
| * arping: fix iface name in error messagesAlexander Korolkov2015-03-121-2/+1
| * patch: segfault fix. Closes 7916Denys Vlasenko2015-03-111-0/+10
| * mount: -T OTHERTAB supportIsaac Dunham2015-03-112-94/+108
| * ntpd: tweak help textDenys Vlasenko2015-03-051-1/+2
| * inetd: fix order of array index check and array accessDenys Vlasenko2015-03-031-3/+5
| * ntpd: chnage help text about -l to say that it doesn't disable client codeDenys Vlasenko2015-03-021-4/+4
| * runsvdir: if pid==1, also intercept SIGINT for -s SCRIPTDenys Vlasenko2015-03-021-6/+10
| * runsvdir: do not block SIGCHLD around poll/sleepDenys Vlasenko2015-03-021-2/+0
| * runsvdir: (almost) close a signal raceDenys Vlasenko2015-03-021-25/+28
| * acpid: fix loggingSerj Kalichev2015-02-231-5/+3
| * ls: heed compiler warningDenys Vlasenko2015-02-231-1/+1
| * modinfo: fix fallout from basename removalDenys Vlasenko2015-02-211-1/+1
| * libpwdgrp: fix thinko in getpwnamTito Ragusa2015-02-191-9/+1
| * wget: fix --header to not append duplicate headersBernhard Reutner-Fischer2015-02-181-20/+78
| * trivial code shrinkDenys Vlasenko2015-02-184-13/+14