freebsd-dev/sys/kern
1997-07-20 19:41:38 +00:00
..
imgact_aout.c
imgact_elf.c
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c Adds sysctl int for shutdown timeout. 1997-07-10 11:44:42 +00:00
init_smp.c Minor cleanup. 1997-07-15 02:46:37 +00:00
init_sysent.c Updated generated files (makesyscalls.sh changed). Only sysproto.h 1997-06-29 17:47:32 +00:00
init_sysvec.c
kern_acct.c
kern_clock.c Add tickadj to struct clockinfo, like NetBSD and OpenBSD. 1997-06-24 18:21:09 +00:00
kern_conf.c tiny spelling fix in comment 1997-06-02 04:56:38 +00:00
kern_descrip.c
kern_exec.c
kern_exit.c Clean up some lint associated with the AIO code. 1997-07-17 04:49:43 +00:00
kern_fork.c This is an upgrade so that the kernel supports the AIO calls from 1997-07-06 02:40:43 +00:00
kern_intr.c Back out changes for 'conflicts' with IRQ, remove intr_registered() 1997-07-09 18:06:25 +00:00
kern_ktrace.c
kern_linker.c
kern_lkm.c
kern_lock.c
kern_lockf.c
kern_malloc.c Killed bogus kernacc() call in malloc() DIAGNOSTIC code. kernacc() by 1997-06-24 09:41:00 +00:00
kern_mib.c Don't ever allow lowering the securelevel at all. Allowing it does 1997-06-25 07:31:47 +00:00
kern_module.c
kern_ntptime.c
kern_opt.c
kern_physio.c
kern_proc.c Fill in some extra fields in the eproc structure. gdb uses this information 1997-06-27 15:42:05 +00:00
kern_prot.c
kern_random.c
kern_resource.c
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
kern_tc.c Add tickadj to struct clockinfo, like NetBSD and OpenBSD. 1997-06-24 18:21:09 +00:00
kern_threads.c This is an upgrade so that the kernel supports the AIO calls from 1997-07-06 02:40:43 +00:00
kern_time.c Add tickadj to struct clockinfo, like NetBSD and OpenBSD. 1997-06-24 18:21:09 +00:00
kern_timeout.c Add tickadj to struct clockinfo, like NetBSD and OpenBSD. 1997-06-24 18:21:09 +00:00
kern_xxx.c
link_aout.c
Make.tags.inc
Makefile
makesyscalls.sh Don't generate unused nested #include of <sys/aio.h>. 1997-06-29 17:39:57 +00:00
md5c.c
subr_autoconf.c
subr_clist.c
subr_disklabel.c Use the correct size for a sector in the search for a label in 1997-07-13 15:53:20 +00:00
subr_diskmbr.c
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 Developed a new strategy for handling the 8254/8259/APIC issue. 1997-07-20 19:41:38 +00:00
subr_trap.c Removed unused #includes. 1997-07-20 08:37:24 +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
sys_process.c
sys_socket.c
syscalls.c Updated generated files (makesyscalls.sh changed). Only sysproto.h 1997-06-29 17:47:32 +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_compat.c
tty_conf.c
tty_cons.c Removed extra definition of constty. It is defined in subr_prf.c. 1997-07-01 00:52:37 +00:00
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 Remove sonewconn() macro kludge, introduced in 4.3-Reno to catch argument 1997-07-19 20:15:43 +00:00
uipc_socket2.c Remove sonewconn() macro kludge, introduced in 4.3-Reno to catch argument 1997-07-19 20:15:43 +00:00
uipc_socket.c Don't accept insane values for SO_(SND|RCV)BUF, and the low water marks. 1997-06-27 15:28:54 +00:00
uipc_syscalls.c
uipc_usrreq.c
vfs_aio.c Clean up some lint associated with the AIO code. 1997-07-17 04:49:43 +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
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 Merge WebNFS support from NetBSD 1997-07-17 07:17:33 +00:00
vfs_extattr.c Merge WebNFS support from NetBSD 1997-07-17 07:17:33 +00:00
vfs_init.c
vfs_lookup.c
vfs_mount.c
vfs_subr.c Merge WebNFS support from NetBSD 1997-07-17 07:17:33 +00:00
vfs_syscalls.c Merge WebNFS support from NetBSD 1997-07-17 07:17:33 +00:00
vfs_vnops.c
vnode_if.pl
vnode_if.sh
vnode_if.src