summaryrefslogtreecommitdiff
path: root/share/man/man9
AgeCommit message (Collapse)Author
2012-10-17adjust wdog_register() signatureTheo de Raadt
pointed out by miod
2012-10-04FRELE() has a second argument nowPhilip Guenthe
2012-09-27replace m_zero(9) with M_ZEROIZE; original diff from markusJason McIntyre
ok mikeb markus
2012-09-19Update the route(9) manpage to reflect recent change to rt_lookup()Bret Lambert
reminded by jmc@ ok jmc@ claudio@
2012-09-17Rework the description of the flags to pool_get(9)Philip Guenthe
ok jmc@, tedu@
2012-09-17document vdrop; original diff from Michal MazurekJason McIntyre
text rewrite/ok guenther
2012-09-16vaccess' first argument is type; from Michal MazurekJason McIntyre
ok millert
2012-08-18within Rs/Re reference blocks, use %U instead of %O (or any otherJason McIntyre
variants) for URLs, allowing mandoc -Thtml to properly generate links; (sendmail.8 changes are simply using Lk, which i somehow missed in previous) ingo reminded me to verify that gnu groff recognises %U: 1.20.1 does not, but 1.21 does;
2012-06-21link copy.9 to kcopy.9Matthew Dempsky
2012-06-21Document kcopy() and add a note that copystr() does not return EFAULTMatthew Dempsky
when it encounters an illegal address. Discussed with deraadt, guenther, and kettenis.
2012-06-13Remove duplicate description of FORK_TFORKPhilip Guenthe
ok jmc@
2012-05-18"int (**vops)((void *)" is now "struct vops *vops"; from David Matthew MattliJason McIntyre
ok tedu
2012-04-26Add strnlen() to libkern.Matthew Dempsky
ok deraadt
2012-04-12sort SEE ALSO;Jason McIntyre
2012-04-12more rfork mop-upTheo de Raadt
2012-04-11Recommend using "unsigned int" instead of just "unsigned".Alexandre Ratchov
ok deraadt@, tweaks from jmc@ and todd@
2012-04-08no more lint;Jason McIntyre
2012-04-06Remove raidframe related references.Joel Sing
2011-12-12Consistently use the term "route label" throughout.Bret Lambert
Noticed by and ok sthen@
2011-12-09s/timout/timeoutStuart Henderson
2011-12-09typo, s/conficts/conflicts/Stuart Henderson
2011-12-08Begin documenting the soup sandwich that is the kernel routing code.Bret Lambert
Much handholding jmc@ ok jmc@ sthen@ claudio@
2011-12-02it's MAXMCLBYTES, not MAXCLBYTES.David Gwynne
2011-11-30this diff introduces the MAXMCLBYTES macro to describe the largestDavid Gwynne
cluster the generic network stack will be able to give you. it also recognises that external storage on an mbuf may be bigger than MCLBYTES. its only when m_pullup or m_pulldown need to allocate another cluster that they now check the len argument, and now they do it against MAXMCLBYTES. this is required for me to do pfsync on jumbo frames as the m_pulldown for the subregions fail beyond MCLBYTES into the packet. ok deraadt@ mikeb@ henning@ blambert@ manpage changes ok jmc@
2011-11-16do not Xr non-existent man pages;Jason McIntyre
2011-10-16stacksize argument is gone and replaced with tidptr argumentPhilip Guenthe
Document new FORK_TFORK bit and that stack argument is used by compat_linux ok jmc@
2011-10-06no more ccd(4);Jason McIntyre
2011-09-19Sync with reality: remove %r and %z which have been removed quite some timeMiod Vallat
ago, and mention %hh, %j and %t are not supported.
2011-09-17remove mdoc.samples(7): all info already is in mdoc(7)Ingo Schwarze
feedback and ok jmc@
2011-09-03make -column lists pretty again;Jason McIntyre
specifically, rewrite them to permit some markup in the column headers, and use "Ta" instead of literal tabs; mandoc does not currently match groff 100%, but a mandoc fix may be some time off, and we've gone enough releases with poorly formatting column lists. in some cases i have rewritten the lists as -tag, where -column made little sense.
2011-07-31cred argument was removed from bread() and breadn()Alexandr Shadchin
ok tedu@, jmc@
2011-07-29Remove references to a function that no longer exists, reminded by claudio@Bret Lambert
ok jmc@, claudio@
2011-07-21no more vnode_if.src;Jason McIntyre
2011-07-18Wording fixes and remove refrences to vnode_if.src as it's gone;Thordur I. Bjornsson
From Benny Lvfgren (benny -at- internetlabbet.se)
2011-07-06Update to reflect new bounds_check_with_label() semantics.Matthew Dempsky
2011-07-05a short note about PR_DEBUGCHKTed Unangst
2011-07-04Implement an idle timeout for the socket splicing. A new `sp_idle'Mike Belopuhov
field of the `splice' structure can be used to specify a period of inactivity after which splicing will be dissolved. ETIMEDOUT error retrieved with a SO_ERROR indicates the idle timeout expiration. With comments from and OK bluhm.
2011-06-04tweak previous;Jason McIntyre
2011-06-04Bring man page closer to current reality.Kenneth R Westerback
2011-05-22- new sentence, new lineJason McIntyre
- space needed before punctuation
2011-05-22fix pathnameTheo de Raadt
2011-05-21Document pci_intr_map_msi(9).Mark Kettenis
2011-05-10timeout_del now returns an int.David Gwynne
this could probably be explained a bit better :/
2011-05-09the api that these timeouts replaced doesnt exist in our tree anymore, soDavid Gwynne
dont talk about it. ok krw@, millert@, miod@
2011-04-12document size argument; prodded by jmcTheo de Raadt
2011-04-10Merge viapm and viaenvAlexandr Shadchin
Pluses: - Add support SMBus for VT82C596, VT82C596B, VT82C686A, VT8231 - Add support ACPI timer for all VIA South Bridges ok deraadt@, tested sthen@
2011-04-07zap trailing whitespace;Jason McIntyre
2011-04-07Tweak wording a bit more.Matthew Dempsky
ok jmc@
2011-04-06tweak previous;Jason McIntyre
2011-04-05add a man page for dma_alloc(9)Theo de Raadt