aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/preadv.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 preadv, pwritev system call namesFlorian Weimer1-6/+0
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-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-08-31posix: Remove internal_function attributeFlorian Weimer1-2/+2
2017-05-31posix: Implement preadv2 and pwritev2Adhemerval Zanella1-0/+2
2017-05-15posix: Fix and simplify default p{read,write}v implementationAdhemerval Zanella1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-07-08Remove __ASSUME_OFF_DIFF_OFF64 definitionAdhemerval Zanella1-1/+1
2016-06-21Fix p{readv,writev}{64} consolidation implementationAdhemerval Zanella1-3/+2
2016-06-06Consolidate preadv/preadv64 implementationAdhemerval Zanella1-52/+25
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-06-04nptl: Rewrite cancellation macrosAdhemerval Zanella1-12/+2
2015-01-06Function declaration cleanupAdhemerval Zanella1-5/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold1-0/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-01-07Remove pre-ISO C supportUlrich Drepper1-2/+2
2009-04-23* sysdeps/unix/sysv/linux/preadv.c: The kernel API changed. Adjust.Ulrich Drepper1-4/+6
2009-04-10* stdio-common/vfprintf.c (vfprintf): Slightly more compact code.Ulrich Drepper1-6/+0
2009-04-09function if it is not defined. Add some necessary casts.Ulrich Drepper1-4/+13
2009-04-09* sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for staticUlrich Drepper1-0/+2
2009-04-03* misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.Ulrich Drepper1-0/+88