summaryrefslogtreecommitdiffstats
path: root/share/man/man9/uiomove.9 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* spelling fix;jmc2016-03-151-2/+2
|
* Remove now unused legacy uiomovei() function.stefan2016-03-151-16/+4
| | | | | | | All its callers got reviewed and converted to use uiomove() properly. ok deraadt@
* add missing NAME entries;jmc2015-11-231-3/+4
| | | | feedback/ok schwarze
* remove extra word in previous;jmc2015-02-101-2/+2
|
* First step towards making uiomove() take a size_t size argument:miod2015-02-101-4/+15
| | | | | | | - rename uiomove() to uiomovei() and update all its users. - introduce uiomove(), which is similar to uiomovei() but with a size_t. - rewrite uiomovei() as an uiomove() wrapper. ok kettenis@
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-3/+3
|
* Replace old-fashioned .Fd by new-fangled .In for #include lines.schwarze2013-06-041-3/+3
| | | | | Diff from Jan Klemkow <j dot klemkow at wemelug dot de> on tech@. No objection from jmc@ against this type of change.
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-9/+2
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* Suggest filling in uio_procp even if the area is in kernel-space ifuwe2005-11-161-4/+10
| | | | | the structure is passed to functions other than uiomove(); discussed with pedro@
* uio->uio_resid, not uio->resid;jmc2005-02-141-2/+2
| | | | | from kirihara masaharu (netbsd pr #29355); ok miod@ millert@
* typo from netbsd (-r 1.10);jmc2004-07-211-2/+2
|
* uiomove takes void * now.tedu2003-07-221-2/+2
|
* - section reorderjmc2003-06-061-2/+2
| | | | | | - macro fixes - kill whitespace at EOL - use .Ox for OpenBSD, .Fx for FreeBSD
* $OpenBSD$david2003-03-071-0/+1
| | | | ok henning@
* Remove fetch(9) and store(9) manual pages and references to them.miod2003-01-091-3/+1
|
* uimove(9) from NetBSD with minor changes for OpenBSD. We shouldmillert2002-05-151-0/+139
| | | | consider changing the size parameter to uiomove() from int to size_t.
* REVERT TO PREVIOUS STATE OF AFFAIR.espie1999-09-221-146/+0
| | | | | | | | | | | | If those pages are different from the NetBSD version, maybe there's a reason ? Like, possibly, I just read our source code, which just happens to do things in DIFFERENT ways than NetBSD does ? As far as the added pages go, they obviously haven't been checked against actual code as well, hence they're worse than useless, since a large part of the information is definitely misleading.
* Add/update some man9 pages from NetBSDcsapuntz1999-09-221-0/+146