aboutsummaryrefslogtreecommitdiff
path: root/libio/genops.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-21Remove miscellaneous debris from libio.Zack Weinberg1-114/+2
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg1-88/+88
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-10-05Always do locking when iterating over list of streams (bug 15142)Andreas Schwab1-42/+18
2017-08-31libio: Assume _LIBC, weak_alias, errno, (__set_)errno &c are definedFlorian Weimer1-40/+0
2017-07-04Single threaded stdio optimizationSzabolcs Nagy1-0/+28
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-06-23libio: Implement vtable verification [BZ #20191]Florian Weimer1-2/+8
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers1-3/+1
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers1-6/+2
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers1-138/+49
2015-08-12Fix BZ #16734 -- fopen calls mmap to allocate its bufferPaul Pluzhnikov1-5/+7
2015-08-08In preparation for fixing BZ#16734, fix failure in misc/tst-error1-memPaul Pluzhnikov1-0/+3
2015-03-08Cleanup: in preparation for fixing BZ #16734, fix memory leaks exposed byPaul Pluzhnikov1-7/+5
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-03-17Revert "Fix _IO_JUMPS_OFFSET -Wundef warnings"Will Newton1-1/+1
2014-03-17Fix _IO_JUMPS_OFFSET -Wundef warningsWill Newton1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers1-8/+8
2013-05-24Initialize wide struct info.Ondrej Bilka1-0/+4
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-2/+1
2012-11-01Change type of constant to avoid a warning.Thomas Schwinge1-1/+1
2012-08-17Make libio compile without _IO_MTSAFE_IO.Roland McGrath1-0/+4
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath1-2/+2
2012-05-24Remove use of INTDEF/INTUSE in libioAndreas Schwab1-43/+42
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-01-30Remove miscellaneous __STDC__ conditionals.Joseph Myers1-3/+1
2011-11-07Fix locking in _IO_flush_all_lockpAndreas Schwab1-2/+2
2011-09-09Don't lock string streams in stream cleanup codeUlrich Drepper1-9/+9
2008-03-19Remove useless "if" before "free".Ulrich Drepper1-2/+1
2007-07-28* locale/programs/ld-monetary.c (monetary_finish): Avoid range checkUlrich Drepper1-6/+12
2007-04-16* libio/genops.c (_IO_default_finish): Call _IO_lock_finiUlrich Drepper1-3/+3
2006-12-13[BZ #2337]Ulrich Drepper1-1/+1
2006-03-01* include/fcntl.h: Declare __openat, __open64. Use libc_hidden_proto.Roland McGrath1-0/+3
2006-02-01* libio/genops.c: Include <stdbool.h>.Roland McGrath1-0/+1
2006-01-11* libio/genops.c (_IO_unbuffer_write): Give concurrently runningUlrich Drepper1-0/+13
2006-01-11* libio/genops.c (_IO_unbuffer_write): Don't always free theUlrich Drepper1-4/+49
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-67/+5
2007-07-122.5-18.1Jakub Jelinek1-5/+67
2004-09-14Update.Ulrich Drepper1-3/+3
2004-05-13Update.Ulrich Drepper1-12/+8
2004-02-09(_IO_cleanup): Do not use locking when flushing the buffers. Some thread mig...Ulrich Drepper1-1/+3
2004-01-14Update.Ulrich Drepper1-2/+2
2003-08-12Update.Ulrich Drepper1-3/+3
2003-05-07Update.Ulrich Drepper1-4/+12
2003-01-08Update.Ulrich Drepper1-6/+2
2002-12-31Update.Ulrich Drepper1-0/+3
2002-12-31Update.Ulrich Drepper1-0/+4
2002-08-30Update.Ulrich Drepper1-0/+1