NetBSD/sys
maxv 31588fa0ff More ASLR: randomize the kernel main memory. VM_MIN_KERNEL_ADDRESS becomes
variable, and its location is chosen at boot time. There is room for
improvement, since for now we ask for an alignment of NBPD_L4.

This is enabled by default in GENERIC, but not in Xen. Tested extensively
on GENERIC and GENERIC_KASLR, XEN3_DOM0 still boots fine.
2018-08-12 08:17:50 +00:00
..
altq simplify priq_class_create(): if the alloc for cl_q fails, 2018-06-15 08:34:18 +00:00
arch More ASLR: randomize the kernel main memory. VM_MIN_KERNEL_ADDRESS becomes 2018-08-12 08:17:50 +00:00
coda s/static inline/static __inline/g for consistency. 2018-04-19 21:50:06 +00:00
compat support nullfs in netbsd32. 2018-08-11 03:41:06 +00:00
conf More ipkdb removal 2018-07-15 07:07:15 +00:00
crypto s/static inline/static __inline/g for consistency. 2018-04-19 21:50:06 +00:00
ddb Add "show socket" command written by Hiroki SUENAGA. It prints usage of 2018-07-20 08:26:25 +00:00
dev Add missing __KERNEL_RCSID. 2018-08-12 06:02:38 +00:00
dist/pf Fix compilation of PF/IPF... 2018-08-10 07:16:13 +00:00
external Fix compilation of PF/IPF... 2018-08-10 07:16:13 +00:00
fs Fix length calculation 2018-08-09 20:30:26 +00:00
gdbscripts
kern Regen 2018-08-10 21:47:14 +00:00
lib The semantics of DW_CFA_GNU_args_size have changed subtile over the 2018-07-17 19:01:16 +00:00
miscfs add a genfs method to allow a file system to limit the range of pages 2018-05-28 21:04:37 +00:00
modules Merge the tprof_pmi and tprof_amdpmi modules into a single tprof_x86 2018-07-24 09:47:35 +00:00
net fix if_snd_is_used(), ifp->if_snd is also used by if.c::if_transmit(). 2018-08-10 10:31:01 +00:00
net80211 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +00:00
netatalk Remove aarp_clean, unused. By the way this function was probably buggy 2018-05-29 16:29:47 +00:00
netbt Appease GCC in hci_filter_test() 2018-07-25 19:09:38 +00:00
netcan Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +00:00
netinet Change the type of wqinput's drop counter to uint64_t. OK'd by ozaki-r@. 2018-08-10 07:20:59 +00:00
netinet6 Remove the callback and localify. Same as IPv4. 2018-08-10 06:55:04 +00:00
netipsec Rename 2018-07-11 05:25:45 +00:00
netisdn Initialize some members in a mbuf which is on stack. 2018-07-25 07:55:44 +00:00
netkey
netmpls Retire ICMPPRINTFS, it's annoying and it doesn't build. 2018-05-11 14:38:28 +00:00
netnatm
netsmb
nfs add a genfs method to allow a file system to limit the range of pages 2018-05-28 21:04:37 +00:00
opencrypto Remove duplicate ; 2018-06-06 01:49:07 +00:00
rump Regen 2018-08-10 21:47:14 +00:00
secmodel Retire ipkdb entirely. The option was removed from the config files 2018-07-15 05:16:40 +00:00
stand
sys Remove unused symbols from <sys/sysctl.h> 2018-08-11 11:33:10 +00:00
ufs In lfs_mkdir fix wrong return path in case of EMLINK which causes a panic. Also, check earlier before setting up dirop. 2018-08-11 20:16:21 +00:00
uvm add missing boilerplate for UVMHIST. 2018-06-02 15:24:55 +00:00
Makefile