summaryrefslogtreecommitdiffstats
path: root/regress/sys/kern/pwrite (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ... also check that writing 0 bytes works...espie2014-02-281-1/+4
|
* Regress tests for negative offsets, wrapping offsets, and the lack ofguenther2011-11-061-4/+27
| | | | | | | interaction of pwrite/pwritev with O_APPEND. Based on a patch from Alexander Polakov (polachok at gmail.com) Further tests with deraadt@
* Verify this fails with ESPIPE on ttysguenther2011-11-051-2/+14
|
* add missing includesdavid2003-09-021-1/+2
| | | | ok deraadt@ tedu@ dhartmei@ krw@
* various cleanups; david says results are samederaadt2003-07-311-2/+2
|
* test pwriteart2002-02-082-0/+56