freebsd-skq/sys
phk 050117a327 I don't know from where the notion that device driver should or
even could call VOP_REVOKE() on vnodes associated with its dev_t's
has originated, but it stops right here.

If there are things people belive destroy_dev() needs to learn how to
do, please tell me about it, preferably with a reproducible test case.

Include <sys/uio.h> in bluetooth code rather than rely on <sys/vnode.h>
to do so.

The fact that some of the USB code needs to include <sys/vnode.h>
still disturbs me greatly, but I do not have time to chase that.
2003-09-28 20:48:13 +00:00
..
alpha OK, I messed up /dev/console with what I had hoped would be compat 2003-09-26 19:35:50 +00:00
amd64 Eliminate the pte object. 2003-09-27 20:53:01 +00:00
arm Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit 2003-09-25 01:10:26 +00:00
boot
cam Detach black hole device on AC_PATH_DEREGISTERED. 2003-09-25 05:02:19 +00:00
coda
compat Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit 2003-09-25 01:10:26 +00:00
conf Introduce no_poll() default method for device drivers. Have it 2003-09-27 12:53:33 +00:00
contrib o remove extraneous include of <net/pfil.h> 2003-09-24 05:08:58 +00:00
crypto
ddb Reworked rev.1.14. Use the ELF symbol type again to summarily reject 2003-09-28 06:02:33 +00:00
dev I don't know from where the notion that device driver should or 2003-09-28 20:48:13 +00:00
fs forgot to remove static declaration of fdesc_poll() 2003-09-27 12:34:41 +00:00
geom The present defaults for the open and close for device drivers which 2003-09-27 12:01:01 +00:00
gnu
i4b
i386 MFsio (sio.c 1.413: cleaned up and fixed setting of speeds in comparam()). 2003-09-27 12:40:23 +00:00
ia64 Drop any and all support for varargs. There's no history to worry 2003-09-28 05:34:07 +00:00
isa Change fb_attach() and fb_detach() to take a integer unit number rather 2003-09-26 10:41:44 +00:00
isofs/cd9660 - Support for multibyte charsets in LIBICONV. 2003-09-26 20:26:25 +00:00
kern Remove the regstkpages sysctl variable. We have a growable register 2003-09-27 23:07:47 +00:00
libkern - Support for multibyte charsets in LIBICONV. 2003-09-26 20:26:25 +00:00
modules - Support for multibyte charsets in LIBICONV. 2003-09-26 20:26:25 +00:00
net I don't know from where the notion that device driver should or 2003-09-28 20:48:13 +00:00
net80211 Try yet again to deal with timing out nodes. We cannot hold the 2003-09-26 17:00:44 +00:00
netatalk
netatm
netgraph I don't know from where the notion that device driver should or 2003-09-28 20:48:13 +00:00
netinet add /*CONSTCOND*/ to reduce diffs against latest KAME. 2003-09-25 13:40:06 +00:00
netinet6 o update PFIL_HOOKS support to current API used by netbsd 2003-09-23 17:54:04 +00:00
netipsec
netipx
netkey add /*CONSTCOND*/ to reduce diffs against latest KAME. 2003-09-25 13:40:06 +00:00
netnatm
netncp The present defaults for the open and close for device drivers which 2003-09-27 12:01:01 +00:00
netsmb - Support for multibyte charsets in LIBICONV. 2003-09-26 20:26:25 +00:00
nfs
nfsclient - Remove interlock protection around VI_XLOCK. The interlock is not 2003-09-19 23:37:49 +00:00
nfsserver
opencrypto The present defaults for the open and close for device drivers which 2003-09-27 12:01:01 +00:00
pc98 OK, I messed up /dev/console with what I had hoped would be compat 2003-09-26 19:35:50 +00:00
pccard
pci Add missing file, it is sorely needed to make if_sk.c compile again. 2003-09-20 15:49:22 +00:00
posix4
powerpc DELAY must be a routine, not a macro definition. 2003-09-26 09:02:24 +00:00
rpc
security
sparc64 Add vm object locking to pmap_release(). 2003-09-28 00:11:15 +00:00
sys Note change to cdevsw open/close default change. 2003-09-28 16:25:35 +00:00
tools
ufs
vm In vm_page_remove(), assert that the vm object is locked, unless an Alpha. 2003-09-28 04:50:48 +00:00
Makefile