NetBSD/sys/kern
bouyer e97ceab999 Fix off-by-one bug which would cause a region at the end of the extent
to be alloctated multiple times:
- we're allocating region of size 1
- there are holes in the extent, but all of size larger than 1
- there are 2 contigous allocations at the end of the extent, the last one
  being of size 1.
While there fix a DIAGNOSTIC check: to check that a region is inside the extent
we need to check start and end, not only start.
2005-03-15 18:22:24 +00:00
..
Make.tags.inc
Makefile
bufq_disksort.c
bufq_fcfs.c
bufq_priocscan.c
bufq_readprio.c
cnmagic.c
core_elf32.c
core_elf64.c
core_netbsd.c
exec_aout.c
exec_conf.c
exec_ecoff.c
exec_elf32.c
exec_elf64.c
exec_macho.c
exec_script.c
exec_subr.c
genassym.awk
genassym.sh
genlintstub.awk
init_main.c
init_sysctl.c
init_sysent.c
kern_acct.c
kern_clock.c
kern_descrip.c
kern_drvctl.c
kern_event.c
kern_exec.c
kern_exit.c
kern_fork.c
kern_kcont.c
kern_ksyms.c
kern_kthread.c
kern_ktrace.c
kern_lkm.c
kern_lock.c
kern_lwp.c
kern_malloc.c
kern_malloc_debug.c
kern_microtime.c
kern_ntptime.c
kern_physio.c
kern_proc.c
kern_prot.c
kern_ras.c
kern_resource.c
kern_sa.c
kern_sig.c
kern_subr.c
kern_synch.c
kern_sysctl.c
kern_systrace.c
kern_time.c
kern_timeout.c
kern_uuid.c
kern_verifiedexec.c
kern_xxx.c
kgdb_stub.c
makesyscalls.sh
subr_autoconf.c
subr_devsw.c
subr_disk.c
subr_disk_mbr.c
subr_evcnt.c
subr_extent.c
subr_log.c
subr_pool.c
subr_prf.c
subr_prof.c
subr_prop.c
subr_userconf.c
subr_xxx.c
sys_generic.c
sys_pipe.c
sys_pmc.c
sys_process.c
sys_socket.c
syscalls.c
syscalls.conf
syscalls.master
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty.c
tty_bsdpty.c
tty_conf.c
tty_ptm.c
tty_pty.c
tty_subr.c
tty_tb.c
tty_tty.c
uipc_domain.c
uipc_mbuf.c
uipc_mbuf2.c
uipc_proto.c
uipc_sem.c
uipc_socket.c
uipc_socket2.c
uipc_syscalls.c
uipc_usrreq.c
vfs_bio.c
vfs_cache.c
vfs_getcwd.c
vfs_init.c
vfs_lockf.c
vfs_lookup.c
vfs_subr.c
vfs_syscalls.c
vfs_vnops.c
vnode_if.c
vnode_if.sh
vnode_if.src