summaryrefslogtreecommitdiff
path: root/sys/kern/kern_prot.c
AgeCommit message (Collapse)Author
2000-11-08Cleanup.Artur Grabowski
Zap COMPAT_09. Don't duplicate creds unless necessary.
2000-09-12o add missing getsid() prototypeTodd C. Miller
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
1997-11-17indentTheo de Raadt
1997-11-13add getsid(2), XPG4Theo de Raadt
1997-09-02COMPAT_BSDOS exec and compat changes.Jason Downs
1997-05-30add getpgid(2) from NetBSDkstailey
1997-03-29Do return values from issetuid() correctlyThorsten Lockert
1996-10-27Allow set[gu]id() if the [gu]id we are trying to set is the saved [gu]id,Thorsten Lockert
but only set effective [gu]id.
1996-10-26Verify that pgid argument to setpgid() is legalThorsten Lockert
1996-10-02copyinstr correctly; spotted by bitbltTheo de Raadt
1996-08-25issetugid() system call discovers if a process was started setuid or setgidTheo de Raadt
1996-08-01Implemented _POSIX_SAVED_IDS behaviour according to 1003.1-1990, withThorsten Lockert
allowed extension from Appendix B, section 4.2.2.
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt