freebsd_amp_hwpstate/sys/kern
David Greenman 675526e892 Delete bogus inconsistency check that could cause a gratuitous panic. I
had added this years ago when I didn't understand all the subtilties of
the flock code.
1996-12-29 09:22:34 +00:00
..
Make.tags.inc
Makefile
imgact_aout.c Make DFLDSIZ and MAXDSIZ fully-supported options. 1996-12-22 23:17:09 +00:00
imgact_elf.c Make DFLDSIZ and MAXDSIZ fully-supported options. 1996-12-22 23:17:09 +00:00
imgact_gzip.c Make DFLDSIZ and MAXDSIZ fully-supported options. 1996-12-22 23:17:09 +00:00
imgact_shell.c
inflate.c
init_main.c Typo fix. 1996-12-17 00:46:07 +00:00
init_sysent.c
init_sysvec.c
kern_acct.c
kern_clock.c
kern_conf.c Fixed a null pointer panic in ADDENTRY(). Unloading the lkm and joy 1996-12-06 12:47:05 +00:00
kern_descrip.c This commit is the embodiment of some VFS read clustering improvements. 1996-12-29 02:45:28 +00:00
kern_exec.c
kern_exit.c
kern_fork.c
kern_ktrace.c
kern_lkm.c
kern_lockf.c Delete bogus inconsistency check that could cause a gratuitous panic. I 1996-12-29 09:22:34 +00:00
kern_malloc.c
kern_mib.c
kern_ntptime.c
kern_physio.c
kern_proc.c
kern_prot.c Fixed setpgid(). Negative pgids were accepted. 1996-12-19 13:28:47 +00:00
kern_random.c
kern_resource.c Make DFLDSIZ and MAXDSIZ fully-supported options. 1996-12-22 23:17:09 +00:00
kern_shutdown.c
kern_sig.c
kern_subr.c
kern_synch.c
kern_sysctl.c Fixed garbage being returned for constant int values, e.g., for 1996-12-15 14:38:46 +00:00
kern_tc.c
kern_time.c
kern_timeout.c
kern_xxx.c
makesyscalls.sh
md5c.c Make this compile in the kernel too, major cosmetic cleanup. 1996-12-22 10:27:25 +00:00
subr_autoconf.c
subr_clist.c
subr_disklabel.c Removed all references to b_cylinder (aka b_cylin). It was evil and 1996-12-01 16:34:41 +00:00
subr_diskmbr.c
subr_diskslice.c Removed all references to b_cylinder (aka b_cylin). It was evil and 1996-12-01 16:34:41 +00:00
subr_dkbad.c
subr_log.c
subr_param.c
subr_prf.c
subr_prof.c Fixed magic and wrong numbers in calibration of nullfunc_loop_profiled() 1996-12-13 12:59:28 +00:00
subr_rlist.c
subr_trap.c Only handle copyin/out/etc faults when not in an interrupt handler. 1996-12-18 19:12:01 +00:00
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 Make DFLDSIZ and MAXDSIZ fully-supported options. 1996-12-22 23:17:09 +00:00
tty.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
uipc_domain.c
uipc_mbuf.c
uipc_proto.c
uipc_sockbuf.c
uipc_socket.c
uipc_socket2.c
uipc_syscalls.c
uipc_usrreq.c Add comments to hard-to-follow File descriptor handling code 1996-12-05 22:41:13 +00:00
vfs_bio.c Clean-up of the new buffer kva allocation code. Also, there was an 1996-12-05 04:28:52 +00:00
vfs_cache.c
vfs_cluster.c This commit is the embodiment of some VFS read clustering improvements. 1996-12-29 02:45:28 +00:00
vfs_conf.c
vfs_export.c This commit is the embodiment of some VFS read clustering improvements. 1996-12-29 02:45:28 +00:00
vfs_extattr.c Fixed lseek() on named pipes. It always succeeded but should always fail. 1996-12-19 19:42:37 +00:00
vfs_init.c
vfs_lookup.c
vfs_mount.c
vfs_subr.c This commit is the embodiment of some VFS read clustering improvements. 1996-12-29 02:45:28 +00:00
vfs_syscalls.c Fixed lseek() on named pipes. It always succeeded but should always fail. 1996-12-19 19:42:37 +00:00
vfs_vnops.c This commit is the embodiment of some VFS read clustering improvements. 1996-12-29 02:45:28 +00:00
vnode_if.pl
vnode_if.sh
vnode_if.src