aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/recv.2
Commit message (Expand)AuthorAgeFilesLines
* Update example to something people less than 40 years old have heard about.Poul-Henning Kamp2018-10-211-7/+2
* Document socket control message routines for ancillary data access (CMSG_DATA).Mateusz Piotrowski2018-08-191-1/+2
* Use St macro for specifying C standards.Sevan Janiyan2018-05-201-1/+5
* Fix a typo and remove an unneeded Tn macro as highlighted by mandoc -Tlint.Sevan Janiyan2018-05-201-5/+3
* Fixed description of msg_name/msg_namelen in recvmsg().Ruslan Ermilov2017-10-031-2/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Clean up documentation of AF_UNIX control messages.Jilles Tjoelker2017-02-031-51/+4
* Remove <sys/types.h> from the SYNOPSIS.Kevin Lo2016-08-181-2/+1
* Add implementations of sendmmsg(3) and recvmmsg(3) functions whichKonstantin Belousov2016-01-291-10/+85
* Slightly improve grammar in EAGAIN description.Gavin Atkinson2014-10-151-3/+3
* Implement SOCK_CLOEXEC, SOCK_NONBLOCK and MSG_CMSG_CLOEXEC.Jilles Tjoelker2013-03-191-2/+7
* Remove the restrict qualifier to match function prototype.Kevin Lo2012-09-201-1/+1
* Describe in detail required conditions for receiving the SCM_CREDSGleb Smirnoff2012-09-121-4/+18
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-2/+0
* It's silly to claim recv(2) is to be removed in favour of recvfrom(2)Ivan Voras2008-11-301-1/+0
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Bump modification date for last update.Simon L. B. Nielsen2006-12-281-1/+1
* Catch up struct cmsghdr and struct msghdr in the manual page with theSimon L. B. Nielsen2006-12-281-11/+11
* Fix a typoBrian Somers2006-09-101-2/+2
* Remove a useless word.Christian Brueffer2006-03-051-1/+1
* - Massage wording to make it easier to understand and fix some grammar.Brad Davis2006-02-161-4/+4
* -mdoc sweep.Ruslan Ermilov2005-11-171-1/+1
* Document the ECONNRESET errno value.Diomidis Spinellis2005-07-291-0/+2
* Eliminate macro calls inside literal displays.Ruslan Ermilov2005-01-151-1/+1
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-111-9/+21
* ``NULL is a specific instance of a null pointer constant; the generic isGiorgos Keramidas2004-12-231-3/+2
* Use .Dv NULL when referring to NULL C pointers, instead of "nil".Giorgos Keramidas2004-12-221-2/+5
* Document EMSGSIZE return from recvmsg due to insufficient free filesAlfred Perlstein2004-10-171-1/+10
* Document the MSG_DONTWAIT flag.Hartmut Brandt2004-07-161-1/+8
* Add restrict qualifiers. (docs)Alfred Perlstein2003-12-241-1/+1
* mdoc(7): Properly mark C headers.Ruslan Ermilov2003-09-101-2/+2
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-6/+12
* mdoc(7) police: Tidy up the syscall language.Ruslan Ermilov2002-12-181-7/+11
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
* Remove whitespace at EOL.Dima Dorfman2001-07-151-4/+4
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
* Use `Er' variable to define first column width in ERRORS section. It wasAlexey Zelkin2000-05-041-1/+1
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
* General clean-up of socket.h and associated sources to synchronise upPoul-Henning Kamp1999-11-241-1/+1
* Some style and "look" fixesAlexey Zelkin1999-09-051-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Document SCM_CREDS changes.Bill Paul1997-03-211-0/+28
* Sort cross references.Wolfram Schneider1997-01-201-1/+1
* Correctly use .Fn instead of .Nm to reference function namesMike Pritchard1996-08-221-1/+1
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+263