summaryrefslogtreecommitdiff
path: root/src/time/__map_file.c
AgeCommit message (Expand)Author
2022-05-04use __fstat instead of __fstatat with AT_EMPTY_PATH in __map_fileRich Felker
2022-05-01drop direct use of stat syscalls in internal __map_fileRich Felker
2020-02-12fix remaining direct use of stat syscalls outside fstatat.cRich Felker
2018-10-22don't omit setting errno in internal __map_file functionRich Felker
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker
2015-09-24avoid reading uninitialized memory in __map_fileSzabolcs Nagy
2014-05-24support kernels with no SYS_open syscall, only SYS_openatRich Felker
2013-11-08remove O_NOFOLLOW from __map_file used for time zone file loadingRich Felker
2013-07-17fix fd leak in file mapping code used in new zoneinfo supportRich Felker
2013-07-17the big time handling overhaulRich Felker