freebsd-src/sys/compat/ndis
Konstantin Belousov 5050aa86cf Remove the support for using non-mpsafe filesystem modules.
In particular, do not lock Giant conditionally when calling into the
filesystem module, remove the VFS_LOCK_GIANT() and related
macros. Stop handling buffers belonging to non-mpsafe filesystems.

The VFS_VERSION is bumped to indicate the interface change which does
not result in the interface signatures changes.

Conducted and reviewed by:	attilio
Tested by:	pho
2012-10-22 17:50:54 +00:00
..
cfg_var.h
hal_var.h
kern_ndis.c
kern_windrv.c
ndis_var.h
ntoskrnl_var.h
pe_var.h
resource_var.h
subr_hal.c Fix race condition in KfRaiseIrql(). 2012-03-04 17:08:43 +00:00
subr_ndis.c Remove the support for using non-mpsafe filesystem modules. 2012-10-22 17:50:54 +00:00
subr_ntoskrnl.c Make sure that each va_start has one and only one matching va_end, 2012-05-29 01:48:06 +00:00
subr_pe.c
subr_usbd.c
usbd_var.h
winx32_wrap.S
winx64_wrap.S