This website requires JavaScript.
Explore
Help
Register
Sign In
emo
/
busybox
Watch
1
Star
0
Fork
0
You've already forked busybox
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
busybox
/
shell
History
Eric Andersen
ad082987d0
Use %m, not strerror, and strerror(err) was broken anyways and should have been
...
strerror(errno). Problem noted by Alexey V. Neyman <alex.neyman@auriga.ru>
2002-09-30 20:20:20 +00:00
..
ash.c
Don't even try to run ash on uClinux. It won't work.
2002-09-30 20:12:32 +00:00
cmdedit.c
Fixed a timing bug which occured when bb ash is run in a rxvt on the
2002-07-30 23:13:51 +00:00
cmdedit.h
…
config.in
Some CML1 grammar fixes
2002-09-01 06:45:55 +00:00
hush.c
Nice patch from Wolfgang Denk <wd@denx.de> to provide hush with
2002-04-13 12:33:41 +00:00
lash.c
Use %m, not strerror, and strerror(err) was broken anyways and should have been
2002-09-30 20:20:20 +00:00
Makefile
Completely rework the config system so that it no longer annoys me to work on
2002-04-12 12:05:57 +00:00
Makefile.in
Completely rework the config system so that it no longer annoys me to work on
2002-04-12 12:05:57 +00:00
msh.c
Ensure that getenv("PATH") stays current, since otherwise cmdedit
2002-04-26 23:40:09 +00:00