aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* libbb: add xfstat functionDenys Vlasenko2010-08-3113-21/+29
* mkswap: clear 1st kilobyte. Closes bug 1831Denys Vlasenko2010-08-311-2/+9
* iplink: another compat #ifndef/#define tweakDenys Vlasenko2010-08-301-0/+2
* ash: small code shrink (-21 bytes)Denys Vlasenko2010-08-301-9/+6
* ash: add another ${v/a/b} test we currently failDenys Vlasenko2010-08-302-0/+15
* typo fix in commentDenys Vlasenko2010-08-301-1/+1
* remove stray debugging stuffDenys Vlasenko2010-08-291-1/+2
* bbconfig: add COMPRESS_BBCONFIG optionDenys Vlasenko2010-08-295-9/+70
* nandwrite: always check the first erase blockBaruch Siach2010-08-291-2/+14
* nandwrite: complain on malformed -s NUMDenys Vlasenko2010-08-295-6/+8
* nandwrite: allow hex values in the -s parameterBaruch Siach2010-08-291-1/+1
* showkey: code shrinkDenys Vlasenko2010-08-291-16/+16
* testsuite: show the number of failures after a test runDan Fandrich2010-08-294-2/+21
* typo fixes in config help textDenys Vlasenko2010-08-291-2/+2
* pmap: new applet. +1k.Alexander Shishkin2010-08-284-67/+251
* ntpd: with -q, exit after 60 seconds even if time is not synced.Denys Vlasenko2010-08-271-3/+22
* modutils: explain why we no longer quote paramsDenys Vlasenko2010-08-251-0/+5
* insmod: Do not add a pair of "" around the arguments of the module.Carmelo AMOROSO2010-08-251-2/+1
* nandwrite: new appletBaruch Siach2010-08-251-0/+128
* Rename a struct member from "interrupt"Dan Fandrich2010-08-241-5/+5
* split: use xopen_stdin()Denys Vlasenko2010-08-231-3/+1
* grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubu...Denys Vlasenko2010-08-232-3/+11
* ip: add a #define for older kernelsDenys Vlasenko2010-08-221-0/+3
* build system: make 3.82 fix. Closes bug 2323Denys Vlasenko2010-08-221-2/+11
* patch: support "patch [FILE [PATCH]]" formatDenys Vlasenko2010-08-224-12/+56
* libbb: fix fallout from last patch to obscure() (my mistake). +143 bytesDenys Vlasenko2010-08-171-1/+1
* libbb: shrink obscure()Bob Dunlop2010-08-171-33/+45
* patch: fix -N regressionDenys Vlasenko2010-08-171-5/+11
* nmeter: fix misplaced closing commentDenys Vlasenko2010-08-161-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-16570-630/+628
* sed: make N command behave as in GNU sedDenys Vlasenko2010-08-162-6/+22
* mdev: fix non-working device deletion, add a test for thatDenys Vlasenko2010-08-162-2/+13
* platform.h: regularize endian detectionDenys Vlasenko2010-08-161-15/+20
* *: 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
* patch: replace it with toybox's implementationRob Landley2010-08-135-342/+969
* 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