Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2008 05:22:06 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include unistd.h src/lib/libc/gen Makefile.inc Symbol.map exec.3 exec.c posix_spawn.c src/lib/libc/include libc_private.h
Message-ID:  <200806230526.m5N5QQdS091438@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2008-06-23 05:22:06 UTC

  FreeBSD src repository

  Modified files:
    include              unistd.h 
    lib/libc/gen         Makefile.inc Symbol.map exec.3 exec.c 
                         posix_spawn.c 
    lib/libc/include     libc_private.h 
  Log:
  SVN rev 179947 on 2008-06-23 05:22:06Z by ed
  
  Turn execvpe() into an internal libc routine.
  
  Adding exevpe() has caused some ports to break. Even though execvpe() is
  a useful routine, it does not conform to any standards.
  
  This patch is a little bit different from the patch sent to the mailing
  list. I forgot to remove execvpe from the Symbol.map (which does not
  seem to miscompile libc, though).
  
  Reviewed by:    davidxu
  Approved by:    philip
  
  Revision  Changes    Path
  1.89      +0 -1      src/include/unistd.h
  1.137     +1 -1      src/lib/libc/gen/Makefile.inc
  1.12      +0 -1      src/lib/libc/gen/Symbol.map
  1.28      +3 -14     src/lib/libc/gen/exec.3
  1.25      +3 -2      src/lib/libc/gen/exec.c
  1.5       +2 -1      src/lib/libc/gen/posix_spawn.c
  1.19      +3 -0      src/lib/libc/include/libc_private.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806230526.m5N5QQdS091438>