Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-08 | Cleanup. | Artur Grabowski | |
Zap COMPAT_09. Don't duplicate creds unless necessary. | |||
2000-09-12 | o add missing getsid() prototype | Todd 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-17 | indent | Theo de Raadt | |
1997-11-13 | add getsid(2), XPG4 | Theo de Raadt | |
1997-09-02 | COMPAT_BSDOS exec and compat changes. | Jason Downs | |
1997-05-30 | add getpgid(2) from NetBSD | kstailey | |
1997-03-29 | Do return values from issetuid() correctly | Thorsten Lockert | |
1996-10-27 | Allow 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-26 | Verify that pgid argument to setpgid() is legal | Thorsten Lockert | |
1996-10-02 | copyinstr correctly; spotted by bitblt | Theo de Raadt | |
1996-08-25 | issetugid() system call discovers if a process was started setuid or setgid | Theo de Raadt | |
1996-08-01 | Implemented _POSIX_SAVED_IDS behaviour according to 1003.1-1990, with | Thorsten Lockert | |
allowed extension from Appendix B, section 4.2.2. | |||
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |