summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_prot.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* o add missing getsid() prototypemillert2000-09-121-15/+24
| | | | | | | o fix typo in getsid() that broke getsid(pid) where pid != 0 o cause getsid() and getpgid() to return EPERM if requesting the id of a session/process group not in the current session o check for NULL session in getsid() for exiting processes
* indentderaadt1997-11-171-2/+2
|
* add getsid(2), XPG4deraadt1997-11-131-2/+21
|
* COMPAT_BSDOS exec and compat changes.downsj1997-09-021-4/+4
|
* add getpgid(2) from NetBSDkstailey1997-05-301-1/+23
|
* Do return values from issetuid() correctlytholo1997-03-291-2/+4
|
* Allow set[gu]id() if the [gu]id we are trying to set is the saved [gu]id,tholo1996-10-271-1/+3
| | | | but only set effective [gu]id.
* Verify that pgid argument to setpgid() is legaltholo1996-10-261-1/+4
|
* copyinstr correctly; spotted by bitbltderaadt1996-10-021-2/+2
|
* issetugid() system call discovers if a process was started setuid or setgidderaadt1996-08-251-1/+13
|
* Implemented _POSIX_SAVED_IDS behaviour according to 1003.1-1990, withtholo1996-08-011-9/+24
| | | | allowed extension from Appendix B, section 4.2.2.
* From NetBSD: 960217 mergeniklas1996-03-031-7/+29
|
* initial import of NetBSD treederaadt1995-10-181-0/+536