DragonFly commits List (threaded) for 2007-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/bin/sh error.c error.h exec.c redir.c
pavalos 2007/01/05 19:44:04 PST
DragonFly src repository
Modified files:
bin/sh error.c error.h exec.c redir.c
Log:
Convert the remaining callers of errmsg() to use strerror(), and remove
errmsg() and its table of error messages.
Remove some white space at EOL.
Restore "not found" error message when searching for (or executing)
a program fails because the file or a path component does not exist.
Remove dead code which supported systems without O_APPEND, O_CREAT or SIGTSTP.
Obtained-from: FreeBSD
Revision Changes Path
1.4 +2 -90 src/bin/sh/error.c
1.4 +1 -11 src/bin/sh/error.h
1.9 +9 -3 src/bin/sh/exec.c
1.4 +6 -36 src/bin/sh/redir.c
http://www.dragonflybsd.org/cvsweb/src/bin/sh/error.c.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/sh/error.h.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/sh/exec.c.diff?r1=1.8&r2=1.9&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/sh/redir.c.diff?r1=1.3&r2=1.4&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]