freebsd-dev/share/man/man9
2013-01-28 07:04:52 +00:00
..
accept_filter.9
accf_data.9
accf_dns.9
accf_http.9
acl.9 Typo and mdoc(7) style fixes. 2012-05-20 16:43:47 +00:00
alq.9
altq.9
atomic.9
bios.9 Globally replace u_int*_t from (non-contributed) man pages. 2012-02-12 18:29:56 +00:00
boot.9
bpf.9 Fix panic on attaching to non-existent interface (introduced by r233937, pointed by hrs@) 2012-05-21 22:13:48 +00:00
BUF_ISLOCKED.9 Typo and mdoc(7) style fixes. 2012-05-20 16:43:47 +00:00
BUF_LOCK.9
BUF_LOCKFREE.9
BUF_LOCKINIT.9
BUF_RECURSED.9
buf_ring.9 The drbr(9) API appeared to be so unclear, that most drivers in 2012-09-28 18:28:27 +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
BUS_CHILD_DELETED.9 Add a BUS_CHILD_DELETED() method that a bus can hook to allow it to cleanup 2012-08-21 18:13:09 +00:00
BUS_CHILD_DETACHED.9 Add a manpage for BUS_CHILD_DETACHED(). 2012-08-21 18:41:38 +00:00
bus_child_present.9
BUS_CONFIG_INTR.9
BUS_DESCRIBE_INTR.9 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
bus_dma.9 Clarify that bus_dma does not stall future load requests once a load is 2012-08-30 14:44:30 +00:00
bus_generic_attach.9
bus_generic_detach.9
bus_generic_new_pass.9
bus_generic_print_child.9 Typo and mdoc(7) style fixes. 2012-05-20 16:43:47 +00:00
bus_generic_read_ivar.9
bus_generic_shutdown.9
BUS_NEW_PASS.9
BUS_PRINT_CHILD.9
BUS_READ_IVAR.9
bus_release_resource.9 Typo and mdoc(7) style fixes. 2012-05-20 16:43:47 +00:00
bus_set_pass.9
bus_set_resource.9
BUS_SETUP_INTR.9 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
bus_space.9 Typo and mdoc(7) style fixes. 2012-05-20 16:43:47 +00:00
byteorder.9 Typo and mdoc(7) style fixes. 2012-05-20 16:43:47 +00:00
cd.9 Correct a grammo. 2012-07-01 19:40:51 +00:00
condvar.9 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
config_intrhook.9
contigmalloc.9 Update for adjusted types for boundary arguments in 232356. 2012-03-01 20:19:21 +00:00
copy.9 Document copyin_nofault, copyout_nofault, uiomove_nofault. 2011-07-09 15:24:12 +00:00
cr_cansee.9
cr_seeothergids.9
cr_seeotheruids.9
critical_enter.9
crypto.9 mdoc: terminate quoted strings. 2012-03-26 15:18:14 +00:00
CTASSERT.9
DB_COMMAND.9 Typo and mdoc(7) style fixes. 2012-05-20 16:43:47 +00:00
DECLARE_GEOM_CLASS.9 Fix mdoc(7) markup. 2012-05-12 20:41:40 +00:00
DECLARE_MODULE.9
DELAY.9
dev_clone.9
DEV_MODULE.9 Remove remnants of dev_t. 2012-01-19 09:51:07 +00:00
devclass_find.9
devclass_get_count.9
devclass_get_device.9
devclass_get_devices.9
devclass_get_drivers.9
devclass_get_maxunit.9 Typo and mdoc(7) style fixes. 2012-05-20 16:43:47 +00:00
devclass_get_name.9
devclass_get_softc.9
devclass.9
devfs_set_cdevpriv.9 Streamline use of cdevpriv and correct some corner cases. 2012-08-15 16:19:39 +00:00
device_add_child.9
DEVICE_ATTACH.9
device_delete_child.9
DEVICE_DETACH.9
device_enable.9
device_find_child.9 Typo and mdoc(7) style fixes. 2012-05-20 16:43:47 +00:00
device_get_children.9 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +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 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
device_quiet.9
device_set_desc.9
device_set_driver.9
device_set_flags.9 Globally replace u_int*_t from (non-contributed) man pages. 2012-02-12 18:29:56 +00:00
DEVICE_SHUTDOWN.9
device.9
devstat.9 Globally replace u_int*_t from (non-contributed) man pages. 2012-02-12 18:29:56 +00:00
devtoname.9 Remove outdated piece of information. 2012-02-10 11:20:13 +00:00
disk.9 Document disk_resize(9). 2012-10-30 13:05:50 +00:00
domain.9 Document pffinddomain(). 2012-12-07 02:29:32 +00:00
drbr.9 mdoc: remove superfluous paragraph macro. 2012-09-30 07:51:57 +00:00
DRIVER_MODULE.9 Document DRIVER_MODULE_ORDERED, EARLY_DRIVER_MODULE, and 2012-08-21 17:58:39 +00:00
driver.9 - Add a DEVMETHOD_END alias for KOBJMETHOD_END so that along with 'driver_t' 2011-11-22 19:31:43 +00:00
EVENTHANDLER.9 Fix panic on attaching to non-existent interface (introduced by r233937, pointed by hrs@) 2012-05-21 22:13:48 +00:00
eventtimers.9 mdoc(7) markup cleanup. 2012-05-12 20:46:19 +00:00
extattr.9
fail.9 mdoc(7) markup cleanup. 2012-05-12 20:46:19 +00:00
fetch.9
firmware.9 - Lowercase a cross reference to make. 2012-11-13 20:07:34 +00:00
g_access.9
g_attach.9
g_bio.9
g_consumer.9
g_data.9
g_event.9
g_geom.9
g_provider_by_name.9
g_provider.9
g_wither_geom.9
get_cyclecount.9 Globally replace u_int*_t from (non-contributed) man pages. 2012-02-12 18:29:56 +00:00
getnewvnode.9
groupmember.9
hash.9 - Move jenkins.h to jenkins_hash.c 2012-09-04 12:07:33 +00:00
hashinit.9 Typo and mdoc(7) style fixes. 2012-05-20 16:43:47 +00:00
hexdump.9
hhook.9 [mdoc] Fixed .Dt call. 2011-05-25 14:13:53 +00:00
ieee80211_amrr.9 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
ieee80211_beacon.9
ieee80211_bmiss.9 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
ieee80211_crypto.9 Remove end of line whitespace. 2012-03-31 07:10:16 +00:00
ieee80211_ddb.9
ieee80211_input.9 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
ieee80211_node.9 Put parenthesis around sizeof args. 2012-07-17 02:05:39 +00:00
ieee80211_output.9 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
ieee80211_proto.9 Typo and mdoc(7) style fixes. 2012-05-20 16:43:47 +00:00
ieee80211_radiotap.9 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
ieee80211_regdomain.9 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
ieee80211_scan.9 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
ieee80211_vap.9 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
ieee80211.9 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
ifnet.9 Typo and mdoc(7) style fixes. 2012-05-20 16:43:47 +00:00
inittodr.9
insmntque.9
intro.9
ithread.9
KASSERT.9
kernacc.9
kernel_mount.9 Put parenthesis around sizeof args. 2012-07-17 02:05:39 +00:00
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 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
kqueue.9 Typo and mdoc(7) style fixes. 2012-05-20 16:43:47 +00:00
kthread.9 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
ktr.9
LOCK_PROFILING.9 o Sync LOCK_PROFILING manpage with the current code: remove 2012-03-07 14:50:14 +00:00
lock.9 lock.9: fix incorrect descriptions of LK_SHARED and LK_DOWNGRADE behavior 2012-12-23 12:56:04 +00:00
locking.9 Remove a duplicated "thread". 2012-08-30 11:52:26 +00:00
mac.9
make_dev.9 Reject spaces and double quotation marks in device names. devctl(4) 2012-12-22 13:33:28 +00:00
Makefile Document pffinddomain(). 2012-12-07 02:29:32 +00:00
malloc.9 Remove trailing whitespace. 2012-11-16 11:56:53 +00:00
mbchain.9 Globally replace u_int*_t from (non-contributed) man pages. 2012-02-12 18:29:56 +00:00
mbpool.9
mbuf_tags.9 Globally replace u_int*_t from (non-contributed) man pages. 2012-02-12 18:29:56 +00:00
mbuf.9 Remove description of deprecated IP fragment checksum support. 2012-11-13 20:52:17 +00:00
MD5.9 Globally replace u_int*_t from (non-contributed) man pages. 2012-02-12 18:29:56 +00:00
mdchain.9 Globally replace u_int*_t from (non-contributed) man pages. 2012-02-12 18:29:56 +00:00
memcchr.9 Fix sloppyness in memcchr() man page. 2012-01-01 20:59:42 +00:00
memguard.9 Spelling. 2011-10-21 20:23:40 +00:00
mi_switch.9 Avoid an ambiguous reference to mtx_lock(9). 2012-11-13 19:21:51 +00:00
microseq.9
microtime.9
microuptime.9
mod_cc.9 Typo and mdoc(7) style fixes. 2012-05-20 16:43:47 +00:00
MODULE_DEPEND.9
MODULE_VERSION.9
module.9 Since the moduledata structure member priv is a void pointer, using 2012-10-12 01:31:02 +00:00
mtx_pool.9
mutex.9 Constify arguments for locking KPIs where possible. 2011-11-16 21:51:17 +00:00
namei.9 Remove the support for using non-mpsafe filesystem modules. 2012-10-22 17:50:54 +00:00
netisr.9 Typo and mdoc(7) style fixes. 2012-05-20 16:43:47 +00:00
osd.9 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
p_candebug.9
p_cansee.9
panic.9
pbuf.9
pci.9 Typo and mdoc(7) style fixes. 2012-05-20 16:43:47 +00:00
pfil.9 Correct rmlock(9) xref and add a missing comma. 2012-11-13 19:03:13 +00:00
pfind.9
pgfind.9
physio.9 Remove remnants of dev_t. 2012-01-19 09:51:07 +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
printf.9
prison_check.9
priv.9
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 Globally replace u_int*_t from (non-contributed) man pages. 2012-02-12 18:29:56 +00:00
redzone.9
refcount.9
resettodr.9
resource_int_value.9
rijndael.9 Globally replace u_int*_t from (non-contributed) man pages. 2012-02-12 18:29:56 +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 Several updates: 2012-06-08 21:30:35 +00:00
rtalloc.9 Document RO_RTFREE() macro. 2012-07-04 07:42:12 +00:00
rtentry.9
runqueue.9
rwlock.9 Use the defined terms "readers" and "writers" to simplify some text. 2012-06-06 13:35:30 +00:00
sbuf.9 Follow style(9) more closely in the example. 2011-12-21 17: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
shm_map.9 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
signal.9
sleep.9 Fix some minor inaccuracies introduced in r243251. 2013-01-05 00:23:26 +00:00
sleepqueue.9 - change "is is" to "is" or "it is" 2011-10-16 14:30:28 +00:00
socket.9
spl.9 Typo and mdoc(7) style fixes. 2012-05-20 16:43:47 +00:00
stack.9 Constify stack argument for functions that don't modify it. 2011-11-16 19:06:55 +00:00
store.9 Remove duplicate words in mdoc(7) pages. 2012-05-12 03:46:43 +00:00
style.9
swi.9 - Update the rest of struct ithd references. 2012-04-19 16:13:15 +00:00
sx.9 Constify arguments for locking KPIs where possible. 2011-11-16 21:51:17 +00:00
SYSCALL_MODULE.9
sysctl_add_oid.9
sysctl_ctx_init.9 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
sysctl.9 Typo and mdoc(7) style fixes. 2012-05-20 16:43:47 +00:00
SYSINIT.9 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
taskqueue.9 Fix typo. 2012-12-04 14:07:17 +00:00
thread_exit.9
time.9
timeout.9 Add descriptions for callout_reset_on and callout_schedule_on and 2012-11-01 21:00:13 +00:00
tvtohz.9
ucred.9
uidinfo.9
uio.9 Remove remnants of dev_t. 2012-01-19 09:51:07 +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 Typo and mdoc(7) style fixes. 2012-05-20 16:43:47 +00:00
utopia.9
vaccess_acl_nfs4.9
vaccess_acl_posix1e.9
vaccess.9
vcount.9 Remove remnants of dev_t. 2012-01-19 09:51:07 +00:00
vflush.9
vfs_busy.9
VFS_CHECKEXP.9
VFS_FHTOVP.9
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_mount.9
VFS_MOUNT.9
vfs_mountedfrom.9
VFS_QUOTACTL.9
VFS_ROOT.9
vfs_rootmountalloc.9
VFS_SET.9 Technical corrections and improvements for the previous change. 2013-01-28 07:04:52 +00:00
VFS_STATFS.9
vfs_suser.9
VFS_SYNC.9
vfs_timestamp.9
vfs_unbusy.9
VFS_UNMOUNT.9
vfs_unmountall.9
VFS_VGET.9
VFS.9 Add references to VFS_SET(9) and VOP_VPTOFH(9) 2012-09-12 03:39:32 +00:00
vfsconf.9
vget.9
vgone.9
vhold.9
vinvalbuf.9 Remove references to brelse and bremfree, which don't actually exist. 2012-09-20 07:07:35 +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
vm_map_find.9 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
vm_map_findspace.9
vm_map_inherit.9
vm_map_init.9
vm_map_insert.9 The Giant lock is no longer used in the vm_map(9) part of the VM. 2013-01-10 22:36:30 +00:00
vm_map_lock.9
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 The Giant lock is no longer used in the vm_map(9) part of the VM. 2013-01-10 22:36:30 +00:00
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 Typo and mdoc(7) style fixes. 2012-05-20 16:43:47 +00:00
vm_page_alloc.9 update .Dd 2012-01-28 23:30:39 +00:00
vm_page_bits.9
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
vm_page_lookup.9
vm_page_rename.9
vm_page_sleep_if_busy.9
vm_page_wakeup.9
vm_page_wire.9
vm_set_page_size.9
vn_fullpath.9
vn_isdisk.9
vnode.9 vfs_object_create() function is obsolete. Use vnode_create_vobject() 2012-01-18 02:27:09 +00:00
VOP_ACCESS.9
VOP_ACLCHECK.9
VOP_ADVLOCK.9
VOP_ATTRIB.9
VOP_BWRITE.9
VOP_CREATE.9
VOP_FSYNC.9
VOP_GETACL.9 Remove duplicate words in mdoc(7) pages. 2012-05-12 03:46:43 +00:00
VOP_GETEXTATTR.9 Typo and mdoc(7) style fixes. 2012-05-20 16:43:47 +00:00
VOP_GETPAGES.9 Typo and mdoc(7) style fixes. 2012-05-20 16:43:47 +00:00
VOP_GETVOBJECT.9 Typo and mdoc(7) style fixes. 2012-05-20 16:43:47 +00:00
VOP_INACTIVE.9
VOP_IOCTL.9
VOP_LINK.9
VOP_LISTEXTATTR.9
VOP_LOCK.9
VOP_LOOKUP.9
VOP_OPENCLOSE.9
VOP_PATHCONF.9
VOP_PRINT.9
VOP_RDWR.9
VOP_READDIR.9
VOP_READLINK.9
VOP_REALLOCBLKS.9
VOP_REMOVE.9
VOP_RENAME.9
VOP_REVOKE.9
VOP_SETACL.9 Remove duplicate words in mdoc(7) pages. 2012-05-12 03:46:43 +00:00
VOP_SETEXTATTR.9 Typo and mdoc(7) style fixes. 2012-05-20 16:43:47 +00:00
VOP_STRATEGY.9
VOP_VPTOCNP.9 Update the manpage for r227697. 2011-11-19 07:52:39 +00:00
VOP_VPTOFH.9
vref.9
vrefcnt.9
vrele.9
vslock.9 Follow r239818 and remove no more relevant vslock() ENOMEM error. 2012-08-29 13:00:00 +00:00
watchdog.9 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
zero_copy.9 mdoc: sort sections. 2012-10-26 16:40:03 +00:00
zone.9 Implemented uma_zone_set_warning(9) function that sets a warning, which 2012-12-07 22:27:13 +00:00