Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | |
2011-04-01 | Really implement fallocate{,64} and sync_file_range as cancellation points. | Ulrich Drepper | |
2010-04-08 | Fix fallocate error return on i386. | Andreas Schwab | |
2009-11-14 | Fix building on x86 with older kernel headers. | Mike Frsyinger | |
Fix building on x86 when older linux headers lack __NR_fallocate define. | |||
2009-03-02 | * sysdeps/unix/sysv/linux/fallocate.c: New file. | Ulrich Drepper | |
* 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. |