about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/pwritev2.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Linux: Clean up preadv2, pwritev2 system call namesFlorian Weimer2020-03-031-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Fix misreported errno on preadv2/pwritev2 (BZ#23579)Adhemerval Zanella2018-09-281-1/+1
* preadv2/pwritev2: Handle offset == -1 [BZ #22753]Florian Weimer2018-02-021-1/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* posix: Set p{read,write}v2 to return ENOTSUP (BZ#21780)Adhemerval Zanella2017-08-081-2/+2
* posix: Implement preadv2 and pwritev2Adhemerval Zanella2017-05-311-0/+51