aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* shell/ash: redo execcmd() and get rid of shellexec()Nguyễn Thái Ngọc Duy2009-04-231-0/+11
* shell/ash: reimplement evalsubshell()Nguyễn Thái Ngọc Duy2009-04-231-3/+12
* shell/ash: reimplement evalbackcmd() and backquoteNguyễn Thái Ngọc Duy2009-04-231-0/+23
* shell/ash: replace shellexec() with shellspawn()Nguyễn Thái Ngọc Duy2009-04-231-0/+5
* shell/ash: link forkshell to main programNguyễn Thái Ngọc Duy2009-04-231-0/+21
* shell/ash: use dup2() where possible, due to copyfd's inefficenciesNguyễn Thái Ngọc Duy2009-04-231-1/+13
* shell/ash: reimplement copy_fd as Windows does not have F_DUPFDNguyễn Thái Ngọc Duy2009-04-231-0/+17
* shell/ash: search for .exe automatically if .exe is not givenNguyễn Thái Ngọc Duy2009-04-231-1/+21
* shell/ash: stop looking at \r (for CRLF ending)Nguyễn Thái Ngọc Duy2009-04-231-0/+4
* shell/ash: suport /dev/null in redirectionNguyễn Thái Ngọc Duy2009-04-231-0/+24
* shell/ash: teach it to understand semicolon as path separatorNguyễn Thái Ngọc Duy2009-04-231-0/+12
* shell/ash: massive ifdefs to unrelevant remove codeNguyễn Thái Ngọc Duy2009-04-231-3/+104
* use "glibc errno" trick not only for ash, but for entire busyboxvda2007-05-311-11/+0
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* ash: implement type -p, costs less than 10 bytesvda2007-05-201-16/+11
* several *.c files:vda2007-05-171-1/+1
* ash,kill: use common code for kill applet/builtinvda2007-04-291-92/+27
* ash: fix infinite loop on exit if tty is not there anymorevda2007-04-281-1/+3
* hush: use NOFORK applets as appropriate. Net reduction of code size.vda2007-04-141-3/+1
* teach find_root_device to deal with /dev/ subdirsvda2007-04-131-1/+2
* ash: fix kill -l (by Mats Erik Andersson <mats.andersson64@comhem.se>)vda2007-04-111-1/+1
* Rename two config options:vda2007-04-101-4/+4
* make a few struct bb_applet members conditionalvda2007-04-101-1/+1
* Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC appletsvda2007-04-091-52/+7
* add some missed statics on constant objects.vda2007-04-081-3/+8
* ash: fix signal handlingvda2007-03-211-7/+16
* ash: popstackmark is reported trying to pop until NULLvda2007-03-131-0/+3
* clean up accumulated whitespace damagevda2007-03-071-1/+1
* ash: cosmetic improvements in error messagesvda2007-03-051-21/+22
* ash: do not use "safe applets" in non-standalone shellvda2007-03-031-24/+26
* ash: replace xstrdup (shell shall not die)vda2007-02-251-2/+2
* ash: fix compile problemsvda2007-02-241-1/+4
* ash: cleanup part 2.8vda2007-02-231-75/+57
* ash: cleanup part 2.7vda2007-02-231-491/+471
* ash: cleanup part 2.6vda2007-02-231-207/+195
* ash: cleanup part 2.5vda2007-02-231-158/+159
* ash: cleanup part 2.4vda2007-02-231-1548/+1541
* ash: cleanup part 2.3vda2007-02-231-74/+69
* ash: cleanup part 2.2vda2007-02-231-148/+146
* ash: starting second round of cleanups. #1vda2007-02-231-1349/+1327
* ash: cleanup part 9vda2007-02-231-1658/+1579
* ash: cleanup part 8vda2007-02-231-524/+441
* ash: cleanup part 7vda2007-02-231-217/+191
* ash: cleanup part 6vda2007-02-231-294/+283
* ash: cleanup part 5vda2007-02-231-464/+439
* ash: cleanup part 4vda2007-02-231-647/+597
* ash: cleanup part 3vda2007-02-231-42/+46
* ash: cleanup part 2vda2007-02-231-1738/+1640
* ash: cleanup part 1vda2007-02-231-586/+539
* ash: move ash_main() and helpers to end of ash.c, more fuctions renamed,vda2007-02-191-423/+382