aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/exec.c
Commit message (Expand)AuthorAgeFilesLines
* libc: move declaration of 'char **environ' to common private headerKonstantin Belousov2023-03-111-2/+0
* execvPe: obviate the need for potentially large stack allocationsKyle Evans2020-06-101-17/+28
* execvp: fix up the ENOEXEC fallbackKyle Evans2020-06-101-4/+18
* Clean up the vcs ID strings in libc's gen/ directory.John Baldwin2018-07-031-3/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk2016-04-181-1/+0
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-201-3/+1
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-1/+1
* Remove warnings from exec.c.Ed Schouten2009-12-051-20/+19
* Properly use the envp argument in execvPe().Ed Schouten2009-11-271-2/+2
* Turn execvpe() into an internal libc routine.Ed Schouten2008-06-231-2/+3
* Add POSIX routines called posix_spawn() and posix_spawnp(), whichDavid Xu2008-06-171-9/+22
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Fixed some style bugs.Bruce Evans2003-07-011-6/+7
* Add a libc function execvP that takes the search path as an arguement.Gordon Tetlow2003-06-291-8/+16
* Remove an unused variable, `sverrno', which has not been used since 1.11.Tim J. Robbins2003-01-031-1/+0
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-49/+0
* * Remove 'register'. (some functions had 7+ register functions...)David E. O'Brien2002-02-011-6/+4
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-2/+0
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-5/+7
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-3/+3
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-3/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix a (relatively harmless) braino. I confused myself over the for() loopPeter Wemm1999-03-241-3/+2
* Remove last remaining references to malloc/realloc and functions thatPeter Wemm1999-03-231-50/+40
* Fix style issues in execl(), and make execle() vfork()-safe.Dag-Erling Smørgrav1998-10-151-13/+23
* Correct braino in previous commit. I get the pointy hat again.Dag-Erling Smørgrav1998-10-141-3/+4
* Make execl() vfork()-safe. This should fix potential bugs in rcp,Dag-Erling Smørgrav1998-10-141-8/+20
* stat() the correct file in execvp() so that the fine tuned errno handlingBruce Evans1997-11-201-2/+2
* Fixed searching of $PATH in execvp(). Do what sh(1) should do accordingBruce Evans1997-10-141-9/+36
* Fixed execvp() of an empty pathname to fail POSIXly. Previously itBruce Evans1996-11-181-0/+6
* Fixed uninitialized variables for the '/'-in-pathname case in execvp().Bruce Evans1996-11-181-1/+2
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-4/+4
* Fix execl[e]. Multiple execle's failed because of bogus caching of theBruce Evans1994-12-121-16/+14
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+271