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