Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-05-04 | use __fstat instead of __fstatat with AT_EMPTY_PATH in __map_file | Rich Felker | 1 | -2/+1 |
2022-05-01 | drop direct use of stat syscalls in internal __map_file | Rich Felker | 1 | -3/+3 |
2020-02-12 | fix remaining direct use of stat syscalls outside fstatat.c | Rich Felker | 1 | -1/+2 |
2018-10-22 | don't omit setting errno in internal __map_file function | Rich Felker | 1 | -2/+2 |
2018-09-12 | overhaul internally-public declarations using wrapper headers | Rich Felker | 1 | -2/+0 |
2015-09-24 | avoid reading uninitialized memory in __map_file | Szabolcs Nagy | 1 | -2/+3 |
2014-05-24 | support kernels with no SYS_open syscall, only SYS_openat | Rich Felker | 1 | -2/+1 |
2013-11-08 | remove O_NOFOLLOW from __map_file used for time zone file loading | Rich Felker | 1 | -1/+1 |
2013-07-17 | fix fd leak in file mapping code used in new zoneinfo support | Rich Felker | 1 | -1/+1 |
2013-07-17 | the big time handling overhaul | Rich Felker | 1 | -0/+20 |