* sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there
[platform/upstream/glibc.git] / io /
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...
2005-11-10 Ulrich Drepper* io/fcntl.h: Declare openat and openat64.
2005-05-23 Ulrich Drepper[BZ #961]
2004-12-22 Ulrich Drepper(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
2007-07-12 Jakub Jelinek2.5-18.1
2004-09-28 Ulrich DrepperUpdate.
2004-09-17 Ulrich DrepperUpdate.
2004-09-14 Ulrich DrepperUpdate.
2004-09-07 Ulrich DrepperUpdate.
2004-09-07 Ulrich DrepperUpdate.
2004-09-07 Ulrich DrepperUpdate.
2004-08-16 Roland McGrath* csu/elf-init.c: Update copyright terms including...
2004-07-23 Ulrich DrepperUpdate.
2004-05-03 Ulrich DrepperUpdate.
2004-03-10 Ulrich DrepperUpdate.
2004-02-09 Roland McGrath2004-01-29 Roland McGrath <roland@redhat.com>
2003-11-18 Ulrich DrepperUpdate.
2003-11-12 Ulrich DrepperUpdate.
2003-11-11 Ulrich DrepperUpdate.
2003-11-07 Ulrich DrepperUpdate.
2003-11-04 Ulrich DrepperUpdate.
2003-10-27 Ulrich DrepperUpdate.
2003-09-16 Ulrich DrepperUpdate.
2003-09-14 Ulrich DrepperUpdate.
2003-09-12 Ulrich DrepperUpdate.
2003-09-02 Ulrich Drepper(CFLAGS-oldtmpfile.c): Add -fexceptions.
2003-08-22 Ulrich DrepperUpdate.
2003-08-16 Ulrich DrepperUpdate.
next