HardenedBSD/sys/kern
David Greenman 3c256f5395 trap.c:
Vastly improved trap.c from me. This rewritten version has a variety of
features, amoung them: higher performance and much higher code quality.

support.s, cpufunc.h:
No longer use gs override to enforce range limits - compare directly
against VM_MAXUSER_ADDRESS instead. The old way caused problems in
preserving the gs selector...and this method is just as fast or faster.
1994-06-06 14:54:41 +00:00
..
imgact_aout.c
imgact_shell.c
init_main.c
init_sysent.c
kern_acct.c
kern_clock.c
kern_descrip.c
kern_exec.c
kern_exit.c
kern_fork.c
kern_ktrace.c
kern_malloc.c
kern_physio.c
kern_proc.c
kern_prot.c
kern_resource.c
kern_sig.c
kern_subr.c
kern_synch.c
kern_sysctl.c
kern_tc.c
kern_time.c
kern_timeout.c
kern_xxx.c
Make.tags.inc
Makefile
makesyscalls.sh
subr_autoconf.c
subr_clist.c Don't panic if we can't malloc a cblock...just print a console message 1994-05-29 07:50:11 +00:00
subr_disklabel.c
subr_log.c
subr_param.c
subr_prf.c
subr_prof.c
subr_rlist.c
subr_rmap.c
subr_trap.c trap.c: 1994-06-06 14:54:41 +00:00
subr_xxx.c
sys_generic.c
sys_process.c
sys_socket.c
syscalls.c
syscalls.master
tty_compat.c
tty_conf.c
tty_cons.c
tty_pty.c
tty_subr.c Don't panic if we can't malloc a cblock...just print a console message 1994-05-29 07:50:11 +00:00
tty_tb.c
tty_tty.c
tty.c
uipc_domain.c
uipc_mbuf.c
uipc_proto.c
uipc_sockbuf.c
uipc_socket2.c
uipc_socket.c
uipc_syscalls.c
uipc_usrreq.c
vfs_bio.c
vfs_cache.c
vfs_cluster.c
vfs_conf.c
vfs_export.c
vfs_extattr.c
vfs_init.c
vfs_lookup.c
vfs_mount.c
vfs_subr.c
vfs_syscalls.c
vfs_vnops.c
vnode_if.pl
vnode_if.sh
vnode_if.src