summaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)Author
2010-04-04Fix definition and testing of S_ISSOCK.Ulrich Drepper
2010-02-10Fix file descriotor leak in nftw with FTW_CHDIRUlrich Drepper
2010-01-11Fix up sys/stat.h for XPG7.Ulrich Drepper
2010-01-09Add support for XPG7 testing.Ulrich Drepper
2009-05-16Remove redundant .gitignore files.Andreas Schwab
2009-05-15rename each .cvsignore file to .gitignoreJim Meyering
2009-05-07* io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,Ulrich Drepper
2009-03-02Pretty printing.Ulrich Drepper
2009-02-26* wctype/wctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper
2009-02-26* include/features.h: Define macros for XPG7/POSIX 2008.Ulrich Drepper
2009-02-24* io/sys/stat.h: The lstat functions have been mandatory since 2001.Ulrich Drepper
2009-02-16* stdlib/monetary.h: Uglify function parameter names. cvs/fedora-glibc-20090218T1534Jakub Jelinek
2008-07-29* io/ftw.c (add_object): Remove inline to avoid warning.Ulrich Drepper
2008-07-27* sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.Ulrich Drepper
2008-07-25* Versions.def (glibc): Add GLIBC_2.9.Ulrich Drepper
2008-05-11* io/openat.c (__openat_2): Also pass fd to __openat.Ulrich Drepper
2008-03-08* io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTEDUlrich Drepper
2007-12-12[BZ #5477]Ulrich Drepper
2007-09-15* rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.Ulrich Drepper
2007-09-15* misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper
2007-08-04* io/bits/fcntl2.h (open, open64, openat, openat64): Add Jakub Jelinek
2007-08-03* io/Makefile (aux): Add have_o_cloexec.Ulrich Drepper
2007-07-29[BZ #4860]Ulrich Drepper
2007-07-28Include <fcntl.h>.Ulrich Drepper
2007-07-23* io/Makefile (tests): Add tst-posix_fallocate.Ulrich Drepper
2007-05-25* io/bits/fcntl2.h (__open_2): Add nonnull attribute.Ulrich Drepper
2007-05-25* sysdeps/powerpc/tls.h (tcbhead_t): Add gscope_flag.Ulrich Drepper
2007-05-24* Makerules (sysd-rules): Define PTW for ptw-* files.Ulrich Drepper
2007-05-10* sysdeps/unix/sysv/linux/sched_setaffinity.ccvs/fedora-glibc-20070510T2308cvs/fedora-glibc-20070510T2304Ulrich Drepper
2007-05-10* io/sys/stat.h: Make sure struct timespec is defined forUlrich Drepper
2007-05-10* sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW andUlrich Drepper
2007-03-17* configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.Ulrich Drepper
2007-02-21[BZ #4076]cvs/fedora-glibc-20070221T1011Ulrich Drepper
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper
2007-07-31.Jakub Jelinek
2007-01-10Make sure fts_cur is always valid after return from fts_read.Ulrich Drepper
2006-12-05* nis/nis_subr.c (nis_getnames): Revert last change.cvs/fedora-glibc-20061205T2141Ulrich Drepper
2006-10-28* configure.in: Require assembler support for visibility, compilerUlrich Drepper
2006-10-02* io/fts.c (fts_close): Remove redundant checks.Ulrich Drepper
2006-09-17 * io/Makefile (CFLAGS-fstatat.c): Set.Ulrich Drepper
2006-09-12[BZ #2526, BZ #3138, BZ #3143]Ulrich Drepper
2006-05-10* io/ftw.c (open_dir_stream): Return right away if REALLOC fails.Ulrich Drepper
2006-05-10* posix/wordexp.c (w_addword): Free word if realloc fails and itUlrich Drepper
2006-04-24* posix/bits/unistd.h (__readlinkat_chk): New prototype.Ulrich Drepper
2006-04-08* io/fts.c (fts_build): Call fts_lfree in the two error casesUlrich Drepper
2006-04-07* sysdeps/posix/tempname.c (__gen_tempname): Change attempts_minUlrich Drepper
2006-04-07* libio/fmemopen.c (fmemopen): Free stream memory in case ofUlrich Drepper
2006-04-01[BZ #2450]Ulrich Drepper
2006-03-02* io/ftw.c (process_entry): If dir->streamfd != -1,Ulrich Drepper
2006-03-01* include/fcntl.h: Declare __openat, __open64. Use libc_hidden_proto.Roland McGrath