aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/read.2
Commit message (Expand)AuthorAgeFilesLines
* read.2: Describe debug.iosize_max_clampKonstantin Belousov2024-02-141-5/+14
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-231-1/+0
* vfs: add restrictions to read(2) of a directory [2/2]Kyle Evans2020-06-041-1/+1
* vfs: add restrictions to read(2) of a directory [1/2]Kyle Evans2020-06-041-4/+9
* Document EINTEGRITY errors for many system calls.John Baldwin2020-03-301-1/+3
* Document atomicity for read(2) and write(2).Konstantin Belousov2019-07-061-1/+20
* Mark all the system calls that were in 1st Edition Unix as such in theWarner Losh2017-12-011-2/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove sys/types.h due to STANDARDS and unistd.h also includes sys/types.h.Kevin Lo2015-12-151-2/+1
* Consistently reference file descriptors as "fd". 55 other manpagesBryan Drewery2013-09-121-10/+10
* pread(2) might fail with EBUSY, so document itEitan Adler2012-04-291-0/+2
* The sys/uio.h header is needed only for readv(2), preadv(2), writev(2) andPawel Jakub Dawidek2012-01-221-2/+2
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Avoid a potential hard sentence break.Ruslan Ermilov2006-10-211-1/+1
* o Follow the trend and try to explain what the slow device is.Maxim Konovalov2006-10-111-3/+5
* -mdoc sweep.Ruslan Ermilov2005-11-171-1/+1
* Document the ECONNRESET errno value.Diomidis Spinellis2005-07-291-0/+5
* - Add two new system calls: preadv() and pwritev() which are like readv()John Baldwin2005-07-071-8/+25
* read(), pread(), write(), and pwrite() return EINVAL if they are askedColin Percival2005-02-101-0/+5
* Nitpicking on grammar.Yaroslav Tykhiy2004-11-151-1/+1
* Reword the last change a bit, add mdoc(7) markup.Yaroslav Tykhiy2004-10-251-1/+3
* Explain it is a negative offset that EINVAL may indicate.Yaroslav Tykhiy2004-10-161-2/+2
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+3
* Markup, grammar, and spelling fixes.Ruslan Ermilov2004-06-301-4/+4
* The maximum value of iovcnt is IOV_MAX, not 16.Kelly Yancey2004-06-151-1/+2
* Describe EOVERFLOW caseAndrey A. Chernov2004-01-251-0/+9
* Fix/add errno return values to match the NFS client implementation andDiomidis Spinellis2003-09-021-4/+11
* Document that read(2) can also return EPERMDiomidis Spinellis2003-08-301-0/+3
* Fix struct iovec documentation to match reality.Mike Barcroft2003-01-121-1/+1
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-3/+9
* mdoc(7) police: Tidy up the syscall language.Ruslan Ermilov2002-12-181-14/+22
* Remove the internal implementation details of wrapping syscalls,Ruslan Ermilov2001-10-261-48/+0
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-3/+3
* Remove whitespace at EOL.Dima Dorfman2001-07-151-7/+7
* 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-2/+0
* Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples:Chris Costello2000-06-231-4/+4
* 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-3/+6
* $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 pread() and pwrite().Dmitrij Tejblum1999-04-111-5/+34
* Update to reflect current include files.Mike Pritchard1997-01-301-2/+2
* upgrade STANDARDS from POSIX 1003.1-88 to 1003.1-90 using .St macroWolfram Schneider1996-12-021-3/+4
* Correctly use .Fn instead of .Nm to reference function namesMike Pritchard1996-08-221-4/+3
* Reviewed by: julian and (hsu?)Julian Elischer1996-01-221-0/+47
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+189