aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-23grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubu...Denys Vlasenko2-3/+11
2010-08-22ip: add a #define for older kernelsDenys Vlasenko1-0/+3
2010-08-22build system: make 3.82 fix. Closes bug 2323Denys Vlasenko1-2/+11
2010-08-22patch: support "patch [FILE [PATCH]]" formatDenys Vlasenko4-12/+56
2010-08-17libbb: fix fallout from last patch to obscure() (my mistake). +143 bytesDenys Vlasenko1-1/+1
2010-08-17libbb: shrink obscure()Bob Dunlop1-33/+45
2010-08-17patch: fix -N regressionDenys Vlasenko1-5/+11
2010-08-16nmeter: fix misplaced closing commentDenys Vlasenko1-1/+1
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-08-16sed: make N command behave as in GNU sedDenys Vlasenko2-6/+22
2010-08-16mdev: fix non-working device deletion, add a test for thatDenys Vlasenko2-2/+13
2010-08-16platform.h: regularize endian detectionDenys Vlasenko1-15/+20
2010-08-16*: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko22-22/+22
2010-08-16patch: uncomment the test which we actually do pass nowDenys Vlasenko1-4/+6
2010-08-16libbb: factor out common code from mpstat/iostatDenys Vlasenko5-66/+56
2010-08-16patch: add -N and a test for it (fails for now)Denys Vlasenko2-3/+30
2010-08-13patch: move closer to toybox codeDenys Vlasenko1-4/+7
2010-08-13patch: deal with ommitted ",len" in hunk headers (default len to 1)Rob Landley1-7/+13
2010-08-13patch: replace it with toybox's implementationRob Landley5-342/+969
2010-08-12iostat: add forgotted fclose(); fix default count.Denys Vlasenko1-4/+7
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko27-44/+49
2010-08-12free: more compatible output. +16 bytes. Closes bug 2383.Denys Vlasenko1-8/+20