NetBSD/sys
bad bd3d17d9c3 Make include_headerlist ignore files in already exported directories.
Invoke include_headerlist after exporting the ARCHS directories.
2019-09-12 20:10:00 +00:00
..
altq Remove the 't' argument from m_tag_find(). 2018-11-15 10:23:55 +00:00
arch Cast physical addresses via uintptr_t to ACPI_PHYSICAL_ADDRESS to deal 2019-09-12 14:28:08 +00:00
coda Fix locking for readdir code (Brett Lymn) 2018-11-20 19:05:25 +00:00
compat Hum, remove incorrect assignment. Userland could have passed a smaller 2019-09-08 18:46:32 +00:00
conf Switch from NIST CTR_DRBG with AES to NIST Hash_DRBG with SHA-256. 2019-09-02 20:09:29 +00:00
crypto Switch from NIST CTR_DRBG with AES to NIST Hash_DRBG with SHA-256. 2019-09-02 20:09:29 +00:00
ddb db_putchar - check if we need to wrap at $maxwidth after whitespace. 2019-09-12 18:43:02 +00:00
dev Add support ALLMULTI on ixv(4): 2019-09-12 12:25:46 +00:00
dist/pf Replace M_ALIGN and MH_ALIGN by m_align. 2018-12-22 14:28:56 +00:00
external Use unsigned to avoid undefined behavior. Found by kUBSan. 2019-09-03 15:05:40 +00:00
fs Fix uninitialized variable: if 'tvp' is NULL, '*tdep' is not initialized. 2019-07-14 05:58:44 +00:00
gdbscripts Remove the 'procs' from lwps and use the one from procs. 2019-07-17 09:14:24 +00:00
kern Introduce sigaction_copy(), to copy sigaction structures without padding, 2019-09-08 07:00:20 +00:00
lib Add KASAN instrumentation for memmove. 2019-09-07 09:46:07 +00:00
miscfs have procfs_do_pid_stat() pass the proc's map to get_proc_size_info(), 2019-09-07 19:08:28 +00:00
modules Disable netbsd32_drm.c until it receives proper review. 2019-08-20 12:25:41 +00:00
net Add KASSERT to catch bugs. Something tells me it could easily fire. 2019-09-12 07:38:19 +00:00
net80211 Include <net/if.h> for IFNAMSIZ 2019-08-20 09:28:00 +00:00
netatalk RIP, RIP6, DDP, SCTP and SCTP6 lack a length check in their _connect() 2019-02-24 07:20:33 +00:00
netbt - add or adjust /* FALLTHROUGH */ where appropriate 2019-02-03 03:19:25 +00:00
netcan can: add missing mowner variables for MBUFTRACE 2019-08-19 03:24:38 +00:00
netinet inet: Send RTM_MISS when we fail to resolve an address. 2019-09-01 22:09:02 +00:00
netinet6 Revert regression introduced in in6.h r. 1.95 2019-09-05 20:17:27 +00:00
netipsec ipsec_getpolicybysock() should also call key_havesp() like ipsec_getpolicybyaddr(). 2019-08-07 10:10:00 +00:00
netmpls Fix memory leaks pointed out by Ilja Van Sprundel: all 2019-01-28 12:53:01 +00:00
netsmb Prevent a NULL pointer dereference when the local endpoint is not defined. 2019-04-15 21:00:33 +00:00
nfs remove NCHNAMLEN optimization 2019-09-10 23:19:34 +00:00
opencrypto relinguish our lock while we are autoloading. 2019-07-11 23:28:17 +00:00
rump Make include_headerlist ignore files in already exported directories. 2019-09-12 20:10:00 +00:00
secmodel Add the NVMM_CTL ioctl, always privileged regardless of the permissions of 2019-04-10 18:49:04 +00:00
stand Only set #address-cells and #size-cells properties on /chosen if we are 2019-08-30 00:01:33 +00:00
sys Be consistent about semicolons in macros: always put them in the macro 2019-09-11 14:56:25 +00:00
ufs - KNF more 2019-08-19 14:09:12 +00:00
uvm KASSERT -> KASSERTMSG so we actually display the overflowed values. 2019-08-10 01:06:45 +00:00
Makefile evbppc port has been built with modules for some time now, drop explanation on 2019-06-17 17:01:50 +00:00