summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/send.2
Commit message (Collapse)AuthorAgeFilesLines
* Standardize the various prison_foo_ip[46] functions and prison_if tojamie2009-02-051-2/+2
| | | | | | | | | | | | | | | return zero on success and an error code otherwise. The possible errors are EADDRNOTAVAIL if an address being checked for doesn't match the prison, and EAFNOSUPPORT if the prison doesn't have any addresses in that address family. For most callers of these functions, use the returned error code instead of e.g. a hard-coded EADDRNOTAVAIL or EINVAL. Always include a jailed() check in these functions, where a non-jailed cred always returns success (and makes no changes). Remove the explicit jailed() checks that preceded many of the function calls. Approved by: bz (mentor)
* Remove the MSG_PEEK flag from the documentation of the send(2) syscall -roam2007-04-271-1/+0
| | | | | | | | it is only relevant to receiving data from sockets, not to sending. PR: 109667 Submitted by: Jari Kirma <kirma@cs.hut.fi> Approved by: wollman
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* Remove reference to T/TCP.joel2006-09-131-5/+2
| | | | Reviewed by: andre
* Assorted markup fixes.ru2005-06-151-1/+3
| | | | Approved by: re
* Make MSG_NOSIGNAL available to native programs.alfred2005-03-091-5/+9
| | | | | | Bump FreeBSD_version to note this change. Reviewed by: sobomax
* Expand *n't contractions.ru2005-02-131-1/+1
|
* EISCONN may be returned by sendto() if an attempt is made to specify thekeramida2005-01-241-0/+2
| | | | | | | | destination address to a datagram socket that is already connected. Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz> PR: docs/76399 MFC after: 1 week
* Sort sections.ru2005-01-201-12/+12
|
* Mechanically kill hard sentence breaks.ru2004-07-021-2/+4
|
* Markup, grammar, and spelling fixes.ru2004-06-301-4/+8
|
* s/SS_CANTSENDMORE/SBS_CANTSENDMORE/rik2004-06-241-1/+1
|
* Spelling fixes.mpp2004-06-211-1/+1
|
* Document the fact that in a jailed environment, sendto(2) could failcsjp2004-05-111-0/+4
| | | | | | | returning EPERM if the source address specified in the IP header did not match the address bound to the prison. Approved by: bmilekic (mentor)
* Document the fact that send(2) can return EPIPE (like when a socket is notroberto2003-09-101-0/+4
| | | | | | | | connected). PR: docs/56683 Submitted by: Chris S.J. Peron <maneo@bsdpro.com> MFC after: 3 days
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-2/+2
|
* mdoc(7) police: Tidy up the syscall language.ru2002-12-181-7/+16
| | | | | | | | | | Stop calling system calls "function calls". Use "The .Fn system call" a-la "The .Nm utility". When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe.
* Document ENETDOWN.dd2001-11-051-0/+2
| | | | | PR: 31436 Submitted by: Milon Papezik <milon.papezik@oskarmobil.cz>
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-2/+2
|
* mdoc(7) police: protect trailing full stops of abbreviationsru2001-08-101-1/+1
| | | | with a trailing zero-width space: `e.g.\&'.
* mdoc(7) police:ru2001-08-071-1/+2
| | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block.
* Remove whitespace at EOL.dd2001-07-151-5/+5
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Document ECONNREFUSED.archie2001-05-201-0/+4
| | | | Submitted by: Richard Hodges <rh@matriplex.com>
* Document EHOSTDOWN error.ben2001-01-171-0/+2
| | | | | PR: 24410 Submitted by: Martin Horcicka <horcicka@vol.cz>
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* General clean-up of socket.h and associated sources to synchronise upphk1999-11-241-1/+1
| | | | | | | | | | | | with NetBSD and the Single Unix Specification v2. This updates some structures with other, almost equivalent types and effort is under way to get the whole more consistent. Also removes a double definition of INET6 and some other clean-ups. Reviewed by: green, bde, phk Some part obtained from: NetBSD, SUSv2 specification
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add a BUGS section and describe a problem I've been having forbrian1998-05-091-1/+14
| | | | a few weeks now.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Document a couple of additional errno's.mpp1997-01-261-1/+7
| | | | | Submitted by: Steinar Haug and Heiko W. Rupp Obtained from: NetBSD-bugs & FreeBSD-current mailing lists
* Sort cross references.wosch1997-01-201-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-221-2/+2
| | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages.
* Document Transaction TCP extensions to generic system calls.wollman1995-02-151-4/+22
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+161
OpenPOWER on IntegriCloud