freebsd-nq/sys/kern
John Baldwin 8484de7555 - Don't use a union and fun tricks to shave one extra pointer off of struct
mtx right now as it makes debugging harder.  When we are in optimizing
  mode, we can revisit this.
- Fix the KTR trace messages to use %p rather than 0x%p to avoid duplicate
  0x's in KTR output.
- During witness_fixup, release Giant so that witness doesn't get confused.
  Also, grab all_mtx while walking the list of mutexes.
- Remove w_sleep and w_recurse.  Instead, perform checks on mutexes using
  the mutex's mtx_flags field.
- Allow debug.witness_ddb and debug.witness_skipspin to be set from the
  loader.
- Add Giant to the front of existing order_list entries to help ensure
  Giant is always first.
- Add an order entry for the various proc locks.  Note that this only
  helps keep proc in order mostly as the allproc and proctree mutexes are
  only obtained during a lockmgr operation on the specified mutex.
2001-01-24 10:57:01 +00:00
..
bus_if.m
device_if.m
genassym.sh
imgact_aout.c Proc locking. 2001-01-24 00:27:28 +00:00
imgact_elf.c Proc locking. 2001-01-24 00:27:28 +00:00
imgact_gzip.c Fix a typo. 2001-01-24 08:42:39 +00:00
imgact_shell.c
inflate.c
init_main.c - Catch up to p_sflag changes. 2001-01-24 10:40:56 +00:00
init_sysent.c
kern_acct.c - Proc locking. 2001-01-24 00:28:07 +00:00
kern_acl.c Proc locking. 2001-01-24 00:35:12 +00:00
kern_cap.c
kern_clock.c - Proc locking. 2001-01-24 10:43:25 +00:00
kern_condvar.c Catch up to P_FOO -> PS_FOO changes in proc flags. 2001-01-24 10:44:01 +00:00
kern_conf.c Convert a Debugger(3) to a panic(9) and a EINVAL. 2001-01-21 21:19:49 +00:00
kern_descrip.c
kern_environment.c
kern_event.c Proc locking. 2001-01-24 00:35:12 +00:00
kern_exec.c
kern_exit.c - Proc locking. 2001-01-24 00:33:44 +00:00
kern_fork.c - Catch up to proc flag changes. 2001-01-24 10:47:14 +00:00
kern_idle.c
kern_intr.c Remove the static splXXX functions and replace them by static __inline 2001-01-19 09:57:29 +00:00
kern_jail.c
kern_kthread.c - Catch up to proc flag changes. 2001-01-24 10:47:50 +00:00
kern_ktr.c
kern_ktrace.c
kern_linker.c
kern_lock.c Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutex 2001-01-21 07:52:20 +00:00
kern_lockf.c
kern_malloc.c Don't grab Giant when calling kmem_alloc/kmem_free as this is just 2001-01-24 00:36:03 +00:00
kern_mib.c
kern_module.c
kern_mutex.c - Don't use a union and fun tricks to shave one extra pointer off of struct 2001-01-24 10:57:01 +00:00
kern_ntptime.c
kern_physio.c
kern_proc.c
kern_prot.c
kern_random.c
kern_resource.c
kern_shutdown.c
kern_sig.c Revert revision 1.102. I don't think p_nice needs to be protected with 2001-01-19 08:23:22 +00:00
kern_subr.c
kern_switch.c
kern_synch.c Do not do the commenting out the way that saves bytes and looks cleaner 2001-01-23 16:35:33 +00:00
kern_syscalls.c
kern_sysctl.c Never reuse AUTO_OID values. 2001-01-24 04:35:13 +00:00
kern_tc.c
kern_time.c
kern_timeout.c
kern_xxx.c
ksched.c
link_aout.c
link_elf_obj.c
link_elf.c
linker_if.m
Make.tags.inc
makedevops.pl
Makefile
makeobjops.pl
makesyscalls.sh
md5c.c
p1003_1b.c
posix4_mib.c
subr_acl_posix1e.c Proc locking. 2001-01-24 00:35:12 +00:00
subr_autoconf.c
subr_blist.c
subr_bus.c
subr_clist.c
subr_devstat.c
subr_disk.c
subr_disklabel.c A bit of sanity-checking in bioqdisksort(): panic if we recurse. 2001-01-14 18:48:42 +00:00
subr_diskmbr.c
subr_diskslice.c
subr_eventhandler.c Implement MTX_RECURSE flag for mtx_init(). 2001-01-19 01:59:14 +00:00
subr_kobj.c
subr_log.c
subr_module.c
subr_param.c
subr_prf.c
subr_prof.c
subr_rman.c
subr_sbuf.c
subr_scanf.c
subr_smp.c - Relocate portions of this file to get it into an order closer to that of 2001-01-24 09:48:52 +00:00
subr_taskqueue.c
subr_trap.c - Kill the have_giant parameter to userret() along with all instances of 2001-01-24 09:53:49 +00:00
subr_turnstile.c - Don't use a union and fun tricks to shave one extra pointer off of struct 2001-01-24 10:57:01 +00:00
subr_witness.c - Don't use a union and fun tricks to shave one extra pointer off of struct 2001-01-24 10:57:01 +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 Use predictable internal names for the sysvipc modules, so we have a 2001-01-14 18:04:30 +00:00
sysv_sem.c Use predictable internal names for the sysvipc modules, so we have a 2001-01-14 18:04:30 +00:00
sysv_shm.c Use predictable internal names for the sysvipc modules, so we have a 2001-01-14 18:04:30 +00:00
tty_compat.c
tty_conf.c
tty_cons.c
tty_pty.c
tty_snoop.c
tty_subr.c
tty_tty.c
tty.c - All of proc_compare needs sched_lock, so hold it for the for loop that 2001-01-20 23:03:20 +00:00
uipc_accf.c
uipc_domain.c
uipc_mbuf2.c
uipc_mbuf.c When short of mbufs or mbuf clusters, we sleep on appropriate "counters." 2001-01-20 21:29:10 +00:00
uipc_proto.c
uipc_sockbuf.c
uipc_socket2.c
uipc_socket.c First step towards an MP-safe zone allocator: 2001-01-21 22:23:11 +00:00
uipc_syscalls.c
uipc_usrreq.c
vfs_acl.c Proc locking. 2001-01-24 00:35:12 +00:00
vfs_aio.c
vfs_bio.c
vfs_cache.c
vfs_cluster.c Do not cluster with B_LOCKED buffers. 2001-01-19 05:31:07 +00:00
vfs_conf.c
vfs_default.c
vfs_export.c o The move to using VADMIN under vaccess() resulted in some system 2001-01-23 04:15:19 +00:00
vfs_extattr.c
vfs_init.c
vfs_lookup.c
vfs_mount.c
vfs_subr.c o The move to using VADMIN under vaccess() resulted in some system 2001-01-23 04:15:19 +00:00
vfs_syscalls.c
vfs_vnops.c
vnode_if.pl
vnode_if.src