aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-14/+20
|\
| * platform.h: regularize endian detectionDenys Vlasenko2010-08-161-15/+20
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-1426-105/+133
|\|
| * *: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko2010-08-1622-22/+22
| * patch: uncomment the test which we actually do pass nowDenys Vlasenko2010-08-161-4/+6
| * libbb: factor out common code from mpstat/iostatDenys Vlasenko2010-08-165-66/+56
| * patch: add -N and a test for it (fails for now)Denys Vlasenko2010-08-162-3/+30
| * patch: move closer to toybox codeDenys Vlasenko2010-08-131-4/+7
| * patch: deal with ommitted ",len" in hunk headers (default len to 1)Rob Landley2010-08-131-7/+13
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-145-342/+969
|\|
| * patch: replace it with toybox's implementationRob Landley2010-08-135-342/+969
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-1450-225/+990
|\|
| * iostat: add forgotted fclose(); fix default count.Denys Vlasenko2010-08-121-4/+7
| * *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-1227-44/+49
| * free: more compatible output. +16 bytes. Closes bug 2383.Denys Vlasenko2010-08-121-8/+20
| * iostat: new applet. 2800 bytesMarek Polacek2010-08-111-0/+615
| * modutils: Add support for NDS32 architecture.Macpaul Lin2010-08-111-0/+21
| * fdisk: Add support for NDS32 architecture.Macpaul Lin2010-08-111-1/+2
| * Remove some more mentions of SubversionDan Fandrich2010-08-112-6/+7
| * Improved portability of testsDan Fandrich2010-08-118-5/+24
| * ntpd: mention -N in help textDenys Vlasenko2010-08-111-3/+1
| * Set HWCLOCK_ADJTIME_FHS to off by defaultDenys Vlasenko2010-08-101-1/+1
| * rtc: remove useless code in "RTC is in UTC" detectionDenys Vlasenko2010-08-101-7/+0
| * wget: fix ndelay_on call; progress bar: small shrinkDenys Vlasenko2010-08-082-13/+13
| * wget: make -T support enabled by defaultDenys Vlasenko2010-08-081-2/+2
| * wget: implement -T SEC; rework progress meter to not use signals (it was unsafe)Bradley M. Kuhn2010-08-085-63/+117
| * ash: fix another bit of var_bash4 bugDenys Vlasenko2010-08-073-5/+16
| * Fix a typo in config textDenys Vlasenko2010-08-071-1/+1
| * udhcpc: add -v to help textDenys Vlasenko2010-08-071-2/+13
| * ash: cosmetic fixes, no code changesDenys Vlasenko2010-08-071-60/+21
| * ash: fix another bug detected by var_bash4.testsDenys Vlasenko2010-08-061-2/+3
| * var_bash4.tests: better wording in commentDenys Vlasenko2010-08-061-4/+4
| * ash: fix dequoting error detected by var_bash4 testDenys Vlasenko2010-08-061-7/+6
| * update var_bash4 test. one more bug revealed by it now...Denys Vlasenko2010-08-062-8/+68
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-143-10/+16
|\|
| * OpenBSD compatibilityWaldemar Brodkorb2010-08-063-10/+16
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-14173-948/+2382
|\|
| * ash: extend var_bash4.tests; nocode changesDenys Vlasenko2010-08-052-2/+7
| * ash: add a testcase for bug 2281 (currently fails). Small code cleanups.Denys Vlasenko2010-08-056-71/+104
| * syslogd: close/re-resolve/reopen remote sockets on some sendto() errorsDaniel Dickinson2010-08-031-6/+20
| * update _shipped file with hurd fixDenys Vlasenko2010-08-021-1/+2
| * sed.tests: make last test less confusingDenys Vlasenko2010-08-011-1/+1
| * sed: fix sed -i: unlike without -i, it does not forget rangesDenys Vlasenko2010-08-012-5/+15
| * stty: sort out preprocessor conditionalsJeremie Koenig2010-08-012-126/+214
| * klogd: make it work on non-linux systemsJeremie Koenig2010-08-012-19/+126
| * cttyhack: make it survive WERROR buildDenys Vlasenko2010-07-301-1/+1
| * cttyhack: serial console detection is Linux-specificJeremie Koenig2010-07-301-3/+12
| * mpstat: do not use /sys to get number of CPUs. /proc should be ok.Marek Polacek2010-07-301-48/+1
| * mpstat: better fix for IRQ countsDenys Vlasenko2010-07-301-19/+20
| * mpstat: fix total par-cpu IRQ countsDenys Vlasenko2010-07-301-10/+33