summaryrefslogtreecommitdiff
path: root/lib/libc/sys/execve.2
AgeCommit message (Expand)Author
2017-12-12pledge()'s 2nd argument becomes char *execpromises, which becomes theTheo de Raadt
2017-04-13Xr sigprocmask(2) not the obsolete sigsetmask(3)Todd C. Miller
2016-09-12document that running a W^X violating binary from file system mountedIngo Schwarze
2016-03-27Add EISDIR to ERRORS and fix ETXTBSY description; from Piotr Durlej.Todd C. Miller
2015-10-11Document that execve(2) resets SIGCHLD to SIG_DFLPhilip Guenther
2015-09-10use .In rather than .Fd #includeIngo Schwarze
2015-08-26Hide many (194!) symbols that nothing should be using.Philip Guenther
2015-07-28ARG_MAX is the standard name (not NCARGS); probab[l]y guentherTheo de Raadt
2015-02-07document restriction on argv having one elementTed Unangst
2015-01-19Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONGTodd C. Miller
2014-05-30A program is the thing you run; a process is an instance of somethingPhilip Guenther
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2013-10-20catch up with elf(5)/stab(5) removal;Jason McIntyre
2011-11-17Fix HISTORY:Ingo Schwarze
2011-10-24Update POSIX references for chdir(2) and chmod(2) from 1988 to 2008.Ingo Schwarze
2011-09-03make -column lists pretty again;Jason McIntyre
2011-08-19as with other list types, column lists generally do not need a Pp/-compactJason McIntyre
2009-10-27We don't have an "Ap" macro so ".Fn execve() Ap d" is wrong, reword to removeNicholas Marriott
2007-05-31convert to new .Dd format;Jason McIntyre
2005-05-12credit .Bx 3 in HISTORY too;Jason McIntyre
2005-05-08from perry@netbsd -r1.35:Jason McIntyre
2005-02-25Be correct in our man pages when talking about NUL termination (that is,Chad Loder
2004-07-05typo from jared yanovich;Jason McIntyre
2004-04-15various improvements to lists and displays:Jason McIntyre
2003-12-28Mention session ID; OK deraadt@Todd C. Miller
2003-12-28elf(5) is relevant here too;Jason McIntyre
2003-09-04put escapes in the right place;Jason McIntyre
2003-07-02the arrays are null terminated, but the strings are only nul terminated.Ted Unangst
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-01- section reorderJason McIntyre
2003-03-18duplicate words: and and, the theDavid Krause
2003-03-10add some notes about nosuid mounted file systems. suggested by deraadt@Ted Unangst
2002-07-16ansiTheo de Raadt
2002-01-02Move the const qualifier to the right place. deraadt@ okThomas Nordin
2001-03-14Move description of exect() to execve(2) man page. Add a note about exect() notAaron Campbell
2000-10-18Another round of man page cleanup, this time to remove more hard sentenceAaron Campbell
2000-09-25char const* -> const char *Federico G. Schwindt
2000-04-28NCARGS is bigger these days; akr@m17n.orgTheo de Raadt
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
1999-07-06these can also return ENFILETheo de Raadt
1999-06-29- change references to nil to null; tschroed@acm.orgAaron Campbell
1999-05-25punctuationAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1999-05-10correct some Xr's which referred to the wrong man page sectionsAaron Campbell
1999-02-27make function names the correct caseTheo de Raadt
1998-07-06fix openbsd tagTheo de Raadt
1998-07-02document fd 0-2 scheme for setuid/setgidTheo de Raadt
1997-06-13doc execve & setitimer setuid side effectTheo de Raadt
1997-06-13fix lots of .Xr and other minor thingsTheo de Raadt