cvs commit: src/bin/sh eval.c input.c parser.c redir.c redir.h

Dag-Erling Smorgrav des at FreeBSD.org
Wed Jan 21 04:50:03 PST 2004


des         2004/01/21 04:50:01 PST

  FreeBSD src repository

  Modified files:
    bin/sh               eval.c input.c parser.c redir.c redir.h 
  Log:
  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
  
  Revision  Changes    Path
  1.40      +4 -8      src/bin/sh/eval.c
  1.21      +1 -1      src/bin/sh/input.c
  1.50      +0 -1      src/bin/sh/parser.c
  1.25      +8 -32     src/bin/sh/redir.c
  1.9       +0 -1      src/bin/sh/redir.h


More information about the cvs-src mailing list