freebsd_amp_hwpstate/sys/kern
Garrett Wollman fb5a05599e Don't do suser() check; it's already done in __sysctl(). 1994-10-23 23:01:03 +00:00
..
Make.tags.inc
Makefile
imgact_aout.c
imgact_gzip.c Make the diagnostics a little more useful. 1994-10-22 11:55:16 +00:00
imgact_shell.c
inflate.c I belive imgact_gzip is finally reentrant. It is also a whole lot more 1994-10-22 11:40:38 +00:00
init_main.c Peter Dufaults comconsole changes. 1994-10-20 00:08:31 +00:00
init_sysent.c
kern_acct.c
kern_clock.c kern_clock.c: define dk_names[][]. 1994-10-16 03:52:14 +00:00
kern_descrip.c
kern_devconf.c Don't do suser() check; it's already done in __sysctl(). 1994-10-23 23:01:03 +00:00
kern_exec.c
kern_exit.c Fixed bug in ibcs2 signal translation. 1994-10-11 20:42:01 +00:00
kern_fork.c Cosmetics. related to getting prototypes into view. 1994-10-10 01:00:49 +00:00
kern_ktrace.c
kern_lkm.c Don't allow the same MISC module loading more than once.. 1994-10-12 20:28:32 +00:00
kern_lockf.c
kern_malloc.c
kern_ntptime.c
kern_physio.c
kern_proc.c Cosmetics. related to getting prototypes into view. 1994-10-10 01:00:49 +00:00
kern_prot.c Added ifdef COMPAT_IBCS2 around setre[ug]id. 1994-10-13 20:59:49 +00:00
kern_resource.c Cosmetics. related to getting prototypes into view. 1994-10-10 01:00:49 +00:00
kern_sig.c Cosmetics. related to getting prototypes into view. 1994-10-10 01:00:49 +00:00
kern_subr.c
kern_synch.c Removed references to bclnlist which we don't use/support/need. 1994-10-18 06:55:57 +00:00
kern_sysctl.c kern_clock.c: define dk_names[][]. 1994-10-16 03:52:14 +00:00
kern_tc.c kern_clock.c: define dk_names[][]. 1994-10-16 03:52:14 +00:00
kern_time.c
kern_timeout.c kern_clock.c: define dk_names[][]. 1994-10-16 03:52:14 +00:00
kern_xxx.c
makesyscalls.sh
md5c.c
subr_autoconf.c
subr_clist.c
subr_disklabel.c This basically allows you to stick a disklabel on any partition. 1994-10-17 02:31:33 +00:00
subr_log.c
subr_param.c
subr_prf.c
subr_prof.c
subr_rlist.c
subr_rmap.c
subr_trap.c Make my ALLDEVS kernel compile (basically, LINT minus a lot of options). 1994-10-21 01:18:38 +00:00
subr_xxx.c
sys_generic.c Damn, check in the wrong version, fixed. 1994-10-13 21:41:36 +00:00
sys_process.c
sys_socket.c
syscalls.c
syscalls.master
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty.c Round down instead of up in 'kerninfo'/ctrl-T stats code. Incorrect output 1994-10-23 06:18:13 +00:00
tty_compat.c Better IXANY/IXOFF processing into setflags. 1994-10-11 20:29:42 +00:00
tty_conf.c
tty_cons.c Peter Dufaults comconsole changes. 1994-10-20 00:08:31 +00:00
tty_pty.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
vfs_bio.c Only VM_WAIT if curproc != pageproc. A deadlock can occur otherwise. 1994-10-23 20:52:11 +00:00
vfs_cache.c
vfs_cluster.c
vfs_conf.c
vfs_export.c
vfs_extattr.c Make my ALLDEVS kernel compile (basically, LINT minus a lot of options). 1994-10-21 01:19:28 +00:00
vfs_init.c Actually implement the functionality documented in sysctl.h for type CTL_FS. 1994-10-20 00:48:28 +00:00
vfs_lookup.c
vfs_mount.c
vfs_subr.c
vfs_syscalls.c Make my ALLDEVS kernel compile (basically, LINT minus a lot of options). 1994-10-21 01:19:28 +00:00
vfs_vnops.c
vnode_if.pl
vnode_if.sh
vnode_if.src