freebsd-nq/sys/kern
Poul-Henning Kamp 41ee9f1c69 Add some missing <sys/module.h> includes which are masked by the
one on death-row in <sys/kernel.h>
2004-05-30 17:57:46 +00:00
..
bus_if.m
clock_if.m
device_if.m
genassym.sh
imgact_aout.c
imgact_elf32.c
imgact_elf64.c
imgact_elf.c
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c
init_sysent.c
kern_acct.c
kern_acl.c
kern_alq.c
kern_clock.c
kern_condvar.c
kern_conf.c
kern_context.c
kern_descrip.c
kern_environment.c
kern_event.c
kern_exec.c Clear KSE thread flags after KSE thread mode is ended. The side effect 2004-05-21 14:50:23 +00:00
kern_exit.c Retire cpu_sched_exit(); it is not used any more. 2004-05-26 12:09:39 +00:00
kern_fork.c
kern_idle.c
kern_intr.c
kern_jail.c Fix sysctl name: security.jail.getfsstate_getfsstatroot_only -> 2004-05-20 05:28:44 +00:00
kern_kse.c Clear KSE thread flags after KSE thread mode is ended. The side effect 2004-05-21 14:50:23 +00:00
kern_kthread.c
kern_ktr.c
kern_ktrace.c
kern_linker.c Since we go to the trouble of compiling the kobj ops table for each class, 2004-05-17 21:24:39 +00:00
kern_lock.c
kern_lockf.c
kern_mac.c
kern_malloc.c
kern_mib.c
kern_module.c
kern_mtxpool.c
kern_mutex.c
kern_ntptime.c
kern_physio.c
kern_poll.c
kern_proc.c Implement the new KERN_PROC_RGID option, and also implement the 2004-05-22 23:11:44 +00:00
kern_prot.c
kern_resource.c
kern_sema.c
kern_shutdown.c
kern_sig.c Fixed some style bugs in tdsigwakeup(). 2004-05-21 10:02:24 +00:00
kern_subr.c
kern_switch.c
kern_sx.c
kern_synch.c
kern_syscalls.c
kern_sysctl.c
kern_tc.c
kern_thr.c
kern_thread.c Clear KSE thread flags after KSE thread mode is ended. The side effect 2004-05-21 14:50:23 +00:00
kern_time.c
kern_timeout.c
kern_umtx.c
kern_uuid.c
kern_xxx.c
ksched.c
link_elf_obj.c If a symbol has section+offset definitions provided, always use instead 2004-05-18 05:15:43 +00:00
link_elf.c Include <sys/gmon.h> instead of <machine/profile.h> for the declaration 2004-05-19 14:36:38 +00:00
linker_if.m
Make.tags.inc
Makefile
makesyscalls.sh
md4c.c
md5c.c
p1003_1b.c
posix4_mib.c
sched_4bsd.c
sched_ule.c
subr_acl_posix1e.c
subr_autoconf.c
subr_blist.c
subr_bus.c Sysctl hw.bus.devctl_disable shouldn't be writtable from inside a jail. 2004-05-26 16:36:32 +00:00
subr_clist.c
subr_clock.c
subr_devstat.c
subr_disk.c
subr_eventhandler.c
subr_hints.c
subr_kobj.c
subr_log.c
subr_mbpool.c
subr_mbuf.c
subr_mchain.c
subr_module.c
subr_msgbuf.c
subr_param.c
subr_pcpu.c
subr_power.c
subr_prf.c
subr_prof.c Enable MI bits for gcc -ftest-coverage -fprofile-arcs on amd64. 2004-05-29 01:18:14 +00:00
subr_rman.c
subr_rtc.c
subr_sbuf.c
subr_scanf.c
subr_sleepqueue.c
subr_smp.c
subr_taskqueue.c
subr_trap.c
subr_turnstile.c
subr_witness.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
tty_compat.c
tty_conf.c
tty_cons.c
tty_pty.c
tty_subr.c
tty_tty.c
tty.c
uipc_accf.c Add some missing <sys/module.h> includes which are masked by the 2004-05-30 17:57:46 +00:00
uipc_cow.c
uipc_domain.c
uipc_jumbo.c
uipc_mbuf2.c
uipc_mbuf.c
uipc_proto.c
uipc_sem.c
uipc_sockbuf.c syncache broke rev 1.23 which was done to fix the "thundering herd" 2004-05-19 00:22:10 +00:00
uipc_socket2.c syncache broke rev 1.23 which was done to fix the "thundering herd" 2004-05-19 00:22:10 +00:00
uipc_socket.c
uipc_syscalls.c
uipc_usrreq.c
vfs_acl.c
vfs_aio.c
vfs_bio.c
vfs_cache.c
vfs_cluster.c
vfs_default.c
vfs_export.c
vfs_extattr.c
vfs_init.c
vfs_lookup.c
vfs_mount.c Remove advertising clause from University of California Regent's license, 2004-04-05 21:03:37 +00:00
vfs_subr.c
vfs_syscalls.c
vfs_vnops.c
vnode_if.src