remove LFS64 symbol aliases; replace with dynamic linker remapping
[musl] / src / misc / realpath.c
2020-11-30 Rich Felkerimplement realpath directly instead of using procfs...
2018-09-12 Rich Felkermove and deduplicate declarations of __procfdname to...
2014-05-25 Rich Felkersupport kernels with no SYS_open syscall, only SYS_openat
2013-08-31 Rich Felkerremove incorrect cancellation points from realpath
2013-08-31 Rich Felkerdebloat realpath's allocation strategy
2013-08-31 Rich Felkermake realpath use O_PATH when opening the file
2013-08-02 Rich Felkerdebloat code that depends on /proc/self/fd/%d with...
2012-09-29 Rich Felkerfix some more O_CLOEXEC/SOCK_CLOEXEC issues
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2011-06-18 Rich Felkerfix memory leak on failure in realpath
2011-04-17 Rich Felkerminimal realpath implementation using /proc
2011-02-12 Rich Felkerinitial check-in, version 0.5.0