Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   elad
Date:           Sat Dec  2 03:10:44 UTC 2006

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

Log Message:
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.37 src/share/man/man9/kauth.9
cvs rdiff -r1.30 -r1.31 src/sys/dev/i2o/dpti.c
cvs rdiff -r1.61 -r1.62 src/sys/dev/i2o/iop.c
cvs rdiff -r1.54 -r1.55 src/sys/dev/ic/dpt.c
cvs rdiff -r1.13 -r1.14 src/sys/dev/ic/icp_ioctl.c
cvs rdiff -r1.48 -r1.49 src/sys/dev/ic/mlx.c
cvs rdiff -r1.42 -r1.43 src/sys/dev/pci/amr.c
cvs rdiff -r1.32 -r1.33 src/sys/dev/pci/mly.c
cvs rdiff -r1.81 -r1.82 src/sys/dev/pci/twe.c
cvs rdiff -r1.36 -r1.37 src/sys/dev/tc/stic.c
cvs rdiff -r1.32 -r1.33 src/sys/kern/kern_auth.c
cvs rdiff -r1.18 -r1.19 src/sys/secmodel/bsd44/secmodel_bsd44_securelevel.c
cvs rdiff -r1.24 -r1.25 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