aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-03lineedit: remove pos_buf[] array (up to 16k!); fix compat bugsDenys Vlasenko
2010-09-03lineedit: return prefix len from tab completion helpersDenys Vlasenko
2010-09-03lineedit: clean up tab completion code (variable reuse, comments)Denys Vlasenko
2010-09-03preparatory cleanup patch for tab completion fixesDenys Vlasenko
2010-09-02lineedit: small readability improvement (same code)Denys Vlasenko
2010-09-02lineedit: fix completion with Unicode charsDenys Vlasenko
2010-09-02lineedit: preparatory cleanup patch for Unicode completion fixDenys Vlasenko
2010-09-01libbb: xfunc_error_retval can be a byteDenys Vlasenko
2010-09-01uudecode,base64: code shrinkDenys Vlasenko
2010-09-01better shared strings trickDenys Vlasenko
2010-09-01getty: small code shrinkDenys Vlasenko
2010-08-31find: add rudimentary support for -exec {} +Denys Vlasenko
2010-08-31base64: new appletDenys Vlasenko
2010-08-31libbb: add xfstat functionDenys Vlasenko
2010-08-31mkswap: clear 1st kilobyte. Closes bug 1831Denys Vlasenko
2010-08-30iplink: another compat #ifndef/#define tweakDenys Vlasenko
2010-08-30ash: small code shrink (-21 bytes)Denys Vlasenko
2010-08-30ash: add another ${v/a/b} test we currently failDenys Vlasenko
2010-08-30typo fix in commentDenys Vlasenko
2010-08-29remove stray debugging stuffDenys Vlasenko
2010-08-29bbconfig: add COMPRESS_BBCONFIG optionDenys Vlasenko
2010-08-29nandwrite: always check the first erase blockBaruch Siach
2010-08-29nandwrite: complain on malformed -s NUMDenys Vlasenko
2010-08-29nandwrite: allow hex values in the -s parameterBaruch Siach
2010-08-29showkey: code shrinkDenys Vlasenko
2010-08-29testsuite: show the number of failures after a test runDan Fandrich
2010-08-29typo fixes in config help textDenys Vlasenko
2010-08-28pmap: new applet. +1k.Alexander Shishkin
2010-08-27ntpd: with -q, exit after 60 seconds even if time is not synced.Denys Vlasenko
2010-08-25modutils: explain why we no longer quote paramsDenys Vlasenko
2010-08-25insmod: Do not add a pair of "" around the arguments of the module.Carmelo AMOROSO
2010-08-25nandwrite: new appletBaruch Siach
2010-08-24Rename a struct member from "interrupt"Dan Fandrich
2010-08-23split: use xopen_stdin()Denys Vlasenko
2010-08-23grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubu...Denys Vlasenko
2010-08-22ip: add a #define for older kernelsDenys Vlasenko
2010-08-22build system: make 3.82 fix. Closes bug 2323Denys Vlasenko
2010-08-22patch: support "patch [FILE [PATCH]]" formatDenys Vlasenko
2010-08-17libbb: fix fallout from last patch to obscure() (my mistake). +143 bytesDenys Vlasenko
2010-08-17libbb: shrink obscure()Bob Dunlop
2010-08-17patch: fix -N regressionDenys Vlasenko
2010-08-16nmeter: fix misplaced closing commentDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-16sed: make N command behave as in GNU sedDenys Vlasenko
2010-08-16mdev: fix non-working device deletion, add a test for thatDenys Vlasenko
2010-08-16platform.h: regularize endian detectionDenys Vlasenko
2010-08-16*: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko
2010-08-16patch: uncomment the test which we actually do pass nowDenys Vlasenko
2010-08-16libbb: factor out common code from mpstat/iostatDenys Vlasenko
2010-08-16patch: add -N and a test for it (fails for now)Denys Vlasenko