summaryrefslogtreecommitdiff
path: root/share/man/man9
AgeCommit message (Expand)Author
2013-03-23Sync checksum flags with mbuf.h by renaming M_{TCP,UDP}V4_CSUM_OUT toLawrence Teo
2013-01-29zap trailing whitespace;Jason McIntyre
2013-01-29remove the EXPECTED CHANGES TO THE BUS_SPACE FUNCTIONS section. talk isDavid Gwynne
2013-01-29useless comments are uselessDavid Gwynne
2013-01-29bus_space_{read,write}_N dont take different arguments to their non rawDavid Gwynne
2013-01-29document bus_space_{read,write}_raw_N(). needs some polishing...David Gwynne
2013-01-28there is no untimeout function in our kernelDavid Gwynne
2013-01-18s/the the/the/ in sosplice(9)Alexander Bluhm
2013-01-17Update the sosplice(9) man page with UDP socket splicing.Alexander Bluhm
2013-01-17various macro fixes;Jason McIntyre
2013-01-17Man page update for the changed semantics of maximum socket splicing.Alexander Bluhm
2013-01-03update from Ryan Ozmun;Jason McIntyre
2012-12-10Document bus_space_mmap(9) from NetBSD with some tweaks by jmc@.Martin Pieuchot
2012-12-10Mention the BUS_DMA_NOCACHE flag, prodded by oga, reads ok to jmc@Martin Pieuchot
2012-11-17sync m_copydata prototype with reality, ok jsg phesslerHenning Brauer
2012-11-15splimp -> splnet; OK jmc@ claudio@ miod@Gleydson Soares
2012-11-02replace "err(1, (char *)NULL);" with "err(1, NULL);"Jason McIntyre
2012-10-17adjust wdog_register() signatureTheo de Raadt
2012-10-04FRELE() has a second argument nowPhilip Guenthe
2012-09-27replace m_zero(9) with M_ZEROIZE; original diff from markusJason McIntyre
2012-09-19Update the route(9) manpage to reflect recent change to rt_lookup()Bret Lambert
2012-09-17Rework the description of the flags to pool_get(9)Philip Guenthe
2012-09-17document vdrop; original diff from Michal MazurekJason McIntyre
2012-09-16vaccess' first argument is type; from Michal MazurekJason McIntyre
2012-08-18within Rs/Re reference blocks, use %U instead of %O (or any otherJason McIntyre
2012-06-21link copy.9 to kcopy.9Matthew Dempsky
2012-06-21Document kcopy() and add a note that copystr() does not return EFAULTMatthew Dempsky
2012-06-13Remove duplicate description of FORK_TFORKPhilip Guenthe
2012-05-18"int (**vops)((void *)" is now "struct vops *vops"; from David Matthew MattliJason McIntyre
2012-04-26Add strnlen() to libkern.Matthew Dempsky
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
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
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
2011-12-02it's MAXMCLBYTES, not MAXCLBYTES.David Gwynne
2011-11-30this diff introduces the MAXMCLBYTES macro to describe the largestDavid Gwynne
2011-11-16do not Xr non-existent man pages;Jason McIntyre
2011-10-16stacksize argument is gone and replaced with tidptr argumentPhilip Guenthe
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
2011-09-17remove mdoc.samples(7): all info already is in mdoc(7)Ingo Schwarze
2011-09-03make -column lists pretty again;Jason McIntyre
2011-07-31cred argument was removed from bread() and breadn()Alexandr Shadchin
2011-07-29Remove references to a function that no longer exists, reminded by claudio@Bret Lambert
2011-07-21no more vnode_if.src;Jason McIntyre