NetBSD/sys
cnst 0f59c4847a mpt(4): remove ENOTTY / noop implementation of bio(4) setstate
* All other bio(4) drivers either do or don't implement each command.

* This changes the returned error code, but it does not seem to matter,
  as some bio(4) drivers always return ENOTTY in the default case, whilst
  others always return EINVAL (e.g., both cac(4) and ciss(4) for setstate).
2019-05-08 06:32:01 +00:00
..
altq
arch Add DTrace. 2019-05-08 02:57:11 +00:00
coda
compat Introduce rt_addrmsg_src which adds RTA_AUTHOR to the message. 2019-04-29 16:12:30 +00:00
conf Oops, disable FILECORE as intended. 2019-05-06 11:59:46 +00:00
crypto
ddb KNF 2019-03-12 07:44:58 +00:00
dev mpt(4): remove ENOTTY / noop implementation of bio(4) setstate 2019-05-08 06:32:01 +00:00
dist/pf
external merge conflicts 2019-04-29 01:18:06 +00:00
fs Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly 2019-03-01 11:06:55 +00:00
gdbscripts add a 'devs' script to display a list of all devices by device_t, 2019-05-06 02:41:02 +00:00
kern Add slop of 1000 and explain why. 2019-05-08 00:55:18 +00:00
lib Go back ot using 0x%x instead of %#x because we don't always support the 2019-04-05 20:09:29 +00:00
miscfs Restore mapping of file id to pid/type/fd. 2019-04-25 22:48:42 +00:00
modules No need to define COMPAT_50 any longer. All the compat decisions are 2019-05-01 08:53:00 +00:00
net Only initialize the NET_MPSAFE stuff once, for the non-compat version 2019-05-03 02:10:58 +00:00
net80211 Fix CVS Id 2019-04-11 11:40:58 +00:00
netatalk
netbt
netcan Semicolon not needed 2019-04-27 08:49:19 +00:00
netinet Introduce rt_addrmsg_src which adds RTA_AUTHOR to the message. 2019-04-29 16:12:30 +00:00
netinet6 Introduce rt_addrmsg_src which adds RTA_AUTHOR to the message. 2019-04-29 16:12:30 +00:00
netipsec remove a variable which is no longer used. 2019-04-12 07:12:12 +00:00
netmpls
netsmb Prevent a NULL pointer dereference when the local endpoint is not defined. 2019-04-15 21:00:33 +00:00
nfs
opencrypto Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly 2019-03-01 11:06:55 +00:00
rump Cleanup modules "solaris" and "zfs": 2019-05-07 08:51:09 +00:00
secmodel Add the NVMM_CTL ioctl, always privileged regardless of the permissions of 2019-04-10 18:49:04 +00:00
stand - Add support for a boot configuration file, defaulting to /etc/efiboot.plist. 2019-04-21 22:30:41 +00:00
sys Welcome to NetBSD 8.99.38! 2019-05-06 08:07:41 +00:00
ufs Add more comments to explain what we are doing. 2019-05-05 15:07:12 +00:00
uvm allow NONE build 2019-05-01 07:17:18 +00:00
Makefile