aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/sendfile.2
Commit message (Expand)AuthorAgeFilesLines
* libc: Fix most issues reported by mandocGordon Bergling2020-12-191-4/+4
* Document EINTEGRITY errors for many system calls.John Baldwin2020-03-301-1/+4
* sendfile() does currently not support SCTP sockets.Michael Tuexen2020-03-131-0/+9
* Imaginary cat jumped my keyboard!Gleb Smirnoff2019-02-151-1/+0
* For 32-bit machines rollback the default number of vnode pager pbufsGleb Smirnoff2019-02-151-4/+22
* Document that `sendfile` will return an invalid value for `sbytes` if provide...Enji Cooper2019-01-251-2/+13
* Document that sendfile(2) can return ENOTCAPABLEAllan Jude2018-10-131-1/+7
* Add a space between a section number and a following comma.Mark Johnston2018-03-151-5/+5
* Fix a few more speelling errorsEitan Adler2017-12-281-1/+1
* Add flag SF_USER_READAHEAD to sendfile(2). When specified, the syscall won'tGleb Smirnoff2016-11-171-11/+33
* New sendfile(2) syscall. A joint effort of NGINX and Netflix from 2013 andGleb Smirnoff2016-01-081-32/+91
* use .Mt to mark up email addresses consistently (part4)Baptiste Daroussin2014-06-231-1/+1
* Document that sendfile(2) can fail with ENOBUFS.Kevin Lo2012-11-141-0/+2
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
* Further fix grammar.Konstantin Belousov2010-01-071-1/+1
* Fix a typo and bump date for the previous commit.Christian Brueffer2010-01-071-2/+2
* Give some information on SF_MNOWAIT flag.Konstantin Belousov2010-01-071-2/+10
* Give sendfile(2) a SF_SYNC flag which makes it wait until all mbufsPoul-Henning Kamp2008-02-031-1/+14
* Note that, thanks to the work by Alan Cox et al, some arch'esYaroslav Tykhiy2006-11-241-2/+19
* -mdoc sweep.Ruslan Ermilov2005-11-171-1/+1
* Document the fact that sendfile(2) can EOPNOTSUPP if the underlyingJoseph Koshy2005-10-311-0/+5
* Sort error list.Joseph Koshy2005-10-311-21/+22
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-111-2/+7
* Since sendfile(2) works on regular files only,Yaroslav Tykhiy2004-10-181-1/+1
* Improve mdoc(7) markup.Yaroslav Tykhiy2004-10-161-3/+9
* Give details on what will happen if the `offset' argumentYaroslav Tykhiy2004-10-161-2/+6
* Markup, grammar, and spelling fixes.Ruslan Ermilov2004-06-301-16/+34
* Spelling fixes.Mike Pritchard2004-06-211-1/+1
* Document the SF_NODISKIO flag, and fix a small typo.Mike Silbersack2004-02-081-2/+10
* Describe kern.ipc.nsfbufsused and kern.ipc.nsfbufspeak.Maxim Konovalov2003-12-291-0/+9
* Fixed a bug in sendfile(2) where the sent data would be corrupted dueDavid Greenman2003-12-011-2/+6
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-05-221-12/+14
* Update sendfile.2 to include a TUNING section that documents theSean Chittenden2003-03-121-0/+38
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-1/+15
* mdoc(7) police: Tidy up the syscall language.Ruslan Ermilov2002-12-181-1/+7
* Remove the internal implementation details of wrapping syscalls,Ruslan Ermilov2001-10-261-27/+0
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-3/+3
* Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.Yaroslav Tykhiy2001-08-091-5/+1
* Spelling.Stephen McKay2001-02-041-1/+1
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-141-1/+3
* Remove a superfluous `.Pp' occuring directly afterChris Costello2000-05-191-1/+0
* Add a note under IMPLEMENTATION NOTES about the behavior of sendfile()Chris Costello2000-05-191-0/+27
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-021-4/+8
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Various man page cleanup:Mike Pritchard1999-08-151-5/+8
* Correct HISTORY section, according to CVS logs.Sheldon Hearn1999-07-261-2/+3
* Added info about non-blocking support.David Greenman1998-11-061-1/+15
* Added a manual page for sendfile(2).David Greenman1998-11-051-0/+137