summaryrefslogtreecommitdiffstats
path: root/share/man/man9/socreate.9 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use FNONBLOCK instead of SS_NBIO to check/indicate that the I/O modempi2018-07-301-8/+3
| | | | | | | | | | | | | for sockets is non-blocking. This allows us to G/C SS_NBIO. Having to keep the two flags in sync in a mp-safe way is complicated. This change introduce a behavior change in sosplice(), it can now always block. However this should not matter much due to the socket lock being taken beforhand. ok bluhm@, benno@, visa@
* tweak previous;jmc2017-09-011-2/+2
|
* Reflect so{g,s}etopt() changes.mpi2017-09-011-9/+8
|
* fix cross references to self; found with mandoc -Tlintschwarze2017-07-051-4/+6
|
* document the so_upcall option to socreatephessler2016-07-271-2/+11
|
* you must pass uio to socreate, even if you want an mbuf back.dlg2015-11-031-7/+8
| | | | | | | the uio specifies how much data may be returned in the mbuf. this should make teary students less sad, but probably not cos theyve already had to hand the assignment in.
* there's an extra argument to soreceive now.dlg2015-10-231-3/+6
| | | | found by teary students.
* Replace \*(Lt \*(Le \*(Gt \*(Ge with literal < <= > >= respectively,naddy2015-02-161-4/+4
| | | | | except for instances where \*(Le and \*(Ge are clearly understood as mathematical symbols. Discussed with schwarze@
* - fix .Nm and .Dtjmc2009-01-291-5/+11
| | | | - remove a duplicate
* Add some kernel socket documentation. Originally from FreeBSD with someclaudio2009-01-291-0/+297
tweaks by me to match the OpenBSD reality. Additional help from jmc@ ja ja ja dlg@ and OK blambert@