Florian Weimer
|
aa42b3dbcb
|
Avoid running some tests if the file system does not support holes
Otherwise, these tests fills up the entire disk (or just run very
slowly and eventually time out).
|
2018-08-21 12:56:53 +02:00 |
|
Samuel Thibault
|
3fc1ecf935
|
hurd: Fix building io/tst-copy_file_range.c
* io/tst-copy_file_range.c [!defined CLONE_NEWNS]: Do not include
<sys/mount.h>.
|
2018-01-28 17:56:49 +01:00 |
|
Joseph Myers
|
688903eb3e
|
Update copyright dates with scripts/update-copyrights.
* All files with FSF copyright notices: Update copyright dates
using scripts/update-copyrights.
* locale/programs/charmap-kw.h: Regenerated.
* locale/programs/locfile-kw.h: Likewise.
|
2018-01-01 00:32:25 +00:00 |
|
Florian Weimer
|
bad7a0c81f
|
copy_file_range: New function to copy file data
The semantics are based on the Linux system call, but a very close
emulation in user space is provided.
|
2017-12-22 10:55:40 +01:00 |
|