summaryrefslogtreecommitdiff
path: root/manual/llio.texi
Commit message (Expand)AuthorAgeFilesLines
* Use atomic_exchange_release/acquireWilco Dijkstra2022-09-261-3/+3
* Use C11 atomics instead of atomic_decrement_and_testWilco Dijkstra2022-09-231-1/+1
* Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra2022-09-231-2/+2
* Use C11 atomics instead of atomic_decrement(_val)Wilco Dijkstra2022-09-091-1/+1
* llio.texi: Wording fixes in description of closefrom()Michael Kerrisk2021-08-261-2/+2
* io: Add closefrom [BZ #10353]Adhemerval Zanella2021-07-081-0/+10
* linux: Add close_rangeAdhemerval Zanella2021-07-081-0/+51
* manual: fix description for preadv()Armin Brauns2021-07-061-1/+1
* nptl: Consolidate async cancel enable/disable implementation in libcFlorian Weimer2021-05-051-2/+2
* manual: Clarify File Access Modes section and add O_PATHFlorian Weimer2020-12-031-28/+44
* manual: Document the O_NOFOLLOW open flagFlorian Weimer2020-05-051-0/+7
* Revise the documentation of simple calendar time.Zack Weinberg2019-10-301-5/+5
* io: Remove copy_file_range emulation [BZ #24744]Florian Weimer2019-06-281-5/+5
* manual: Document O_DIRECTORYFlorian Weimer2019-05-171-0/+7
* manual: Use @code{errno} instead of @var{errno} [BZ #24063]Florian Weimer2019-01-071-2/+2
* Fix documentation build with old makeinfoSzabolcs Nagy2018-06-281-1/+1
* Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella2018-06-261-6/+7
* Update RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947]H.J. Lu2018-04-031-0/+3
* preadv2/pwritev2: Handle offset == -1 [BZ #22753]Florian Weimer2018-02-021-7/+14
* copy_file_range: New function to copy file dataFlorian Weimer2017-12-221-0/+88
* Linux: Add memfd_create system call wrapperFlorian Weimer2017-11-231-0/+63
* manual: Document the MAP_HUGETLB, MADV_HUGEPAGE, MADV_NOHUGEPAGE flagsFlorian Weimer2017-11-201-5/+49
* manual: Document mprotect and introduce section on memory protectionFlorian Weimer2017-11-191-11/+3
* manual: Move preadv/writev variants to Scatter-Gather sectionFlorian Weimer2017-11-191-211/+201
* manual: Document the O_TMPFILE flagFlorian Weimer2017-11-041-0/+28
* posix: Add p{read,write}v2 RWF_NOWAIT flag (BZ#21738)Adhemerval Zanella2017-07-111-0/+4
* manual: Replace summary.awk with summary.pl.Rical Jasan2017-06-151-230/+115
* posix: Implement preadv2 and pwritev2Adhemerval Zanella2017-05-311-0/+109
* manual: Add preadv and pwritev documentationAdhemerval Zanella2017-05-041-0/+102
* manual: Convert @tables of variables to @vtables.Rical Jasan2016-12-211-20/+14
* Manual typos: Low-Level Input/OutputRical Jasan2016-10-061-37/+37
* Fix exponents in manual.Ondřej Bílka2015-08-201-11/+11
* manual/llio.texi: Comment on write atomicity.Carlos O'Donell2014-11-061-0/+5
* manual/llio.texi: Add Linux-specific comments for write().Carlos O'Donell2014-10-291-0/+25
* fcntl-linux.h: add new definitions and manual updates for open file descripti...Jeff Layton2014-07-291-3/+238
* Fix two spaces after sentence.Ondřej Bílka2014-02-261-13/+13
* * manual/llio.texi: Document MTASC-safety properties.Alexandre Oliva2014-01-311-0/+280
* Fix spelling in manual, as in bug 16376Ville Skytta2013-12-301-1/+1
* Document shm_open.Ondřej Bílka2013-12-021-0/+27
* Document that mmap() returns MAP_FAILED on error, as per the POSIX standard.Fabrice Bauzac2013-10-251-2/+2
* BZ#15361: Make aio_fsync not check open modes.Roland McGrath2013-04-121-2/+1
* Fix some errors in declarations in the manual.Roland McGrath2013-02-111-16/+14
* Better describe open argumentsStephen Compall2012-04-081-4/+4
* Fix typo in manualRobert Millan2012-04-061-3/+3
* BZ#13846: manual/llio.texi (Memory-mapped I/O): Fix wrong function name.Roland McGrath2012-03-141-1/+1
* Clean up glibc manual references to "GNU system" (bug 6911).Joseph Myers2012-03-081-20/+22
* Document properties of standard typedefs, not exact types.Joseph Myers2012-03-021-2/+2
* Use Texinfo macros to refer to the GNU C Library within the manual.Joseph Myers2012-02-281-7/+7
* Don't document fclean.Joseph Myers2012-02-271-17/+4
* Fix various problems with @deftypefun lines.Nicolas Boulenguez2012-02-171-2/+2