freebsd_amp_hwpstate/sys/kern
John-Mark Gurney f173e80c8b make a couple functions static...
also change module_register_static to module_register_init as this
function initalizes the module for both dynamic and static modules...
1997-10-24 05:29:07 +00:00
..
Make.tags.inc
Makefile
imgact_aout.c
imgact_elf.c
imgact_gzip.c
imgact_shell.c
inflate.c Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
init_main.c
init_sysent.c
init_sysvec.c
kern_acct.c
kern_clock.c
kern_conf.c
kern_descrip.c Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
kern_exec.c On execing a sgid program, do not set P_SUGID when cr_gid and cr)_uid 1997-10-15 18:28:34 +00:00
kern_exit.c Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
kern_fork.c
kern_intr.c
kern_ktrace.c Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
kern_linker.c
kern_lkm.c
kern_lock.c
kern_lockf.c Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
kern_malloc.c Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
kern_mib.c kern.maxproc is not writable since there are tables that are statically 1997-10-19 18:45:59 +00:00
kern_module.c make a couple functions static... 1997-10-24 05:29:07 +00:00
kern_ntptime.c
kern_opt.c
kern_physio.c
kern_proc.c Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
kern_prot.c Killed non-sensical call to splimp/splx in crfree(). 1997-10-17 23:52:56 +00:00
kern_random.c
kern_resource.c
kern_shutdown.c
kern_sig.c
kern_subr.c
kern_synch.c
kern_sysctl.c Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
kern_tc.c
kern_threads.c
kern_time.c Fix returned sleep period for large values 1997-10-20 18:43:49 +00:00
kern_timeout.c
kern_xxx.c
link_aout.c make a couple functions static... 1997-10-24 05:29:07 +00:00
makesyscalls.sh
md5c.c Add const to a couple of casts to silence some of the warnings Bruce 1997-10-21 13:28:36 +00:00
subr_autoconf.c
subr_clist.c Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
subr_disklabel.c
subr_diskmbr.c
subr_diskslice.c
subr_dkbad.c
subr_log.c
subr_param.c
subr_prf.c Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
subr_prof.c Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
subr_rlist.c
subr_smp.c
subr_trap.c
subr_xxx.c
sys_generic.c Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
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 Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
tty.c Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
tty_compat.c
tty_conf.c
tty_cons.c
tty_pty.c
tty_snoop.c Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
tty_subr.c Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
tty_tb.c
tty_tty.c
uipc_domain.c
uipc_mbuf.c Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
uipc_proto.c
uipc_sockbuf.c
uipc_socket.c Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
uipc_socket2.c
uipc_syscalls.c Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
uipc_usrreq.c Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
vfs_aio.c Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
vfs_bio.c Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
vfs_cache.c VFS mega cleanup commit (x/N) 1997-10-16 10:50:27 +00:00
vfs_cluster.c
vfs_conf.c We are mounting the root. 1997-10-16 07:32:14 +00:00
vfs_default.c Make a set of VOP standard lock, unlock & islocked VOP operators, which 1997-10-17 12:36:19 +00:00
vfs_export.c Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
vfs_extattr.c Disallow non-root mount. If you want to allow non-root mount, change 1997-10-23 09:29:09 +00:00
vfs_init.c VFS mega cleanup commit (x/N) 1997-10-16 10:50:27 +00:00
vfs_lookup.c
vfs_mount.c We are mounting the root. 1997-10-16 07:32:14 +00:00
vfs_subr.c Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
vfs_syscalls.c Disallow non-root mount. If you want to allow non-root mount, change 1997-10-23 09:29:09 +00:00
vfs_vnops.c
vnode_if.pl
vnode_if.sh
vnode_if.src Another VFS cleanup "kilo commit" 1997-10-16 20:32:40 +00:00