1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/kern
2002-05-01 02:51:50 +00:00
..
bus_if.m
clock_if.m
device_if.m
genassym.sh
imgact_aout.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_cap.c
kern_clock.c Move the winding of timecounters out of hardclock and into a normal 2002-04-26 12:37:36 +00:00
kern_condvar.c
kern_conf.c
kern_descrip.c Fix indention which I did wrong in a previous commit. 2002-04-29 08:18:06 +00:00
kern_environment.c Cosmetic tweaks. Try and keep the style more consistent, catch some stray 2002-05-01 02:51:50 +00:00
kern_event.c
kern_exec.c
kern_exit.c Avoid the user-visible effect of setting SA_NOCLDWAIT when the 2002-04-27 22:41:41 +00:00
kern_fork.c
kern_idle.c
kern_intr.c
kern_jail.c
kern_kthread.c
kern_ktr.c
kern_ktrace.c
kern_linker.c Test if rootvnode is NULL rather than if rootdev is NODEV when determining 2002-04-26 09:52:54 +00:00
kern_lock.c
kern_lockf.c
kern_malloc.c Convert longs to u_longs in stats. This will hold off wrap arounds for a 2002-04-30 22:39:32 +00:00
kern_mib.c
kern_module.c
kern_mtxpool.c
kern_mutex.c
kern_ntptime.c Hide the private parts of timecounter from a couple of places that don't 2002-04-26 21:31:44 +00:00
kern_physio.c
kern_poll.c
kern_proc.c
kern_prot.c
kern_random.c
kern_resource.c
kern_sema.c
kern_shutdown.c
kern_sig.c Avoid the user-visible effect of setting SA_NOCLDWAIT when the 2002-04-27 22:41:41 +00:00
kern_subr.c
kern_switch.c
kern_sx.c
kern_synch.c
kern_syscalls.c
kern_sysctl.c
kern_tc.c kern_tc.c doesn't use <machine/psl.h>, and having this #include breaks 2002-05-01 01:31:26 +00:00
kern_time.c Hide the private parts of timecounter from a couple of places that don't 2002-04-26 21:31:44 +00:00
kern_timeout.c
kern_xxx.c
ksched.c
link_aout.c
link_elf_obj.c
link_elf.c
linker_if.m
Make.tags.inc
Makefile
makeobjops.pl
makesyscalls.sh
md4c.c
md5c.c
p1003_1b.c
posix4_mib.c
subr_acl_posix1e.c
subr_autoconf.c
subr_blist.c
subr_bus.c
subr_clist.c
subr_clock.c
subr_devstat.c
subr_disk.c
subr_disklabel.c
subr_diskmbr.c
subr_diskslice.c
subr_eventhandler.c
subr_hints.c Cosmetic tweaks. Try and keep the style more consistent, catch some stray 2002-05-01 02:51:50 +00:00
subr_kobj.c
subr_log.c
subr_mbuf.c
subr_mchain.c Move the new byte order function prototypes from <sys/param.h> to 2002-04-26 22:48:23 +00:00
subr_module.c
subr_param.c
subr_pcpu.c
subr_power.c
subr_prf.c Add a sysctl which disables the logging of console output. 2002-04-29 09:15:38 +00:00
subr_prof.c
subr_rman.c
subr_rtc.c
subr_sbuf.c
subr_scanf.c
subr_smp.c
subr_taskqueue.c
subr_trap.c
subr_turnstile.c
subr_witness.c o Convert the vm_page buckets mutex to a spin lock. (This resolves 2002-04-30 21:24:47 +00:00
subr_xxx.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
uipc_domain.c
uipc_mbuf2.c
uipc_mbuf.c
uipc_proto.c
uipc_sockbuf.c Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. 2002-04-30 01:54:54 +00:00
uipc_socket2.c Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. 2002-04-30 01:54:54 +00:00
uipc_socket.c Make sure that sockets undergoing accept filtering are aborted in a 2002-04-26 02:07:46 +00:00
uipc_syscalls.c
uipc_usrreq.c Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. 2002-04-30 01:54:54 +00:00
vfs_acl.c
vfs_aio.c
vfs_bio.c
vfs_cache.c
vfs_cluster.c
vfs_conf.c
vfs_default.c Remove a stale comment saying that the vnode lock must be the first 2002-04-27 22:20:33 +00:00
vfs_export.c
vfs_extattr.c
vfs_init.c These are Alexander Kabaev's VFSops fixes (see the thread 'Found: module 2002-04-30 18:44:32 +00:00
vfs_lookup.c
vfs_mount.c
vfs_subr.c
vfs_syscalls.c
vfs_vnops.c
vnode_if.src