aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * hush: add brace expansion testcaseDenys Vlasenko2010-10-032-0/+14
| * hush: implement brace expansionDenys Vlasenko2010-10-031-5/+20
| * hush: preparatory patch, no code changesDenys Vlasenko2010-10-031-25/+26
| * grep: cap insane -B NUM values to MAX_INT / 8. Fixes bug 2653.Denys Vlasenko2010-10-021-6/+9
| * Marked some more applets NOEXEC/NOFORKDan Fandrich2010-10-0110-13/+31
| * free: document newly added optionsDenys Vlasenko2010-10-011-1/+1
| * free: add -b/k/m/g options; remove 4 TB limitation. +100 bytesDenys Vlasenko2010-10-011-42/+56
| * halt/poweroff/reboot: unify help textDenys Vlasenko2010-09-301-21/+21
| * deluser: use the same licensing template in the header as other files doDenys Vlasenko2010-09-301-1/+1
| * acpid: add config file and map fileSouf Oued2010-09-262-102/+218
| * udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES optionsVladislav Grishenko2010-09-262-0/+6
| * style fix. no code chagesDenys Vlasenko2010-09-251-1/+2
| * ash: fix signal and "set -e" interactionDenys Vlasenko2010-09-255-6/+58
| * modprobe-simple; do not error out on "rmmod module" if module is unloaded okDenys Vlasenko2010-09-251-12/+14
| * sleep: fix fractional arguments in non-POSIX localeDenys Vlasenko2010-09-241-7/+11
| * wget: flush output to network before receving replyNguyễn Thái Ngọc Duy2010-09-231-0/+2
| * nbd-client: new appletRob Landley2010-09-231-0/+153
| * deluser: make it simpler, fix inability to delete user from groupHarald Becker2010-09-222-70/+68
| * hush: use smaller EXP_FLAG_foo constantsDenys Vlasenko2010-09-211-11/+11
| * fix build failure for pmapDan Fandrich2010-09-191-1/+1
| * shell/math: better comment. no code changesDenys Vlasenko2010-09-171-2/+2
| * move read_base64 to libbb/uuencode.cDenys Vlasenko2010-09-163-82/+77
| * libbb: merge mail and uudecode's base64 decodersDenys Vlasenko2010-09-166-139/+90
| * hush: move shell_ver from globals to main's stack.Denys Vlasenko2010-09-161-8/+9
| * simpler check for odDenys Vlasenko2010-09-161-1/+2
| * build system: test that od is present in the host systemDenys Vlasenko2010-09-161-0/+6
| * shell/math: deconvolute and explain ?: handling. Give better error messageDenys Vlasenko2010-09-166-129/+144
| * shell/math: return string error indicator, not integerDenys Vlasenko2010-09-156-131/+113
| * sleep: make it non-NOFORK. Fixes ^C in standalone shellDenys Vlasenko2010-09-142-3/+4
| * shell/math.c: stop using bss variableDenys Vlasenko2010-09-132-22/+37
| * shell/math.c: rename arith_eval_hooks to arith_state, put error code into itDenys Vlasenko2010-09-134-81/+78
| * shell/math.c: small code shrink; fixed incomprehensible commentsDenys Vlasenko2010-09-131-112/+113
| * shell: small code shrinkDenys Vlasenko2010-09-131-8/+9
| * shell: shrink arith code; and prepare for returning text error codesDenys Vlasenko2010-09-132-65/+63
* | win32: ash: fix path_advance() not advancing correctlyNguyễn Thái Ngọc Duy2011-01-041-1/+10
* | Merge branch 'ash'Nguyễn Thái Ngọc Duy2010-09-232-0/+28
|\ \
| * | win32: ash: implement ^C (and Ctrl+Break)Nguyễn Thái Ngọc Duy2010-09-232-0/+28
| * | Merge commit 'master~11^2' into ashNguyễn Thái Ngọc Duy2010-09-2312-25/+143
| |\ \
* | | | win32: enable fancy echoNguyễn Thái Ngọc Duy2010-09-221-1/+1
* | | | Merge branch 'vi'Nguyễn Thái Ngọc Duy2010-09-224-11/+26
|\ \ \ \
| * | | | defconfig.mingw32: enable viNguyễn Thái Ngọc Duy2010-09-141-10/+10
| * | | | Merge branch 'lineedit' into viNguyễn Thái Ngọc Duy2010-09-142-8/+96
| |\ \ \ \
| * | | | | win32: read_key: implement timeoutNguyễn Thái Ngọc Duy2010-09-141-1/+5
| * | | | | win32: vi: reimplement mysleep() because poll() won't work on stdinNguyễn Thái Ngọc Duy2010-09-141-0/+9
| * | | | | win32: platform.h: reuse memrchr() in platform.cNguyễn Thái Ngọc Duy2010-09-141-0/+2
* | | | | | Merge branch 'ash'Nguyễn Thái Ngọc Duy2010-09-223-2/+15
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | win32: ash: make waitpid return early if there is no childNguyễn Thái Ngọc Duy2010-09-221-0/+2
| * | | | | win32: lineedit: make read_key() pass Ctrl+<letter> to read_line_inputNguyễn Thái Ngọc Duy2010-09-222-0/+8
| * | | | | win32: lineedit: initialize initial_settingsNguyễn Thái Ngọc Duy2010-09-221-0/+1
| * | | | | win32: lineedit: fallback to fgets if a tty is not foundNguyễn Thái Ngọc Duy2010-09-211-2/+4