Age | Commit message (Expand) | Author | Files | Lines |
2007-05-10 | * io/sys/stat.h: Make sure struct timespec is defined for | Ulrich Drepper | 1 | -2/+3 |
2007-05-10 | * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and | Ulrich Drepper | 5 | -2/+91 |
2007-03-17 | * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline. | Ulrich Drepper | 1 | -11/+12 |
2007-02-21 | [BZ #4076]cvs/fedora-glibc-20070221T1011 | Ulrich Drepper | 3 | -8/+49 |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 13 | -141/+32 |
2007-07-31 | . | Jakub Jelinek | 13 | -32/+141 |
2007-01-10 | Make sure fts_cur is always valid after return from fts_read. | Ulrich Drepper | 1 | -3/+6 |
2006-12-05 | * nis/nis_subr.c (nis_getnames): Revert last change.cvs/fedora-glibc-20061205T2141 | Ulrich Drepper | 2 | -1/+43 |
2006-10-28 | * configure.in: Require assembler support for visibility, compiler | Ulrich Drepper | 11 | -92/+24 |
2006-10-02 | * io/fts.c (fts_close): Remove redundant checks. | Ulrich Drepper | 1 | -8/+3 |
2006-09-17 | * io/Makefile (CFLAGS-fstatat.c): Set. | Ulrich Drepper | 1 | -0/+3 |
2006-09-12 | [BZ #2526, BZ #3138, BZ #3143] | Ulrich Drepper | 2 | -2/+2 |
2006-05-10 | * io/ftw.c (open_dir_stream): Return right away if REALLOC fails. | Ulrich Drepper | 1 | -2/+1 |
2006-05-10 | * posix/wordexp.c (w_addword): Free word if realloc fails and it | Ulrich Drepper | 1 | -1/+1 |
2006-04-24 | * posix/bits/unistd.h (__readlinkat_chk): New prototype. | Ulrich Drepper | 1 | -0/+1 |
2006-04-08 | * io/fts.c (fts_build): Call fts_lfree in the two error cases | Ulrich Drepper | 1 | -0/+2 |
2006-04-07 | * sysdeps/posix/tempname.c (__gen_tempname): Change attempts_min | Ulrich Drepper | 1 | -1/+7 |
2006-04-07 | * libio/fmemopen.c (fmemopen): Free stream memory in case of | Ulrich Drepper | 1 | -4/+7 |
2006-04-01 | [BZ #2450] | Ulrich Drepper | 2 | -4/+4 |
2006-03-02 | * io/ftw.c (process_entry): If dir->streamfd != -1, | Ulrich Drepper | 1 | -5/+14 |
2006-03-01 | * include/fcntl.h: Declare __openat, __open64. Use libc_hidden_proto. | Roland McGrath | 2 | -4/+8 |
2006-02-27 | (AT_SYMLINK_FOLLOW): Define. | Ulrich Drepper | 1 | -2/+3 |
2006-02-27 | (do_test): Pass new parameter to linkat. | Ulrich Drepper | 1 | -1/+1 |
2006-02-27 | Add fifth parameter to linkat. | Ulrich Drepper | 1 | -2/+3 |
2006-02-12 | [BZ #2226] | Ulrich Drepper | 4 | -18/+53 |
2006-02-08 | * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_futex_wait, | Ulrich Drepper | 1 | -22/+37 |
2006-02-05 | * io/ftw.c (ftw_startup): Use fchdir to return to original | Ulrich Drepper | 1 | -21/+30 |
2006-01-22 | * sysdeps/unix/sysv/linux/renameat.c (__atfct_seterrno_2): Correcty | Ulrich Drepper | 6 | -0/+310 |
2006-01-20 | * io/Makefile (tests): Add tst-symlinkat, tst-linkat, tst-readlinkat, | Ulrich Drepper | 4 | -1/+488 |
2006-01-20 | * io/Makefile (tests): Add tst-symlinkat, tst-linkat, and | Ulrich Drepper | 4 | -1/+473 |
2006-01-20 | * include/fcntl.h: Declare __have_atfcts. | Ulrich Drepper | 4 | -2/+100 |
2006-01-17 | 2006-01-15 Jakub Jelinek <jakub@redhat.com> | Roland McGrath | 1 | -1/+1 |
2006-01-06 | * io/fcntl.h [__USE_ATFILE] (AT_EACCESS): New macro. | Roland McGrath | 6 | -11/+218 |
2006-01-06 | * io/euidaccess.c: Add eaccess as an alias. | Roland McGrath | 2 | -1/+5 |
2006-01-05 | * include/features.h: Grok _ATFILE_SOURCE and define __USE_ATFILE when | Roland McGrath | 1 | -6/+6 |
2006-01-05 | * io/sys/stat.h [__USE_GNU]: Declare fchmodat. | Roland McGrath | 5 | -4/+210 |
2005-12-21 | [BZ #1962]cvs/fedora-glibc-20051221T0931 | Ulrich Drepper | 1 | -5/+5 |
2005-12-21 | [BZ #1960] | Ulrich Drepper | 1 | -1/+2 |
2005-12-20 | 2005-12-15 Thomas Schwinge <tschwinge@gnu.org> | Roland McGrath | 1 | -0/+1 |
2005-12-16 | * sysdeps/unix/sysv/linux/renameat.c: Move errno setting code in | Ulrich Drepper | 5 | -1/+154 |
2005-12-14 | Moved to csu/errno-loc.c. | Ulrich Drepper | 62 | -0/+2705 |
2005-12-14 | 2005-12-13 Ulrich Drepper <drepper@redhat.com> | Ulrich Drepper | 9 | -0/+357 |
2005-12-12 | * io/sys/stat.h: Add restrict to fstatat declarations. | Ulrich Drepper | 1 | -6/+9 |
2005-12-02 | * io/Makefile (routines): Add mknodat, xmknodat, mkdirat, mkfifoat. | Ulrich Drepper | 3 | -6/+45 |
2005-11-18 | . | Ulrich Drepper | 1 | -2/+0 |
2005-11-18 | . | Ulrich Drepper | 1 | -2/+0 |
2005-11-17 | * io/sys/stat.h (fstatat): If __REDIRECT_NTH isn't defined, | Ulrich Drepper | 2 | -2/+11 |
2005-11-17 | * io/sys/stat.h: Use __const not const in fstatat prototypes. | Ulrich Drepper | 1 | -3/+3 |
2005-11-15 | * io/sys/poll.h: Add comment explaining poll is a cancellation | Ulrich Drepper | 1 | -2/+5 |
2005-11-15 | * sysdeps/unix/sysv/linux/syscalls.list (epoll_create, epoll_ctl, | Ulrich Drepper | 1 | -1/+1 |