2009-02-02 |
David Bartley | Fix io/tst-* so that they do better checks for ENOSYS |
tree | commitdiff |
2008-12-27 |
David Bartley | Don't remove AT_* definitions from fcntl.h but allow... |
tree | commitdiff |
2008-12-27 |
David Bartley | Remove additional sun compat. bits |
tree | commitdiff |
2008-10-05 |
David Bartley | More stuff |
tree | commitdiff |
2008-08-11 |
David Bartley | Commit base patch |
tree | commitdiff |
2007-09-15 |
drepper | (__open_alias, __open64_alias, __openat_alias, __openat... |
tree | commitdiff |
2007-09-15 |
drepper | Include bits/fcntl2.h when __va_arg_pack_len is defined... |
tree | commitdiff |
2007-09-15 |
drepper | (stat, lstat, fstat, fstatat, mknod, mknodat, stat64... |
tree | commitdiff |
2007-09-15 |
drepper | Don't include bits/fcntl2.h if __extern_always_inline... |
tree | commitdiff |
2007-08-04 |
jakub | * io/bits/fcntl2.h (open, open64, openat, openat64... |
tree | commitdiff |
2007-08-03 |
drepper | (aux): Add have_o_cloexec. |
tree | commitdiff |
2007-08-03 |
drepper | Variable to record availability of O_CLOEXEC. |
tree | commitdiff |
2007-07-29 |
drepper | (headers): Add bits/fcntl2.h. |
tree | commitdiff |
2007-07-28 |
drepper | Include <fcntl.h>. |
tree | commitdiff |
2007-07-23 |
drepper | (tests): Add tst-posix_fallocate. |
tree | commitdiff |
2007-07-23 |
drepper | Test of posix_fallocate. |
tree | commitdiff |
2007-05-25 |
drepper | (__open_2): Add nonnull attribute. |
tree | commitdiff |
2007-05-25 |
drepper | Add some parenthesis. |
tree | commitdiff |
2007-05-24 |
drepper | Firtification definitions for fcntl.h. |
tree | commitdiff |
2007-05-24 |
drepper | Define *_2 variant of function which checks for O_CREAT... |
tree | commitdiff |
2007-05-24 |
drepper | When compiling with fortification, include bits/fcntl2.h. |
tree | commitdiff |
2007-05-24 |
drepper | Export __open_2, __open64_2, __openat_2, and __openat64... |
tree | commitdiff |
2007-05-10 |
drepper | . fedora-glibc-20070510T2308 |
tree | commitdiff |
2007-05-10 |
drepper | Make sure struct timespec is defined for __USE_ATFILE. |
tree | commitdiff |
2007-05-10 |
drepper | Add utimensat, futimens to GLIBC_2.6. |
tree | commitdiff |
2007-05-10 |
drepper | (routines): Add utimensat, futimens. |
tree | commitdiff |
2007-05-10 |
drepper | Stub version of futimens. |
tree | commitdiff |
2007-05-10 |
drepper | Stub version of utimensat. |
tree | commitdiff |
2007-05-10 |
drepper | Declare utimensat, futimens. |
tree | commitdiff |
2007-03-17 |
drepper | Use __extern_inline and __extern_always_inline where... |
tree | commitdiff |
2007-02-21 |
drepper | (ftw_startup): Handle special case of FTW_CHDIR in /. |
tree | commitdiff |
2007-02-21 |
drepper | (tests): Add bug-ftw5. |
tree | commitdiff |
2007-02-21 |
drepper | Test for nftw with FTW_CHDIR on /. |
tree | commitdiff |
2007-01-10 |
drepper | Make sure fts_cur is always valid after return from... |
tree | commitdiff |
2006-12-05 |
drepper | Add rules to build and run tst-ttyname_r test. |
tree | commitdiff |
2006-12-05 |
drepper | Test of ttyname_r. |
tree | commitdiff |
2006-10-28 |
drepper | Remove conditional code which now is unnecessary. |
tree | commitdiff |
2006-10-02 |
drepper | (fts_close: Remove redundant checks. |
tree | commitdiff |
2006-09-17 |
drepper | (CFLAGS-fstatat.c): Set. |
tree | commitdiff |
2006-09-12 |
drepper | Use size_t for string length variable. |
tree | commitdiff |
2006-05-10 |
drepper | (open_dir_stream): Return right away if REALLOC fails. |
tree | commitdiff |
2006-05-09 |
drepper | (ftw_dir): use __rawmemchr instead of strchr to find... |
tree | commitdiff |
2006-04-24 |
drepper | (readlinkat): Add libc_hidden_def. |
tree | commitdiff |
2006-04-08 |
drepper | (fts_build): Call fts_lfree in the two error cases... |
tree | commitdiff |
2006-04-07 |
drepper | (fts_build): Comment out dead code. |
tree | commitdiff |
2006-04-07 |
drepper | (fts_open): Don't allocate parent if *argv==NULL. |
tree | commitdiff |
2006-04-01 |
drepper | Match return value of readlink to what POSIX says these... |
tree | commitdiff |
2006-03-02 |
drepper | (process_entry): If dir->streamfd != -1, use FXSTATAT... |
tree | commitdiff |
2006-03-01 |
roland | 2006-02-28 Roland McGrath <roland@redhat.com> |
tree | commitdiff |
2006-02-27 |
drepper | (AT_SYMLINK_FOLLOW): Define. |
tree | commitdiff |
2006-02-27 |
drepper | (do_test): Pass new parameter to linkat. |
tree | commitdiff |
2006-02-27 |
drepper | Add fifth parameter to linkat. |
tree | commitdiff |
2006-02-12 |
drepper | Start using *at functions. |
tree | commitdiff |
2006-02-12 |
drepper | Add __fxstatat64 alias. |
tree | commitdiff |
2006-02-12 |
drepper | Add __fxstatat alias. |
tree | commitdiff |
2006-02-05 |
drepper | (ftw_startup): Fallback on using getcwd. |
tree | commitdiff |
2006-02-05 |
drepper | (ftw_startup): Use fchdir to return to original directo... |
tree | commitdiff |
2006-01-22 |
drepper | (do_test): Add some more tests. |
tree | commitdiff |
2006-01-22 |
drepper | (do_test): More typoe fixes. |
tree | commitdiff |
2006-01-22 |
drepper | (do_test): Add some more tests. |
tree | commitdiff |
2006-01-22 |
drepper | (do_test): Fix typo. |
tree | commitdiff |
2006-01-22 |
drepper | (do_test): Add some more tests. |
tree | commitdiff |
2006-01-22 |
drepper | (do_test): Add some more tests. |
tree | commitdiff |
2006-01-22 |
drepper | (do_test): Better dupe dir_fd. |
tree | commitdiff |
2006-01-22 |
drepper | (do_test): Add some more tests. |
tree | commitdiff |
2006-01-22 |
drepper | (do_test): Add some more tests. |
tree | commitdiff |
2006-01-20 |
drepper | (tests): Add tst-mkdirat, tst-mknodat, and tst-mkfifoat. |
tree | commitdiff |
2006-01-20 |
drepper | Test for mkfifo. |
tree | commitdiff |
2006-01-20 |
drepper | Fix obsolete message. |
tree | commitdiff |
2006-01-20 |
drepper | Test for mknodat. |
tree | commitdiff |
2006-01-20 |
drepper | Test for mkdirat. |
tree | commitdiff |
2006-01-20 |
drepper | (tests): Add tst-symlinkat, tst-linkat, and tst-readlinkat. |
tree | commitdiff |
2006-01-20 |
drepper | Test for readlinkat. |
tree | commitdiff |
2006-01-20 |
drepper | Test for linkat. |
tree | commitdiff |
2006-01-20 |
drepper | Test for symlinkat. |
tree | commitdiff |
2006-01-20 |
drepper | Declare ppoll. |
tree | commitdiff |
2006-01-20 |
drepper | Export ppoll for GLIBC_2.4. |
tree | commitdiff |
2006-01-20 |
drepper | (routines): Add ppoll. |
tree | commitdiff |
2006-01-20 |
drepper | Generic ppoll implementation. |
tree | commitdiff |
2006-01-17 |
roland | 2006-01-15 Jakub Jelinek <jakub@redhat.com> |
tree | commitdiff |
2006-01-06 |
roland | 2006-01-06 Roland McGrath <roland@redhat.com> |
tree | commitdiff |
2006-01-06 |
roland | 2006-01-05 Roland McGrath <roland@redhat.com> |
tree | commitdiff |
2006-01-06 |
roland | 2006-01-06 Roland McGrath <roland@redhat.com> |
tree | commitdiff |
2006-01-05 |
roland | 2006-01-05 Roland McGrath <roland@redhat.com> |
tree | commitdiff |
2006-01-05 |
roland | 2006-01-05 Roland McGrath <roland@redhat.com> |
tree | commitdiff |
2005-12-21 |
drepper | (fts_open): Change type of len to size_t. |
tree | commitdiff |
2005-12-21 |
drepper | (fts_open): Avoid function call in MAX macro use. |
tree | commitdiff |
2005-12-20 |
roland | 2005-12-15 Thomas Schwinge <tschwinge@gnu.org> |
tree | commitdiff |
2005-12-16 |
drepper | Stub symlinkat implementation. |
tree | commitdiff |
2005-12-16 |
drepper | Stub readlinkat implementation. |
tree | commitdiff |
2005-12-16 |
drepper | Stub linkat implementation. |
tree | commitdiff |
2005-12-16 |
drepper | [GLIBC_2.4]: Export linkat, symlinkat, readlinkat. |
tree | commitdiff |
2005-12-16 |
drepper | (routines): Add linkat, symlinkat, readlinkat. |
tree | commitdiff |
2005-12-14 |
drepper | Generic xstat64.c. |
tree | commitdiff |
2005-12-14 |
drepper | Generic xstat.c. |
tree | commitdiff |
2005-12-14 |
drepper | Generic xmknodat.c. |
tree | commitdiff |
2005-12-14 |
drepper | Generic xmknod.c. |
tree | commitdiff |
2005-12-14 |
drepper | Generic write.c. |
tree | commitdiff |
2005-12-14 |
drepper | Generic utime.c. |
tree | commitdiff |
2005-12-14 |
drepper | Generic unlinkat.c. |
tree | commitdiff |
next |