summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/wordsize-64
AgeCommit message (Expand)Author
2018-04-27Consolidate Linux readahead implementationAdhemerval Zanella
2018-04-25Consolidate getdirentries{64} implementationAdhemerval Zanella
2018-04-19Consolidate Linux getdents{64} implementationAdhemerval Zanella
2018-04-06Consolidate Linux readdir{64}{_r} implementationAdhemerval Zanella
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-10-01Mark internal dirent functions with attribute_hidden [BZ #18822]H.J. Lu
2017-09-08posix: Consolidate Linux glob implementationAdhemerval Zanella
2017-09-08posix: Sync glob with gnulib [BZ #1062]Adhemerval Zanella
2017-06-20Consolidate Linux openat implementationAdhemerval Zanella
2017-06-15linux: Consolidate sync_file_range implementationAdhemerval Zanella
2017-05-11Consolidate Linux creat implementationAdhemerval Zanella
2017-05-11Consolidate Linux open implementationAdhemerval Zanella
2017-04-12Consolidate Linux mmap implementation (BZ#21270)Adhemerval Zanella
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-11-17Consolidate Linux setrlimit and getrlimit implementationAdhemerval Zanella
2016-11-09Consolidate Linux truncate implementationsAdhemerval Zanella
2016-11-09Consolidate Linux ftruncate implementationsAdhemerval Zanella
2016-11-08Consolidate lseek/lseek64/llseek implementationsAdhemerval Zanella
2016-10-07Consolidate posix_fadvise implementationsAdhemerval Zanella
2016-10-07Consolidate posix_fallocate{64} implementationsAdhemerval Zanella
2016-10-07Consolidate fallocate{64} implementationsAdhemerval Zanella
2016-06-06Consolidate pwritev/pwritev64 implementationsAdhemerval Zanella
2016-06-06Consolidate preadv/preadv64 implementationAdhemerval Zanella
2016-04-11Consolidate pwrite/pwrite64 implementationsAdhemerval Zanella
2016-04-11Consolidate pread/pread64 implementationsAdhemerval Zanella
2016-03-17Remove __ASSUME_FALLOCATE.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-31Fix linux personality syscall wrapperDmitry V. Levin
2015-12-15Add Prefer_MAP_32BIT_EXEC to map executable pages with MAP_32BITH.J. Lu
2015-10-09Mark lseek/llseek as non-cancellableAdhemerval Zanella
2015-08-11Remove unused definition of __openat(64)_nocancelAndreas Schwab
2015-06-09Fix pathconf statvfs namespace (bug 18507).Joseph Myers
2015-06-04nptl: Rewrite cancellation macrosAdhemerval Zanella
2015-05-05__ASSUME_FALLOCATE is always true on 32-bit architecturesFlorian Weimer
2015-02-18Fix posix_spawn getrlimit64 namespace (bug 17991).Joseph Myers
2015-01-05Fix wordsize-64 posix_fadvise64, posix_fallocate64 namespace (bug 17777).Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-10-30Remove __libc_creat function name.Joseph Myers
2014-06-20Remove __ASSUME_ATFCTS conditionals in sysdeps/unix/sysv/linux/.Joseph Myers
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-08-16CVE-2013-4237, BZ #14699: Buffer overflow in readdir_rFlorian Weimer
2013-05-06Fix glob64 broken by cleanup.Roland McGrath
2013-05-06Move dummy glob64.c alongside glob.c that defines glob64.Roland McGrath
2013-05-03Consolidate definitions of _FORTIFY_SOURCE wrappers for open{,64}{,at}.Roland McGrath
2013-02-08Remove CHECK_1 and CHECK_1_NULL_OK.Joseph Myers
2013-02-04Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-08-07Move common dirent implementation from sysdeps/unix to sysdeps/posix.Roland McGrath
2012-05-22Add INTERNAL_SYSCALL_TYPESH.J. Lu