summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/execve.2
AgeCommit message (Expand)AuthorFilesLines
2020-04-10Update ARG_MAX bytes countjca1-3/+3
2019-12-01comply with POSIX and make execve() return EACCES for directoriesnaddy1-4/+2
2019-07-29correct mispellings of EACCES; from Kris Katterjohnderaadt1-3/+3
2017-12-12pledge()'s 2nd argument becomes char *execpromises, which becomes thederaadt1-2/+8
2017-04-13Xr sigprocmask(2) not the obsolete sigsetmask(3)millert1-3/+3
2016-09-12document that running a W^X violating binary from file system mountedschwarze1-2/+11
2016-03-27Add EISDIR to ERRORS and fix ETXTBSY description; from Piotr Durlej.millert1-3/+5
2015-10-11Document that execve(2) resets SIGCHLD to SIG_DFLguenther1-4/+16
2015-09-10use .In rather than .Fd #includeschwarze1-3/+3
2015-08-26Hide many (194!) symbols that nothing should be using.guenther1-17/+3
2015-07-28ARG_MAX is the standard name (not NCARGS); probab[l]y guentherderaadt1-5/+3
2015-02-07document restriction on argv having one elementtedu1-3/+6
2015-01-19Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONGmillert1-6/+7
2014-05-30A program is the thing you run; a process is an instance of somethingguenther1-4/+4
2014-01-21obvious .Pa fixes; found with mandocdb(8)schwarze1-4/+4
2013-10-20catch up with elf(5)/stab(5) removal;jmc1-6/+3
2011-11-17Fix HISTORY:schwarze1-6/+8
2011-10-24Update POSIX references for chdir(2) and chmod(2) from 1988 to 2008.schwarze1-2/+6
2011-09-03make -column lists pretty again;jmc1-16/+43
2011-08-19as with other list types, column lists generally do not need a Pp/-compactjmc1-4/+3
2009-10-27We don't have an "Ap" macro so ".Fn execve() Ap d" is wrong, reword to removenicm1-16/+15
2007-05-31convert to new .Dd format;jmc1-2/+2
2005-05-12credit .Bx 3 in HISTORY too;jmc1-2/+4
2005-05-08from perry@netbsd -r1.35:jmc1-3/+3
2005-02-25Be correct in our man pages when talking about NUL termination (that is,cloder1-3/+3
2004-07-05typo from jared yanovich;jmc1-2/+2
2004-04-15various improvements to lists and displays:jmc1-3/+2
2003-12-28Mention session ID; OK deraadt@millert1-1/+2
2003-12-28elf(5) is relevant here too;jmc1-2/+6
2003-09-04put escapes in the right place;jmc1-2/+2
2003-07-02the arrays are null terminated, but the strings are only nul terminated.tedu1-3/+3
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert1-6/+2
2003-06-01- section reorderjmc1-2/+2
2003-03-18duplicate words: and and, the thedavid1-2/+2
2003-03-10add some notes about nosuid mounted file systems. suggested by deraadt@tedu1-1/+5
2002-07-16ansideraadt1-4/+2
2002-01-02Move the const qualifier to the right place. deraadt@ oknordin1-2/+2
2001-03-14Move description of exect() to execve(2) man page. Add a note about exect() notaaron1-2/+17
2000-10-18Another round of man page cleanup, this time to remove more hard sentenceaaron1-17/+20
2000-09-25char const* -> const char *fgsch1-2/+2
2000-04-28NCARGS is bigger these days; akr@m17n.orgderaadt1-2/+2
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.aaron1-5/+7
1999-07-06these can also return ENFILEderaadt1-1/+5
1999-06-29- change references to nil to null; tschroed@acm.orgaaron1-5/+5
1999-05-25punctuationaaron1-2/+2
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1-2/+2
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:alex1-2/+2
1999-05-10correct some Xr's which referred to the wrong man page sectionsaaron1-2/+2
1999-02-27make function names the correct casederaadt1-4/+4
1998-07-06fix openbsd tagderaadt1-0/+1