Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
| | |||||
* | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 2014-02-10 | 1 | -1/+1 |
| | |||||
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
| | |||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
| | |||||
* | Really implement fallocate{,64} and sync_file_range as cancellation points. | Ulrich Drepper | 2011-04-01 | 1 | -3/+13 |
| | |||||
* | Fix fallocate error return on i386. | Andreas Schwab | 2010-04-08 | 1 | -1/+7 |
| | |||||
* | Fix building on x86 with older kernel headers. | Mike Frsyinger | 2009-11-14 | 1 | -0/+6 |
| | | | | Fix building on x86 when older linux headers lack __NR_fallocate define. | ||||
* | * sysdeps/unix/sysv/linux/fallocate.c: New file. | Ulrich Drepper | 2009-03-02 | 1 | -0/+32 |
* sysdeps/unix/sysv/linux/fallocate64.c: New file. * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file. * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file. * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file. * sysdeps/unix/sysv/linux/i386/fallocate.c: New file. * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64 for GLIBC_2.10. * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add fallocate and fallocate64. * io/fcntl.h: Pretty printing. |