summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exec.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* securelevels do NOT protect running binaries; only filesystem activityderaadt1998-06-271-3/+1
|
* if we are being ptraced, do not permit execve of an immutable binaryderaadt1998-06-091-1/+3
|
* KNFniklas1998-02-201-29/+28
|
* Updates to match type changes in syscall tablestholo1998-02-081-3/+3
|
* Updates for VFS Lite 2 + soft update.csapuntz1997-11-061-3/+3
|
* back out vfs lite2 till after 2.2deraadt1997-10-061-3/+3
|
* VFS Lite2 Changescsapuntz1997-10-061-3/+3
|
* only allow setuid if fd_refcnt == 1, due to rforkderaadt1997-08-011-2/+3
|
* kill the other timers tooderaadt1997-06-051-2/+8
|
* clear timer for setuid; klooderaadt1997-06-041-1/+9
|
* Return EISDIR for directories; idea from NetBSDtholo1997-03-291-1/+5
|
* if a P_SUGIDEXEC proc execve()'s a non-set[ug]id program while runningderaadt1997-02-181-4/+10
| | | | | with uid/gid mismatches, P_SUGIDEXEC should persist (in case the environment has not been cleaned). pointed out by wietse@porcupine.org
* Cleanup execpefo1996-08-311-3/+11
|
* syncderaadt1996-08-251-1/+3
|
* do not lose setuid flagderaadt1996-07-111-6/+6
|
* native emul is now called "native"deraadt1996-05-271-3/+3
|
* From NetBSD: 960217 mergeniklas1996-03-031-19/+23
|
* from netbsd; If we abort, make sure to free ep_emul_argderaadt1995-12-141-1/+3
|
* initial import of NetBSD treederaadt1995-10-181-0/+566