aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Again fix license line formatDenys Vlasenko2010-09-061-1/+1
* blockdev: code shrinkDenys Vlasenko2010-09-061-22/+34
* blockdev: make "blockdev --rereadpt /dev/sda EXTRA_ARG" complain. +6 bytes.Denys Vlasenko2010-09-061-1/+1
* made 3 license strings to follow the usual form ("or later" bit is not changed!)Denys Vlasenko2010-09-063-3/+3
* blockdev: -2 bytesDenys Vlasenko2010-09-061-6/+9
* tweak blockdev's help textDenys Vlasenko2010-09-061-1/+1
* tweak udhcpd help textDenys Vlasenko2010-09-061-1/+1
* blockdev: new appletSergey Naumov2010-09-061-0/+180
* hush: revert a recent buggy change which resulted in two HUSH_VERSIONsDenys Vlasenko2010-09-061-6/+5
* fix typo in commentDenys Vlasenko2010-09-061-1/+1
* hush: fix another corner case with backslashes in heredocsDenys Vlasenko2010-09-063-2/+24
* hush: fix backslash and terminator handling in <<[-]["]heredoc["]Denys Vlasenko2010-09-063-5/+92
* hush: fix globbing+backslashes in unquoted $var expansionDenys Vlasenko2010-09-065-86/+170
* hush: remove disabled CMD_SINGLEWORD_NOGLOB_COND, rename o_glob->perform_globDenys Vlasenko2010-09-062-12/+2
* shell: remove lash and bbshDenys Vlasenko2010-09-067-247/+1
* runit_lib: remove/inline a few more thingsDenys Vlasenko2010-09-054-16/+18
* tar: add a test for extraction of read-only directoryDan Fandrich2010-09-051-0/+25
* remove redundant ENABLE_DESKTOP in procps/ps.cCristian Ionescu-Idbohrn2010-09-051-8/+0
* hush: big reordering: move parser functions to the beginning. no code changesDenys Vlasenko2010-09-051-2042/+2042
* hush: rename o_quoted to has_quoted_part; small code shrinkDenys Vlasenko2010-09-051-26/+33
* hush: move variable expansion into a separate function. No logic changesDenys Vlasenko2010-09-051-249/+264
* hush: add support for ${var/pattern/repl}, conditional on bash compatDenys Vlasenko2010-09-0512-36/+362
* hush: optimize #[#] and %[%] for speed. size -2 bytes.Denys Vlasenko2010-09-043-70/+87
* hush: fix handling of backslashes in variable assignmentDenys Vlasenko2010-09-045-41/+74
* lzop: fix misordered "v=NULL; free(v)", small code shrinkDenys Vlasenko2010-09-041-15/+22
* fix false positive in testsuite/tar.testsDenys Vlasenko2010-09-031-4/+4
* Fix some test casesDan Fandrich2010-09-033-5/+14
* ifupdown: %client%, not %clientid%Denys Vlasenko2010-09-031-3/+3
* lineedit: on tab completion, show filenames obly in all cases (bash compat)Denys Vlasenko2010-09-031-13/+9
* lineedit: allocate matchBuf only temporarily: saves MAX_LINELEN bytesDenys Vlasenko2010-09-031-45/+48
* lineedit: de-indent large block in input_tab. No logic changes.Denys Vlasenko2010-09-031-131/+131
* lineedit: rename tmp -> chosen_match; small code shrinkDenys Vlasenko2010-09-031-26/+23
* lineedit: stop using permanent int_buf[] (16k!): allocate itDenys Vlasenko2010-09-031-14/+13
* lineedit: remove pos_buf[] array (up to 16k!); fix compat bugsDenys Vlasenko2010-09-031-83/+49
* lineedit: return prefix len from tab completion helpersDenys Vlasenko2010-09-031-36/+50
* lineedit: clean up tab completion code (variable reuse, comments)Denys Vlasenko2010-09-031-69/+85
* preparatory cleanup patch for tab completion fixesDenys Vlasenko2010-09-031-61/+65
* lineedit: small readability improvement (same code)Denys Vlasenko2010-09-021-1/+1
* lineedit: fix completion with Unicode charsDenys Vlasenko2010-09-022-4/+14
* lineedit: preparatory cleanup patch for Unicode completion fixDenys Vlasenko2010-09-021-113/+118
* libbb: xfunc_error_retval can be a byteDenys Vlasenko2010-09-012-3/+3
* uudecode,base64: code shrinkDenys Vlasenko2010-09-011-27/+26
* better shared strings trickDenys Vlasenko2010-09-018-43/+33
* getty: small code shrinkDenys Vlasenko2010-09-011-9/+7
* find: add rudimentary support for -exec {} +Denys Vlasenko2010-08-311-10/+14
* base64: new appletDenys Vlasenko2010-08-312-6/+76
* 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