aboutsummaryrefslogtreecommitdiff
path: root/manual/llio.texi
AgeCommit message (Expand)Author
2023-05-27Fix misspellings in manual/ -- BZ 25337Paul Pluzhnikov
2022-09-26Use atomic_exchange_release/acquireWilco Dijkstra
2022-09-23Use C11 atomics instead of atomic_decrement_and_testWilco Dijkstra
2022-09-23Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra
2022-09-09Use C11 atomics instead of atomic_decrement(_val)Wilco Dijkstra
2021-08-26llio.texi: Wording fixes in description of closefrom()Michael Kerrisk
2021-07-08io: Add closefrom [BZ #10353]Adhemerval Zanella
2021-07-08linux: Add close_rangeAdhemerval Zanella
2021-07-06manual: fix description for preadv()Armin Brauns
2021-05-05nptl: Consolidate async cancel enable/disable implementation in libcFlorian Weimer
2020-12-03manual: Clarify File Access Modes section and add O_PATHFlorian Weimer
2020-05-05manual: Document the O_NOFOLLOW open flagFlorian Weimer
2019-10-30Revise the documentation of simple calendar time.Zack Weinberg
2019-06-28io: Remove copy_file_range emulation [BZ #24744]Florian Weimer
2019-05-17manual: Document O_DIRECTORYFlorian Weimer
2019-01-07manual: Use @code{errno} instead of @var{errno} [BZ #24063]Florian Weimer
2018-06-28Fix documentation build with old makeinfoSzabolcs Nagy
2018-06-26Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella
2018-04-03Update RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947]H.J. Lu
2018-02-02preadv2/pwritev2: Handle offset == -1 [BZ #22753]Florian Weimer
2017-12-22copy_file_range: New function to copy file dataFlorian Weimer
2017-11-23Linux: Add memfd_create system call wrapperFlorian Weimer
2017-11-20manual: Document the MAP_HUGETLB, MADV_HUGEPAGE, MADV_NOHUGEPAGE flagsFlorian Weimer
2017-11-19manual: Document mprotect and introduce section on memory protectionFlorian Weimer
2017-11-19manual: Move preadv/writev variants to Scatter-Gather sectionFlorian Weimer
2017-11-04manual: Document the O_TMPFILE flagFlorian Weimer
2017-07-11posix: Add p{read,write}v2 RWF_NOWAIT flag (BZ#21738)Adhemerval Zanella
2017-06-15manual: Replace summary.awk with summary.pl.Rical Jasan
2017-05-31posix: Implement preadv2 and pwritev2Adhemerval Zanella
2017-05-04manual: Add preadv and pwritev documentationAdhemerval Zanella
2016-12-21manual: Convert @tables of variables to @vtables.Rical Jasan
2016-10-06Manual typos: Low-Level Input/OutputRical Jasan
2015-08-20Fix exponents in manual.Ondřej Bílka
2014-11-06manual/llio.texi: Comment on write atomicity.Carlos O'Donell
2014-10-29manual/llio.texi: Add Linux-specific comments for write().Carlos O'Donell
2014-07-29fcntl-linux.h: add new definitions and manual updates for open file descripti...Jeff Layton
2014-02-26Fix two spaces after sentence.Ondřej Bílka
2014-01-31* manual/llio.texi: Document MTASC-safety properties.Alexandre Oliva
2013-12-30Fix spelling in manual, as in bug 16376Ville Skytta
2013-12-02Document shm_open.Ondřej Bílka
2013-10-25Document that mmap() returns MAP_FAILED on error, as per the POSIX standard.Fabrice Bauzac
2013-04-12BZ#15361: Make aio_fsync not check open modes.Roland McGrath
2013-02-11Fix some errors in declarations in the manual.Roland McGrath
2012-04-08Better describe open argumentsStephen Compall
2012-04-06Fix typo in manualRobert Millan
2012-03-14BZ#13846: manual/llio.texi (Memory-mapped I/O): Fix wrong function name.Roland McGrath
2012-03-08Clean up glibc manual references to "GNU system" (bug 6911).Joseph Myers
2012-03-02Document properties of standard typedefs, not exact types.Joseph Myers
2012-02-28Use Texinfo macros to refer to the GNU C Library within the manual.Joseph Myers
2012-02-27Don't document fclean.Joseph Myers