Age | Commit message (Expand) | Author |
2016-06-06 | Consolidate pwritev/pwritev64 implementations | Adhemerval Zanella |
2016-06-06 | Consolidate preadv/preadv64 implementation | Adhemerval Zanella |
2016-04-11 | Consolidate pwrite/pwrite64 implementations | Adhemerval Zanella |
2016-04-11 | Consolidate pread/pread64 implementations | Adhemerval Zanella |
2016-03-17 | Remove __ASSUME_FALLOCATE. | Joseph Myers |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2015-12-31 | Fix linux personality syscall wrapper | Dmitry V. Levin |
2015-12-15 | Add Prefer_MAP_32BIT_EXEC to map executable pages with MAP_32BIThjl/32bit/master | H.J. Lu |
2015-10-09 | Mark lseek/llseek as non-cancellable | Adhemerval Zanella |
2015-08-11 | Remove unused definition of __openat(64)_nocancel | Andreas Schwab |
2015-06-09 | Fix pathconf statvfs namespace (bug 18507). | Joseph Myers |
2015-06-04 | nptl: Rewrite cancellation macros | Adhemerval Zanella |
2015-05-05 | __ASSUME_FALLOCATE is always true on 32-bit architectures | Florian Weimer |
2015-02-18 | Fix posix_spawn getrlimit64 namespace (bug 17991). | Joseph Myers |
2015-01-05 | Fix wordsize-64 posix_fadvise64, posix_fallocate64 namespace (bug 17777). | Joseph Myers |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2014-10-30 | Remove __libc_creat function name. | Joseph Myers |
2014-06-20 | Remove __ASSUME_ATFCTS conditionals in sysdeps/unix/sysv/linux/. | Joseph Myers |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae |
2013-08-16 | CVE-2013-4237, BZ #14699: Buffer overflow in readdir_r | Florian Weimer |
2013-05-06 | Fix glob64 broken by cleanup. | Roland McGrath |
2013-05-06 | Move dummy glob64.c alongside glob.c that defines glob64. | Roland McGrath |
2013-05-03 | Consolidate definitions of _FORTIFY_SOURCE wrappers for open{,64}{,at}. | Roland McGrath |
2013-02-08 | Remove CHECK_1 and CHECK_1_NULL_OK. | Joseph Myers |
2013-02-04 | Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr. | Joseph Myers |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers |
2012-08-07 | Move common dirent implementation from sysdeps/unix to sysdeps/posix. | Roland McGrath |
2012-05-22 | Add INTERNAL_SYSCALL_TYPES | H.J. Lu |
2012-05-19 | Add 64-bit preadv.c and pwritev.c | H.J. Lu |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert |
2011-06-15 | Improve 64-bit build | Andreas Schwab |
2011-04-01 | Really implement fallocate{,64} and sync_file_range as cancellation points. | Ulrich Drepper |
2010-12-19 | More accurate computatin of reclen in readdir_r. | Ulrich Drepper |
2010-08-16 | Simplify fanotify_init definition. | Ulrich Drepper |
2010-08-15 | Remove third argument from fanotify_init function | Andreas Schwab |
2010-08-11 | Add support for Linux fanotify_init and fanotify_mask syscalls. | Ulrich Drepper |
2010-08-11 | Add support for prlimit and prlimit64 on Linux. | Ulrich Drepper |
2009-10-29 | Fix compat handling in *at functions. | Ulrich Drepper |
2009-05-15 | Add missing export of fallocate64 on 32-bit platforms. | Jakub Jelinek |
2009-04-15 | * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.cvs/fedora-glibc-20090416T0610 | Ulrich Drepper |
2009-04-03 | * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64. | Ulrich Drepper |
2009-03-03 | * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}. | Ulrich Drepper |
2009-03-02 | * sysdeps/unix/sysv/linux/fallocate.c: New file. | Ulrich Drepper |
2008-03-27 | * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add opencvs/fedora-glibc-20080328T1347 | Ulrich Drepper |
2007-11-10 | * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to.. | Ulrich Drepper |
2007-07-28 | * sysdeps/posix/posix_fallocate64.c: Undefine | Ulrich Drepper |
2006-03-31 | * sysdeps/unix/sysv/linux/Versions: Export sync_file_range with | Ulrich Drepper |
2006-02-12 | [BZ #2226] | Ulrich Drepper |
2006-01-20 | * include/fcntl.h: Declare __have_atfcts. | Ulrich Drepper |