freebsd-dev/sys/dev/nand
Gleb Smirnoff 93ed1e805b The nandsim(4) simulator driver doesn't have any protection against
races at least in its ioctl handler, and at the same time it creates
device entry with 0666 permissions.

To plug possible issues in it:
- Mark it as needing Giant.
- Switch device mode to 0600.

Submitted by:	C Turt
Reviewed by:	imp
MFC after:	1 week
Security:	Possible double free in ioctl handler
2017-05-04 20:42:31 +00:00
..
nand_bbt.c
nand_cdev.c
nand_dev.h
nand_ecc_pos.h
nand_generic.c Remove NULL checks after M_WAITOK allocations from nand(4). 2016-08-09 15:56:33 +00:00
nand_geom.c Fix typo in r311971. 2017-01-12 18:05:12 +00:00
nand_id.c
nand_if.m
nand.c
nand.h
nandbus_if.m
nandbus.c
nandbus.h
nandsim_chip.c Remove NULL checks after M_WAITOK allocations from nand(4). 2016-08-09 15:56:33 +00:00
nandsim_chip.h
nandsim_ctrl.c
nandsim_log.c
nandsim_log.h
nandsim_swap.c
nandsim_swap.h
nandsim.c The nandsim(4) simulator driver doesn't have any protection against 2017-05-04 20:42:31 +00:00
nandsim.h
nfc_at91.c
nfc_at91.h
nfc_fsl.c sys/dev: minor spelling fixes. 2016-05-03 03:41:25 +00:00
nfc_fsl.h
nfc_if.m
nfc_mv.c
nfc_rb.c - Allow different slicers for different flash types to be registered 2017-02-22 10:21:39 +00:00