Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | deluser: use the same licensing template in the header as other files do | Denys Vlasenko | 2010-09-30 | 1 | -1/+1 | |
| * | acpid: add config file and map file | Souf Oued | 2010-09-26 | 2 | -102/+218 | |
| * | udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES options | Vladislav Grishenko | 2010-09-26 | 2 | -0/+6 | |
| * | style fix. no code chages | Denys Vlasenko | 2010-09-25 | 1 | -1/+2 | |
| * | ash: fix signal and "set -e" interaction | Denys Vlasenko | 2010-09-25 | 5 | -6/+58 | |
| * | modprobe-simple; do not error out on "rmmod module" if module is unloaded ok | Denys Vlasenko | 2010-09-25 | 1 | -12/+14 | |
| * | sleep: fix fractional arguments in non-POSIX locale | Denys Vlasenko | 2010-09-24 | 1 | -7/+11 | |
| * | wget: flush output to network before receving reply | Nguyễn Thái Ngọc Duy | 2010-09-23 | 1 | -0/+2 | |
| * | nbd-client: new applet | Rob Landley | 2010-09-23 | 1 | -0/+153 | |
| * | deluser: make it simpler, fix inability to delete user from group | Harald Becker | 2010-09-22 | 2 | -70/+68 | |
| * | hush: use smaller EXP_FLAG_foo constants | Denys Vlasenko | 2010-09-21 | 1 | -11/+11 | |
| * | fix build failure for pmap | Dan Fandrich | 2010-09-19 | 1 | -1/+1 | |
| * | shell/math: better comment. no code changes | Denys Vlasenko | 2010-09-17 | 1 | -2/+2 | |
| * | move read_base64 to libbb/uuencode.c | Denys Vlasenko | 2010-09-16 | 3 | -82/+77 | |
| * | libbb: merge mail and uudecode's base64 decoders | Denys Vlasenko | 2010-09-16 | 6 | -139/+90 | |
| * | hush: move shell_ver from globals to main's stack. | Denys Vlasenko | 2010-09-16 | 1 | -8/+9 | |
| * | simpler check for od | Denys Vlasenko | 2010-09-16 | 1 | -1/+2 | |
| * | build system: test that od is present in the host system | Denys Vlasenko | 2010-09-16 | 1 | -0/+6 | |
| * | shell/math: deconvolute and explain ?: handling. Give better error message | Denys Vlasenko | 2010-09-16 | 6 | -129/+144 | |
| * | shell/math: return string error indicator, not integer | Denys Vlasenko | 2010-09-15 | 6 | -131/+113 | |
| * | sleep: make it non-NOFORK. Fixes ^C in standalone shell | Denys Vlasenko | 2010-09-14 | 2 | -3/+4 | |
| * | shell/math.c: stop using bss variable | Denys Vlasenko | 2010-09-13 | 2 | -22/+37 | |
| * | shell/math.c: rename arith_eval_hooks to arith_state, put error code into it | Denys Vlasenko | 2010-09-13 | 4 | -81/+78 | |
| * | shell/math.c: small code shrink; fixed incomprehensible comments | Denys Vlasenko | 2010-09-13 | 1 | -112/+113 | |
| * | shell: small code shrink | Denys Vlasenko | 2010-09-13 | 1 | -8/+9 | |
| * | shell: shrink arith code; and prepare for returning text error codes | Denys Vlasenko | 2010-09-13 | 2 | -65/+63 | |
* | | win32: ash: fix path_advance() not advancing correctly | Nguyễn Thái Ngọc Duy | 2011-01-04 | 1 | -1/+10 | |
* | | Merge branch 'ash' | Nguyễn Thái Ngọc Duy | 2010-09-23 | 2 | -0/+28 | |
|\ \ | ||||||
| * | | win32: ash: implement ^C (and Ctrl+Break) | Nguyễn Thái Ngọc Duy | 2010-09-23 | 2 | -0/+28 | |
| * | | Merge commit 'master~11^2' into ash | Nguyễn Thái Ngọc Duy | 2010-09-23 | 12 | -25/+143 | |
| |\ \ | ||||||
* | | | | win32: enable fancy echo | Nguyễn Thái Ngọc Duy | 2010-09-22 | 1 | -1/+1 | |
* | | | | Merge branch 'vi' | Nguyễn Thái Ngọc Duy | 2010-09-22 | 4 | -11/+26 | |
|\ \ \ \ | ||||||
| * | | | | defconfig.mingw32: enable vi | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -10/+10 | |
| * | | | | Merge branch 'lineedit' into vi | Nguyễn Thái Ngọc Duy | 2010-09-14 | 2 | -8/+96 | |
| |\ \ \ \ | ||||||
| * | | | | | win32: read_key: implement timeout | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -1/+5 | |
| * | | | | | win32: vi: reimplement mysleep() because poll() won't work on stdin | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+9 | |
| * | | | | | win32: platform.h: reuse memrchr() in platform.c | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+2 | |
* | | | | | | Merge branch 'ash' | Nguyễn Thái Ngọc Duy | 2010-09-22 | 3 | -2/+15 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| * | | | | | win32: ash: make waitpid return early if there is no child | Nguyễn Thái Ngọc Duy | 2010-09-22 | 1 | -0/+2 | |
| * | | | | | win32: lineedit: make read_key() pass Ctrl+<letter> to read_line_input | Nguyễn Thái Ngọc Duy | 2010-09-22 | 2 | -0/+8 | |
| * | | | | | win32: lineedit: initialize initial_settings | Nguyễn Thái Ngọc Duy | 2010-09-22 | 1 | -0/+1 | |
| * | | | | | win32: lineedit: fallback to fgets if a tty is not found | Nguyễn Thái Ngọc Duy | 2010-09-21 | 1 | -2/+4 | |
* | | | | | | win32: enable sha* (needs WIN32_NET) | Nguyễn Thái Ngọc Duy | 2010-09-21 | 2 | -3/+6 | |
* | | | | | | win32: net: add missing stub header files | Nguyễn Thái Ngọc Duy | 2010-09-21 | 3 | -0/+0 | |
* | | | | | | Merge branch 'net' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-20 | 7 | -6/+83 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | win32: enable wget | Nguyễn Thái Ngọc Duy | 2010-09-20 | 2 | -2/+3 | |
| * | | | | | | wget: flush HTTP request before receving reply | Nguyễn Thái Ngọc Duy | 2010-09-20 | 1 | -0/+2 | |
| * | | | | | | win32: re-enable xconnect.c | Nguyễn Thái Ngọc Duy | 2010-09-20 | 3 | -3/+14 | |
| * | | | | | | win32: reimplement connect() | Nguyễn Thái Ngọc Duy | 2010-09-20 | 2 | -0/+9 | |
| * | | | | | | win32: reimplement socket() | Nguyễn Thái Ngọc Duy | 2010-09-20 | 2 | -1/+32 |