index
:
hurd/glibc.git
baseline
fixes-2.28
fixes-2.31
master
rbraun/clock_t_centiseconds
rbraun/mach_msg_uspace_options
reviewed
t/EGREGIOUS-fr
t/EIEIO-fr
t/ONSTACK
t/WRLCK-upgrade
t/____longjmp_chk
t/bigmem
t/bind_umask2
t/bits_atomic.h_multiple_threads
t/bootstrap
t/context_functions
t/cpuclock
t/eintr
t/hooks
t/host-independency
t/hurdsig-SA_SIGINFO
t/hurdsig-boot-fix
t/hurdsig-fixes
t/hurdsig-fixes-2
t/hurdsig-global-dispositions
t/hurdsig-global-dispositions-versions
t/ifaddrs_v6
t/io_select_timeout
t/libc_rwlock_recursive
t/libpthread_sigs
t/locarchive
t/lockf64
t/mach-hurd-link
t/magic-pid
t/master_backports
t/no-werror
t/pie-sbrk
t/poll_errors_fixes
t/regenerate_configure
t/regenerate_errno.h
t/remap_getcwd
t/sendmsg-SCM_CREDS
t/sendmsg-SCM_RIGHTS
t/setitimer
t/sigstate_thread_reference
t/single-select-timeout
t/sysvshm
t/thread-cancel
t/unlockpt-chroot
tschwinge/Roger_Whittaker
upstream
glibc maintenance
GNU Hurd maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libio
/
fileops.c
Age
Commit message (
Expand
)
Author
2018-03-13
[BZ 1190] Make EOF sticky in stdio.
Zack Weinberg
2018-02-21
Remove miscellaneous debris from libio.
Zack Weinberg
2018-02-21
Remove _IO_file_flags define.
Zack Weinberg
2018-02-21
Mechanically remove _IO_ name aliases for types and constants.
Zack Weinberg
2018-02-07
Post-cleanup 2: minimize _G_config.h.
Zack Weinberg
2018-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-12-12
libio: Free backup area when it not required (BZ#22415)
Adhemerval Zanella
2017-08-31
libio: Assume _LIBC, weak_alias, errno, (__set_)errno &c are defined
Florian Weimer
2017-08-18
Consolidate non cancellable close call
Adhemerval Zanella
2017-08-18
Consolidate non cancellable write call
Adhemerval Zanella
2017-08-18
Consolidate non cancellable read call
Adhemerval Zanella
2017-08-17
Consolidate non cancellable open call
Adhemerval Zanella
2017-04-18
Assume that O_CLOEXEC is always defined and works
Florian Weimer
2017-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-06-23
libio: Implement vtable verification [BZ #20191]
Florian Weimer
2016-01-04
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-07-08
Use "|" instead of "+" when combine the _IO_LINE_BUF and _IO_UNBUFFERED flags
Feng Gao
2015-05-22
Avoid some aliasing violations in libio
Florian Weimer
2015-02-24
Fix BZ #17916 - fopen unbounded stack usage for ccs= modes
Paul Pluzhnikov
2015-02-17
Cleanup: add missing #include's
Paul Pluzhnikov
2015-01-02
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2014-12-04
Fix up function definition style
Siddhesh Poyarekar
2014-12-04
Reset cached offset when reading to end of stream (BZ #17653)
Siddhesh Poyarekar
2014-12-04
ftell: seek to end only when there are unflushed bytes (BZ #17647)
Siddhesh Poyarekar
2014-09-12
Complete the removal of __gconv_translit_find
Florian Weimer
2014-05-27
Fix offset computation for append+ mode on switching from read (BZ #16724)
Siddhesh Poyarekar
2014-03-17
Fix offset caching for streams and use it for ftell (BZ #16680)
Siddhesh Poyarekar
2014-03-04
Use cached offset in ftell when reliable
Siddhesh Poyarekar
2014-03-04
Separate ftell from fseek logic and avoid modifying FILE data (#16532)
Siddhesh Poyarekar
2014-02-10
Use glibc_likely instead __builtin_expect.
Ondřej Bílka
2014-01-01
Update copyright notices with scripts/update-copyrights
Allan McRae
2013-10-11
Fix fwrite() reading beyond end of buffer in error path
Eric Biggers
2013-06-07
Avoid use of "register" as optimization hint.
Joseph Myers
2013-01-02
Update copyright notices with scripts/update-copyrights.
Joseph Myers
2012-12-01
[BZ #12724] libio: revert partial POSIX 2008 fclose support
Mike Frysinger
2012-11-16
printf should return negative value on error
Siddhesh Poyarekar
2012-10-18
Remove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64 from _G_config.h.
Joseph Myers
2012-10-09
Remove _G_off64_t and _G_stat64 from _G_config.h.
Joseph Myers
2012-09-28
Don't flush write buffer for ftell
Siddhesh Poyarekar
2012-09-25
Fix minor typos in comments
Siddhesh Poyarekar
2012-09-05
Fix typos in comments
Siddhesh Poyarekar
2012-05-24
Remove use of INTDEF/INTUSE in libio
Andreas Schwab
2012-05-10
Hurd: #include <kernel-features.h>
Thomas Schwinge
2012-03-29
Remove xsputn small copy optimization.
David S. Miller
2012-02-09
Replace FSF snail mail address with URLs.
Paul Eggert
2012-01-30
Remove miscellaneous __STDC__ conditionals.
Joseph Myers
2011-08-20
Fix fopen (non-existing-file, "re") errno
Andreas Jaeger
2011-05-17
Fix fileops.c build for old kernels
H.J. Lu
2011-05-15
Fix a few problems in fopen and freopen
Ulrich Drepper
2011-05-14
Initialize variable in _IO_new_file_close_it
Ulrich Drepper
[next]