#
44942 |
| 23-Jul-1990 |
bostic |
setgroups check int > NGROUPS, so negative would fail; minor cleanup |
#
44439 |
| 28-Jun-1990 |
bostic |
new copyright notice |
#
44405 |
| 28-Jun-1990 |
karels |
RETURN => return, remove syscontext.h |
#
43393 |
| 21-Jun-1990 |
karels |
add setuid, seteuid, setgid, setegid per POSIX proposal; break out geteuid, getegid, getppid; new syscall convention |
#
41379 |
| 04-May-1990 |
mckusick |
delete unneeded headers |
#
41104 |
| 27-Apr-1990 |
mckusick |
no longer have per user quota structures |
#
40667 |
| 31-Mar-1990 |
karels |
move euids, etc. to proc (for signals); mv logname there (for ps); s/[gs]etlogname/[gs]etlogin/ |
#
38065 |
| 18-May-1989 |
kfall |
setlogname: null terminate name |
#
37579 |
| 01-May-1989 |
mckusick |
integrate back branch -r7.1.1.1 |
#
37578 |
| 01-May-1989 |
mckusick |
merge in vnode changes |
#
37553 |
| 26-Apr-1989 |
mckusick |
use new form of suser() |
#
37520 |
| 25-Apr-1989 |
mckusick |
../machine => machine |
#
37085 |
| 07-Mar-1989 |
kfall |
add get/set logname system calls |
#
35810 |
| 18-Oct-1988 |
marc |
posix style job control - new process groups |
#
29092 |
| 05-Jun-1986 |
mckusick |
4.3BSD release version |
#
26354 |
| 23-Feb-1986 |
karels |
lint |
#
26275 |
| 20-Feb-1986 |
karels |
use gid_t consistently |
#
25627 |
| 19-Dec-1985 |
karels |
maintain p_uid with u.u_uid |
#
23372 |
| 08-Jun-1985 |
mckusick |
Add copyright |
#
18440 |
| 19-Mar-1985 |
mckusick |
eliminate extraneous include of conf.h |
#
18362 |
| 18-Mar-1985 |
karels |
add gid_t for groups; copy u.u_groups to int array for copyin/out |
#
17092 |
| 29-Aug-1984 |
bloom |
Change to includes. no more ../h |
#
14206 |
| 29-Jul-1983 |
sam |
4.2 distribution |
#
12750 |
| 27-May-1983 |
sam |
merge of bill's code plus lint (plus, of course, cleanup of bill's bugs) |
#
11810 |
| 31-Mar-1983 |
sam |
add NOGROUP identifier; add groupmember function; tighten group lookup loop to stop at first NOGROUP entry |