freebsd-dev/bin/sh
Dag-Erling Smørgrav 7e1c72660f Replace home-grown dup2() implementation with actual dup2() calls. This
should slightly reduce the number of system calls in critical portions of
the shell, and select a more efficient path through the fdalloc code.

Reviewed by:	bde
2004-01-21 12:50:01 +00:00
..
bltin
funcs
alias.c Changes following CScout analysis: 2003-07-05 15:18:44 +00:00
alias.h
arith_lex.l #include <string.h> for prototypes for strcpy() and strlen(). 2003-09-06 16:33:55 +00:00
arith.h Style cleanup, mostly 2003-09-04 18:28:42 +00:00
arith.y Fix testing of arith_assign() value for $((a=15)). 2003-09-07 10:14:56 +00:00
builtins.def
cd.c Changes following CScout analysis: 2003-07-05 15:18:44 +00:00
cd.h
error.c
error.h
eval.c Replace home-grown dup2() implementation with actual dup2() calls. This 2004-01-21 12:50:01 +00:00
eval.h
exec.c Changes following CScout analysis: 2003-07-05 15:18:44 +00:00
exec.h Changes following CScout analysis: 2003-07-05 15:18:44 +00:00
expand.c Remove collate_range_cmp() stabilization, it conflicts with ranges 2003-08-03 04:28:10 +00:00
expand.h
histedit.c
init.h
input.c Replace home-grown dup2() implementation with actual dup2() calls. This 2004-01-21 12:50:01 +00:00
input.h
jobs.c Changes following CScout analysis: 2003-07-05 15:18:44 +00:00
jobs.h
mail.c
mail.h
main.c
main.h
Makefile Removed duplicate y.tab.h from SRCS and CLEANFILES. 2004-01-20 13:13:40 +00:00
memalloc.c Changes following CScout analysis: 2003-07-05 15:18:44 +00:00
memalloc.h
miscbltin.c
mkbuiltins Do not assume there is only a space between #define and the macro name 2003-09-13 06:59:22 +00:00
mkinit.c
mknodes.c
mksyntax.c
mktokens
myhistedit.h
mystring.c
mystring.h
nodes.c.pat Changes following CScout analysis: 2003-07-05 15:18:44 +00:00
nodetypes
options.c
options.h
output.c Changes following CScout analysis: 2003-07-05 15:18:44 +00:00
output.h
parser.c Replace home-grown dup2() implementation with actual dup2() calls. This 2004-01-21 12:50:01 +00:00
parser.h
redir.c Replace home-grown dup2() implementation with actual dup2() calls. This 2004-01-21 12:50:01 +00:00
redir.h Replace home-grown dup2() implementation with actual dup2() calls. This 2004-01-21 12:50:01 +00:00
sh.1 mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
shell.h Style cleanup, mostly 2003-09-04 18:28:42 +00:00
show.c
show.h
TOUR
trap.c
trap.h
var.c Changes following CScout analysis: 2003-07-05 15:18:44 +00:00
var.h