Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | o add missing getsid() prototype | 2000-09-12 | 1 | -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 | |||||
* | indent | 1997-11-17 | 1 | -2/+2 | ||
| | ||||||
* | add getsid(2), XPG4 | 1997-11-13 | 1 | -2/+21 | ||
| | ||||||
* | COMPAT_BSDOS exec and compat changes. | 1997-09-02 | 1 | -4/+4 | ||
| | ||||||
* | add getpgid(2) from NetBSD | 1997-05-30 | 1 | -1/+23 | ||
| | ||||||
* | Do return values from issetuid() correctly | 1997-03-29 | 1 | -2/+4 | ||
| | ||||||
* | Allow set[gu]id() if the [gu]id we are trying to set is the saved [gu]id, | 1996-10-27 | 1 | -1/+3 | ||
| | | | | but only set effective [gu]id. | |||||
* | Verify that pgid argument to setpgid() is legal | 1996-10-26 | 1 | -1/+4 | ||
| | ||||||
* | copyinstr correctly; spotted by bitblt | 1996-10-02 | 1 | -2/+2 | ||
| | ||||||
* | issetugid() system call discovers if a process was started setuid or setgid | 1996-08-25 | 1 | -1/+13 | ||
| | ||||||
* | Implemented _POSIX_SAVED_IDS behaviour according to 1003.1-1990, with | 1996-08-01 | 1 | -9/+24 | ||
| | | | | allowed extension from Appendix B, section 4.2.2. | |||||
* | From NetBSD: 960217 merge | 1996-03-03 | 1 | -7/+29 | ||
| | ||||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+536 | ||