History log of /csrg-svn/sys/kern/kern_prot.c (Results 1 – 25 of 65)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 68309 14-Feb-1995 cgd

new argument passing conventions. minor type size cleanup.

# 68171 09-Jan-1995 cgd

return types, 64-bit changes: ioctl cmd -> u_long, casts, etc.

# 67875 01-Nov-1994 hibler

emulate the other common case of setreuid (setregid):
setting both effective and real to the same value

# 65799 21-Jan-1994 bostic

copyright typo

# 65771 21-Jan-1994 bostic

add USL's copyright notice

# 65537 06-Jan-1994 bostic

minor simplification of cfree, from Jan-Simon Pendry <jsp@sequent.com>

# 65512 05-Jan-1994 mckusick

lint

# 64586 23-Sep-1993 bostic

changes for 4.4BSD-Lite requested by USL

# 63182 10-Jun-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright

# 57049 09-Dec-1992 marc

enterpgrp now returns a value

# 57048 09-Dec-1992 mckusick

new include syntax

# 55403 19-Jul-1992 mckusick

transfer proc ownership when doing setuid()

# 55163 13-Jul-1992 mckusick

put back a semblance of setreuid and setregid compatibility

# 55162 13-Jul-1992 mckusick

update to use uid_t and gid_t

# 54925 10-Jul-1992 torek

ANSIfy syscall args

# 54855 09-Jul-1992 torek

delete osetreuid as it is simulated in libc/compat-43;
delete osetregid as it is unneeded.

# 54339 23-Jun-1992 mckusick

set SUGID when user/group when permissions change (to avoid
unscrupulous attaches)

# 52495 14-Feb-1992 torek

merge in COMPAT_SUNOS

# 48990 03-May-1991 karels

in setpgid, check target's pid against pgrp, not ours; don't need "targ" on
everything

# 47972 12-Apr-1991 marc

fix tests in setpgid()

# 47540 17-Mar-1991 karels

more-or-less working with new proc & user structs

# 46293 06-Feb-1991 karels

fix old comment

# 45908 10-Jan-1991 bostic

bug: setgroups never called crcopy(); other stuff, change crcopy to
not copy if cr_ref == 1, exec code doesn't check; make the comments prettier

# 45356 19-Oct-1990 mckusick

copyinstr/copyoutstr now return ENAMETOOLONG when name is too long

# 44994 26-Jul-1990 karels

cleaned-up cleanups: make getgroups look like setgroups

123