freebsd-skq/share/man/man9
Jonathan T. Looney dc6a41b936 Add the infrastructure to support loading multiple versions of TCP
stack modules.

It adds support for mangling symbols exported by a module by prepending
a string to them. (This avoids overlapping symbols in the kernel linker.)

It allows the use of a macro as the module name in the DECLARE_MACRO()
and MACRO_VERSION() macros.

It allows the code to register stack aliases (e.g. both a generic name
["default"] and version-specific name ["default_10_3p1"]).

With these changes, it is trivial to compile TCP stack modules with
the name defined in the Makefile and to load multiple versions of the
same stack simultaneously. This functionality can be used to enable
side-by-side testing of an old and new version of the same TCP stack.
It also could support upgrading the TCP stack without a reboot.

Reviewed by:	gnn, sjg (makefiles only)
Sponsored by:	Netflix
Differential Revision:	https://reviews.freebsd.org/D11086
2017-06-08 20:41:28 +00:00
..
accept_filter.9
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
acl.9 Expose an interface to determine if an ACE is inherited. 2015-09-04 00:14:20 +00:00
alq.9 alq(9): fix mandoc markup 2017-03-23 05:37:04 +00:00
altq.9 Fix mandoc warnings/errors. 2015-08-12 11:56:19 +00:00
atomic.9 Add support for 8- and 16-bit atomic_(f)cmpset to x86. 2017-03-22 17:29:04 +00:00
bios.9 As <machine/param.h> is included from <sys/param.h>, there is no need 2016-02-22 09:04:36 +00:00
bitset.9 Add BIT_OR2(), BIT_AND2(), BIT_NAND2(), BIT_XOR() and BIT_XOR2(). 2017-05-24 10:09:54 +00:00
boot.9
bpf.9 Fix a bunch of "sentence not on new line" warnings in section 9. 2016-06-08 09:19:47 +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 buf_ring(9): fix mandoc markup 2017-03-23 05:41:56 +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 Add new bus methods for mapping resources. 2016-05-20 17:57:47 +00:00
BUS_ADD_CHILD.9 BUS_ADD_CHILD calls device_add_child. device_add_child does not call 2015-10-28 19:11:06 +00:00
bus_adjust_resource.9 Improve upon r296618 to keep lines < 80 characters. 2016-04-23 11:04:45 +00:00
bus_alloc_resource.9 bus_alloc_resource(9): fix mandoc markup 2017-03-23 05:38:57 +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 "Buses" is the preferred plural of "bus" 2017-01-15 17:54:01 +00:00
BUS_DESCRIBE_INTR.9 Fix a copy and paste bug when this page was first written by copying from 2015-12-10 00:16:02 +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 "Buses" is the preferred plural of "bus" 2017-01-15 17:54:01 +00:00
bus_generic_detach.9 "Buses" is the preferred plural of "bus" 2017-01-15 17:54:01 +00:00
bus_generic_new_pass.9 "Buses" is the preferred plural of "bus" 2017-01-15 17:54:01 +00:00
bus_generic_print_child.9 "Buses" is the preferred plural of "bus" 2017-01-15 17:54:01 +00:00
bus_generic_read_ivar.9 "Buses" is the preferred plural of "bus" 2017-01-15 17:54:01 +00:00
bus_generic_shutdown.9 "Buses" is the preferred plural of "bus" 2017-01-15 17:54:01 +00:00
BUS_GET_CPUS.9 Don't repeat the the word 'the' 2016-05-17 12:52:31 +00:00
bus_get_resource.9 Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
bus_map_resource.9 Fix various mdoc issues reported by mandoc -Tlint. 2016-11-23 19:19:11 +00:00
BUS_NEW_PASS.9 Fix a bunch of "xref refers to *this* page" igor(1) warnings. 2016-06-09 06:55:00 +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_RESCAN.9 Add a new rescan method to the bus interface. 2016-04-27 16:29:03 +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 Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +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 Remove EISA bus support for add-in cards. Remove related kernel and 2017-02-16 21:57:35 +00:00
byteorder.9
casuword.9 Add fueword(9) and casueword(9) functions. They are like fuword(9) 2014-10-28 15:22:13 +00:00
cd.9 Read-only is hyphenated when it modifies a noun. 2016-01-16 00:37:27 +00:00
cnv.9 Fix various mdoc issues reported by mandoc -Tlint. 2016-11-23 19:19:11 +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
counter.9 counter(9): fix igor/manlint warnings 2017-03-23 05:51:54 +00:00
cpuset.9 Fix two return types in the cpuset(9) and bitset(9) man pages 2016-07-29 21:12:48 +00:00
cr_cansee.9
cr_seeothergids.9
cr_seeotheruids.9
critical_enter.9
crypto.9 some additional improvements to the documentation... 2015-07-11 04:20:56 +00:00
CTASSERT.9 mark this function as deprecated, and put the warning first, since I 2015-08-02 00:22:14 +00:00
DB_COMMAND.9 DB_COMMAND(9): fix mandoc markup 2017-03-23 05:44:18 +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
devclass_get_name.9
devclass_get_softc.9
devclass.9
devfs_set_cdevpriv.9 The cdevpriv_dtr_t typedef was not able to be used in a function prototype 2015-12-02 18:27:30 +00:00
device_add_child.9 "Buses" is the preferred plural of "bus" 2017-01-15 17:54:01 +00:00
DEVICE_ATTACH.9 "Buses" is the preferred plural of "bus" 2017-01-15 17:54:01 +00:00
device_delete_child.9
DEVICE_DETACH.9
device_enable.9
device_find_child.9
device_get_children.9
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
device_get_unit.9
DEVICE_IDENTIFY.9 "Buses" is the preferred plural of "bus" 2017-01-15 17:54:01 +00:00
device_printf.9
device_probe_and_attach.9
DEVICE_PROBE.9 Fix issues found by mandoc -Tlint. 2016-01-08 13:33:22 +00:00
device_quiet.9 Make device_quiet() an attachment property. 2016-09-12 18:06:42 +00:00
device_set_desc.9
device_set_driver.9
device_set_flags.9
DEVICE_SHUTDOWN.9
device.9 "Buses" is the preferred plural of "bus" 2017-01-15 17:54:01 +00:00
devstat.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
devtoname.9
disk.9 Remove Giant-locked drivers support (DISKFLAG_NEEDSGIANT flag) from disk(9). 2013-10-22 10:21:20 +00:00
dnv.9 dnv(9): fix use of commas with .Nm in NAME section 2017-03-23 05:54:07 +00:00
domain.9 The pr_destroy field does not allow us to run the teardown code in a 2016-06-01 10:14:04 +00:00
dpcpu.9 Slightly improve consistency of "fooint" vs "foo_int" in DPCPU(9) examples. 2017-03-26 20:24:27 +00:00
drbr.9 mdoc: remove superfluous paragraph macro. 2012-09-30 07:51:57 +00:00
DRIVER_MODULE.9 "Buses" is the preferred plural of "bus" 2017-01-15 17:54:01 +00:00
driver.9
EVENTHANDLER.9 Document EVENTHANDLER_DEFINE(9). 2017-03-27 20:32:12 +00:00
eventtimers.9 Fix various mdoc issues and some EOL whitespace. 2014-12-21 10:57:42 +00:00
extattr.9
fail.9 fail.9: Bump Dd 2016-03-16 05:05:54 +00:00
fetch.9 Add type qualifier volatile to the base (userspace) address argument 2014-10-31 17:43:21 +00:00
firmware.9 Fix a bunch of "sentence not on new line" warnings in section 9. 2016-06-08 09:19:47 +00:00
fpu_kern.9 Add support for the fpu_kern(9) KPI on arm64. It hooks into the existing 2016-10-20 09:22:10 +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 Per Ravi Pokala's suggestion, rewrite the g_reset_bio description to 2016-05-17 17:08:13 +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 Correct types for g_example_start() and g_example_access(). 2016-04-24 08:31:32 +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 getenv(9): rename to "kern_getenv", etc. 2017-06-01 21:07:25 +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 Spelling fixes supplied by pfg@, detected with codespell, plus 2016-05-01 22:00:41 +00:00
hashinit.9 kern: Add phashinit_flags(), which allows malloc(M_NOWAIT) 2016-05-03 07:17:13 +00:00
hexdump.9
hhook.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
ieee80211_amrr.9
ieee80211_beacon.9
ieee80211_bmiss.9
ieee80211_crypto.9 Fix various mdoc issues and some EOL whitespace. 2014-12-21 10:57:42 +00:00
ieee80211_ddb.9
ieee80211_input.9
ieee80211_node.9 ddb(9) -> ddb(4) 2016-02-29 17:26:41 +00:00
ieee80211_output.9
ieee80211_proto.9
ieee80211_radiotap.9 net80211: remove IEEE80211_RADIOTAP_TSFT field from transmit definitions. 2016-09-20 18:53:42 +00:00
ieee80211_regdomain.9
ieee80211_scan.9
ieee80211_vap.9 Tidy up mdoc formatting for "etc.)" at end of line 2017-03-19 01:24:18 +00:00
ieee80211.9 Tidy up mdoc formatting for "etc.)" at end of line 2017-03-19 01:24:18 +00:00
iflibdd.9 Try polishing up iflib manpages a bit (basically all the low hanging fruit) 2017-03-23 07:36:38 +00:00
iflibdi.9 Remove duplicate definition of iflib_led_create(). 2017-05-24 01:01:43 +00:00
iflibtxrx.9 Try polishing up iflib manpages a bit (basically all the low hanging fruit) 2017-03-23 07:36:38 +00:00
ifnet.9 ifnet(9): fix some igor/manlint warnings 2017-03-23 06:02:23 +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
KASSERT.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
kern_testfrwk.9 Fix issues found by mandoc -Tlint. 2016-01-08 13:33:22 +00:00
kernacc.9
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
kproc.9
kqueue.9 Fix typos. 2016-06-08 10:38:00 +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 Remove lockmgr_waiters(9) and BUF_LOCKWAITERS(9); they were not used 2016-08-05 13:53:28 +00:00
locking.9 Fix a bunch of "sentence not on new line" warnings in section 9. 2016-06-08 09:19:47 +00:00
mac.9 Update Capsicum and Mandatory Access Control manual pages 2015-07-25 15:56:49 +00:00
make_dev.9 Remove self-reference to destroy_dev_drain(9). 2016-03-02 19:22:24 +00:00
Makefile Add the infrastructure to support loading multiple versions of TCP 2017-06-08 20:41:28 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
malloc.9 Fix issues found by mandoc -Tlint. 2016-01-08 13:33:22 +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 mbuf(9), mbuf_tags(9): fix function prototypes. 2016-10-10 17:16:02 +00:00
mbuf.9 mbuf(9), mbuf_tags(9): fix function prototypes. 2016-10-10 17:16:02 +00:00
MD5.9
mdchain.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
memcchr.9
memguard.9 memguard(9): fix igor/manlint warnings 2017-03-23 06:08:01 +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 Rename netinet/tcp_cc.h to netinet/cc/cc.h. 2016-01-27 17:59:39 +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 Update the "first appeared in" version in several manual pages. 2017-05-24 17:47:49 +00:00
namei.9 Be more clear about LOCKLEAF being exclusive and add LOCKSHARED. 2016-05-23 21:29:57 +00:00
netisr.9 More ATM and NATM removal 2017-04-27 16:05:12 +00:00
nv.9 nv.h lives in sys/ as of r279439. 2015-08-28 00:12:59 +00:00
osd.9 Fix various mdoc issues reported by mandoc -Tlint. 2016-11-23 19:19:11 +00:00
owll.9 Whitespace commit (literally): Add a missing space. 2016-09-22 13:59:27 +00:00
own.9 New 1-Wire bus implementation. 1-Wire controller is abstracted, though 2015-08-27 23:33:38 +00:00
p_candebug.9
p_cansee.9
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 Fix mandoc warnings/errors. 2015-08-12 11:56:19 +00:00
PCI_IOV_INIT.9 PCI_IOV_*INIT(9): fix make manlint warnings 2017-03-23 06:11:31 +00:00
pci_iov_schema.9 Replace use of .Po Pc with the preferred .Pq for single line 2015-07-08 16:16:44 +00:00
PCI_IOV_UNINIT.9 PCI_IOV_*INIT(9): fix make manlint warnings 2017-03-23 06:11:31 +00:00
pci.9 "Buses" is the preferred plural of "bus" 2017-01-15 17:54:01 +00:00
pfil.9 Fix pfil_add_hook() and pfil_remove_hook() type. 2017-03-27 14:32:34 +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
PHOLD.9 Add a manual page for PHOLD() and friends. 2015-11-08 01:41:44 +00:00
physio.9
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_quick_enter_page.9 Create man page for pmap_quick_enter_page(9) and pmap_quick_remove_page(9) 2015-08-07 12:13:15 +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 Fix various mdoc issues reported by mandoc -Tlint. 2016-11-23 19:19:11 +00:00
pmap.9 Remove support for idle page zeroing. 2016-09-03 20:38:13 +00:00
printf.9 Correct grammar. 2017-01-26 16:36:12 +00:00
prison_check.9
priv.9
proc_rwmem.9 Actually add the proc_rwmem(9) man page, missed in r291961. 2015-12-07 22:08:12 +00:00
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 Fix a typo and duplicate word. 2015-07-13 14:25:15 +00:00
random.9 Fix a small typo: "the the". 2015-07-16 15:43:55 +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
rman.9 Fix various mdoc issues reported by mandoc -Tlint. 2016-11-23 19:19:11 +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
rwlock.9 Reword descriptions of asserting locks held without WITNESS. 2016-03-29 16:07:51 +00:00
sbuf.9 sbuf(9): clarify kernel-only APIs 2017-04-06 02:46:09 +00:00
scheduler.9
SDT.9 Rename the dtrace-* man pages to dtrace_* for consistency with other 2015-07-05 23:23:12 +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 Add sglist_append_sglist(). 2017-05-16 23:31:52 +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 Add missing pieces of r315280 2017-03-14 22:02:02 +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 Fix a bunch of "xref refers to *this* page" igor(1) warnings. 2016-06-09 06:55:00 +00:00
store.9 Add type qualifier volatile to the base (userspace) address argument 2014-10-31 17:43:21 +00:00
style.9 style(9): Some additional clarification 2016-10-06 01:52:00 +00:00
swi.9
sx.9 Reword descriptions of asserting locks held without WITNESS. 2016-03-29 16:07:51 +00:00
SYSCALL_MODULE.9 Fix some trailing whitespaces. 2016-06-08 10:26:17 +00:00
sysctl_add_oid.9 Add support for attaching aggregation labels to sysctl objects. 2016-12-14 12:47:34 +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 Add support for attaching aggregation labels to sysctl objects. 2016-12-14 12:47:34 +00:00
SYSINIT.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
taskqueue.9 Tidy up mdoc formatting for "etc.)" at end of line 2017-03-19 01:24:18 +00:00
tcp_functions.9 Add the infrastructure to support loading multiple versions of TCP 2017-06-08 20:41:28 +00:00
thread_exit.9
time.9
timeout.9 Extract the calculation of the callout fire time into the new function 2016-07-28 08:57:01 +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 Document uiomove_frombuf(9). 2017-03-11 22:22:51 +00:00
unr.9
usbdi.9 Fix function prototypes in usbdi(9) man page, and tweak it a little. 2016-11-14 10:41:04 +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
vaccess.9
vcount.9
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
vfs_mountedfrom.9 use .Mt to mark up email addresses consistently (part6) 2014-06-26 21:44:30 +00:00
VFS_QUOTACTL.9
VFS_ROOT.9
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
vfs_suser.9
VFS_SYNC.9
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
vfs_unmountall.9
VFS_VGET.9
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
vgone.9 Revert r286236; vgonel() is a static function. 2015-08-04 08:16:18 +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 Update to reflect the demise of PG_CACHED pages. 2016-11-16 02:51:24 +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_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 Fix a bunch of "sentence not on new line" warnings in section 9. 2016-06-08 09:19:47 +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 Tidy up mdoc formatting for "etc.)" at end of line 2017-03-19 01:24:18 +00:00
VOP_ACCESS.9
VOP_ACLCHECK.9
VOP_ADVISE.9 Document the interface for applying advice up to the end of a file. 2015-09-26 22:20:11 +00:00
VOP_ADVLOCK.9
VOP_ALLOCATE.9 Reassign copyright statements on several files from Advanced 2015-04-23 14:22:20 +00:00
VOP_ATTRIB.9
VOP_BWRITE.9
VOP_CREATE.9
VOP_FSYNC.9 Remove a stale comment. 2013-10-07 20:29:31 +00:00
VOP_GETACL.9
VOP_GETEXTATTR.9
VOP_GETPAGES.9 Bring VOP_GETPAGES.9 more up-to-date 2017-05-07 19:01:08 +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
VOP_LINK.9
VOP_LISTEXTATTR.9
VOP_LOCK.9 Fix various mdoc issues and some EOL whitespace. 2014-12-21 10:57:42 +00:00
VOP_LOOKUP.9 The cn_consume was removed in r296716. 2017-03-27 20:28:56 +00:00
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
VOP_SETEXTATTR.9
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
vref.9 Add vrefl(), a locked variant of vref(9). 2016-01-18 22:21:46 +00:00
vrefcnt.9
vrele.9 Fix year. 2016-02-24 20:32:24 +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 UMA_ZONE_REFCNT was removed. 2017-04-26 17:55:43 +00:00