about summary refs log tree commit diff
path: root/src/time/__map_file.c
Commit message (Expand)AuthorAgeFilesLines
* fix remaining direct use of stat syscalls outside fstatat.cRich Felker2020-02-121-1/+2
* don't omit setting errno in internal __map_file functionRich Felker2018-10-221-2/+2
* overhaul internally-public declarations using wrapper headersRich Felker2018-09-121-2/+0
* avoid reading uninitialized memory in __map_fileSzabolcs Nagy2015-09-241-2/+3
* support kernels with no SYS_open syscall, only SYS_openatRich Felker2014-05-241-2/+1
* remove O_NOFOLLOW from __map_file used for time zone file loadingRich Felker2013-11-081-1/+1
* fix fd leak in file mapping code used in new zoneinfo supportRich Felker2013-07-171-1/+1
* the big time handling overhaulRich Felker2013-07-171-0/+20