This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-02-14 08:13:38 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
29f2a6ec18
opnsense-src
/
share
/
examples
/
kld
/
cdev
/
module
History
Pawel Jakub Dawidek
74bf4e164b
According to module(9), when command is unrecognized, the module should
...
return EOPNOTSUPP.
2004-08-30 09:49:59 +00:00
..
cdev.c
Update for struct cdevsw and dev_t -> struct cdev * changes, plus one
2004-07-16 06:55:34 +00:00
cdev.h
Fix cdev kld example after it has been broken for year or so. Also extend list
2000-10-02 14:14:07 +00:00
cdevmod.c
According to module(9), when command is unrecognized, the module should
2004-08-30 09:49:59 +00:00
Makefile
Fix the cdev kld example.
2003-08-03 10:39:29 +00:00