Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | udhcpd: fix hostname truncation bug 1663 | Denys Vlasenko | 2010-05-02 | 1 | -0/+2 | |
| * | grep: fix -Fi | Ian Wienand | 2010-04-30 | 2 | -1/+6 | |
| * | swapon: skip noauto entries | Lauri Kasanen | 2010-04-29 | 1 | -4/+13 | |
| * | libbb/lineedit: add support for preserving "broken" (non-unicode) chars | Tomas Heinrich | 2010-04-29 | 4 | -20/+89 | |
| * | telnet: prevent SEGV if we are requested TELOPT_NEW_ENVIRON. | Denys Vlasenko | 2010-04-27 | 1 | -9/+8 | |
| * | dnsd: fix unaligned access problem | Denys Vlasenko | 2010-04-26 | 1 | -3/+8 | |
| * | ash: refresh stack pointers after makestrspace in rmescapes | Colin Watson | 2010-04-26 | 1 | -0/+4 | |
| * | cmp: remove history comment. it is more natural to keep it in source control | Denys Vlasenko | 2010-04-26 | 1 | -11/+0 | |
| * | cmp: ifdefectomy | Rob Landley | 2010-04-26 | 1 | -9/+6 | |
| * | cpio: "NNN blocks" should go to stderr | Matheus Izvekov | 2010-04-26 | 2 | -5/+5 | |
| * | find: fix -name matching for dotfiles. -1 byte | Denys Vlasenko | 2010-04-26 | 1 | -2/+7 | |
| * | grep: makw -w support unconditional | Denys Vlasenko | 2010-04-26 | 2 | -8/+4 | |
| * | date: support -d @SECONDS_SINCE_1970 | Denys Vlasenko | 2010-04-22 | 1 | -0/+10 | |
| * | ftpd: work around LIST -aXYZ too, not only LIST -lXYZ | Denys Vlasenko | 2010-04-21 | 2 | -4/+4 | |
| * | busybox --list option. +140 bytes. Rob wanted it. | Denys Vlasenko | 2010-04-20 | 1 | -25/+44 | |
| * | sed: fix nested {} case | Denys Vlasenko | 2010-04-20 | 2 | -1/+14 | |
| * | sed: fix c cmd | Denys Vlasenko | 2010-04-19 | 2 | -1/+6 | |
| * | vi: discover window size even on serial consoles. optional | Denys Vlasenko | 2010-04-18 | 4 | -26/+65 | |
| * | vi: remove superfluous check on filename == "" | Denys Vlasenko | 2010-04-18 | 1 | -1/+1 | |
| * | remove stdio from allnoconfig build | Denys Vlasenko | 2010-04-18 | 1 | -1/+3 | |
* | | Merge branch 'ash' | Nguyễn Thái Ngọc Duy | 2010-09-14 | 5 | -19/+1114 | |
|\ \ | ||||||
| * | | win32: ash: support .com executables | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -2/+9 | |
| * | | win32: defconfig: turn on tab completion | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -3/+3 | |
| * | | win32: lineedit: split $PATH the Windows way | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+8 | |
| * | | win32: lineedit: do not attempt to tc[sg]etattr in Windows console | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+2 | |
| * | | win32: reimplement read_key() to read Windows console | Nguyễn Thái Ngọc Duy | 2010-09-14 | 2 | -2/+27 | |
| * | | win32: ash: general comments about MinGW port | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+12 | |
| * | | win32: ash: do not set PPID | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -1/+2 | |
| * | | win32: ash: work around case-insensitive env vars | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+27 | |
| * | | win32: ash: shellexec | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+35 | |
| * | | win32: ash: evalpipe | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+38 | |
| * | | win32: ash: evalsubshell | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+26 | |
| * | | win32: ash: evalbackcmd | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+30 | |
| * | | win32: ash: openhere | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+39 | |
| * | | win32: ash: sticky_free() | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+15 | |
| * | | win32: ash: forkshell_init() | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+68 | |
| * | | win32: ash: spawn_forkshell() | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+24 | |
| * | | win32: ash: forkshell_prepare() | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+70 | |
| * | | win32: ash: struct forkshell | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+75 | |
| * | | win32: ash: struct globals_misc | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+34 | |
| * | | win32: ash: struct globals_var | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+57 | |
| * | | win32: ash: struct redirtab | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+33 | |
| * | | win32: ash: char ** | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+34 | |
| * | | win32: ash: struct tblentry **cmdtable | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+24 | |
| * | | win32: ash: struct tblentry | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+55 | |
| * | | win32: ash: struct strlist | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+13 | |
| * | | win32: ash: struct localvar | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+16 | |
| * | | win32: ash: struct var | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+18 | |
| * | | win32: ash: macros for implementing simple foo_size, foo_copy | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+35 | |
| * | | win32: Support saving pointer location in calcsize()/copynode() | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+45 |