aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * tar: do not try to decode GNU extended headers as pax headersDenys Vlasenko2015-05-111-11/+17
| * Conditionalize Bionic workarounds on __ANDROID_API__Matt Whitlock2015-05-031-4/+10
| * Bionic lacks mempcpy; enable existing workaroundMatt Whitlock2015-05-031-0/+1
| * libarchive: auto-detect .Z files as wellThiago Jung Bauermann2015-05-031-0/+7
| * typo fixDenys Vlasenko2015-05-031-1/+1
| * vi: basic undo feature shouldn't depend on yankmarkAndrew Fuller2015-05-031-5/+5
| * gzip: add support for compression levels 4-9Aaro Koskinen2015-04-261-10/+62
| * Bionic lacks tcdrain; provide a workaroundMatt Whitlock2015-04-261-0/+5
| * Bionic lacks ttyname_r; provide a workaroundMatt Whitlock2015-04-252-0/+26
| * special-case {true,false,test} --helpDenys Vlasenko2015-04-214-28/+21
| * include: Fallback to UTMP unless there is UTMPX supportBernhard Reutner-Fischer2015-04-201-1/+24
| * libbb: remove unnecessary argument to nonblock_immune_readRon Yorston2015-04-203-8/+8
| * mdev: if a "future" mdev.seq is seen, do not overwrite it with oursDenys Vlasenko2015-04-191-7/+22
| * mdev: improve loggingDenys Vlasenko2015-04-191-4/+8
| * hush: document buggy handling of duplicate "local"Denys Vlasenko2015-04-182-0/+6
| * ash: fix handling of duplicate "local"Denys Vlasenko2015-04-184-17/+42
| * sed: implement ",+N" range endDenys Vlasenko2015-04-172-5/+68
| * uevent: new appletDenys Vlasenko2015-04-161-0/+127
| * find: fix regression in status processing for path argumentsFelix Fietkau2015-04-141-4/+2
| * 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