freebsd_amp_hwpstate/sys/kern
Andrey A. Chernov f1e302d4cc c_iflag handling in setting compat modes now more close to V7 1995-03-29 19:50:58 +00:00
..
Make.tags.inc
Makefile
imgact_aout.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
imgact_gzip.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
imgact_shell.c
inflate.c
init_main.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-28 07:58:53 +00:00
init_sysent.c Added a third "flags" argument to msync() ...as other systems have. 1995-03-25 16:52:24 +00:00
kern_acct.c
kern_clock.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
kern_descrip.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-28 07:58:53 +00:00
kern_devconf.c Changed names of goaway routines into shutdown routines. 1995-03-17 04:18:07 +00:00
kern_exec.c Use 'p' rather than 'curproc' when appropriate. 1995-03-25 01:34:21 +00:00
kern_exit.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
kern_fork.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
kern_ktrace.c
kern_lkm.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
kern_lockf.c
kern_malloc.c Removed redundant newlines that were in some panic strings. 1995-03-19 14:29:26 +00:00
kern_ntptime.c
kern_physio.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
kern_proc.c
kern_prot.c
kern_resource.c
kern_sig.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
kern_subr.c
kern_synch.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
kern_sysctl.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
kern_tc.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
kern_time.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
kern_timeout.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
kern_xxx.c
makesyscalls.sh Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
md5c.c
subr_autoconf.c
subr_clist.c
subr_disklabel.c Woops, add back that #define...it's used later in the file. 1995-03-18 07:06:51 +00:00
subr_diskmbr.c Add more compatibility cruft: 1995-03-25 12:07:31 +00:00
subr_diskslice.c
subr_dkbad.c
subr_log.c
subr_param.c
subr_prf.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
subr_prof.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
subr_rlist.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
subr_rmap.c
subr_trap.c Added a new version of trap_pfault() that disallows kernel page faults 1995-03-21 07:16:12 +00:00
subr_xxx.c
sys_generic.c
sys_process.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
sys_socket.c
syscalls.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
syscalls.master Added a third "flags" argument to msync() ...as other systems have. 1995-03-25 16:52:24 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty.c Oops, fix typing error in prev. commit 1995-03-29 19:24:46 +00:00
tty_compat.c c_iflag handling in setting compat modes now more close to V7 1995-03-29 19:50:58 +00:00
tty_conf.c Set it so you can add and remove line disciplines without replicating 1995-03-21 11:24:05 +00:00
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 Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
uipc_usrreq.c
vfs_bio.c Removed some redundant 'vmio' checks. 1995-03-27 00:11:45 +00:00
vfs_cache.c Patch from Kirk McKusick to fix a bug introduced in the Poul's vfs_cache 1995-03-19 09:33:51 +00:00
vfs_cluster.c Fix from Doug Rabson: Don't try to release a pbuf we didn't get. 1995-03-19 13:28:54 +00:00
vfs_conf.c
vfs_export.c Fixed vinvalbuf() to work like NFS wants it to. The previous code wouldn't 1995-03-21 01:13:16 +00:00
vfs_extattr.c Added a set of braces to make the compiler happy. 1995-03-29 11:54:02 +00:00
vfs_init.c
vfs_lookup.c
vfs_mount.c
vfs_subr.c Fixed vinvalbuf() to work like NFS wants it to. The previous code wouldn't 1995-03-21 01:13:16 +00:00
vfs_syscalls.c Added a set of braces to make the compiler happy. 1995-03-29 11:54:02 +00:00
vfs_vnops.c Removed unnecessary call to vnode_pager_uncache(). We automatically clear 1995-03-19 12:08:03 +00:00
vnode_if.pl
vnode_if.sh
vnode_if.src