summaryrefslogtreecommitdiffstats
path: root/bin/csh/exec.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* backout last week of csh diffs. They are disasterously broken, on i386deraadt2018-09-181-4/+4
| | | | it becomes entirely unusable.
* Replace any() with strchr(3).martijn2018-09-171-4/+4
| | | | OK millert@ and miko@
* Replace handrolled xfree() function by directly using free(3)mestre2015-12-261-15/+15
| | | | OK mmcc@
* unifdef _PATH_*naddy2015-10-281-5/+1
|
* delete many more ptr_t caststedu2015-02-081-15/+15
|
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-5/+5
| | | | | | | | | possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol)
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* spacingderaadt2005-02-251-4/+4
|
* de-register and ansify functionsderaadt2003-06-111-58/+36
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* bring in strlcpy and strlcat-like things for dealing with Char types,deraadt2003-01-081-17/+18
| | | | | | this fixes at least 15 buffer overflows; some help from dhartmei. Anyone want to go do the same in ksh, and help with some of the while (*s++ = *p++) loops in here?
* knftodd2002-06-091-3/+3
|
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-7/+3
|
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-8/+8
|
* MAXPATHLEN not MAXPATHLEN+1deraadt1998-05-181-5/+5
|
* slipped through the cracks.todd1997-11-151-3/+3
|
* spellingtodd1997-11-151-3/+3
|
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-3/+3
|
* Update from NetBSD (christos)millert1996-11-021-23/+39
| | | | Quote all imported environment variables.
* update rcsidderaadt1996-06-231-1/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+752