| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove copyinfrom() and copyinstrfrom(). | John Baldwin | 2020-05-20 | 1 | -4/+0 |
* | Move uio enums to sys/_uio.h. | Brooks Davis | 2018-03-27 | 1 | -11/+1 |
* | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
* | Add asynchronous command support to the pass(4) driver, and the new | Kenneth D. Merry | 2015-12-03 | 1 | -0/+5 |
* | Remove zero-copy sockets code. It only worked for anonymous memory, | Konstantin Belousov | 2013-09-16 | 1 | -1/+0 |
* | Extract the general-purpose code from tmpfs to perform uiomove from | Konstantin Belousov | 2013-08-21 | 1 | -0/+1 |
* | Reform the busdma API so that new types may be added without modifying | Konstantin Belousov | 2013-02-12 | 1 | -0/+2 |
* | Constify args to copyiniov and copyinuio. | Alfred Perlstein | 2011-11-14 | 1 | -2/+2 |
* | Add a facility to disable processing page faults. When activated, | Konstantin Belousov | 2011-07-09 | 1 | -0/+1 |
* | Promote ksyms_map() and ksyms_unmap() to general facility | Konstantin Belousov | 2011-03-28 | 1 | -0/+2 |
* | Remove the uio_yield prototype and symbol. This function has been | Matthew D Fleming | 2011-02-08 | 1 | -1/+0 |
* | Based on discussions on the svn-src mailing list, rework r218195: | Matthew D Fleming | 2011-02-08 | 1 | -2/+0 |
* | Put the general logic for being a CPU hog into a new function | Matthew D Fleming | 2011-02-02 | 1 | -0/+2 |
* | Change the type of uio_resid member of struct uio from int to ssize_t. | Konstantin Belousov | 2009-06-25 | 1 | -1/+1 |
* | Namespace: preadv() and pwritev() are extensions. | David Schultz | 2009-03-14 | 1 | -0/+2 |
* | Document struct uio.h entries. | Alfred Perlstein | 2006-11-29 | 1 | -7/+7 |
* | - Add two new system calls: preadv() and pwritev() which are like readv() | John Baldwin | 2005-07-07 | 1 | -0/+7 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
* | Tidy up the zero-copy receive path: Remove an unneeded argument to | Alan Cox | 2004-12-08 | 1 | -2/+1 |
* | Clean up and wash struct iovec and struct uio handling. | Poul-Henning Kamp | 2004-07-10 | 1 | -2/+4 |
* | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-07 | 1 | -4/+0 |
* | Introduce uiomove_fromphys(). This is a variant of uiomove() that takes | Alan Cox | 2004-03-20 | 1 | -0/+3 |
* | Move m_uiotombuf from uio.h to mbuf.h, where I should have put it in | Mike Silbersack | 2004-02-08 | 1 | -2/+0 |
* | Rename iov_to_uio to uiofromiov to be more consistent with other | Mike Silbersack | 2004-02-04 | 1 | -1/+1 |
* | Rewrite sendfile's header support so that headers are now sent in the first | Mike Silbersack | 2004-02-01 | 1 | -0/+3 |
* | Fixed style bugs in rev.1.12 (unsorting of prototypes by adding new ones | Bruce Evans | 2003-12-27 | 1 | -4/+5 |
* | Add __restrict qualifiers to copyinfrom, copyinstrfrom, copystr, copyinstr, | Alfred Perlstein | 2003-12-26 | 1 | -3/+4 |
* | Introduce a uiomove_frombuf helper routine that handles computing and | Jacques Vidrine | 2003-10-02 | 1 | -0/+1 |
* | Remove ENABLE_VFS_IOOPT. It is a long unfinished work-in-progress. | Alan Cox | 2003-03-06 | 1 | -1/+0 |
* | Convert one of our main caddr_t consumers, uiomove(9), to void *. | Dag-Erling Smørgrav | 2003-03-02 | 1 | -2/+2 |
* | Move the typedef for size_t into _iovec.h, so that size_t is available | Mike Barcroft | 2003-02-26 | 1 | -5/+0 |
* | It is bad style to define the same structure in multiple header | Poul-Henning Kamp | 2002-12-28 | 1 | -8/+1 |
* | Add typedefs for size_t and ssize_t, allow struct iovec to be defined | Mike Barcroft | 2002-10-11 | 1 | -2/+18 |
* | Change iov_base's type from `char *' to the standard `void *'. All | Mike Barcroft | 2002-10-11 | 1 | -5/+1 |
* | At long last, commit the zero copy sockets code. | Kenneth D. Merry | 2002-06-26 | 1 | -1/+1 |
* | Remove UIO_USERISPACE - we do not support any split instruction/data | Peter Wemm | 2002-06-20 | 1 | -1/+0 |
* | o Header files shouldn't depend on options: Provide prototypes | Alan Cox | 2002-05-06 | 1 | -2/+0 |
* | o Condition the compilation of uiomoveco() and vm_uiomove() | Alan Cox | 2002-05-05 | 1 | -0/+2 |
* | Remove __P | Alfred Perlstein | 2002-03-19 | 1 | -9/+9 |
* | Remove extraneous semicolon. | John Baldwin | 2001-10-04 | 1 | -1/+1 |
* | Make uio_yield() a global. Call uio_yield() between chunks | Matthew Dillon | 2001-09-26 | 1 | -0/+1 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -1/+1 |
* | After one too many PRs on the subject, bite the bullet and define IOV_MAX | Garrett Wollman | 2001-06-18 | 1 | -0/+8 |
* | Introduce copyinfrom and copyinstrfrom, which can copy data from either | Jonathan Lemon | 2001-02-16 | 1 | -0/+3 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -3/+3 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Make our v_usecount vnode reference count work identically to the | John Dyson | 1998-01-06 | 1 | -1/+2 |
* | Fixed namespace pollution in previous commit. | Bruce Evans | 1997-12-19 | 1 | -5/+3 |
* | Some performance improvements, and code cleanups (including changing our | John Dyson | 1997-12-19 | 1 | -1/+4 |