freebsd-src/sys/kern
1998-03-17 17:36:05 +00:00
..
imgact_aout.c
imgact_elf.c Update the ELF image activator to use some of the exec resources rather 1998-03-02 05:47:58 +00:00
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c
init_sysent.c
init_sysvec.c
kern_acct.c
kern_clock.c A bunch of BNN (Bruce Normal Nits) from bde: 1998-03-16 10:19:12 +00:00
kern_conf.c
kern_descrip.c
kern_exec.c Free the first page also if it is not valid. 1998-03-08 06:21:33 +00:00
kern_exit.c
kern_fork.c
kern_intr.c
kern_ktrace.c
kern_linker.c
kern_lkm.c
kern_lock.c Some kern_lock code improvements. Add missing wakeup, and enable 1998-03-07 19:25:34 +00:00
kern_lockf.c
kern_malloc.c Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) 1998-03-08 09:59:44 +00:00
kern_mib.c Reviewed by: msmith, bde long ago 1998-03-04 10:25:55 +00:00
kern_module.c
kern_ntptime.c
kern_opt.c
kern_physio.c
kern_proc.c
kern_prot.c
kern_random.c
kern_resource.c Reviewed by: msmith, bde long ago 1998-03-04 10:25:55 +00:00
kern_shutdown.c Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) 1998-03-08 09:59:44 +00:00
kern_sig.c Forward the signal if the process runs on a different CPU. This reduces 1998-03-03 20:55:26 +00:00
kern_subr.c
kern_synch.c idprio processes must be preempted as soon as anything is runnable. 1998-03-11 20:50:42 +00:00
kern_sysctl.c
kern_tc.c A bunch of BNN (Bruce Normal Nits) from bde: 1998-03-16 10:19:12 +00:00
kern_threads.c Removed a stale comment and staler code. 1998-02-25 06:30:15 +00:00
kern_time.c
kern_timeout.c Declare function pointer args as pointers, not as functions. 1998-02-25 06:13:32 +00:00
kern_xxx.c
ksched.c Reviewed by: msmith, bde long ago 1998-03-04 10:27:00 +00:00
link_aout.c
Make.tags.inc
Makefile
makesyscalls.sh Add statements to generate a sys/syscall.mk file for inclusion 1998-03-09 04:00:42 +00:00
md5c.c
posix4_mib.c Reviewed by: msmith, bde long ago 1998-03-04 10:27:00 +00:00
subr_autoconf.c
subr_clist.c
subr_disklabel.c
subr_diskmbr.c
subr_diskslice.c
subr_dkbad.c
subr_log.c
subr_param.c Raise ncallout from NPROC + 16 to NPROC + 16 + MAXFILES. This shold 1998-02-27 19:58:29 +00:00
subr_prf.c
subr_prof.c
subr_rlist.c
subr_smp.c The APs now reload the interrupt descriptor table pointer after 1998-03-07 20:16:49 +00:00
subr_trap.c
subr_xxx.c
sys_generic.c
sys_pipe.c
sys_process.c
sys_socket.c
syscalls.c
syscalls.master
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty_compat.c Don't depend on "implicit int". 1998-02-25 06:16:37 +00:00
tty_conf.c
tty_cons.c
tty_pty.c Don't depend on "implicit int" or bloat the data section in the 1998-02-25 06:19:15 +00:00
tty_snoop.c
tty_subr.c
tty_tb.c
tty_tty.c
tty.c Set the input and output buffer sizes and the input buffer watermarks 1998-03-07 15:36:29 +00:00
uipc_domain.c
uipc_mbuf.c
uipc_proto.c
uipc_sockbuf.c Make sure that you can only bind a more specific address when it is 1998-03-01 19:39:29 +00:00
uipc_socket2.c Make sure that you can only bind a more specific address when it is 1998-03-01 19:39:29 +00:00
uipc_socket.c Make sure that you can only bind a more specific address when it is 1998-03-01 19:39:29 +00:00
uipc_syscalls.c
uipc_usrreq.c
vfs_aio.c Removed a stale comment and staler code. 1998-02-25 06:30:15 +00:00
vfs_bio.c Correct a problem where data OR metadata could be thrown away if a 1998-03-17 17:36:05 +00:00
vfs_cache.c
vfs_cluster.c Remove a soft-update hook that was accidentally added to the READ path. 1998-03-16 18:39:41 +00:00
vfs_conf.c If the root mount fails from a device that is not the compatability slice 1998-03-11 00:10:31 +00:00
vfs_default.c This mega-commit is meant to fix numerous interrelated problems. There 1998-03-07 21:37:31 +00:00
vfs_export.c Correct a severely evil bug in the vtruncbuf code. It didn't cause 1998-03-17 06:30:52 +00:00
vfs_extattr.c Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) 1998-03-08 09:59:44 +00:00
vfs_init.c
vfs_lookup.c
vfs_mount.c If the root mount fails from a device that is not the compatability slice 1998-03-11 00:10:31 +00:00
vfs_subr.c Correct a severely evil bug in the vtruncbuf code. It didn't cause 1998-03-17 06:30:52 +00:00
vfs_syscalls.c Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) 1998-03-08 09:59:44 +00:00
vfs_vnops.c Removed unused #includes. 1998-02-25 05:58:50 +00:00
vnode_if.pl
vnode_if.sh
vnode_if.src Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) 1998-03-08 09:59:44 +00:00