freebsd-nq/share/man/man9
Kenneth D. Merry 5672fac935 Add support for reading MAM attributes to camcontrol(8) and libcam(3).
MAM is Medium Auxiliary Memory and is most commonly found as flash
chips on tapes.

This includes support for reading attributes and decoding most
known attributes, but does not yet include support for writing
attributes or reporting attributes in XML format.

libsbuf/Makefile:
	Add subr_prf.c for the new sbuf_hexdump() function.  This
	function is essentially the same function.

libsbuf/Symbol.map:
	Add a new shared library minor version, and include the
	sbuf_hexdump() function.

libsbuf/Version.def:
	Add version 1.4 of the libsbuf library.

libutil/hexdump.3:
	Document sbuf_hexdump() alongside hexdump(3), since it is
	essentially the same function.

camcontrol/Makefile:
	Add attrib.c.

camcontrol/attrib.c:
	Implementation of READ ATTRIBUTE support for camcontrol(8).

camcontrol/camcontrol.8:
	Document the new 'camcontrol attrib' subcommand.

camcontrol/camcontrol.c:
	Add the new 'camcontrol attrib' subcommand.

camcontrol/camcontrol.h:
	Add a function prototype for scsiattrib().

share/man/man9/sbuf.9:
	Document the existence of sbuf_hexdump() and point users to
	the hexdump(3) man page for more details.

sys/cam/scsi/scsi_all.c:
	Add a table of known attributes, text descriptions and
	handler functions.

	Add a new scsi_attrib_sbuf() function along with a number
	of other related functions that help decode attributes.

	scsi_attrib_ascii_sbuf() decodes ASCII format attributes.

	scsi_attrib_int_sbuf() decodes binary format attributes, and
	will pass them off to scsi_attrib_hexdump_sbuf() if they're
	bigger than 8 bytes.

	scsi_attrib_vendser_sbuf() decodes the vendor and drive
	serial number attribute.

	scsi_attrib_volcoh_sbuf() decodes the Volume Coherency
	Information attribute that LTFS writes out.

sys/cam/scsi/scsi_all.h:
	Add a number of attribute-related structure definitions and
	other defines.

	Add function prototypes for all of the functions added in
	scsi_all.c.

sys/kern/subr_prf.c:
	Add a new function, sbuf_hexdump().  This is the same as
	the existing hexdump(9) function, except that it puts the
	result in an sbuf.

	This also changes subr_prf.c so that it can be compiled in
	userland for includsion in libsbuf.

	We should work to change this so that the kernel hexdump
	implementation is a wrapper around sbuf_hexdump() with a
	statically allocated sbuf with a drain.  That will require
	a drain function that goes to the kernel printf() buffer
	that can take a non-NUL terminated string as input.
	That is because an sbuf isn't NUL-terminated until it is
	finished, and we don't want to finish it while we're still
	using it.

	We should also work to consolidate the userland hexdump and
	kernel hexdump implemenatations, which are currently
	separate.  This would also mean making applications that
	currently link in libutil link in libsbuf.

sys/sys/sbuf.h:
	Add the prototype for sbuf_hexdump(), and add another copy
	of the hexdump flag values if they aren't already defined.

	Ideally the flags should be defined in one place but the
	implemenation makes it difficult to do properly.  (See
	above.)

Sponsored by:	Spectra Logic Corporation
MFC after:	1 week
2015-06-09 21:39:38 +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 Fix various mdoc issues and some EOL whitespace. 2014-12-21 10:57:42 +00:00
accf_dns.9 Fix various mdoc issues and some EOL whitespace. 2014-12-21 10:57:42 +00:00
accf_http.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
acl.9 Fix various mdoc issues and some EOL whitespace. 2014-12-21 10:57:42 +00:00
alq.9 Fix various mdoc issues and some EOL whitespace. 2014-12-21 10:57:42 +00:00
altq.9 Remove ifq_drops from struct ifqueue. Now queue drops are accounted in 2014-09-19 09:01:19 +00:00
atomic.9 Remove ia64. 2014-07-07 00:27:09 +00:00
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 Fix various mdoc issues and some EOL whitespace. 2014-12-21 10:57:42 +00:00
BUF_LOCK.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
BUF_LOCKFREE.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
BUF_LOCKINIT.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
BUF_RECURSED.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
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 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
BUF_UNLOCK.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
buf.9 multiple: Remove 3rd clause from BSD license where approved by the 2014-03-14 03:07:51 +00:00
bus_activate_resource.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
BUS_ADD_CHILD.9
bus_adjust_resource.9 Reassign copyright statements on several files from Advanced 2015-04-23 14:22:20 +00:00
bus_alloc_resource.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
BUS_BIND_INTR.9 Reassign copyright statements on several files from Advanced 2015-04-23 14:22:20 +00:00
BUS_CHILD_DELETED.9 Reassign copyright statements on several files from Advanced 2015-04-23 14:22:20 +00:00
BUS_CHILD_DETACHED.9 Reassign copyright statements on several files from Advanced 2015-04-23 14:22:20 +00:00
bus_child_present.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
BUS_CONFIG_INTR.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
BUS_DESCRIBE_INTR.9 Reassign copyright statements on several files from Advanced 2015-04-23 14:22:20 +00:00
bus_dma.9 Update NetBSD Foundation copyrights to 2-clause BSD 2014-03-18 01:40:25 +00:00
bus_generic_attach.9
bus_generic_detach.9
bus_generic_new_pass.9 Reassign copyright statements on several files from Advanced 2015-04-23 14:22:20 +00:00
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 Reassign copyright statements on several files from Advanced 2015-04-23 14:22:20 +00:00
BUS_PRINT_CHILD.9
BUS_READ_IVAR.9
bus_release_resource.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
bus_set_pass.9 Reassign copyright statements on several files from Advanced 2015-04-23 14:22:20 +00:00
bus_set_resource.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
BUS_SETUP_INTR.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
bus_space.9 Update NetBSD Foundation copyrights to 2-clause BSD 2014-03-18 01:40:25 +00:00
byteorder.9 Typo and mdoc(7) style fixes. 2012-05-20 16:43:47 +00:00
casuword.9 Add fueword(9) and casueword(9) functions. They are like fuword(9) 2014-10-28 15:22:13 +00:00
cd.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
condvar.9 MFcalloutng: 2013-03-04 19:10:39 +00:00
config_intrhook.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
contigmalloc.9 Add note that contigfree(9) does not accept NULL 2015-01-30 03:17:07 +00:00
copy.9 Document copyin_nofault, copyout_nofault, uiomove_nofault. 2011-07-09 15:24:12 +00:00
counter.9 Fix the counter_u64_alloc arguement 2015-01-07 16:15:00 +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 Add some new modes to OpenCrypto. These modes are AES-ICM (can be used 2014-12-12 19:56:36 +00:00
CTASSERT.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
DB_COMMAND.9 Fix various mdoc issues and some EOL whitespace. 2014-12-21 10:57:42 +00:00
DECLARE_GEOM_CLASS.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
DECLARE_MODULE.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
DELAY.9 Make DELAY(9) reference pause(9). 2013-04-20 12:36:53 +00:00
dev_clone.9
DEV_MODULE.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +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 Fix various mdoc issues and some EOL whitespace. 2014-12-21 10:57:42 +00:00
device_add_child.9
DEVICE_ATTACH.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
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 "softc" is short for "software context", use that phrase in the 2015-01-21 13:48:06 +00:00
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 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
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 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
devtoname.9 Remove outdated piece of information. 2012-02-10 11:20:13 +00:00
disk.9 Remove Giant-locked drivers support (DISKFLAG_NEEDSGIANT flag) from disk(9). 2013-10-22 10:21:20 +00:00
domain.9 Finish r274118: remove useless fields from struct domain. 2014-11-06 14:39:04 +00:00
drbr.9 mdoc: remove superfluous paragraph macro. 2012-09-30 07:51:57 +00:00
DRIVER_MODULE.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +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 various mdoc issues and some EOL whitespace. 2014-12-21 10:57:42 +00:00
eventtimers.9 Fix various mdoc issues and some EOL whitespace. 2014-12-21 10:57:42 +00:00
extattr.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
fail.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
fetch.9 Add type qualifier volatile to the base (userspace) address argument 2014-10-31 17:43:21 +00:00
firmware.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
fpu_kern.9 minor updates to make it more explicit that when using fpu_kern_thread, 2014-10-23 17:24:50 +00:00
g_access.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
g_attach.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
g_bio.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
g_consumer.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
g_data.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
g_event.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
g_geom.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
g_provider_by_name.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
g_provider.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
g_wither_geom.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
get_cyclecount.9 Misc mdoc fixes: 2014-11-23 21:00:00 +00:00
getenv.9 Reassign copyright statements on several files from Advanced 2015-04-23 14:22:20 +00:00
getnewvnode.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
groupmember.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
hash.9 Add a complete implementation of MurmurHash3. Tweak both implementations 2014-10-18 22:15:11 +00:00
hashinit.9 Typo and mdoc(7) style fixes. 2012-05-20 16:43:47 +00:00
hexdump.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
hhook.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +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 Fix various mdoc issues and some EOL whitespace. 2014-12-21 10:57:42 +00:00
ieee80211_ddb.9 mdoc: drop redundant .Pp and .LP calls 2010-10-08 12:40:16 +00:00
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 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +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 Fix various mdoc issues and some EOL whitespace. 2014-12-21 10:57:42 +00:00
inittodr.9
insmntque.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
intro.9 multiple: Remove 3rd clause from BSD license where approved by the 2014-03-14 03:07:51 +00:00
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 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +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 Remove trailing comma from ending Xref 2014-07-30 04:48:56 +00:00
khelp.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +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 Fix various mdoc issues and some EOL whitespace. 2014-12-21 10:57:42 +00:00
kthread.9 Since r202933, kthread_suspend_check() takes no arguments. Update the 2014-07-15 23:29:20 +00:00
ktr.9
LOCK_PROFILING.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
lock.9 Fix various mdoc issues and some EOL whitespace. 2014-12-21 10:57:42 +00:00
locking.9 Fix various mdoc issues and some EOL whitespace. 2014-12-21 10:57:42 +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 Create a separate kobj interface for leaf-driver PCI IOV methods. 2015-05-28 22:01:50 +00:00
malloc.9 Misc mdoc fixes: 2014-11-23 21:00:00 +00:00
mbchain.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
mbpool.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
mbuf_tags.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
mbuf.9 Document m_collapse(). 2015-03-12 01:05:54 +00:00
MD5.9 Globally replace u_int*_t from (non-contributed) man pages. 2012-02-12 18:29:56 +00:00
mdchain.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
memcchr.9 Fix sloppyness in memcchr() man page. 2012-01-01 20:59:42 +00:00
memguard.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +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 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
microuptime.9 back Xref get_cyclecount to have it get more exposure... 2015-02-21 22:25:24 +00:00
mod_cc.9 Mention cc_cdg. 2014-12-26 01:48:44 +00:00
MODULE_DEPEND.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
MODULE_VERSION.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
module.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
mtx_pool.9
mutex.9 Add _NEW flag to mtx(9), sx(9), rmlock(9) and rwlock(9). 2014-12-13 21:00:10 +00:00
namei.9 Remove references to Giant in namei(9). This was removed in r241896. 2015-05-07 01:55:39 +00:00
netisr.9 Remove no longer used "M_FLOWID" flag and update the netisr manpage. 2015-01-11 16:15:31 +00:00
osd.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +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 Make vpanic() externally visible so that it can be called as part of the 2015-04-24 03:17:21 +00:00
pbuf.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
PCBGROUP.9 - Use Rs/Re mdoc macros. 2014-07-23 18:54:18 +00:00
PCI_IOV_ADD_VF.9 Create a separate kobj interface for leaf-driver PCI IOV methods. 2015-05-28 22:01:50 +00:00
PCI_IOV_INIT.9 Create a separate kobj interface for leaf-driver PCI IOV methods. 2015-05-28 22:01:50 +00:00
pci_iov_schema.9 Create a separate kobj interface for leaf-driver PCI IOV methods. 2015-05-28 22:01:50 +00:00
PCI_IOV_UNINIT.9 Create a separate kobj interface for leaf-driver PCI IOV methods. 2015-05-28 22:01:50 +00:00
pci.9 Create a separate kobj interface for leaf-driver PCI IOV methods. 2015-05-28 22:01:50 +00:00
pfil.9 mdoc fixes. 2013-08-25 06:58:51 +00:00
pfind.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
pget.9 Expand PGET_WANTREAD. Language fixes. 2014-05-04 12:32:37 +00:00
pgfind.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
physio.9 Remove remnants of dev_t. 2012-01-19 09:51:07 +00:00
pmap_activate.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
pmap_clear_modify.9 Remove the man page for a pmap function that no longer exists. 2014-07-17 17:41:32 +00:00
pmap_copy.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
pmap_enter.9 Rewrite pmap_enter(9) man page. 2015-01-27 09:48:02 +00:00
pmap_extract.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
pmap_growkernel.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
pmap_init.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
pmap_is_modified.9 Remove the man page for a pmap function that no longer exists. 2014-07-17 17:41:32 +00:00
pmap_is_prefaultable.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
pmap_map.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
pmap_mincore.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
pmap_object_init_pt.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
pmap_page_exists_quick.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
pmap_page_init.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
pmap_pinit.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
pmap_protect.9 Remove an obsolete man page. 2014-07-18 06:56:24 +00:00
pmap_qenter.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
pmap_release.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
pmap_remove.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
pmap_resident_count.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
pmap_unwire.9 mdoc: remove superfluous paragraph macro. 2014-07-29 19:43:00 +00:00
pmap_zero_page.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
pmap.9 Retire pmap_change_wiring(). We have never used it to wire virtual pages. 2014-08-03 20:40:51 +00:00
printf.9 Always send log(9) messages to the message buffer. 2015-04-20 20:03:26 +00:00
prison_check.9 mdoc: consistently spell our email addresses <foo@FreeBSD.org> 2010-05-19 08:57:53 +00:00
priv.9
pseudofs.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
psignal.9 Fixup to the kern_psignal manpage 2015-05-19 15:43:20 +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 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
refcount.9 Reassign copyright statements on several files from Advanced 2015-04-23 14:22:20 +00:00
resettodr.9
resource_int_value.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
rijndael.9 Globally replace u_int*_t from (non-contributed) man pages. 2012-02-12 18:29:56 +00:00
rman.9 Nuke the never-used RF_TIMESHARE feature, reducing the complexity of the 2014-07-16 22:18:19 +00:00
rmlock.9 Properly sort Xr to silence mandoc warnings. 2014-12-15 20:48:06 +00:00
rtalloc.9 Document RO_RTFREE() macro. 2012-07-04 07:42:12 +00:00
rtentry.9 Garbage collect long time obsoleted (or never used) stuff from routing API. 2014-03-15 06:49:32 +00:00
runqueue.9 Tie up some loose ends r88509 left behind: 2010-08-15 21:25:52 +00:00
rwlock.9 Add _NEW flag to mtx(9), sx(9), rmlock(9) and rwlock(9). 2014-12-13 21:00:10 +00:00
sbuf.9 Add support for reading MAM attributes to camcontrol(8) and libcam(3). 2015-06-09 21:39:38 +00:00
scheduler.9
SDT.9 Add manual pages for the io, ip, proc, sched, tcp and udp DTrace providers. 2015-04-18 21:00:36 +00:00
securelevel_gt.9
selrecord.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
sema.9
sf_buf.9
sglist.9 Reassign copyright statements on several files from Advanced 2015-04-23 14:22:20 +00:00
shm_map.9 Reassign copyright statements on several files from Advanced 2015-04-23 14:22:20 +00:00
signal.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
sleep.9 Remove a reference to the PBDRY flag, which itself was removed in r248470. 2015-05-25 01:09:18 +00:00
sleepqueue.9 Misc mdoc fixes: 2014-11-23 21:00:00 +00:00
socket.9 Fix markups. 2014-07-17 23:23:01 +00:00
stack.9 Constify stack argument for functions that don't modify it. 2011-11-16 19:06:55 +00:00
store.9 Add type qualifier volatile to the base (userspace) address argument 2014-10-31 17:43:21 +00:00
style.9 Restore comment describing /* NOTREACHED */, updated to match reality. 2011-01-07 08:34:12 +00:00
swi.9 - Update the rest of struct ithd references. 2012-04-19 16:13:15 +00:00
sx.9 Properly sort Xr to silence mandoc warnings. 2014-12-15 20:48:06 +00:00
SYSCALL_MODULE.9 Document the fact that modules declared with SYSCALL_MODULE(9) have their 2015-01-25 00:36:42 +00:00
sysctl_add_oid.9 Add description of "sysctl_remove_name()" function. 2014-08-28 04:35:38 +00:00
sysctl_ctx_init.9 - Updated SYSCTL manual pages after recent changes to the kernel 2014-07-31 17:18:40 +00:00
sysctl.9 Fix multiple incorrect SYSCTL arguments in the kernel: 2014-10-21 07:31:21 +00:00
SYSINIT.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
taskqueue.9 Prevent live-lock and access of destroyed data in taskqueue_drain_all(). 2015-01-04 19:55:44 +00:00
thread_exit.9
time.9
timeout.9 Revert for r277213: 2015-01-22 11:12:42 +00:00
tvtohz.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
ucred.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
uidinfo.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
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 Fix various mdoc issues and some EOL whitespace. 2014-12-21 10:57:42 +00:00
utopia.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vaccess_acl_nfs4.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +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 Remove remnants of dev_t. 2012-01-19 09:51:07 +00:00
vflush.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vfs_busy.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
VFS_CHECKEXP.9 Fix various mdoc issues and some EOL whitespace. 2014-12-21 10:57:42 +00:00
VFS_FHTOVP.9 Fix various mdoc issues and some EOL whitespace. 2014-12-21 10:57:42 +00:00
vfs_getnewfsid.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vfs_getopt.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vfs_getvfs.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +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 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +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 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
VFS_SET.9 Fix various mdoc issues and some EOL whitespace. 2014-12-21 10:57:42 +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
VFS_SYNC.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
vfs_timestamp.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vfs_unbusy.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +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 Fix various mdoc issues and some EOL whitespace. 2014-12-21 10:57:42 +00:00
vfsconf.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vget.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
vgone.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vhold.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vinvalbuf.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_fault_prefault.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_map_check_protection.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_map_create.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_map_delete.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_map_entry_resize_free.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_map_find.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_map_findspace.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_map_inherit.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_map_init.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_map_insert.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_map_lock.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_map_lookup.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_map_madvise.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_map_max.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_map_protect.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_map_remove.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_map_simplify_entry.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_map_stack.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_map_submap.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_map_sync.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_map_wire.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_map.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_page_aflag.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_page_alloc.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_page_bits.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_page_busy.9 Fix various mdoc issues and some EOL whitespace. 2014-12-21 10:57:42 +00:00
vm_page_cache.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_page_deactivate.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_page_dontneed.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_page_free.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_page_grab.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_page_hold.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_page_insert.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_page_lookup.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_page_rename.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_page_wire.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vm_set_page_size.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vmem.9 - mdoc: remove superfluous paragraph macros. 2013-07-12 15:08:37 +00:00
vn_fullpath.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vn_isdisk.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
vnet.9 Fix various mdoc issues and some EOL whitespace. 2014-12-21 10:57:42 +00:00
vnode.9 Fix various mdoc issues and some EOL whitespace. 2014-12-21 10:57:42 +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_ADVISE.9 Reassign copyright statements on several files from Advanced 2015-04-23 14:22:20 +00:00
VOP_ADVLOCK.9 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
VOP_ALLOCATE.9 Reassign copyright statements on several files from Advanced 2015-04-23 14:22:20 +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 Remove a stale comment. 2013-10-07 20:29:31 +00:00
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 - Fix argument list after 271387. 2014-09-12 08:33:53 +00:00
VOP_INACTIVE.9 Explicitely mention that inactivated or reclaimed vnode is locked 2014-07-27 20:55:47 +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 Fix various mdoc issues and some EOL whitespace. 2014-12-21 10:57:42 +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 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 Add back reference to buf(9) removed in r32223 as buf(9) was added 2014-02-02 14:13:51 +00:00
VOP_VPTOCNP.9 Finish r194601. Add a cred parameter to the VOP_VPTOCNP(9) manpage. 2015-03-08 10:52:10 +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 Follow r239818 and remove no more relevant vslock() ENOMEM error. 2012-08-29 13:00:00 +00:00
watchdog.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
zone.9 Fix various mdoc issues and some EOL whitespace. 2014-12-21 10:57:42 +00:00