summaryrefslogtreecommitdiff
path: root/libio
Commit message (Expand)AuthorAgeFilesLines
* hurd: Fix PTR_{,DE}MANGLE callsSamuel Thibault2016-07-063-0/+16
* libio: Implement vtable verification [BZ #20191]Florian Weimer2016-06-2322-53/+195
* 2016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2016-06-112-6/+7
* fopencookie: Mangle function pointers stored on the heap [BZ #20222]Florian Weimer2016-06-111-14/+35
* libio: Use wmemset instead of __wmemset to avoid linknamespace issueFlorian Weimer2016-06-031-3/+3
* libio: Fix fmemopen append mode failure (BZ# 20012)Adhemerval Zanella2016-04-291-13/+15
* Fix stdio.h namespace for pre-threads POSIX (bug 20014).Joseph Myers2016-04-281-3/+3
* Also define off_t in stdio.h for UNIX98.Joseph Myers2016-04-281-1/+1
* libio: Update internal fmemopen position after write (BZ #20005)Adhemerval Zanella2016-04-261-3/+3
* Define off_t in stdio.h for XOPEN2K.Joseph Myers2016-04-261-1/+3
* Fix stdio.h cuserid namespace (bug 19989).Joseph Myers2016-04-251-1/+1
* libio: Clean up _IO_file_doallocate and _IO_wfile_doallocateFlorian Weimer2016-03-072-50/+6
* Make shebang interpreter directives consistentMarko Myllynen2016-01-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-04158-158/+158
* Convert miscellaneous function definitions to prototype style.Joseph Myers2015-10-202-6/+2
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-203-58/+19
* Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers2015-10-197-55/+20
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-1691-564/+192
* Remove -fexceptions configure test.Joseph Myers2015-10-151-58/+58
* Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab2015-10-122-1/+25
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-081-1/+1
* Don't install bits/libc-lock.h or bits/stdio-lock.h.Joseph Myers2015-09-031-1/+1
* Don't include <bits/stdio-lock.h> from installed <libio.h>.Joseph Myers2015-09-031-5/+1
* Fix BZ #18757.Paul Pluzhnikov2015-09-012-0/+22
* Fix BZ #18820 -- fmemopen may leak memory on failure.Paul Pluzhnikov2015-08-124-4/+58
* Fix BZ #16734 -- fopen calls mmap to allocate its bufferPaul Pluzhnikov2015-08-126-53/+19
* In preparation for fixing BZ#16734, fix failure in misc/tst-error1-memPaul Pluzhnikov2015-08-081-0/+3
* Add #include <unistd.h> to libio/oldfileops.c for write.Paul Pluzhnikov2015-08-061-0/+1
* libio: Fix fmemopen 'w' mode with provided bufferAdhemerval Zanella2015-07-161-3/+3
* libio: fmemopen rewrite to POSIX complianceAdhemerval Zanella2015-07-084-94/+317
* Use "|" instead of "+" when combine the _IO_LINE_BUF and _IO_UNBUFFERED flagsFeng Gao2015-07-083-7/+7
* Fix buffer overflow for writes to memory buffer stream (bug 18549)Andreas Schwab2015-06-252-3/+12
* Fix swscanf vswscanf namespace (bug 18542).Joseph Myers2015-06-172-2/+3
* Fix getpass fflush_unlocked namespace (bug 18540).Joseph Myers2015-06-172-2/+6
* Fix syslog fputs_unlocked namespace (bug 18530).Joseph Myers2015-06-122-2/+6
* Fix open_memstream namespace (bug 18498).Joseph Myers2015-06-051-2/+3
* Fix indentation to match nesting in previous commitFlorian Weimer2015-05-221-1/+1
* Avoid some aliasing violations in libioFlorian Weimer2015-05-2211-24/+39
* Minor cleanups in libio/iofdopen.cRoland McGrath2015-03-231-8/+5
* Cleanup: in preparation for fixing BZ #16734, fix memory leaks exposed byPaul Pluzhnikov2015-03-081-7/+5
* Fix minor formatting violation.Paul Pluzhnikov2015-02-251-2/+2
* Fix BZ #17916 - fopen unbounded stack usage for ccs= modesPaul Pluzhnikov2015-02-242-2/+39
* Fix BZ #17269 -- _IO_wstr_overflow integer overflowPaul Pluzhnikov2015-02-221-1/+7
* Adjust timeouts for some tests, to accommodate slow processors,Chung-Lin Tang2015-02-221-0/+1
* Cleanup: add missing #include'sPaul Pluzhnikov2015-02-172-1/+2
* Fix libio/tst-atime not to presume ST_NOATIME exists.Roland McGrath2015-02-061-3/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-02157-157/+157
* Replace %ld with %jd and cast to intmax_tH.J. Lu2014-12-301-6/+6
* Get rid of format warning in tst-widetext.c.Stefan Liebler2014-12-171-1/+1
* Modify libio/tst-fopenloc.c to use test-skeleton.cArjun Shankar2014-12-161-2/+5