aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * volume_id/ext: use common bb_e2fs_defs.h for ext2/3/4 constants and structsDenys Vlasenko2012-06-122-72/+35
| * su: do not change to home dir unless -lPascal Bellard2012-06-125-7/+11
| * remove FEATURE_VI_OPTIMIZE_CURSOR from example configDenys Vlasenko2012-06-128-8/+0
| * rdate: code shrinkDenys Vlasenko2012-06-111-2/+2
| * Add comments in keyboard escape sequences tableDenys Vlasenko2012-06-111-5/+10
| * vi: save/restore screen upon invocationDenys Vlasenko2012-06-111-0/+4
| * vi: nuke FEATURE_VI_OPTIMIZE_CURSORDenys Vlasenko2012-06-111-124/+58
| * ntpd: on time step, kill all outstanding replies from other peersDenys Vlasenko2012-06-111-20/+30
| * testsuite: some more awk tests related to conditionsTanguy Pruvot2012-06-111-0/+7
| * rdate: code shrinkDenys Vlasenko2012-06-111-11/+12
| * vi: do not set autoindent by defaultDenys Vlasenko2012-06-111-7/+8
| * libbb: add missing_syscalls.c: for now, only Android syscallsTias Guns2012-06-101-0/+42
| * android: some sensible defconfig changesTias Guns2012-06-101-14/+14
| * platform.h: Android tweaks: ioprio defines, BB_ADDITIONAL_PATHTias Guns2012-06-101-0/+6
| * android: fix 'stat', ifdef S_TYPEIS* in coreutiles/stat.cTias Guns2012-06-101-0/+6
| * inetd: fix build failure in AndroidTias Guns2012-06-101-0/+1
| * brctl: fix build failure by s/strtotimeval/bb_strtotimeval/ (android has strt...Denys Vlasenko2012-06-101-2/+2
| * lpr: don't send 0-byte print jobs (compat)Denys Vlasenko2012-06-101-13/+17
| * tar: fix 256-bit encoded number decodingEtienne Le Sueur2012-06-091-1/+1
| * ash: fix a bug in >${varexp} handling. Closes 5282Denys Vlasenko2012-06-093-10/+26
| * sed: yet another fix on top of zero length match codeDenys Vlasenko2012-06-082-6/+15
| * man: fix handling of gzipped manpagesDenys Vlasenko2012-06-081-10/+4
| * sed: fix breakage added by zero length match codeDenys Vlasenko2012-06-072-1/+5
| * sed: code shrinkDenys Vlasenko2012-06-041-13/+15
| * sed: fix zero chars match/replaceDenys Vlasenko2012-06-042-24/+50
| * ifplugd: tweak help textDenys Vlasenko2012-06-031-3/+3
| * udhcpc[6]: show select timeout in logDenys Vlasenko2012-06-022-2/+2
| * unzip: ignore chmod errorsNatanael Copa2012-05-283-2/+8
| * tar: support -J, --xz explicit compression optionBoris Reisig2012-05-241-2/+15
| * build system: fix build failure when only gunzip is selectedAnthony G. Basile2012-05-201-1/+1
| * mdev: tell kernel that we didn't find the firmwareChristoph Lohmann2012-05-191-17/+24
| * Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko2012-05-194-49/+40
| |\
| | * tar: implement --no-recursionNatanael Copa2012-05-181-7/+12
| | * mdev: remove undocumented subsystem/devname matching hackDenys Vlasenko2012-05-182-30/+2
| | * mdev: when found, print major,minor into mdev.logDenys Vlasenko2012-05-183-12/+26
| * | tweak help textDenys Vlasenko2012-05-181-2/+2
| |/
| * mdev: add support for $DEVNAME and /dev/mdev.log debug aidDenys Vlasenko2012-05-182-23/+147
| * typo fix in commentDenys Vlasenko2012-05-181-1/+1
| * volume_id/ext: detect ext4 tooDenys Vlasenko2012-05-181-4/+48
| * find: if DESKTOP=y, support -wholename (synonym for -path)Denys Vlasenko2012-05-171-1/+9
| * examples/mdev_fat.conf: small additionDenys Vlasenko2012-05-161-0/+3
| * busybox: tweak help text and copyright yearDenys Vlasenko2012-05-141-2/+2
| * fix for spurious testsuite failureDenys Vlasenko2012-05-101-0/+1
* | mingw32: add manRon Yorston2012-06-263-2/+7
* | mingw32: fix off-by-one errors in spawn routinesRon Yorston2012-05-101-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2012-05-098-35/+78
|\|
| * mv: accept but ignore -vSimon B2012-05-061-8/+11
| * mkdir,rmdir: accept and ignore -v, --verboseSimon B2012-05-062-4/+7
| * sed: support long opts and -iSFXSimon B2012-05-061-5/+28
| * ln: support -T and -vSimon B2012-05-062-7/+23