aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: ash: struct globals_varNguyễn Thái Ngọc Duy2010-04-201-0/+57
* win32: ash: struct redirtabNguyễn Thái Ngọc Duy2010-04-201-0/+33
* win32: ash: char **Nguyễn Thái Ngọc Duy2010-04-201-0/+34
* win32: ash: struct tblentry **cmdtableNguyễn Thái Ngọc Duy2010-04-201-0/+24
* win32: ash: struct tblentryNguyễn Thái Ngọc Duy2010-04-201-0/+55
* win32: ash: struct strlistNguyễn Thái Ngọc Duy2010-04-201-0/+13
* win32: ash: struct localvarNguyễn Thái Ngọc Duy2010-04-201-0/+16
* win32: ash: struct varNguyễn Thái Ngọc Duy2010-04-201-0/+18
* win32: ash: macros for implementing simple foo_size, foo_copyNguyễn Thái Ngọc Duy2010-04-201-0/+35
* win32: Support saving pointer location in calcsize()/copynode()Nguyễn Thái Ngọc Duy2010-04-201-0/+45
* win32: ash: nodeckstrdup(): tolerate NULL stringNguyễn Thái Ngọc Duy2010-04-201-1/+3
* win32: ash: FIXMENguyễn Thái Ngọc Duy2010-04-201-1/+1
* win32: ash: reimplement waitpid(-1)Nguyễn Thái Ngọc Duy2010-04-201-0/+53
* win32: ash: find_command(): also find .exeNguyễn Thái Ngọc Duy2010-04-201-0/+20
* win32: ash: openredirect(): support /dev/nullNguyễn Thái Ngọc Duy2010-04-201-0/+25
* win32: ash: copyfd(): work around fcntl(F_DUPFD)Nguyễn Thái Ngọc Duy2010-04-201-0/+12
* win32: ash: stay away from fcntl(F_DUPFD)Nguyễn Thái Ngọc Duy2010-04-201-2/+2
* win32: ash: new implementation for updatepwd()Nguyễn Thái Ngọc Duy2010-04-201-0/+93
* win32: ash: path_advance(): save space for .exe laterNguyễn Thái Ngọc Duy2010-04-201-1/+3
* win32: ash: path_advance(): support both colon and semicolon as path separatorNguyễn Thái Ngọc Duy2010-04-201-0/+10
* win32: ash: preadbuffer(): accept \r\n as line endingNguyễn Thái Ngọc Duy2010-04-201-1/+1
* win32: ash: shellexec(): support both / and \ as dir separatorNguyễn Thái Ngọc Duy2010-04-201-3/+4
* win32: ash: is_absolute_path()Nguyễn Thái Ngọc Duy2010-04-201-2/+2
* win32: ash: skip O_APPEND supportNguyễn Thái Ngọc Duy2010-04-201-2/+2
* win32: ash: exptilde(): do not call (unsupported) getpwnam()Nguyễn Thái Ngọc Duy2010-04-201-0/+2
* win32: ash: forkshell(): return early, MinGW port will have another way to "f...Nguyễn Thái Ngọc Duy2010-04-201-0/+3
* win32: ash: waitcmd(): return early, not supportedNguyễn Thái Ngọc Duy2010-04-201-0/+3
* win32: ash: setsignal(): return early, signalling is not supportedNguyễn Thái Ngọc Duy2010-04-201-0/+2
* win32: ash: #ifdefNguyễn Thái Ngọc Duy2010-04-201-0/+11
* win32: shell/builtin_ulimit.cNguyễn Thái Ngọc Duy2010-04-201-0/+9
* win32: Unmask ashNguyễn Thái Ngọc Duy2010-04-201-1/+3
* Config.in: mark all applets POSIX onlyNguyễn Thái Ngọc Duy2010-04-191-0/+5
* ash: line up builtin table. no code changesDenys Vlasenko2010-03-261-45/+45
* ash: trap with bad signal name should not abortDenys Vlasenko2010-03-263-4/+19
* *: merge some common stringsDenys Vlasenko2010-03-231-1/+1
* ash,hush: make it possible to build them individuallyDenys Vlasenko2010-03-232-6/+11
* ash: fix quadratic matching slowdown is ${v/*foo*/repl} (really bad one)Denys Vlasenko2010-03-131-12/+59
* shell/ulimit: code shrink by 10 bytesDenys Vlasenko2010-03-081-4/+5
* hush: use ash's ulimit builtin; make it more more bash0like while at itDenys Vlasenko2010-03-065-215/+253
* *: use NULL for null pointersDenys Vlasenko2010-03-051-1/+1
* Replace __uClinux__ define with !BB_MMUDenys Vlasenko2010-02-211-1/+1
* fix bug 1087. Fix by Leonid (lly.dev AT gmail.com)Denys Vlasenko2010-02-213-2/+8
* hush: note a FIXMEDenys Vlasenko2010-02-081-0/+1
* style fixes, no code changesDenys Vlasenko2010-01-281-1/+1
* *: style fixes. no code changes (verified with objdump)Denys Vlasenko2010-01-282-7/+13
* hush: more "greppable" field names. no code changesDenys Vlasenko2010-01-281-13/+13
* whitespace fixesDenys Vlasenko2010-01-253-11/+11
* randomconfig fixesDenys Vlasenko2010-01-241-1/+1
* ash: remove config items for read options which are no longer optionalDenys Vlasenko2010-01-131-17/+0
* shell/read: check that variable names are saneDenys Vlasenko2010-01-135-24/+26