Age | Commit message (Collapse) | Author |
|
It looks like latest uClibc defines ARCH_HAS_MMU, but a few busybox files
test UCLIBC_HAS_MMU, resulting in vfork() getting called instead of
fork(), etc.
Patch below. Only tested for lash.
Cheers,
-Jamie
|
|
stupid and didn't work properly anyways.
|
|
s/fileno\(stdout\)/STDOUT_FILENO/g
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Erik
|
|
strerror(errno). Problem noted by Alexey V. Neyman <alex.neyman@auriga.ru>
|
|
-Erik
|
|
|
|
-Erik
|
|
|
|
-Erik
|
|
|
|
|
|
-Erik
|
|
|
|
on serial ports
|
|
is enabled
|
|
|
|
Changed email address
cmdedit API change
optimizations for traceroute and md5sum
added a new shared create_icmp_socket() function
|
|
|
|
of the job control polishing. Works fine now.
-Erik
|
|
we have a controlling terminal...
-Erik
|
|
just be a simple command line interpreter with basic pipe, redirect, and job
control. For all the more fancy things, people should use hush or ash.
-Erik
|
|
|
|
#1130 (i.e. When you turn on features it should always ADD features)
|
|
by Larry Doolittle.
|
|
|
|
xgetcwd, but did not check the return for a NULL, and then continued
to call strlen on the NULL when the cwd had been removed from under it.
-Erik
|
|
|
|
'ls *.h Config.h' works. Fixed a silly typo with fg/bg process control.
Made cmdedit exit sanely when it cannot read input.
|
|
|
|
|
|
-Erik
|
|
Gennady Feldman.
|
|
-Erik
|
|
|
|
bug report from Ralph Jones.
|
|
|
|
cleans up most of the now-revealed problems.
|
|
shell expansion to work in non POSIX locales.
|
|
-Erik
|