aboutsummaryrefslogtreecommitdiff
path: root/manual/llio.texi
AgeCommit message (Expand)AuthorFilesLines
3 daysmremap: Update manual entryH.J. Lu1-7/+35
2024-07-09manual: add syscallsDJ Delorie1-3/+31
2024-07-01Update mmap() flags and errors listsDJ Delorie1-16/+126
2024-05-13manual: add dup3DJ Delorie1-0/+8
2024-04-04misc: Add support for Linux uio.h RWF_NOAPPEND flagStafford Horne1-0/+4
2023-05-27Fix misspellings in manual/ -- BZ 25337Paul Pluzhnikov1-1/+1
2022-09-26Use atomic_exchange_release/acquireWilco Dijkstra1-3/+3
2022-09-23Use C11 atomics instead of atomic_decrement_and_testWilco Dijkstra1-1/+1
2022-09-23Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra1-2/+2
2022-09-09Use C11 atomics instead of atomic_decrement(_val)Wilco Dijkstra1-1/+1
2021-08-26llio.texi: Wording fixes in description of closefrom()Michael Kerrisk1-2/+2
2021-07-08io: Add closefrom [BZ #10353]Adhemerval Zanella1-0/+10
2021-07-08linux: Add close_rangeAdhemerval Zanella1-0/+51
2021-07-06manual: fix description for preadv()Armin Brauns1-1/+1
2021-05-05nptl: Consolidate async cancel enable/disable implementation in libcFlorian Weimer1-2/+2
2020-12-03manual: Clarify File Access Modes section and add O_PATHFlorian Weimer1-28/+44
2020-05-05manual: Document the O_NOFOLLOW open flagFlorian Weimer1-0/+7
2019-10-30Revise the documentation of simple calendar time.Zack Weinberg1-5/+5
2019-06-28io: Remove copy_file_range emulation [BZ #24744]Florian Weimer1-5/+5
2019-05-17manual: Document O_DIRECTORYFlorian Weimer1-0/+7
2019-01-07manual: Use @code{errno} instead of @var{errno} [BZ #24063]Florian Weimer1-2/+2
2018-06-28Fix documentation build with old makeinfoSzabolcs Nagy1-1/+1
2018-06-26Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella1-6/+7
2018-04-03Update RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947]H.J. Lu1-0/+3
2018-02-02preadv2/pwritev2: Handle offset == -1 [BZ #22753]Florian Weimer1-7/+14
2017-12-22copy_file_range: New function to copy file dataFlorian Weimer1-0/+88
2017-11-23Linux: Add memfd_create system call wrapperFlorian Weimer1-0/+63
2017-11-20manual: Document the MAP_HUGETLB, MADV_HUGEPAGE, MADV_NOHUGEPAGE flagsFlorian Weimer1-5/+49
2017-11-19manual: Document mprotect and introduce section on memory protectionFlorian Weimer1-11/+3
2017-11-19manual: Move preadv/writev variants to Scatter-Gather sectionFlorian Weimer1-211/+201
2017-11-04manual: Document the O_TMPFILE flagFlorian Weimer1-0/+28
2017-07-11posix: Add p{read,write}v2 RWF_NOWAIT flag (BZ#21738)Adhemerval Zanella1-0/+4
2017-06-15manual: Replace summary.awk with summary.pl.Rical Jasan1-230/+115
2017-05-31posix: Implement preadv2 and pwritev2Adhemerval Zanella1-0/+109
2017-05-04manual: Add preadv and pwritev documentationAdhemerval Zanella1-0/+102
2016-12-21manual: Convert @tables of variables to @vtables.Rical Jasan1-20/+14
2016-10-06Manual typos: Low-Level Input/OutputRical Jasan1-37/+37
2015-08-20Fix exponents in manual.Ondřej Bílka1-11/+11
2014-11-06manual/llio.texi: Comment on write atomicity.Carlos O'Donell1-0/+5
2014-10-29manual/llio.texi: Add Linux-specific comments for write().Carlos O'Donell1-0/+25
2014-07-29fcntl-linux.h: add new definitions and manual updates for open file descripti...Jeff Layton1-3/+238
2014-02-26Fix two spaces after sentence.Ondřej Bílka1-13/+13
2014-01-31* manual/llio.texi: Document MTASC-safety properties.Alexandre Oliva1-0/+280
2013-12-30Fix spelling in manual, as in bug 16376Ville Skytta1-1/+1
2013-12-02Document shm_open.Ondřej Bílka1-0/+27
2013-10-25Document that mmap() returns MAP_FAILED on error, as per the POSIX standard.Fabrice Bauzac1-2/+2
2013-04-12BZ#15361: Make aio_fsync not check open modes.Roland McGrath1-2/+1
2013-02-11Fix some errors in declarations in the manual.Roland McGrath1-16/+14
2012-04-08Better describe open argumentsStephen Compall1-4/+4
2012-04-06Fix typo in manualRobert Millan1-3/+3