summaryrefslogtreecommitdiff
path: root/libio
Commit message (Expand)AuthorAgeFilesLines
...
* libio: Disable vtable validation in case of interposition [BZ #23313]Florian Weimer2018-06-261-0/+16
* libio: Avoid ptrdiff_t overflow in IO_validate_vtableFlorian Weimer2018-06-201-2/+2
* libio: Avoid _allocate_buffer, _free_buffer function pointers [BZ #23236]Florian Weimer2018-06-016-30/+23
* hurd: Avoid more libc.so local PLTsSamuel Thibault2018-04-032-0/+2
* [BZ 1190] Make EOF sticky in stdio.Zack Weinberg2018-03-135-9/+121
* Remove miscellaneous debris from libio.Zack Weinberg2018-02-2117-234/+32
* Remove _IO_file_flags define.Zack Weinberg2018-02-2115-98/+64
* Remove legacy configuration knobs from libio.Zack Weinberg2018-02-219-47/+14
* Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2018-02-2199-882/+844
* Remove vestiges of external build support from libio headers.Zack Weinberg2018-02-213-43/+5
* Fix -Os putc_unlocked, fputc_unlocked linknamespace, localplt issues (bug 151...Joseph Myers2018-02-212-1/+4
* Fix -Os getc_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2018-02-211-0/+1
* Fix -Os ferror_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2018-02-191-1/+3
* Use libc_hidden_* for fputs (bug 15105).Joseph Myers2018-02-151-0/+1
* Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2018-02-151-1/+3
* Post-cleanup 2: minimize _G_config.h.Zack Weinberg2018-02-076-19/+33
* Post-cleanup 1: move libio.h back out of bits/.Zack Weinberg2018-02-074-63/+66
* Don't install libio.h or _G_config.h.Zack Weinberg2018-02-0713-298/+342
* Remove getc and putc macros from the public stdio.h.Zack Weinberg2018-02-052-10/+2
* libio: Rename _FWRITE to FWRITE_FUNCSamuel Thibault2018-01-292-6/+6
* hurd: Fix building libio/tst-memstream3.cSamuel Thibault2018-01-282-6/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01164-164/+164
* Correct improper-inclusion check in bits/libio-ldbl.h.Zack Weinberg2017-12-311-1/+6
* Deprecate external use of libio.h and _G_config.h.Zack Weinberg2017-12-2411-513/+567
* ld.so: Examine GLRO to detect inactive loader [BZ #20204]Florian Weimer2017-12-181-1/+2
* libio: Free backup area when it not required (BZ#22415)Adhemerval Zanella2017-12-124-2/+113
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-59/+59
* Always do locking when iterating over list of streams (bug 15142)Andreas Schwab2017-10-051-42/+18
* Hide internal __fopen_maybe_mmap function [BZ #18822]H.J. Lu2017-10-011-1/+1
* Mark 3 *_internal functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-1/+2
* Finish change from “Bengali” to “Bangla”Mike FABIAN2017-09-091-1/+1
* libio: Assume _LIBC, weak_alias, errno, (__set_)errno &c are definedFlorian Weimer2017-08-3147-751/+73
* Consolidate non cancellable waitpid callAdhemerval Zanella2017-08-211-1/+1
* Consolidate non cancellable close callAdhemerval Zanella2017-08-182-4/+4
* Consolidate non cancellable write callAdhemerval Zanella2017-08-181-1/+1
* Consolidate non cancellable read callAdhemerval Zanella2017-08-181-1/+1
* Consolidate non cancellable open callAdhemerval Zanella2017-08-171-1/+1
* Fix missing redirects in testsuite targetsAndreas Schwab2017-08-071-1/+1
* Disable single thread optimization for open_memstreamSzabolcs Nagy2017-07-142-0/+6
* Single threaded stdio optimizationSzabolcs Nagy2017-07-0412-0/+53
* Remove __need macros from stdio.h and wchar.h.Zack Weinberg2017-06-084-39/+27
* libio: Avoid dup already opened file descriptor [BZ#21393]Adhemerval Zanella2017-05-223-58/+93
* Remove _IO_MTSAFE_IO from public headers.Zack Weinberg2017-05-111-18/+13
* Assume that O_CLOEXEC is always defined and worksFlorian Weimer2017-04-182-18/+0
* Assume that dup3 is availableFlorian Weimer2017-04-182-52/+6
* Assume that pipe2 is always availableFlorian Weimer2017-04-181-61/+19
* getopt: eliminate __need_getopt by splitting up getopt.h.Zack Weinberg2017-04-071-6/+4
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-162-51/+0
* Clean up conditionals for declaration of gets.Zack Weinberg2017-02-252-10/+6
* Add missing header files throughout the testsuite.Zack Weinberg2017-02-166-0/+6