NetBSD/sys
jmcneill 8a389c90b9 efiboot: Use disk I/O protocol for block device access.
EFI_DISK_IO_PROTOCOL is a simplified interface to block devices. Use this
instead of EFI_BLOCK_IO_PROTOCOL for accessing block devices to simplify
the code -- we no longer need to worry about the underlying media's block
I/O size and alignment requirements.
2021-06-21 11:11:33 +00:00
..
altq
arch fix proplib deprecation 2021-06-21 03:14:40 +00:00
coda
compat PR port-xen/53130 was fixed and closed some time ago, so now we can 2021-05-25 16:50:49 +00:00
conf drm2: build with -fwrapv, since the Linux kernel does and we don't 2021-06-02 15:45:28 +00:00
crypto use an enum instead of constant variables so that they work in CTASSERT. 2021-04-14 21:29:57 +00:00
ddb don't provide db_lstacktrace() for crash (yet?). 2021-04-18 01:28:50 +00:00
dev fix proplib deprecation 2021-06-21 03:14:40 +00:00
dist/pf remove htons, it is pointless (thanks joerg@) 2021-03-10 22:18:17 +00:00
dtb Install a copy of rk3399-pinebook-pro.dtb to the base dtb directory for 2021-06-02 10:31:18 +00:00
external PR port-arm/55897 2021-06-16 05:21:08 +00:00
fs ntfs_loadntnode(): Use bread() when ntm_sysvn[NTFS_MFTINO] is NULL. 2021-05-13 08:57:29 +00:00
gdbscripts
kern Add a new namei flag NONEXCLHACK for open with O_CREAT and not O_EXCL. 2021-06-16 01:51:57 +00:00
lib PR port-arm/55897 2021-06-16 05:21:08 +00:00
miscfs Make sure fdesc_lookup() never returns VNON vnodes. 2021-05-01 15:08:14 +00:00
modules fix proplib deprecation 2021-06-21 03:04:27 +00:00
net if_attach and if_initialize cannot fail, don't test return value 2021-06-16 00:21:17 +00:00
net80211
netatalk
netbt Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
netcan
netinet if_attach and if_initialize cannot fail, don't test return value 2021-06-16 00:21:17 +00:00
netinet6 Add a new link-aggregation pseudo interface named lagg(4) 2021-05-17 04:07:41 +00:00
netipsec
netmpls
nfs Don't pretend that files are limited to 1TB on NFSv3. 2021-06-13 10:25:11 +00:00
opencrypto Fix ATF failures, sorry. 2021-04-06 03:38:04 +00:00
rump Regen. 2021-06-16 01:52:39 +00:00
secmodel
stand efiboot: Use disk I/O protocol for block device access. 2021-06-21 11:11:33 +00:00
sys Add external attribute dumping and restoring support from FreeBSD. 2021-06-19 13:56:34 +00:00
ufs
uvm remove diag-only printf() that fires when an unlinked file is mmapped 2021-06-20 07:11:38 +00:00
Makefile