aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-06shell: remove lash and bbshDenys Vlasenko
2010-09-05runit_lib: remove/inline a few more thingsDenys Vlasenko
2010-09-05tar: add a test for extraction of read-only directoryDan Fandrich
2010-09-05remove redundant ENABLE_DESKTOP in procps/ps.cCristian Ionescu-Idbohrn
2010-09-05hush: big reordering: move parser functions to the beginning. no code changesDenys Vlasenko
2010-09-05hush: rename o_quoted to has_quoted_part; small code shrinkDenys Vlasenko
2010-09-05hush: move variable expansion into a separate function. No logic changesDenys Vlasenko
2010-09-05hush: add support for ${var/pattern/repl}, conditional on bash compatDenys Vlasenko
2010-09-04hush: optimize #[#] and %[%] for speed. size -2 bytes.Denys Vlasenko
2010-09-04hush: fix handling of backslashes in variable assignmentDenys Vlasenko
2010-09-04lzop: fix misordered "v=NULL; free(v)", small code shrinkDenys Vlasenko
2010-09-03fix false positive in testsuite/tar.testsDenys Vlasenko
2010-09-03Fix some test casesDan Fandrich
2010-09-03ifupdown: %client%, not %clientid%Denys Vlasenko
2010-09-03lineedit: on tab completion, show filenames obly in all cases (bash compat)Denys Vlasenko
2010-09-03lineedit: allocate matchBuf only temporarily: saves MAX_LINELEN bytesDenys Vlasenko
2010-09-03lineedit: de-indent large block in input_tab. No logic changes.Denys Vlasenko
2010-09-03lineedit: rename tmp -> chosen_match; small code shrinkDenys Vlasenko
2010-09-03lineedit: stop using permanent int_buf[] (16k!): allocate itDenys Vlasenko
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