freebsd_amp_hwpstate/sys/kern
David Greenman 358311fe63 Killed bogus kernacc() call in malloc() DIAGNOSTIC code. kernacc() by
it's nature, locks the kernal_map, and this is deadly if kernal_map had
been locked previous to a (net) interrupt.
1997-06-24 09:41:00 +00:00
..
Make.tags.inc
Makefile
imgact_aout.c Fully implement vfork. Vfork is now much much faster than even our 1997-04-13 01:48:35 +00:00
imgact_elf.c Fully implement vfork. Vfork is now much much faster than even our 1997-04-13 01:48:35 +00:00
imgact_gzip.c Fully implement vfork. Vfork is now much much faster than even our 1997-04-13 01:48:35 +00:00
imgact_shell.c Don't clobber user space argv0 memory on shell exec, mainly for vfork() 1997-04-23 22:07:05 +00:00
inflate.c
init_main.c Preliminary support for per-cpu data pages. 1997-06-22 16:04:22 +00:00
init_smp.c Preliminary support for per-cpu data pages. 1997-06-22 16:04:22 +00:00
init_sysent.c Modifications to existing files to support the initial AIO/LIO and 1997-06-16 00:29:36 +00:00
init_sysvec.c
kern_acct.c
kern_clock.c Man the liferafts! Here comes the long awaited SMP -> -current merge! 1997-04-26 11:46:25 +00:00
kern_conf.c tiny spelling fix in comment 1997-06-02 04:56:38 +00:00
kern_descrip.c Removed support for OLD_PIPE. <sys/stat.h> is now missing the hack that 1997-04-09 16:53:45 +00:00
kern_exec.c Don't clobber user space argv0 memory on shell exec, mainly for vfork() 1997-04-23 22:07:05 +00:00
kern_exit.c Modifications to existing files to support the initial AIO/LIO and 1997-06-16 00:29:36 +00:00
kern_fork.c Preliminary support for per-cpu data pages. 1997-06-22 16:04:22 +00:00
kern_intr.c Add safety check in case "conflicts" keyword specified more times than 1997-06-08 17:15:31 +00:00
kern_ktrace.c
kern_linker.c This is the kernel linker. To use it, you will first need to apply 1997-05-07 16:05:47 +00:00
kern_lkm.c Make MOD_* macros almost consistent: 1997-04-06 11:14:13 +00:00
kern_lock.c Fixed commented-out Lite2 sysctl debug.lockpausetime. 1997-04-01 10:18:51 +00:00
kern_lockf.c Use OID_AUTO instead of a magic number for Lite2 sysctl debug.lockf_debug. 1997-04-01 10:30:06 +00:00
kern_malloc.c Killed bogus kernacc() call in malloc() DIAGNOSTIC code. kernacc() by 1997-06-24 09:41:00 +00:00
kern_mib.c
kern_module.c This is the kernel linker. To use it, you will first need to apply 1997-05-07 16:05:47 +00:00
kern_ntptime.c
kern_opt.c
kern_physio.c
kern_proc.c
kern_prot.c Don't incorrectly set P_SUGID in setre[ug]id() for no reason, as noticed 1997-04-02 17:05:49 +00:00
kern_random.c don't #ifdef out reference to i586_ctr_freq. 1997-05-04 14:28:22 +00:00
kern_resource.c Man the liferafts! Here comes the long awaited SMP -> -current merge! 1997-04-26 11:46:25 +00:00
kern_shutdown.c Preliminary support for per-cpu data pages. 1997-06-22 16:04:22 +00:00
kern_sig.c
kern_subr.c Define NPRIMES in terms of the number of elements in 'primes' (as opposed 1997-05-28 00:47:27 +00:00
kern_synch.c Preliminary support for per-cpu data pages. 1997-06-22 16:04:22 +00:00
kern_sysctl.c Include <sys/buf.h> instead of <sys/vnode.h>. kern_sysctl.c no 1997-04-09 15:23:09 +00:00
kern_tc.c Man the liferafts! Here comes the long awaited SMP -> -current merge! 1997-04-26 11:46:25 +00:00
kern_threads.c Add initial AIO/LIO kernel thread support files. This is preliminary, and 1997-06-16 00:27:26 +00:00
kern_time.c oops, fix a braino that I noticed during the commit.. Don't verify the 1997-06-01 09:05:19 +00:00
kern_timeout.c Man the liferafts! Here comes the long awaited SMP -> -current merge! 1997-04-26 11:46:25 +00:00
kern_xxx.c
link_aout.c This is the kernel linker. To use it, you will first need to apply 1997-05-07 16:05:47 +00:00
makesyscalls.sh Modifications to existing files to support the initial AIO/LIO and 1997-06-16 00:29:36 +00:00
md5c.c
subr_autoconf.c
subr_clist.c
subr_disklabel.c
subr_diskmbr.c Avoid division by 0 in check_part(). (It occurred when max_nsectors == 0. 1997-04-19 14:14:17 +00:00
subr_diskslice.c
subr_dkbad.c
subr_log.c
subr_param.c Removed unused #includes. 1997-06-14 11:38:46 +00:00
subr_prf.c
subr_prof.c
subr_rlist.c
subr_smp.c Fix calculation of initial mplock value. 1997-06-24 07:48:02 +00:00
subr_trap.c Preliminary support for per-cpu data pages. 1997-06-22 16:04:22 +00:00
subr_xxx.c
sys_generic.c Modifications to existing files to support the initial AIO/LIO and 1997-06-16 00:29:36 +00:00
sys_pipe.c Removed support for OLD_PIPE. <sys/stat.h> is now missing the hack that 1997-04-09 16:53:45 +00:00
sys_process.c Remove bogon from previous commit: doubly included sys/systm.h. 1997-04-27 21:26:29 +00:00
sys_socket.c The long-awaited mega-massive-network-code- cleanup. Part I. 1997-04-27 20:01:29 +00:00
syscalls.c Modifications to existing files to support the initial AIO/LIO and 1997-06-16 00:29:36 +00:00
syscalls.master Modifications to existing files to support the initial AIO/LIO and 1997-06-16 00:29:36 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty.c Don't include <sys/ioctl.h> in the kernel. Stage 5: include 1997-03-24 12:03:06 +00:00
tty_compat.c Don't include <sys/ioctl.h> in the kernel. Stage 5: include 1997-03-24 12:03:06 +00:00
tty_conf.c
tty_cons.c
tty_pty.c Don't include <sys/ioctl.h> in the kernel. Stage 5: include 1997-03-24 12:03:06 +00:00
tty_snoop.c
tty_subr.c
tty_tb.c
tty_tty.c
uipc_domain.c The long-awaited mega-massive-network-code- cleanup. Part I. 1997-04-27 20:01:29 +00:00
uipc_mbuf.c
uipc_proto.c The long-awaited mega-massive-network-code- cleanup. Part I. 1997-04-27 20:01:29 +00:00
uipc_sockbuf.c Attempt to convert the ip_divert code to use the new-style protocol request 1997-05-24 17:23:11 +00:00
uipc_socket.c The long-awaited mega-massive-network-code- cleanup. Part I. 1997-04-27 20:01:29 +00:00
uipc_socket2.c Attempt to convert the ip_divert code to use the new-style protocol request 1997-05-24 17:23:11 +00:00
uipc_syscalls.c The long-awaited mega-massive-network-code- cleanup. Part I. 1997-04-27 20:01:29 +00:00
uipc_usrreq.c The long-awaited mega-massive-network-code- cleanup. Part I. 1997-04-27 20:01:29 +00:00
vfs_aio.c Add initial AIO/LIO kernel thread support files. This is preliminary, and 1997-06-16 00:27:26 +00:00
vfs_bio.c Fix a problem with the VN device. Specifically, the VN device can 1997-06-15 17:56:53 +00:00
vfs_cache.c 1. Add a {pointer, v_id} pair to the vnode to store the reference to the 1997-05-04 09:17:38 +00:00
vfs_cluster.c Fix a problem with the VN device. Specifically, the VN device can 1997-06-15 17:56:53 +00:00
vfs_conf.c
vfs_export.c Remove a window during running down a file vnode. Also, the OBJ_DEAD 1997-06-22 03:00:24 +00:00
vfs_extattr.c [Previous comment was incorrect for these files] 1997-04-04 17:47:43 +00:00
vfs_init.c
vfs_lookup.c [Previous comment was incorrect for these files] 1997-04-04 17:47:43 +00:00
vfs_mount.c
vfs_subr.c Remove a window during running down a file vnode. Also, the OBJ_DEAD 1997-06-22 03:00:24 +00:00
vfs_syscalls.c [Previous comment was incorrect for these files] 1997-04-04 17:47:43 +00:00
vfs_vnops.c [Previous comment was incorrect for these files] 1997-04-04 17:47:43 +00:00
vnode_if.pl
vnode_if.sh
vnode_if.src