Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | wording tweak from jmc | 2013-04-24 | 1 | -2/+3 | ||
| | ||||||
* | Add tstohz(9) as the timespec analog to tvtohz(9). | 2013-04-24 | 2 | -7/+14 | ||
| | | | | ok miod | |||||
* | Sync checksum flags with mbuf.h by renaming M_{TCP,UDP}V4_CSUM_OUT to | 2013-03-23 | 1 | -9/+9 | ||
| | | | | | | | | | | M_{TCP,UDP}_CSUM_OUT. Also rename m_pkthdr.csum to m_pkthdr.csum_flags. Remove "/IPv4" from the descriptions of the M_{TCP,UDP}_CSUM_IN_* flags since they are also used to calculate TCP or UDP checksums over IPv6, such as on newer bge(4) chips (pointed out by naddy@). feedback/ok naddy, ok haesbaert jmc | |||||
* | zap trailing whitespace; | 2013-01-29 | 1 | -2/+2 | ||
| | ||||||
* | remove the EXPECTED CHANGES TO THE BUS_SPACE FUNCTIONS section. talk is | 2013-01-29 | 1 | -50/+1 | ||
| | | | | | | cheap, if we wanted this stuff there'd be a diff by now. requested by miod@ and kettenis@ | |||||
* | useless comments are useless | 2013-01-29 | 1 | -14/+1 | ||
| | ||||||
* | bus_space_{read,write}_N dont take different arguments to their non raw | 2013-01-29 | 1 | -10/+16 | ||
| | | | | counterparts, so list them separately to the ones that do. | |||||
* | document bus_space_{read,write}_raw_N(). needs some polishing... | 2013-01-29 | 2 | -6/+41 | ||
| | ||||||
* | there is no untimeout function in our kernel | 2013-01-28 | 1 | -2/+2 | ||
| | ||||||
* | s/the the/the/ in sosplice(9) | 2013-01-18 | 1 | -3/+3 | ||
| | | | | spotted by jmc@ | |||||
* | Update the sosplice(9) man page with UDP socket splicing. | 2013-01-17 | 1 | -7/+30 | ||
| | | | | help and OK jmc@ | |||||
* | various macro fixes; | 2013-01-17 | 2 | -12/+4 | ||
| | ||||||
* | Man page update for the changed semantics of maximum socket splicing. | 2013-01-17 | 1 | -11/+33 | ||
| | | | | | The error EFBIG can be returned to userland now. OK jmc@ | |||||
* | update from Ryan Ozmun; | 2013-01-03 | 1 | -17/+24 | ||
| | ||||||
* | Document bus_space_mmap(9) from NetBSD with some tweaks by jmc@. | 2012-12-10 | 2 | -3/+42 | ||
| | ||||||
* | Mention the BUS_DMA_NOCACHE flag, prodded by oga, reads ok to jmc@ | 2012-12-10 | 1 | -2/+11 | ||
| | ||||||
* | sync m_copydata prototype with reality, ok jsg phessler | 2012-11-17 | 1 | -3/+3 | ||
| | ||||||
* | splimp -> splnet; OK jmc@ claudio@ miod@ | 2012-11-15 | 1 | -5/+5 | ||
| | | | | while here switch to .Xr splnet 9; pointed out by jmc@ | |||||
* | replace "err(1, (char *)NULL);" with "err(1, NULL);" | 2012-11-02 | 1 | -3/+3 | ||
| | | | | | | from Rafael ok haesbaert ratchov | |||||
* | adjust wdog_register() signature | 2012-10-17 | 1 | -3/+3 | ||
| | | | | pointed out by miod | |||||
* | FRELE() has a second argument now | 2012-10-04 | 1 | -3/+3 | ||
| | ||||||
* | replace m_zero(9) with M_ZEROIZE; original diff from markus | 2012-09-27 | 2 | -9/+7 | ||
| | | | | ok mikeb markus | |||||
* | Update the route(9) manpage to reflect recent change to rt_lookup() | 2012-09-19 | 1 | -4/+4 | ||
| | | | | | | reminded by jmc@ ok jmc@ claudio@ | |||||
* | Rework the description of the flags to pool_get(9) | 2012-09-17 | 1 | -33/+22 | ||
| | | | | ok jmc@, tedu@ | |||||
* | document vdrop; original diff from Michal Mazurek | 2012-09-17 | 2 | -5/+21 | ||
| | | | | text rewrite/ok guenther | |||||
* | vaccess' first argument is type; from Michal Mazurek | 2012-09-16 | 1 | -2/+4 | ||
| | | | | ok millert | |||||
* | within Rs/Re reference blocks, use %U instead of %O (or any other | 2012-08-18 | 1 | -3/+3 | ||
| | | | | | | | | | 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; | |||||
* | link copy.9 to kcopy.9 | 2012-06-21 | 1 | -2/+3 | ||
| | ||||||
* | Document kcopy() and add a note that copystr() does not return EFAULT | 2012-06-21 | 1 | -2/+23 | ||
| | | | | | | when it encounters an illegal address. Discussed with deraadt, guenther, and kettenis. | |||||
* | Remove duplicate description of FORK_TFORK | 2012-06-13 | 1 | -7/+2 | ||
| | | | | ok jmc@ | |||||
* | "int (**vops)((void *)" is now "struct vops *vops"; from David Matthew Mattli | 2012-05-18 | 1 | -3/+3 | ||
| | | | | ok tedu | |||||
* | Add strnlen() to libkern. | 2012-04-26 | 2 | -3/+7 | ||
| | | | | ok deraadt | |||||
* | sort SEE ALSO; | 2012-04-12 | 1 | -2/+2 | ||
| | ||||||
* | more rfork mop-up | 2012-04-12 | 1 | -6/+6 | ||
| | ||||||
* | Recommend using "unsigned int" instead of just "unsigned". | 2012-04-11 | 1 | -2/+8 | ||
| | | | | ok deraadt@, tweaks from jmc@ and todd@ | |||||
* | no more lint; | 2012-04-08 | 1 | -4/+3 | ||
| | ||||||
* | Remove raidframe related references. | 2012-04-06 | 2 | -13/+6 | ||
| | ||||||
* | Consistently use the term "route label" throughout. | 2011-12-12 | 1 | -6/+6 | ||
| | | | | Noticed by and ok sthen@ | |||||
* | s/timout/timeout | 2011-12-09 | 1 | -2/+2 | ||
| | ||||||
* | typo, s/conficts/conflicts/ | 2011-12-09 | 1 | -3/+3 | ||
| | ||||||
* | Begin documenting the soup sandwich that is the kernel routing code. | 2011-12-08 | 2 | -3/+366 | ||
| | | | | | | Much handholding jmc@ ok jmc@ sthen@ claudio@ | |||||
* | it's MAXMCLBYTES, not MAXCLBYTES. | 2011-12-02 | 1 | -4/+4 | ||
| | ||||||
* | this diff introduces the MAXMCLBYTES macro to describe the largest | 2011-11-30 | 1 | -6/+7 | ||
| | | | | | | | | | | | | | | | 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@ | |||||
* | do not Xr non-existent man pages; | 2011-11-16 | 1 | -3/+3 | ||
| | ||||||
* | stacksize argument is gone and replaced with tidptr argument | 2011-10-16 | 1 | -15/+25 | ||
| | | | | | | Document new FORK_TFORK bit and that stack argument is used by compat_linux ok jmc@ | |||||
* | no more ccd(4); | 2011-10-06 | 1 | -11/+6 | ||
| | ||||||
* | Sync with reality: remove %r and %z which have been removed quite some time | 2011-09-19 | 1 | -20/+32 | ||
| | | | | ago, and mention %hh, %j and %t are not supported. | |||||
* | remove mdoc.samples(7): all info already is in mdoc(7) | 2011-09-17 | 1 | -4/+4 | ||
| | | | | feedback and ok jmc@ | |||||
* | make -column lists pretty again; | 2011-09-03 | 1 | -9/+10 | ||
| | | | | | | | | | | 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. | |||||
* | cred argument was removed from bread() and breadn() | 2011-07-31 | 1 | -12/+5 | ||
| | | | | ok tedu@, jmc@ |