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