NetBSD/sys/arch/usermode
chs fd34ea77eb remove checks for failure after memory allocation calls that cannot fail:
kmem_alloc() with KM_SLEEP
  kmem_zalloc() with KM_SLEEP
  percpu_alloc()
  pserialize_create()
  psref_class_create()

all of these paths include an assertion that the allocation has not failed,
so callers should not assert that again.
2017-06-01 02:45:05 +00:00
..
compile
conf PR kern/51208 2017-02-19 07:46:59 +00:00
dev remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
include provide __HAVE_COMPAT_NETBSD32 and fix multiple include protection consistently. 2017-01-26 15:55:08 +00:00
modules/syscallemu
target
usermode switch all ports to use uvm_init.c:uvm_md_init() 2016-12-22 14:47:53 +00:00