summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/exec.c
Commit message (Expand)AuthorAgeFilesLines
* Remove an unused variable, `sverrno', which has not been used since 1.11.tjr2003-01-031-1/+0
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-49/+0
* * Remove 'register'. (some functions had 7+ register functions...)obrien2002-02-011-6/+4
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-131-2/+0
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-5/+7
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-3/+3
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-3/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix a (relatively harmless) braino. I confused myself over the for() looppeter1999-03-241-3/+2
* Remove last remaining references to malloc/realloc and functions thatpeter1999-03-231-50/+40
* Fix style issues in execl(), and make execle() vfork()-safe.des1998-10-151-13/+23
* Correct braino in previous commit. I get the pointy hat again.des1998-10-141-3/+4
* Make execl() vfork()-safe. This should fix potential bugs in rcp,des1998-10-141-8/+20
* stat() the correct file in execvp() so that the fine tuned errno handlingbde1997-11-201-2/+2
* Fixed searching of $PATH in execvp(). Do what sh(1) should do accordingbde1997-10-141-9/+36
* Fixed execvp() of an empty pathname to fail POSIXly. Previously itbde1996-11-181-0/+6
* Fixed uninitialized variables for the '/'-in-pathname case in execvp().bde1996-11-181-1/+2
* General -Wall warning cleanup, part I.jkh1996-07-121-4/+4
* Fix execl[e]. Multiple execle's failed because of bogus caching of thebde1994-12-121-16/+14
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+271
OpenPOWER on IntegriCloud