NetBSD/sys
alnsn 3eaf14fed6 Cast register_t to uintptr_t before casting to void *.
Not sure what's going on here but evbmips64-el build fails
without this cast.
2019-01-22 01:25:53 +00:00
..
altq Remove the 't' argument from m_tag_find(). 2018-11-15 10:23:55 +00:00
arch Fix wrong scoping of {U,}LLONG_MAX. More cases, not just amd64. 2019-01-21 20:28:17 +00:00
coda Fix locking for readdir code (Brett Lymn) 2018-11-20 19:05:25 +00:00
compat Retire compat_ibcs2, as discussed on tech-kern@. FreeBSD did the same 2018-12-29 11:30:11 +00:00
conf Welcome to 2019! 2019-01-01 01:52:40 +00:00
crypto
ddb no, should be dst 2018-11-02 11:59:59 +00:00
dev apply patches from PR 49639 2019-01-21 06:23:17 +00:00
dist/pf Replace M_ALIGN and MH_ALIGN by m_align. 2018-12-22 14:28:56 +00:00
external Add #ifndef _KERNEL guard around userspace #includes 2019-01-21 00:07:10 +00:00
fs Remove bogus code to workaround PCC limitations. 2019-01-05 10:25:11 +00:00
gdbscripts
kern tftproot_getfile(): return E2BIG when bootfile is to long. 2019-01-20 21:26:13 +00:00
lib - Determine KERN_AS automatically depending on whether OPT_MODULAR is 2018-09-22 12:24:01 +00:00
miscfs Add "void *extra" argument to vcache_new() so a file system may 2019-01-01 10:06:54 +00:00
modules Build bpfjit and sljit modules on aarch64. 2019-01-21 00:21:48 +00:00
net Add missing include. 2019-01-20 23:36:57 +00:00
net80211 Replace M_ALIGN and MH_ALIGN by m_align. 2018-12-22 14:28:56 +00:00
netatalk Replace M_ALIGN and MH_ALIGN by m_align. 2018-12-22 14:28:56 +00:00
netbt Replace M_ALIGN and MH_ALIGN by m_align. 2018-12-22 14:28:56 +00:00
netcan Remove the 't' argument from m_tag_find(). 2018-11-15 10:23:55 +00:00
netinet Fix ipsecif(4) cannot apply input direction packet filter. Reviewed by ozaki-r@n.o and ryo@n.o. 2019-01-17 02:47:15 +00:00
netinet6 Fix ipsecif(4) cannot apply input direction packet filter. Reviewed by ozaki-r@n.o and ryo@n.o. 2019-01-17 02:47:15 +00:00
netipsec Fix ipsecif(4) cannot apply input direction packet filter. Reviewed by ozaki-r@n.o and ryo@n.o. 2019-01-17 02:47:15 +00:00
netmpls Remove M_COPY_PKTHDR, M_MOVE_PKTHDR, M_ALIGN and MH_ALIGN. 2018-12-27 14:03:54 +00:00
netsmb
nfs Replace M_ALIGN and MH_ALIGN by m_align. 2018-12-22 14:28:56 +00:00
opencrypto
rump Cast register_t to uintptr_t before casting to void *. 2019-01-22 01:25:53 +00:00
secmodel Provide a sysctl kern.expose_address to expose kernel addresses in 2018-10-05 22:12:37 +00:00
stand Add support for "bootargs" environment variable from jmcneill@ 2019-01-18 19:41:03 +00:00
sys Fix wrong scoping of {U,}LLONG_MAX. Final case, I think. 2019-01-21 20:29:27 +00:00
ufs Update comment (overlooked in r1.179). 2019-01-10 06:31:04 +00:00
uvm add sysctl to easily set ubc_direct 2019-01-07 22:48:01 +00:00
Makefile Remove ISDN from the kernel. It has remained unmaintained for a long time, 2018-09-23 09:20:57 +00:00