re-enable vdso clock_gettime on arm (32-bit) with workaround
[musl] / src / time / __map_file.c
2022-05-04 Rich Felkeruse __fstat instead of __fstatat with AT_EMPTY_PATH...
2022-05-02 Rich Felkerdrop direct use of stat syscalls in internal __map_file
2020-02-12 Rich Felkerfix remaining direct use of stat syscalls outside fstatat.c
2018-10-23 Rich Felkerdon't omit setting errno in internal __map_file function
2018-09-12 Rich Felkeroverhaul internally-public declarations using wrapper...
2015-09-24 Szabolcs Nagyavoid reading uninitialized memory in __map_file
2014-05-25 Rich Felkersupport kernels with no SYS_open syscall, only SYS_openat
2013-11-09 Rich Felkerremove O_NOFOLLOW from __map_file used for time zone...
2013-07-17 Rich Felkerfix fd leak in file mapping code used in new zoneinfo...
2013-07-17 Rich Felkerthe big time handling overhaul