freebsd-dev/share/man/man9
Marius Strobl d7ecd801ed 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
..
accept_filter.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
accf_data.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
accf_dns.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
accf_http.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
acl.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
alq.9 - Rework the underlying ALQ storage to be a circular buffer, which amongst other 2010-04-26 13:48:22 +00:00
altq.9 Garbage collect man page reference to IFF_NEEDSGIANT. 2009-04-18 20:09:43 +00:00
atomic.9 mdoc: Garbage collect unused/unneeded macros 2010-05-27 13:56:27 +00:00
bios.9 Spelling fixes. 2010-07-31 10:01:15 +00:00
boot.9
bpf.9
BUF_ISLOCKED.9 Add several necessary .El's. 2010-02-27 01:17:44 +00:00
BUF_LOCK.9
BUF_LOCKFREE.9
BUF_LOCKINIT.9
BUF_RECURSED.9 Add several necessary .El's. 2010-02-27 01:17:44 +00:00
BUF_TIMELOCK.9
BUF_UNLOCK.9
buf.9
bus_activate_resource.9
BUS_ADD_CHILD.9
bus_adjust_resource.9 mdoc: reorder sections consistently 2011-06-02 09:56:53 +00:00
bus_alloc_resource.9 Add a new bus method, BUS_ADJUST_RESOURCE() that is intended to be a 2011-04-29 21:36:45 +00:00
BUS_BIND_INTR.9 Oops, add a return values section to note that these routines return an error 2009-10-14 16:00:20 +00:00
bus_child_present.9
BUS_CONFIG_INTR.9
BUS_DESCRIBE_INTR.9 These features will first appear in 8.1, soon to be released 2010-05-24 11:14:40 +00:00
bus_dma.9 Correct r190283 (partially reverting it) as on sparc64 BUS_DMA_NOCACHE 2009-05-12 20:56:34 +00:00
bus_generic_attach.9
bus_generic_detach.9
bus_generic_new_pass.9 mdoc nitpicking: the title argument shall be uppercase 2010-06-11 06:03:47 +00:00
bus_generic_print_child.9
bus_generic_read_ivar.9
bus_generic_shutdown.9
BUS_NEW_PASS.9 Fix typos and spelling mistakes. 2010-08-06 14:33:42 +00:00
BUS_PRINT_CHILD.9
BUS_READ_IVAR.9
bus_release_resource.9
bus_set_pass.9 mdoc nitpicking: the title argument shall be uppercase 2010-06-11 06:03:47 +00:00
bus_set_resource.9
BUS_SETUP_INTR.9 Retire the INTR_FAST flag as it was obsoleted by the introduction of the 2011-01-06 21:14:34 +00:00
bus_space.9 Document the fact that passing in a count of zero to the bus_space functions 2010-12-03 18:30:55 +00:00
byteorder.9
cd.9
condvar.9 Permit Giant to be passed as the explicit interlock either to 2008-08-07 21:00:13 +00:00
config_intrhook.9
contigmalloc.9
copy.9 Document copyin_nofault, copyout_nofault, uiomove_nofault. 2011-07-09 15:24:12 +00:00
cr_cansee.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
cr_seeothergids.9 mdoc: consistently spell our email addresses <foo@FreeBSD.org> 2010-05-19 08:57:53 +00:00
cr_seeotheruids.9 mdoc: consistently spell our email addresses <foo@FreeBSD.org> 2010-05-19 08:57:53 +00:00
critical_enter.9
crypto.9 Fixed a typo. 2010-08-15 21:37:30 +00:00
CTASSERT.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
DB_COMMAND.9 mdoc: drop redundant .Pp and .LP calls 2010-10-08 12:40:16 +00:00
DECLARE_GEOM_CLASS.9
DECLARE_MODULE.9
DELAY.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
dev_clone.9 Mdoc and language cleanup. 2009-01-03 10:37:38 +00:00
DEV_MODULE.9
devclass_find.9
devclass_get_count.9
devclass_get_device.9
devclass_get_devices.9
devclass_get_drivers.9
devclass_get_maxunit.9 I believe the majority of Gregorian calendars would agree the current 2010-09-12 17:53:36 +00:00
devclass_get_name.9
devclass_get_softc.9
devclass.9
devfs_set_cdevpriv.9 [mdoc] Fixed .Dt call. 2011-05-25 14:13:53 +00:00
device_add_child.9
DEVICE_ATTACH.9
device_delete_child.9
DEVICE_DETACH.9
device_enable.9
device_find_child.9
device_get_children.9 Document that devlistp and devcountp are only updated when there's no 2008-08-23 07:50:20 +00:00
device_get_devclass.9
device_get_driver.9
device_get_ivars.9
device_get_name.9
device_get_parent.9
device_get_softc.9
device_get_state.9
device_get_sysctl.9 Correct a typo in the function name. 2011-06-18 13:03:06 +00:00
device_get_unit.9
DEVICE_IDENTIFY.9
device_printf.9
device_probe_and_attach.9
DEVICE_PROBE.9 Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while 2010-08-16 15:18:30 +00:00
device_quiet.9
device_set_desc.9
device_set_driver.9
device_set_flags.9
DEVICE_SHUTDOWN.9
device.9
devstat.9 Fix incorrect usage of 'assure' and 'insure'. 2010-08-28 16:32:01 +00:00
devtoname.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
disk.9 Mention disk_gone() in disk(9). 2009-02-22 13:38:16 +00:00
domain.9 Remove reference to pr_ousrreq from domain(9) since it's now gone from 2009-01-04 19:23:44 +00:00
DRIVER_MODULE.9 Remove information and MLINK for MULTI_DRIVER_MODULE(). 2011-08-27 22:08:01 +00:00
driver.9 Remove C99 initializer, since dominant style is to use non-C99 initializers. 2010-03-03 18:49:15 +00:00
EVENTHANDLER.9
extattr.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
fail.9 Add an option to have a fail point term only execute when run by a 2011-07-08 20:41:12 +00:00
fetch.9 Make fetch(9) and store(9) manual pages closer to reality. 2009-10-05 15:16:28 +00:00
firmware.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
g_access.9
g_attach.9
g_bio.9
g_consumer.9
g_data.9
g_event.9
g_geom.9 Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while 2010-08-16 15:18:30 +00:00
g_provider_by_name.9
g_provider.9
g_wither_geom.9 Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while 2010-08-16 15:18:30 +00:00
get_cyclecount.9 Fix a typo in the previous commit. AMD64 and Intel 64 are two brand names. 2011-03-15 17:59:30 +00:00
getnewvnode.9
groupmember.9
hash.9
hashinit.9
hexdump.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
hhook.9 [mdoc] Fixed .Dt call. 2011-05-25 14:13:53 +00:00
ieee80211_amrr.9 Various mdoc, spelling etc fixes. 2009-09-18 00:33:47 +00:00
ieee80211_beacon.9 Various mdoc, spelling etc fixes. 2009-09-18 00:33:47 +00:00
ieee80211_bmiss.9 Various mdoc, spelling etc fixes. 2009-09-18 00:33:47 +00:00
ieee80211_crypto.9 Fix references. 2010-03-29 17:39:38 +00:00
ieee80211_ddb.9 mdoc: drop redundant .Pp and .LP calls 2010-10-08 12:40:16 +00:00
ieee80211_input.9 Various mdoc, spelling etc fixes. 2009-09-18 00:33:47 +00:00
ieee80211_node.9 Fix incorrect usage of 'assure' and 'insure'. 2010-08-28 16:32:01 +00:00
ieee80211_output.9 Fix references. 2010-03-29 17:39:38 +00:00
ieee80211_proto.9 Various mdoc, spelling etc fixes. 2009-09-18 00:33:47 +00:00
ieee80211_radiotap.9 mdoc: drop redundant .Pp and .LP calls 2010-10-08 12:40:16 +00:00
ieee80211_regdomain.9 Various mdoc, spelling etc fixes. 2009-09-18 00:33:47 +00:00
ieee80211_scan.9 Fix references. 2010-03-29 17:39:38 +00:00
ieee80211_vap.9 Fix typos and spelling mistakes. 2010-08-06 14:33:42 +00:00
ieee80211.9 Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while 2010-08-16 15:18:30 +00:00
ifnet.9 Fix typo in OSIOCGIFADDR. 2011-09-27 07:05:41 +00:00
inittodr.9
insmntque.9 mdoc nitpicking: the title argument shall be uppercase 2010-06-11 06:03:47 +00:00
intro.9
ithread.9 Retire the INTR_FAST flag as it was obsoleted by the introduction of the 2011-01-06 21:14:34 +00:00
KASSERT.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
kernacc.9 The NetBSD Foundation has granted permission to remove clause 3 and 4 from 2010-03-02 21:50:36 +00:00
kernel_mount.9
khelp.9 [mdoc] Fixed .Dt call. 2011-05-25 14:13:53 +00:00
kobj.9 As it turns out, r186347 actually is insufficient to avoid the use of the 2011-11-15 20:11:03 +00:00
kproc.9 Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while 2010-08-16 15:18:30 +00:00
kqueue.9 group functions together by function... 2011-11-05 17:55:49 +00:00
kthread.9 - Fix the kthread_{suspend, resume, suspend_check}() locking. 2010-01-24 15:07:00 +00:00
ktr.9 Clarify the reason to not use the volatile string as an argument to CTR 2008-11-30 13:18:35 +00:00
LOCK_PROFILING.9 Re-encode files from ISO-8859-1 to UTF-8 2011-05-22 14:03:30 +00:00
lock.9 Introduce support for adaptive spinning in lockmgr. 2009-06-17 01:55:42 +00:00
locking.9 Xref BUS_SETUP_INTR(9) and locking(9). 2010-11-03 18:49:50 +00:00
mac.9 Use the newly brought %U macro. 2010-01-15 16:01:22 +00:00
make_dev.9 Formatting fixes: 2011-05-05 09:55:55 +00:00
Makefile As it turns out, r186347 actually is insufficient to avoid the use of the 2011-11-15 20:11:03 +00:00
malloc.9 The NetBSD Foundation has granted permission to remove clause 3 and 4 from 2010-03-02 21:50:36 +00:00
mbchain.9
mbpool.9 mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the 2010-05-13 12:07:55 +00:00
mbuf_tags.9
mbuf.9 It is already seven years since mbuf allocator uses same 2011-04-18 15:30:25 +00:00
MD5.9 mdoc: drop redundant .Pp and .LP calls 2010-10-08 12:40:16 +00:00
mdchain.9
memguard.9 Spelling. 2011-10-21 20:23:40 +00:00
mi_switch.9 The NetBSD Foundation has granted permission to remove clause 3 and 4 from 2010-03-02 21:50:36 +00:00
microseq.9
microtime.9
microuptime.9
mod_cc.9 Rename the cc.4 and cc.9 modular congestion control related man pages to 2011-09-15 12:15:36 +00:00
MODULE_DEPEND.9
MODULE_VERSION.9
module.9
mtx_pool.9 Add missing coma. 2010-02-06 14:10:45 +00:00
mutex.9 Retire the INTR_FAST flag as it was obsoleted by the introduction of the 2011-01-06 21:14:34 +00:00
namei.9 mdoc: move remaining sections into consistent order 2010-05-13 12:08:11 +00:00
netisr.9 Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while 2010-08-16 15:18:30 +00:00
osd.9 Fix a whitespace nit. 2011-01-06 04:05:25 +00:00
p_candebug.9 mdoc: consistently spell our email addresses <foo@FreeBSD.org> 2010-05-19 08:57:53 +00:00
p_cansee.9 mdoc: consistently spell our email addresses <foo@FreeBSD.org> 2010-05-19 08:57:53 +00:00
panic.9
pbuf.9
pci.9 Use the newly brought %U macro. 2010-01-15 16:01:22 +00:00
pfil.9
pfind.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
pgfind.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
physio.9 The NetBSD Foundation has granted permission to remove clause 3 and 4 from 2010-03-02 21:50:36 +00:00
pmap_activate.9
pmap_change_wiring.9
pmap_clear_modify.9
pmap_copy.9
pmap_enter.9
pmap_extract.9
pmap_growkernel.9
pmap_init.9
pmap_is_modified.9
pmap_is_prefaultable.9
pmap_map.9
pmap_mincore.9
pmap_object_init_pt.9
pmap_page_exists_quick.9
pmap_page_init.9
pmap_page_protect.9
pmap_pinit.9
pmap_qenter.9
pmap_release.9
pmap_remove.9
pmap_resident_count.9
pmap_zero_page.9
pmap.9 The function pmap_addr_hint no longer exists. Remove its man page. 2008-05-22 16:25:25 +00:00
printf.9
prison_check.9 mdoc: consistently spell our email addresses <foo@FreeBSD.org> 2010-05-19 08:57:53 +00:00
priv.9 Remove the suser(9) interface from the kernel. It has been replaced from 2008-09-17 15:49:44 +00:00
pseudofs.9 Re-encode files from ISO-8859-1 to UTF-8 2011-05-22 14:03:30 +00:00
psignal.9 Mention tdsignal(9). 2011-10-07 22:14:18 +00:00
random_harvest.9
random.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
redzone.9 DEBUG_REDZONE needs DDB which needs KDB. 2009-01-09 14:41:36 +00:00
refcount.9 Add a simple manage for the refcount(9) API. 2009-03-30 18:01:12 +00:00
resettodr.9
resource_int_value.9
rijndael.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
rman.9 Add a new bus method, BUS_ADJUST_RESOURCE() that is intended to be a 2011-04-29 21:36:45 +00:00
rmlock.9 rmlock(9) two additions and one change/fix: 2010-09-01 19:50:03 +00:00
rtalloc.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
rtentry.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
runqueue.9 Tie up some loose ends r88509 left behind: 2010-08-15 21:25:52 +00:00
rwlock.9
sbuf.9 Re-encode files from ISO-8859-1 to UTF-8 2011-05-22 14:03:30 +00:00
scheduler.9
securelevel_gt.9
selrecord.9 Fix a deficiency in the selinfo interface: 2011-08-25 15:51:54 +00:00
sema.9
sf_buf.9
sglist.9 Spelling fixes. 2010-07-31 10:01:15 +00:00
signal.9
sleep.9 document that even when wakeup_one is used to wakeup, msleep and friends 2011-01-19 22:16:42 +00:00
sleepqueue.9 - change "is is" to "is" or "it is" 2011-10-16 14:30:28 +00:00
socket.9
spl.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
stack.9 Remove extraneous '>'. 2010-04-07 19:13:31 +00:00
store.9 Make fetch(9) and store(9) manual pages closer to reality. 2009-10-05 15:16:28 +00:00
style.9 Restore comment describing /* NOTREACHED */, updated to match reality. 2011-01-07 08:34:12 +00:00
swi.9 Retire the INTR_FAST flag as it was obsoleted by the introduction of the 2011-01-06 21:14:34 +00:00
sx.9 Reverse the logic for ADAPTIVE_SX option and enable it by default. 2009-05-29 01:49:27 +00:00
SYSCALL_MODULE.9
sysctl_add_oid.9 mdoc: make pages render with mandoc 2010-10-21 12:27:13 +00:00
sysctl_ctx_init.9 Fix a few typos and style nits in the example code. 2010-11-02 12:40:13 +00:00
sysctl.9 Introduce signed and unsigned version of CTLTYPE_QUAD, renaming 2011-01-19 23:00:25 +00:00
SYSINIT.9 Add a manpage for SYSINIT() and SYSUNINIT(). 2010-12-06 15:19:03 +00:00
taskqueue.9 Ensure that ta_pending doesn't overflow u_short by capping its value at USHRT_MAX. 2011-09-15 08:42:06 +00:00
thread_exit.9
time.9
timeout.9 mdoc: drop redundant .Pp and .LP calls 2010-10-08 12:40:16 +00:00
tvtohz.9
ucred.9 Document crcopysafe() and crsetgroups(). 2009-06-19 19:16:35 +00:00
uidinfo.9
uio.9 Document copyin_nofault, copyout_nofault, uiomove_nofault. 2011-07-09 15:24:12 +00:00
unr.9 Rename alloc_unr(9) to unr(9) and adjust the links accordingly. 2011-04-27 01:10:15 +00:00
usbdi.9 - Add support for software pre-scaling of ISOCHRONOUS transfers. 2011-02-28 17:23:15 +00:00
utopia.9
vaccess_acl_nfs4.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
vaccess_acl_posix1e.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
vaccess.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
vcount.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
vflush.9 Stop documenting vgonel() after its converting to the static function: 2010-11-12 12:07:36 +00:00
vfs_busy.9 Update vfs_busy(9) and vfs_unbusy(9) manual pages to better match the 2010-06-14 17:31:46 +00:00
VFS_CHECKEXP.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VFS_FHTOVP.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
vfs_getnewfsid.9
vfs_getopt.9 Update vfs_getopt(9) to reflect 32-bit to 64-bit change from 2011-07-31 21:04:47 +00:00
vfs_getvfs.9
VFS_LOCK_GIANT.9
vfs_mount.9 vfs_mount.9: drop cross-reference to a removed manual 2010-03-19 14:35:38 +00:00
VFS_MOUNT.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
vfs_mountedfrom.9 mdoc nitpicking: the title argument shall be uppercase 2010-06-11 06:03:47 +00:00
VFS_QUOTACTL.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VFS_ROOT.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
vfs_rootmountalloc.9
VFS_SET.9 Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. 2008-11-17 20:49:29 +00:00
VFS_STATFS.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
vfs_suser.9 Remove the suser(9) interface from the kernel. It has been replaced from 2008-09-17 15:49:44 +00:00
VFS_SYNC.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
vfs_timestamp.9
vfs_unbusy.9 Update vfs_busy(9) and vfs_unbusy(9) manual pages to better match the 2010-06-14 17:31:46 +00:00
VFS_UNMOUNT.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
vfs_unmountall.9
VFS_VGET.9 Spelling fixes. 2010-07-31 10:01:15 +00:00
VFS.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
vfsconf.9
vget.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
vgone.9 Stop documenting vgonel() after its converting to the static function: 2010-11-12 12:07:36 +00:00
vhold.9
vinvalbuf.9 Reflect changes into vinvalbuf(9) prototype. 2008-10-20 20:00:34 +00:00
vm_fault_prefault.9
vm_map_check_protection.9
vm_map_create.9
vm_map_delete.9
vm_map_entry_resize_free.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
vm_map_find.9 Generalize vm_map_find(9)'s parameter "find_space". Specifically, add 2008-05-10 18:55:35 +00:00
vm_map_findspace.9
vm_map_inherit.9
vm_map_init.9
vm_map_insert.9
vm_map_lock.9 Catch up with recent locking changes. 2009-04-03 23:52:47 +00:00
vm_map_lookup.9
vm_map_madvise.9
vm_map_max.9
vm_map_protect.9
vm_map_remove.9
vm_map_simplify_entry.9
vm_map_stack.9
vm_map_submap.9
vm_map_sync.9 vm_map_clean() was long ago renamed to vm_map_sync(). Also, it no longer 2011-07-09 19:05:28 +00:00
vm_map_wire.9
vm_map.9 vm_map_clean() was long ago renamed to vm_map_sync(). Also, it no longer 2011-07-09 19:05:28 +00:00
vm_page_aflag.9 Document vm_page_aflag_set(9), vm_page_aflag_clear(9) and vm_page_reference(9). 2011-09-06 10:40:21 +00:00
vm_page_alloc.9 Improve the comment and man page for vm_page_alloc(). Specifically, 2010-07-03 18:25:37 +00:00
vm_page_bits.9 Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while 2010-08-16 15:18:30 +00:00
vm_page_cache.9
vm_page_deactivate.9
vm_page_dontneed.9
vm_page_free.9
vm_page_grab.9
vm_page_hold.9
vm_page_insert.9
vm_page_io.9 PG_BUSY -> VPO_BUSY, PG_WANTED -> VPO_WANTED in manual pages and comments 2010-10-20 05:17:23 +00:00
vm_page_lookup.9
vm_page_rename.9
vm_page_sleep_if_busy.9 catch up manual pages with rename of vm_page_sleep_busy to vm_page_sleep_if_busy 2010-10-20 06:29:11 +00:00
vm_page_wakeup.9 catch up manual pages with rename of vm_page_sleep_busy to vm_page_sleep_if_busy 2010-10-20 06:29:11 +00:00
vm_page_wire.9
vm_set_page_size.9
vn_fullpath.9 vn_fullpath(9) does not assume vp is locked by the caller now. 2008-11-23 20:02:58 +00:00
vn_isdisk.9
vnode.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VOP_ACCESS.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VOP_ACLCHECK.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VOP_ADVLOCK.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VOP_ATTRIB.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VOP_BWRITE.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VOP_CREATE.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VOP_FSYNC.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VOP_GETACL.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VOP_GETEXTATTR.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VOP_GETPAGES.9 VOP_GETPAGES.9: clarify and correct description of parameters and requirements 2010-10-20 05:57:54 +00:00
VOP_GETVOBJECT.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VOP_INACTIVE.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VOP_IOCTL.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VOP_LINK.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VOP_LISTEXTATTR.9 Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while 2010-08-16 15:18:30 +00:00
VOP_LOCK.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VOP_LOOKUP.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VOP_OPENCLOSE.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VOP_PATHCONF.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VOP_PRINT.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VOP_RDWR.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VOP_READDIR.9 Correct cookie type to match reality. 2010-12-19 18:07:10 +00:00
VOP_READLINK.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VOP_REALLOCBLKS.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VOP_REMOVE.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VOP_RENAME.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VOP_REVOKE.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VOP_SETACL.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VOP_SETEXTATTR.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VOP_STRATEGY.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VOP_VPTOCNP.9 Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while 2010-08-16 15:18:30 +00:00
VOP_VPTOFH.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
vref.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
vrefcnt.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
vrele.9 Remove the note about possible unlocking during vunref(9). It might 2010-11-24 12:34:25 +00:00
vslock.9 The NetBSD Foundation has granted permission to remove clause 3 and 4 from 2010-03-02 21:50:36 +00:00
watchdog.9 mdoc: consistently spell our email addresses <foo@FreeBSD.org> 2010-05-19 08:57:53 +00:00
zero_copy.9
zone.9 Re-encode files from ISO-8859-1 to UTF-8 2011-05-22 14:03:30 +00:00