Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-4] src



Module Name:    src
Committed By:   tron
Date:           Mon Dec  4 18:34:17 UTC 2006

Modified Files:
        src/share/man/man9 [netbsd-4]: kauth.9
        src/sys/dev/i2o [netbsd-4]: dpti.c iop.c
        src/sys/dev/ic [netbsd-4]: dpt.c icp_ioctl.c mlx.c
        src/sys/dev/pci [netbsd-4]: amr.c mly.c twe.c
        src/sys/dev/tc [netbsd-4]: stic.c
        src/sys/kern [netbsd-4]: kern_auth.c
        src/sys/secmodel/bsd44 [netbsd-4]: secmodel_bsd44_securelevel.c
        src/sys/sys [netbsd-4]: kauth.h

Log Message:
Pull up following revision(s) (requested by elad in ticket #247):
        sys/dev/ic/dpt.c: revision 1.55
        sys/dev/pci/amr.c: revision 1.43
        sys/secmodel/bsd44/secmodel_bsd44_securelevel.c: revision 1.19
        sys/dev/pci/mly.c: revision 1.33
        share/man/man9/kauth.9: revision 1.37
        sys/dev/ic/mlx.c: revision 1.49
        sys/dev/ic/icp_ioctl.c: revision 1.14
        sys/dev/i2o/iop.c: revision 1.62
        sys/dev/pci/twe.c: revision 1.82
        sys/sys/kauth.h: revision 1.25
        sys/dev/i2o/dpti.c: revision 1.31
        sys/kern/kern_auth.c: revision 1.33
        sys/dev/tc/stic.c: revision 1.37
Change kauth(9) KPI for kauth_authorize_device_passthru() to add another
argument, u_long, serving as a bit-mask of generic requests for the
passthru request.
Discussed on tech-security@ and tech-kern@. Okay tls@.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.36.2.1 src/share/man/man9/kauth.9
cvs rdiff -r1.30 -r1.30.2.1 src/sys/dev/i2o/dpti.c
cvs rdiff -r1.61 -r1.61.2.1 src/sys/dev/i2o/iop.c
cvs rdiff -r1.54 -r1.54.2.1 src/sys/dev/ic/dpt.c
cvs rdiff -r1.13 -r1.13.2.1 src/sys/dev/ic/icp_ioctl.c
cvs rdiff -r1.48 -r1.48.2.1 src/sys/dev/ic/mlx.c
cvs rdiff -r1.42 -r1.42.2.1 src/sys/dev/pci/amr.c
cvs rdiff -r1.32 -r1.32.2.1 src/sys/dev/pci/mly.c
cvs rdiff -r1.81 -r1.81.2.1 src/sys/dev/pci/twe.c
cvs rdiff -r1.36 -r1.36.2.1 src/sys/dev/tc/stic.c
cvs rdiff -r1.32 -r1.32.2.1 src/sys/kern/kern_auth.c
cvs rdiff -r1.18 -r1.18.2.1 \
    src/sys/secmodel/bsd44/secmodel_bsd44_securelevel.c
cvs rdiff -r1.24 -r1.24.2.1 src/sys/sys/kauth.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index