1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-03 09:00:21 +00:00
freebsd/sys/kern
1997-05-28 00:47:27 +00:00
..
imgact_aout.c
imgact_elf.c
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c Bring in some kernel bootp support. This removes the need for netboot 1997-05-11 18:05:39 +00:00
init_smp.c removed the "#error ..." line preventing casual invokation of SMP_AUTOSTART. 1997-05-06 07:10:06 +00:00
init_sysent.c regenerate 1997-05-08 14:08:49 +00:00
init_sysvec.c
kern_acct.c
kern_clock.c
kern_conf.c
kern_descrip.c
kern_exec.c
kern_exit.c Remove cruft relating to p_selbits and p_selbits_size 1997-05-22 07:25:20 +00:00
kern_fork.c
kern_intr.c Add support for shared interrupts to the kernel. This code is meant 1997-05-26 14:37:43 +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
kern_lock.c
kern_lockf.c
kern_malloc.c
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
kern_random.c don't #ifdef out reference to i586_ctr_freq. 1997-05-04 14:28:22 +00:00
kern_resource.c
kern_shutdown.c Move the printing of "cpu#%d" to AFTER the general panic argument string. 1997-05-24 18:35:44 +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
kern_sysctl.c
kern_tc.c
kern_time.c Fixes from Bruce: 1997-05-10 12:00:03 +00:00
kern_timeout.c
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
Make.tags.inc
Makefile
makesyscalls.sh
md5c.c
subr_autoconf.c
subr_clist.c
subr_disklabel.c
subr_diskmbr.c
subr_diskslice.c
subr_dkbad.c
subr_log.c
subr_param.c
subr_prf.c
subr_prof.c
subr_rlist.c
subr_smp.c Nuke the printing of the unredirect message unless bootverbose. 1997-05-27 19:28:10 +00:00
subr_trap.c md_regs is now a struct trapframe * 1997-05-07 20:08:53 +00:00
subr_xxx.c
sys_generic.c
sys_pipe.c
sys_process.c
sys_socket.c
syscalls.c regenerate 1997-05-08 14:08:49 +00:00
syscalls.master oops. NODIDE -> NOHIDE 1997-05-08 14:07:11 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty_compat.c
tty_conf.c
tty_cons.c
tty_pty.c
tty_snoop.c
tty_subr.c
tty_tb.c
tty_tty.c
tty.c
uipc_domain.c
uipc_mbuf.c
uipc_proto.c
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_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_socket.c
uipc_syscalls.c
uipc_usrreq.c
vfs_bio.c Fix a few bugs with NFS and mmap caused by NFS' use of b_validoff 1997-05-19 14:36:56 +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
vfs_conf.c
vfs_export.c Fix a race condition that did, after all, exist. 1997-05-06 15:19:38 +00:00
vfs_extattr.c
vfs_init.c
vfs_lookup.c
vfs_mount.c
vfs_subr.c Fix a race condition that did, after all, exist. 1997-05-06 15:19:38 +00:00
vfs_syscalls.c
vfs_vnops.c
vnode_if.pl
vnode_if.sh
vnode_if.src