freebsd-skq/share/man
marius 4b6458192f As it turns out, r186347 actually is insufficient to avoid the use of the
curthread-accessing part of mtx_{,un}lock(9) when using a r210623-style
curthread implementation on sparc64, crashing the kernel in its early
cycles as PCPU isn't set up, yet (and can't be set up as OFW is one of the
things we need for that, which leads to a chicken-and-egg problem). What
happens is that due to the fact that the idea of r210623 actually is to
allow the compiler to cache invocations of curthread, it factors out
obtaining curthread needed for both mtx_lock(9) and mtx_unlock(9) to
before the branch based on kobj_mutex_inited when compiling the kernel
without the debugging options. So change kobj_class_compile_static(9)
to just never acquire kobj_mtx, effectively restricting it to its
documented use, and add a kobj_init_static(9) for initializing objects
using a class compiled with the former and that also avoids using mutex(9)
(and malloc(9)). Also assert in both of these functions that they are
used in their intended way only.
While at it, inline kobj_register_method() and kobj_unregister_method()
as there wasn't much point for factoring them out in the first place
and so that a reader of the code has to figure out the locking for
fewer functions missing a KOBJ_ASSERT.
Tested on powerpc{,64} by andreast.

Reviewed by:	nwhitehorn (earlier version), jhb
MFC after:	3 days
2011-11-15 20:11:03 +00:00
..
man1 sh: Add kill builtin. 2010-12-21 22:47:34 +00:00
man3 Fix a little typo and get rid of a cryptic description by aligning the 2011-09-02 18:13:46 +00:00
man4 Remove list nesting in the hardware notes section, thus making it compatible with 2011-11-14 22:57:47 +00:00
man5 Add information about static_ndp_pairs to rc.conf(5) manual page 2011-10-23 10:20:31 +00:00
man6
man7 Further automate production release generation by naming files the right 2011-11-15 18:49:27 +00:00
man8 Change "options NFSCLIENT" to "options NFSCL" in diskless.8, 2011-08-08 13:13:22 +00:00
man9 As it turns out, r186347 actually is insufficient to avoid the use of the 2011-11-15 20:11:03 +00:00
Makefile Add a new build option, MAN_UTILS. This option lets you control building 2010-05-19 23:56:26 +00:00