Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: christos
Date: Mon Jan 28 21:13:58 UTC 2019
Modified Files:
src/sys/compat/common: ieee80211_20.c
src/sys/kern: compat_stub.c
src/sys/net80211: ieee80211_ioctl.c
src/sys/sys: compat_stub.h
Log Message:
- Don't expose random data conversion functions, but expose the high level
entry point (such as ioctl) instead.
- Attempt to autoload the module before using it.
Naming: Should the names of the hooks be:
<category>_<version>_<function>_hook_t
or:
<category>_<function>_<version>_hook_t
We should make those consistent.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/compat/common/ieee80211_20.c
cvs rdiff -u -r1.3 -r1.4 src/sys/kern/compat_stub.c
cvs rdiff -u -r1.61 -r1.62 src/sys/net80211/ieee80211_ioctl.c
cvs rdiff -u -r1.3 -r1.4 src/sys/sys/compat_stub.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