aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/pwritev2.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-03-03Linux: Clean up preadv2, pwritev2 system call namesFlorian Weimer1-2/+2
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-09-28Fix misreported errno on preadv2/pwritev2 (BZ#23579)Adhemerval Zanella1-1/+1
2018-02-02preadv2/pwritev2: Handle offset == -1 [BZ #22753]Florian Weimer1-1/+4
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-08-08posix: Set p{read,write}v2 to return ENOTSUP (BZ#21780)Adhemerval Zanella1-2/+2
2017-05-31posix: Implement preadv2 and pwritev2Adhemerval Zanella1-0/+51