| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove warnings from exec.c. | ed | 2009-12-05 | 1 | -20/+19 |
* | Properly use the envp argument in execvPe(). | ed | 2009-11-27 | 1 | -2/+2 |
* | Turn execvpe() into an internal libc routine. | ed | 2008-06-23 | 1 | -2/+3 |
* | Add POSIX routines called posix_spawn() and posix_spawnp(), which | davidxu | 2008-06-17 | 1 | -9/+22 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 1 | -4/+0 |
* | Fixed some style bugs. | bde | 2003-07-01 | 1 | -6/+7 |
* | Add a libc function execvP that takes the search path as an arguement. | gordon | 2003-06-29 | 1 | -8/+16 |
* | Remove an unused variable, `sverrno', which has not been used since 1.11. | tjr | 2003-01-03 | 1 | -1/+0 |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 1 | -49/+0 |
* | * Remove 'register'. (some functions had 7+ register functions...) | obrien | 2002-02-01 | 1 | -6/+4 |
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 1 | -2/+0 |
* | Remove _THREAD_SAFE and make libc thread-safe by default by | deischen | 2001-01-24 | 1 | -5/+7 |
* | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | jasone | 2000-01-27 | 1 | -3/+3 |
* | Add three-tier symbol naming in support of POSIX thread cancellation | jasone | 2000-01-12 | 1 | -3/+6 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Fix a (relatively harmless) braino. I confused myself over the for() loop | peter | 1999-03-24 | 1 | -3/+2 |
* | Remove last remaining references to malloc/realloc and functions that | peter | 1999-03-23 | 1 | -50/+40 |
* | Fix style issues in execl(), and make execle() vfork()-safe. | des | 1998-10-15 | 1 | -13/+23 |
* | Correct braino in previous commit. I get the pointy hat again. | des | 1998-10-14 | 1 | -3/+4 |
* | Make execl() vfork()-safe. This should fix potential bugs in rcp, | des | 1998-10-14 | 1 | -8/+20 |
* | stat() the correct file in execvp() so that the fine tuned errno handling | bde | 1997-11-20 | 1 | -2/+2 |
* | Fixed searching of $PATH in execvp(). Do what sh(1) should do according | bde | 1997-10-14 | 1 | -9/+36 |
* | Fixed execvp() of an empty pathname to fail POSIXly. Previously it | bde | 1996-11-18 | 1 | -0/+6 |
* | Fixed uninitialized variables for the '/'-in-pathname case in execvp(). | bde | 1996-11-18 | 1 | -1/+2 |
* | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 1 | -4/+4 |
* | Fix execl[e]. Multiple execle's failed because of bogus caching of the | bde | 1994-12-12 | 1 | -16/+14 |
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+271 |