Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | environ and __progname are not declared in a public header; declare them | 2016-03-13 | 1 | -3/+1 | |
| | | | | | | in libc's hidden/stdlib.h instead of in each .c file that needs one ok deraadt@ gsoares@ mpi@ | ||||
* | Wrap <unistd.h> so that internal calls go direct and they're all weak symbols | 2015-09-12 | 1 | -1/+4 | |
| | | | | Delete unused 'fd' argument from internal function oldttyname() | ||||
* | Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN, | 2013-09-30 | 1 | -7/+8 | |
| | | | | MAXNAMLEN or MAXLOGNAME where possible. OK deraadt@ | ||||
* | More int's that should be size_t for strlen() use | 2013-01-08 | 1 | -2/+3 | |
| | | | | ok millert | ||||
* | Implement execvpe(3) and posix_spawn(3) and family. Based on | 2012-03-21 | 1 | -5/+12 | |
| | | | | | | | | FreeBSD's implementation via Frank Denis, with various cleanups and tweaks by me. ok deraadt@, guenther@; discussions and tweaks from many others jmc@ promises to help me further with the man pages in tree | ||||
* | zap remaining rcsid. | 2005-08-08 | 1 | -4/+1 | |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | deregister (and deauto!). ok millert@ marco@ | 2005-03-25 | 1 | -3/+3 | |
| | |||||
* | ansification; checked by pval | 2003-06-11 | 1 | -7/+3 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Catch EISDIR in execvp() and friends so that if a directory appears | 2002-12-31 | 1 | -1/+2 | |
| | | | | in PATH that matches the name to be executed we skip it; Andy Isaacson | ||||
* | be even more careful with strlcpy() | 2002-07-30 | 1 | -4/+5 | |
| | |||||
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 2002-02-19 | 1 | -51/+1 | |
| | |||||
* | unused variable | 2000-08-22 | 1 | -2/+2 | |
| | |||||
* | use alloca() instead of malloc, for vfork safety | 2000-01-29 | 1 | -75/+81 | |
| | |||||
* | use writev() where possible | 1999-09-16 | 1 | -4/+11 | |
| | |||||
* | realloc repair | 1998-08-14 | 1 | -2/+3 | |
| | |||||
* | do execle() using alloca() for use inside signal handlers (malloc is bad) | 1997-09-20 | 1 | -8/+19 | |
| | |||||
* | #if __STDC__ --> #ifdef __STDC__ | 1997-07-25 | 1 | -8/+8 | |
| | |||||
* | 4.4lite2, safely uses malloc, with freebsd fixes too | 1996-12-05 | 1 | -66/+67 | |
| | |||||
* | exec[lv]p() shall return ENOENT for empty path names | 1996-10-27 | 1 | -1/+9 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 1 | -7/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | use alloca() instead of malloc() | 1995-12-15 | 1 | -58/+55 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+276 | |