Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document that sendfile(2) can fail with ENOBUFS. | kevlo | 2012-11-14 | 1 | -0/+2 |
| | | | | Reviewed by: glebius | ||||
* | Remove trailing whitespace per mdoc lint warning | eadler | 2012-03-29 | 1 | -1/+1 |
| | | | | | | | Disussed with: gavin No objection from: doc Approved by: joel MFC after: 3 days | ||||
* | Further fix grammar. | kib | 2010-01-07 | 1 | -1/+1 |
| | | | | | Suggested by: alc MFC after: 3 days | ||||
* | Fix a typo and bump date for the previous commit. | brueffer | 2010-01-07 | 1 | -2/+2 |
| | |||||
* | Give some information on SF_MNOWAIT flag. | kib | 2010-01-07 | 1 | -2/+10 |
| | | | | MFC after: 3 days | ||||
* | Give sendfile(2) a SF_SYNC flag which makes it wait until all mbufs | phk | 2008-02-03 | 1 | -1/+14 |
| | | | | | | | | referencing the files VM pages are returned from the network stack, making changes to the file safe. This flag does not guarantee that the data has been transmitted to the other end. | ||||
* | Note that, thanks to the work by Alan Cox et al, some arch'es | yar | 2006-11-24 | 1 | -2/+19 |
| | | | | | | | | | don't need sendfile() buffers any more. The report on the work referenced can be found at http://usenix.org/events/usenix05/tech/general/elmeleegy.html MFC after: 1 week | ||||
* | -mdoc sweep. | ru | 2005-11-17 | 1 | -1/+1 |
| | |||||
* | Document the fact that sendfile(2) can EOPNOTSUPP if the underlying | jkoshy | 2005-10-31 | 1 | -0/+5 |
| | | | | | | filesystem for the file being transferred doesn't support UIO_NOCOPY. Reported by: Niki Denev <nike_d@cytexbg.com> | ||||
* | Sort error list. | jkoshy | 2005-10-31 | 1 | -21/+22 |
| | |||||
* | Scheduled mdoc(7) sweep. | ru | 2005-01-11 | 1 | -2/+7 |
| | |||||
* | Since sendfile(2) works on regular files only, | yar | 2004-10-18 | 1 | -1/+1 |
| | | | | | | | which have no negative offsets, "negative" and "invalid" are equivalent WRT the offset argument. Suggested by: bde | ||||
* | Improve mdoc(7) markup. | yar | 2004-10-16 | 1 | -3/+9 |
| | |||||
* | Give details on what will happen if the `offset' argument | yar | 2004-10-16 | 1 | -2/+6 |
| | | | | | | | | | to sendfile(2) falls beyond the end of file. Touch .Dd. PR: bin/72649 (in the audit trail) MFC after: 1 week | ||||
* | Markup, grammar, and spelling fixes. | ru | 2004-06-30 | 1 | -16/+34 |
| | |||||
* | Spelling fixes. | mpp | 2004-06-21 | 1 | -1/+1 |
| | |||||
* | Document the SF_NODISKIO flag, and fix a small typo. | silby | 2004-02-08 | 1 | -2/+10 |
| | |||||
* | Describe kern.ipc.nsfbufsused and kern.ipc.nsfbufspeak. | maxim | 2003-12-29 | 1 | -0/+9 |
| | | | | Reviewed by: silby | ||||
* | Fixed a bug in sendfile(2) where the sent data would be corrupted due | dg | 2003-12-01 | 1 | -2/+6 |
| | | | | | | | | | | to sendfile(2) being erroneously automatically restarted after a signal is delivered. Fixed by converting ERESTART to EINTR prior to exiting. Updated manual page to indicate the potential EINTR error, its cause and consequences. Approved by: re@freebsd.org | ||||
* | Assorted mdoc(7) fixes. | ru | 2003-05-22 | 1 | -12/+14 |
| | | | | Approved by: re (blanket) | ||||
* | Update sendfile.2 to include a TUNING section that documents the | seanc | 2003-03-12 | 1 | -0/+38 |
| | | | | | | | various tunables that are applicable to sendfile(2). Update tuning.7 to mention a reference to sendfile.2. Approved by: keramida | ||||
* | mdoc(7) police: "The .Fa argument.". | ru | 2002-12-19 | 1 | -1/+15 |
| | |||||
* | mdoc(7) police: Tidy up the syscall language. | ru | 2002-12-18 | 1 | -1/+7 |
| | | | | | | | | | | 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. | ||||
* | Remove the internal implementation details of wrapping syscalls, | ru | 2001-10-26 | 1 | -27/+0 |
| | | | | | | which do not match the reality anyway. Approved by: deischen, bde | ||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -3/+3 |
| | |||||
* | Use the ``.Rv -std'' mdoc(7) macro in appropriate cases. | yar | 2001-08-09 | 1 | -5/+1 |
| | | | | Reviewed by: ru | ||||
* | Spelling. | mckay | 2001-02-04 | 1 | -1/+1 |
| | |||||
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 1 | -1/+3 |
| | |||||
* | Remove a superfluous `.Pp' occuring directly after | chris | 2000-05-19 | 1 | -1/+0 |
| | | | | `.Sh IMPLEMENTATION NOTES'. | ||||
* | Add a note under IMPLEMENTATION NOTES about the behavior of sendfile() | chris | 2000-05-19 | 1 | -0/+27 |
| | | | | in the threaded library. | ||||
* | Introduce ".Lb" macro to libc manpages. | phantom | 2000-04-21 | 1 | -0/+2 |
| | | | | More libraries manpages updates following. | ||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-02 | 1 | -4/+8 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Various man page cleanup: | mpp | 1999-08-15 | 1 | -5/+8 |
| | | | | | | | | | | - Sort xrefs - FreeBSD.ORG -> FreeBSD.org - Be consistent with section names as outlines in mdoc(7) - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexy M. Zelkin <phantom@cris.net> | ||||
* | Correct HISTORY section, according to CVS logs. | sheldonh | 1999-07-26 | 1 | -2/+3 |
| | | | | | PR: 12810 Submitted by: Alex Perel <veers@disturbed.net> | ||||
* | Added info about non-blocking support. | dg | 1998-11-06 | 1 | -1/+15 |
| | |||||
* | Added a manual page for sendfile(2). | dg | 1998-11-05 | 1 | -0/+137 |