freebsd-skq/sys/kern
2002-05-05 23:37:44 +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 Convert devfs to nmount. 2002-05-02 20:27:42 +00:00
init_sysent.c
kern_acct.c
kern_acl.c
kern_cap.c
kern_clock.c Fixed breakage of binary compatibility of the kern.clockrate sysctl in 2002-05-05 04:33:09 +00:00
kern_condvar.c
kern_conf.c
kern_descrip.c As malloc(9) and free(9) are now Giant-free, remove the Giant lock 2002-05-03 07:46:59 +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 - Reorder execve() so that it performs blocking operations before it 2002-05-02 15:00:14 +00:00
kern_exit.c style(9): 'if' and 'while' need a space after them. 2002-05-04 07:40:49 +00:00
kern_fork.c - Protect randompid and nprocs with the allproc_lock. 2002-05-02 15:13:45 +00:00
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 Hide a pointer to the malloc_type bucket at the end of the freed memory. If 2002-05-02 09:07:04 +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 As malloc(9) and free(9) are now Giant-free, remove the Giant lock 2002-05-03 07:46:59 +00:00
kern_prot.c As malloc(9) and free(9) are now Giant-free, remove the Giant lock 2002-05-03 07:46:59 +00:00
kern_random.c
kern_resource.c
kern_sema.c
kern_shutdown.c
kern_sig.c Return the correct error code (ENOSYS, not EINVAL) from nosys(). Getting 2002-05-05 04:50:47 +00:00
kern_subr.c o Condition the compilation of uiomoveco() and vm_uiomove() 2002-05-05 22:42:40 +00:00
kern_switch.c
kern_sx.c
kern_synch.c
kern_syscalls.c
kern_sysctl.c
kern_tc.c Initialize time_second to 1 instead of zero to pacify slightly bogus arp code. 2002-05-03 08:46:03 +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
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 Redo the sigio locking. 2002-05-01 20:44:46 +00:00
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 As promised make the hack for sizeof(struct disklabel) on alpha annoying. 2002-05-02 21:53:39 +00:00
sys_pipe.c Redo the sigio locking. 2002-05-01 20:44:46 +00:00
sys_process.c
sys_socket.c
syscalls.c
syscalls.master Add an entry for the lchflags(2) syscall. It's useful to prevent 2002-05-05 23:37:44 +00:00
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 Redo the sigio locking. 2002-05-01 20:44:46 +00:00
uipc_accf.c
uipc_domain.c
uipc_mbuf2.c
uipc_mbuf.c
uipc_proto.c
uipc_sockbuf.c Redo the sigio locking. 2002-05-01 20:44:46 +00:00
uipc_socket2.c Redo the sigio locking. 2002-05-01 20:44:46 +00:00
uipc_socket.c Redo the sigio locking. 2002-05-01 20:44: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 As malloc(9) and free(9) are now Giant-free, remove the Giant lock 2002-05-03 07:46:59 +00:00
vfs_bio.c Remove a six year old undocumented #ifdef : NO_B_MALLOC. 2002-05-04 19:24:55 +00:00
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 Move a KASSERT() in open() prior to unlocking the vnode. It's not safe to 2002-05-05 23:17:13 +00:00
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 Expand the one-line function pbreassignbuf() the only place it is or could 2002-05-05 20:37:08 +00:00
vfs_syscalls.c Move a KASSERT() in open() prior to unlocking the vnode. It's not safe to 2002-05-05 23:17:13 +00:00
vfs_vnops.c
vnode_if.src