freebsd-dev/sys/kern
2004-05-29 01:18:14 +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 Fix rtprio() to do sensible things when called from threaded processes. 2004-05-08 08:56:05 +00:00
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 Fixed some common printf format errors. Don't assume that "struct foo *" 2004-05-14 20:51:42 +00:00
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 Fixed some common printf format errors. Don't assume that "struct foo *" 2004-05-14 20:51:42 +00:00
subr_smp.c Move the CPU newbus attachment to i386 legacy. The acpi_cpu device will 2004-05-06 15:54:02 +00:00
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 Compare t_brkc against (char)_POSIX_VDISABLE, not against -1. 2004-05-07 15:35:38 +00:00
tty_conf.c
tty_cons.c
tty_pty.c
tty_subr.c
tty_tty.c
tty.c
uipc_accf.c
uipc_cow.c
uipc_domain.c
uipc_jumbo.c
uipc_mbuf2.c set m_len to reflect mbuf contents on return from m_dup1; fixes an obscure 2004-05-09 05:57:58 +00:00
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 Unconditionally lock Giant in do_sendfile(), rather than locking it 2004-05-08 02:24:21 +00:00
uipc_usrreq.c
vfs_acl.c
vfs_aio.c
vfs_bio.c Avoid pointless zeroing of the bogus page in vfs_bio_clrbuf(). 2004-05-08 06:46:40 +00:00
vfs_cache.c
vfs_cluster.c
vfs_default.c
vfs_export.c
vfs_extattr.c Eliminate a memory leak in kern_symlink() that could occur if 2004-05-11 10:42:02 +00:00
vfs_init.c
vfs_lookup.c
vfs_mount.c
vfs_subr.c
vfs_syscalls.c Eliminate a memory leak in kern_symlink() that could occur if 2004-05-11 10:42:02 +00:00
vfs_vnops.c
vnode_if.src