about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/pwritev.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 preadv, pwritev system call namesFlorian Weimer2020-03-031-6/+0
* 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
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* posix: Remove internal_function attributeFlorian Weimer2017-08-311-2/+2
* posix: Implement preadv2 and pwritev2Adhemerval Zanella2017-05-311-0/+2
* posix: Fix and simplify default p{read,write}v implementationAdhemerval Zanella2017-05-151-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Remove __ASSUME_OFF_DIFF_OFF64 definitionAdhemerval Zanella2016-07-081-1/+1
* Fix p{readv,writev}{64} consolidation implementationAdhemerval Zanella2016-06-211-3/+2
* Consolidate pwritev/pwritev64 implementationsAdhemerval Zanella2016-06-061-52/+25
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* nptl: Rewrite cancellation macrosAdhemerval Zanella2015-06-041-12/+2
* Function declaration cleanupAdhemerval Zanella2015-01-061-5/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-161-0/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Remove pre-ISO C supportUlrich Drepper2012-01-071-2/+2
* * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed. Adjust.Ulrich Drepper2009-04-231-4/+6
* * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.Ulrich Drepper2009-04-101-6/+0
* function if it is not defined. Add some necessary casts.Ulrich Drepper2009-04-091-4/+13
* * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for staticUlrich Drepper2009-04-091-0/+2
* * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.Ulrich Drepper2009-04-031-0/+88