summaryrefslogtreecommitdiffstats
path: root/sys/sys/uio.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reorder checks in the read/write(2) family of syscalls to prepare makingmpi2018-08-201-5/+6
* Forward declare 'struct file' so that libkvm and others that indirectly pullguenther2015-01-181-1/+2
* Use __off_t instead of off_t to make this usable on its own even in ourkettenis2013-04-021-3/+3
* More compliance fixes: hiding non-standard stuff behind __BSD_VISIBLE,guenther2012-10-011-3/+18
* Correct the links between threads, processes, pgrps, and sessions,guenther2010-07-261-2/+2
* Put readv/writev changes back in, as they no longer hang ckuethe's ntpd.blambert2009-06-041-3/+3
* First step in include files overhaul. Use __FOO_VISIBLE (as definedmillert2005-12-131-3/+3
* Suggest filling in uio_procp even if the area is in kernel-space ifuwe2005-11-161-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* First round of __P removal in sysmillert2002-03-141-10/+10
* move kernel prototypes using iovec to the right placederaadt2000-05-241-2/+8
* prototyping for p{read,write}{,v}deraadt2000-04-201-1/+5
* some comments on the elements in struct uioart1999-01-201-8/+8
* Add IOV_MAX from XPG 4.2. This supercedes UIO_MAXIOV so mark it as such.millert1998-08-051-2/+2
* Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t) and don't return EINVAL if it is < 0 in sys_{read,write}. Remove check for uio_resid < 0 uiomove() now that uio_resid is unsigned and brack remaining panics with #ifdef DIAGNOSTIC. vn_rdwr() must now take a size_t * ...millert1998-07-281-2/+2
* make iov_base void *deraadt1998-05-111-6/+2
* make UIO_MAXIOV visible to userland.michaels1996-12-131-2/+3
* From NetBSD: 960217 mergeniklas1996-03-031-1/+5
* initial import of NetBSD treederaadt1995-10-181-0/+84