Source-Changes archive

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

CVS commit: [netbsd-4] src/share/man/man9



Module Name:    src
Committed By:   pavel
Date:           Sat Dec 15 15:11:51 UTC 2007

Modified Files:
        src/share/man/man9 [netbsd-4]: kauth.9

Log Message:
Pull up following revisions (requested by elad in ticket #1003):
        share/man/man9/kauth.9: revision 1.58
Add a NOTES section to the manual, indicating that kauth(9) is still under
active development and its ABI (and possibly API) may change between
NetBSD versions.

This is critical to, for example, LKMs, where there might be a case of them
being built using one version of the ABI and used on system with another.

The main concern for "ABI" here is the set of KAUTH_* actions and requests
that is (for now) an enum. This note is likely to be removed as kauth(9)
is stablized -- hopefully before NetBSD 5.0.
okay christos@


To generate a diff of this commit:
cvs rdiff -r1.36.2.6 -r1.36.2.7 src/share/man/man9/kauth.9

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