freebsd-nq/sys/kern
1996-10-24 19:13:00 +00:00
..
imgact_aout.c
imgact_elf.c Added a missing break, so all static bins would be missed :( 1996-10-24 19:13:00 +00:00
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c Fix signed/unsigned comparison warnings. 1996-10-20 21:01:46 +00:00
init_sysent.c Add the utrace(caddr_t addr,size_t len) syscall, that will store the 1996-09-19 19:49:13 +00:00
init_sysvec.c
kern_acct.c
kern_clock.c Don't include "opt_cpu.h" in <machine/clock.h>, since this breaks lkm's. 1996-10-10 10:25:26 +00:00
kern_conf.c
kern_descrip.c Fixed bitrot in the read-only attribute: 1996-09-28 16:33:21 +00:00
kern_exec.c Performance optimizations. One of which was meant to go in before the 1996-10-12 21:35:25 +00:00
kern_exit.c Performance optimizations. One of which was meant to go in before the 1996-10-12 21:35:25 +00:00
kern_fork.c
kern_ktrace.c Remove the extra length field from the utrace entries. It's redundant. 1996-09-22 18:17:51 +00:00
kern_lkm.c
kern_lockf.c
kern_malloc.c
kern_mib.c Oops, read-only is spelled RD here. 1996-09-28 15:53:30 +00:00
kern_ntptime.c
kern_physio.c
kern_proc.c
kern_prot.c
kern_random.c Put I*86_CPU defines in opt_cpu.h. 1996-10-09 19:47:44 +00:00
kern_resource.c
kern_shutdown.c
kern_sig.c Kill unnecessary test in coredump() that wasn't removed in rev 1.19 1996-10-19 01:06:20 +00:00
kern_subr.c
kern_synch.c Make processes waken up eligible for immediate swap-in. 1996-10-17 02:58:20 +00:00
kern_sysctl.c
kern_tc.c Don't include "opt_cpu.h" in <machine/clock.h>, since this breaks lkm's. 1996-10-10 10:25:26 +00:00
kern_time.c if we jump the time, we need to check all the process real interval timers. 1996-09-30 19:28:52 +00:00
kern_timeout.c Don't include "opt_cpu.h" in <machine/clock.h>, since this breaks lkm's. 1996-10-10 10:25:26 +00:00
kern_xxx.c
Make.tags.inc
Makefile
makesyscalls.sh
md5c.c close bin/1648 libmd not 64bit safe. 1996-10-22 16:27:47 +00:00
subr_autoconf.c
subr_clist.c
subr_disklabel.c Don't include <sys/conf.h> for the kernel in disk-related headers. 1996-09-20 17:39:44 +00:00
subr_diskmbr.c Don't include <sys/conf.h> for the kernel in disk-related headers. 1996-09-20 17:39:44 +00:00
subr_diskslice.c Don't include <sys/conf.h> for the kernel in disk-related headers. 1996-09-20 17:39:44 +00:00
subr_dkbad.c Don't include <sys/conf.h> for the kernel in disk-related headers. 1996-09-20 17:39:44 +00:00
subr_log.c
subr_param.c
subr_prf.c
subr_prof.c Improved non-statistical (GUPROF) profiling: 1996-10-17 19:32:31 +00:00
subr_rlist.c Undo a mistaken change from splhigh to splvm. Subr_rlist has been 1996-10-12 21:37:59 +00:00
subr_trap.c
subr_xxx.c
sys_generic.c
sys_pipe.c Mostly some fixes from bde to start support for ASYNC I/O (SIGIO). 1996-10-11 02:27:30 +00:00
sys_process.c
sys_socket.c
syscalls.c Add the utrace(caddr_t addr,size_t len) syscall, that will store the 1996-09-19 19:49:13 +00:00
syscalls.master Add the utrace(caddr_t addr,size_t len) syscall, that will store the 1996-09-19 19:49:13 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty_compat.c
tty_conf.c
tty_cons.c Add support for embedded operation withou console 1996-10-16 00:19:40 +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 Fix two bugs I accidently put into the syn code at the last minute 1996-10-11 19:26:42 +00:00
uipc_socket2.c Fix two bugs I accidently put into the syn code at the last minute 1996-10-11 19:26:42 +00:00
uipc_socket.c Increase robustness of FreeBSD against high-rate connection attempt 1996-10-07 04:32:42 +00:00
uipc_syscalls.c Preserve file flags in accept(2). 1996-10-15 19:28:44 +00:00
uipc_usrreq.c
vfs_bio.c Fix a problem that could cause msync (or many other things) to deadlock. 1996-10-17 03:04:43 +00:00
vfs_cache.c
vfs_cluster.c Fix 4 problems: 1996-10-06 07:50:05 +00:00
vfs_conf.c
vfs_export.c I'm not sure why, but Netcon's TFS filesystem code doesn't want to 1996-10-17 17:56:07 +00:00
vfs_extattr.c In sys/time.h, struct timespec is defined as: 1996-09-19 18:21:32 +00:00
vfs_init.c
vfs_lookup.c
vfs_mount.c
vfs_subr.c I'm not sure why, but Netcon's TFS filesystem code doesn't want to 1996-10-17 17:56:07 +00:00
vfs_syscalls.c In sys/time.h, struct timespec is defined as: 1996-09-19 18:21:32 +00:00
vfs_vnops.c
vnode_if.pl
vnode_if.sh
vnode_if.src