aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * udhcpd: fix hostname truncation bug 1663Denys Vlasenko2010-05-021-0/+2
| * grep: fix -FiIan Wienand2010-04-302-1/+6
| * swapon: skip noauto entriesLauri Kasanen2010-04-291-4/+13
| * libbb/lineedit: add support for preserving "broken" (non-unicode) charsTomas Heinrich2010-04-294-20/+89
| * telnet: prevent SEGV if we are requested TELOPT_NEW_ENVIRON.Denys Vlasenko2010-04-271-9/+8
| * dnsd: fix unaligned access problemDenys Vlasenko2010-04-261-3/+8
| * ash: refresh stack pointers after makestrspace in rmescapesColin Watson2010-04-261-0/+4
| * cmp: remove history comment. it is more natural to keep it in source controlDenys Vlasenko2010-04-261-11/+0
| * cmp: ifdefectomyRob Landley2010-04-261-9/+6
| * cpio: "NNN blocks" should go to stderrMatheus Izvekov2010-04-262-5/+5
| * find: fix -name matching for dotfiles. -1 byteDenys Vlasenko2010-04-261-2/+7
| * grep: makw -w support unconditionalDenys Vlasenko2010-04-262-8/+4
| * date: support -d @SECONDS_SINCE_1970Denys Vlasenko2010-04-221-0/+10
| * ftpd: work around LIST -aXYZ too, not only LIST -lXYZDenys Vlasenko2010-04-212-4/+4
| * busybox --list option. +140 bytes. Rob wanted it.Denys Vlasenko2010-04-201-25/+44
| * sed: fix nested {} caseDenys Vlasenko2010-04-202-1/+14
| * sed: fix c cmdDenys Vlasenko2010-04-192-1/+6
| * vi: discover window size even on serial consoles. optionalDenys Vlasenko2010-04-184-26/+65
| * vi: remove superfluous check on filename == ""Denys Vlasenko2010-04-181-1/+1
| * remove stdio from allnoconfig buildDenys Vlasenko2010-04-181-1/+3
* | Merge branch 'ash'Nguyễn Thái Ngọc Duy2010-09-145-19/+1114
|\ \
| * | win32: ash: support .com executablesNguyễn Thái Ngọc Duy2010-09-141-2/+9
| * | win32: defconfig: turn on tab completionNguyễn Thái Ngọc Duy2010-09-141-3/+3
| * | win32: lineedit: split $PATH the Windows wayNguyễn Thái Ngọc Duy2010-09-141-0/+8
| * | win32: lineedit: do not attempt to tc[sg]etattr in Windows consoleNguyễn Thái Ngọc Duy2010-09-141-0/+2
| * | win32: reimplement read_key() to read Windows consoleNguyễn Thái Ngọc Duy2010-09-142-2/+27
| * | win32: ash: general comments about MinGW portNguyễn Thái Ngọc Duy2010-09-141-0/+12
| * | win32: ash: do not set PPIDNguyễn Thái Ngọc Duy2010-09-141-1/+2
| * | win32: ash: work around case-insensitive env varsNguyễn Thái Ngọc Duy2010-09-141-0/+27
| * | win32: ash: shellexecNguyễn Thái Ngọc Duy2010-09-141-0/+35
| * | win32: ash: evalpipeNguyễn Thái Ngọc Duy2010-09-141-0/+38
| * | win32: ash: evalsubshellNguyễn Thái Ngọc Duy2010-09-141-0/+26
| * | win32: ash: evalbackcmdNguyễn Thái Ngọc Duy2010-09-141-0/+30
| * | win32: ash: openhereNguyễn Thái Ngọc Duy2010-09-141-0/+39
| * | win32: ash: sticky_free()Nguyễn Thái Ngọc Duy2010-09-141-0/+15
| * | win32: ash: forkshell_init()Nguyễn Thái Ngọc Duy2010-09-141-0/+68
| * | win32: ash: spawn_forkshell()Nguyễn Thái Ngọc Duy2010-09-141-0/+24
| * | win32: ash: forkshell_prepare()Nguyễn Thái Ngọc Duy2010-09-141-0/+70
| * | win32: ash: struct forkshellNguyễn Thái Ngọc Duy2010-09-141-0/+75
| * | win32: ash: struct globals_miscNguyễn Thái Ngọc Duy2010-09-141-0/+34
| * | win32: ash: struct globals_varNguyễn Thái Ngọc Duy2010-09-141-0/+57
| * | win32: ash: struct redirtabNguyễn Thái Ngọc Duy2010-09-141-0/+33
| * | win32: ash: char **Nguyễn Thái Ngọc Duy2010-09-141-0/+34
| * | win32: ash: struct tblentry **cmdtableNguyễn Thái Ngọc Duy2010-09-141-0/+24
| * | win32: ash: struct tblentryNguyễn Thái Ngọc Duy2010-09-141-0/+55
| * | win32: ash: struct strlistNguyễn Thái Ngọc Duy2010-09-141-0/+13
| * | win32: ash: struct localvarNguyễn Thái Ngọc Duy2010-09-141-0/+16
| * | win32: ash: struct varNguyễn Thái Ngọc Duy2010-09-141-0/+18
| * | win32: ash: macros for implementing simple foo_size, foo_copyNguyễn Thái Ngọc Duy2010-09-141-0/+35
| * | win32: Support saving pointer location in calcsize()/copynode()Nguyễn Thái Ngọc Duy2010-09-141-0/+45