]> git.ipfire.org Git - thirdparty/glibc.git/history - io
Disable use of FMA instructions in branred
[thirdparty/glibc.git] / io /
2012-03-14  Andreas JaegerRemove files so that i386 uses the iee754/dbl-64 sin...
2012-03-14  Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-07  Ulrich DrepperRemove distribute variable from Makefiles
2012-03-07  Andreas JaegerMerge branch 'master' into bug13658-branch
2012-02-28  Andreas JaegerAvoid local PLT for dirfd
2012-02-27  Ulrich DrepperAdd first fixes for conformtest for POSIX2008
2012-02-26  Ulrich DrepperFix up POSIX testing in conformtest
2012-02-09  Paul EggertReplace FSF snail mail address with URLs.
2012-01-09  Ulrich Drepperbits/poll2.h needs __BEGIN/__END_DECLS
2012-01-09  Ulrich DrepperInstall bits/poll2.h
2012-01-08  Ulrich DrepperAdd checking versions of poll and ppoll
2012-01-08  Ulrich DrepperRemove pre-ISO C support
2011-06-11  Roland McGrathQuash some new warnings from GCC 4.6.
2011-05-15  Ulrich DrepperFix a few problems in fopen and freopen
2011-04-23  Jim MeyeringRemove doubled words.
2011-04-01  Ulrich DrepperReally implement fallocate{,64} and sync_file_range...
2011-04-01  Ulrich DrepperFix typos in comments.
2011-04-01  Ulrich DrepperDefine AT_EMPTY_PATH.
2011-01-17  Ulrich DrepperDefine AT_NO_AUTOMOUNT.
2010-04-04  Ulrich DrepperFix definition and testing of S_ISSOCK.
2010-02-11  Ulrich DrepperFix file descriotor leak in nftw with FTW_CHDIR
2010-01-12  Ulrich DrepperFix up sys/stat.h for XPG7.
2010-01-09  Ulrich DrepperMerge branch 'master' of ssh://sources.redhat.com/git...
2010-01-09  Ulrich DrepperAdd support for XPG7 testing.
2009-05-16  Andreas SchwabRemove redundant .gitignore files.
2009-05-15  Jim Meyeringrename each .cvsignore file to .gitignore
2009-05-07  Ulrich Drepper* io/sys/stat.h (fstatat64): Guard prototype with __USE...
2009-03-02  Ulrich DrepperPretty printing.
2009-02-26  Ulrich Drepper* wctype/wctype.h: The *_l functions are in POSIX 2008.
2009-02-26  Ulrich Drepper* include/features.h: Define macros for XPG7/POSIX...
2009-02-24  Ulrich Drepper* io/sys/stat.h: The lstat functions have been mandator...
2009-02-16  Jakub Jelinek* stdlib/monetary.h: Uglify function parameter names. cvs/fedora-glibc-20090218T1534
2008-07-29  Ulrich Drepper* io/ftw.c (add_object): Remove inline to avoid warning.
2008-07-27  Ulrich Drepper* sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2...
2008-07-25  Ulrich Drepper* Versions.def (glibc): Add GLIBC_2.9.
2008-05-11  Ulrich Drepper* io/openat.c (__openat_2): Also pass fd to __openat.
2008-03-08  Ulrich Drepper* io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_REST...
2007-12-12  Ulrich Drepper[BZ #5477]
2007-09-15  Ulrich Drepper* rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
2007-09-15  Ulrich Drepper* misc/sys/cdefs.h (__va_arg_pack): Define for GCC...
2007-08-04  Jakub Jelinek* io/bits/fcntl2.h (open, open64, openat, openat64...
2007-08-03  Ulrich Drepper* io/Makefile (aux): Add have_o_cloexec.
2007-07-29  Ulrich Drepper[BZ #4860]
2007-07-28  Ulrich DrepperInclude <fcntl.h>.
2007-07-23  Ulrich Drepper* io/Makefile (tests): Add tst-posix_fallocate.
2007-05-25  Ulrich Drepper* io/bits/fcntl2.h (__open_2): Add nonnull attribute.
2007-05-25  Ulrich Drepper* sysdeps/powerpc/tls.h (tcbhead_t): Add gscope_flag.
2007-05-24  Ulrich Drepper* Makerules (sysd-rules): Define PTW for ptw-* files.
2007-05-10  Ulrich Drepper* sysdeps/unix/sysv/linux/sched_setaffinity.c cvs/fedora-glibc-20070510T2304 cvs/fedora-glibc-20070510T2308
2007-05-10  Ulrich Drepper* io/sys/stat.h: Make sure struct timespec is defined for
2007-05-10  Ulrich Drepper* sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define...
2007-03-17  Ulrich Drepper* configure.in (libc_cv_gnu89_inline): Test for -fgnu89...
2007-02-21  Ulrich Drepper[BZ #4076] cvs/fedora-glibc-20070221T1011
2007-01-11  Ulrich Drepper[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426,...
2007-07-31  Jakub Jelinek.
2007-01-10  Ulrich DrepperMake sure fts_cur is always valid after return from...
2006-12-05  Ulrich Drepper* nis/nis_subr.c (nis_getnames): Revert last change. cvs/fedora-glibc-20061205T2141
2006-10-28  Ulrich Drepper* configure.in: Require assembler support for visibilit...
2006-10-02  Ulrich Drepper* io/fts.c (fts_close): Remove redundant checks.
2006-09-17  Ulrich Drepper * io/Makefile (CFLAGS-fstatat.c): Set.
2006-09-12  Ulrich Drepper[BZ #2526, BZ #3138, BZ #3143]
2006-05-10  Ulrich Drepper* io/ftw.c (open_dir_stream): Return right away if...
2006-05-10  Ulrich Drepper* posix/wordexp.c (w_addword): Free word if realloc...
2006-04-24  Ulrich Drepper* posix/bits/unistd.h (__readlinkat_chk): New prototype.
2006-04-08  Ulrich Drepper* io/fts.c (fts_build): Call fts_lfree in the two error...
2006-04-07  Ulrich Drepper* sysdeps/posix/tempname.c (__gen_tempname): Change...
2006-04-07  Ulrich Drepper* libio/fmemopen.c (fmemopen): Free stream memory in...
2006-04-01  Ulrich Drepper[BZ #2450]
2006-03-02  Ulrich Drepper* io/ftw.c (process_entry): If dir->streamfd != -1,
2006-03-01  Roland McGrath* include/fcntl.h: Declare __openat, __open64. Use...
2006-02-27  Ulrich Drepper(AT_SYMLINK_FOLLOW): Define.
2006-02-27  Ulrich Drepper(do_test): Pass new parameter to linkat.
2006-02-27  Ulrich DrepperAdd fifth parameter to linkat.
2006-02-12  Ulrich Drepper[BZ #2226]
2006-02-08  Ulrich Drepper* sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_fute...
2006-02-05  Ulrich Drepper* io/ftw.c (ftw_startup): Use fchdir to return to original
2006-01-22  Ulrich Drepper* sysdeps/unix/sysv/linux/renameat.c (__atfct_seterrno_...
2006-01-20  Ulrich Drepper* io/Makefile (tests): Add tst-symlinkat, tst-linkat...
2006-01-20  Ulrich Drepper* io/Makefile (tests): Add tst-symlinkat, tst-linkat...
2006-01-20  Ulrich Drepper* include/fcntl.h: Declare __have_atfcts.
2006-01-17  Roland McGrath2006-01-15 Jakub Jelinek <jakub@redhat.com>
2006-01-06  Roland McGrath* io/fcntl.h [__USE_ATFILE] (AT_EACCESS): New macro.
2006-01-06  Roland McGrath* io/euidaccess.c: Add eaccess as an alias.
2006-01-05  Roland McGrath* include/features.h: Grok _ATFILE_SOURCE and define...
2006-01-05  Roland McGrath* io/sys/stat.h [__USE_GNU]: Declare fchmodat.
2005-12-21  Ulrich Drepper[BZ #1962] cvs/fedora-glibc-20051221T0931
2005-12-21  Ulrich Drepper[BZ #1960]
2005-12-20  Roland McGrath2005-12-15 Thomas Schwinge <tschwinge@gnu.org>
2005-12-16  Ulrich Drepper* sysdeps/unix/sysv/linux/renameat.c: Move errno settin...
2005-12-14  Ulrich DrepperMoved to csu/errno-loc.c.
2005-12-14  Ulrich Drepper2005-12-13 Ulrich Drepper <drepper@redhat.com>
2005-12-12  Ulrich Drepper* io/sys/stat.h: Add restrict to fstatat declarations.
2005-12-02  Ulrich Drepper* io/Makefile (routines): Add mknodat, xmknodat, mkdira...
2005-11-18  Ulrich Drepper.
2005-11-18  Ulrich Drepper.
2005-11-17  Ulrich Drepper* io/sys/stat.h (fstatat): If __REDIRECT_NTH isn't...
2005-11-17  Ulrich Drepper* io/sys/stat.h: Use __const not const in fstatat proto...
2005-11-15  Ulrich Drepper* io/sys/poll.h: Add comment explaining poll is a cance...
2005-11-15  Ulrich Drepper* sysdeps/unix/sysv/linux/syscalls.list (epoll_create...
2005-11-11  Ulrich Drepper* io/Makefile (routines): Add fstatat, fstatat64, fxsta...
next