summaryrefslogtreecommitdiff
path: root/lib/libc/sys/write.2
Commit message (Expand)AuthorAgeFilesLines
* - Add two new system calls: preadv() and pwritev() which are like readv()John Baldwin2005-07-071-6/+21
* read(), pread(), write(), and pwrite() return EINVAL if they are askedColin Percival2005-02-101-0/+5
* 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/+4
* Changed EINVAL constant reference from UIO_MAXIOV to IOV_MAX.Diomidis Spinellis2003-10-111-1/+1
* Fix struct iovec documentation to match reality.Mike Barcroft2003-01-121-1/+1
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-2/+6
* mdoc(7) police: Tidy up the syscall language.Ruslan Ermilov2002-12-181-14/+22
* Document that write(2) et al can return EROFS for attempts to write theJens Schweikhardt2002-10-101-0/+7
* 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-6/+6
* 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
* Document the EINTR error.Jason Evans2001-02-261-0/+2
* 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-2/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Document that writev(2) can fail with ENOBUFS.Nik Clayton1999-07-301-1/+3
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* writev(2) can return EDESTADDRREQ when attempting to write to aGuy Helmer1999-05-041-0/+6
* Document pread() and pwrite().Dmitrij Tejblum1999-04-111-3/+31
* 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
* .DV -> .Dv (SOCK_STREAM was invisible).Bruce Evans1996-09-281-1/+1
* 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/+205