aboutsummaryrefslogtreecommitdiff
path: root/src/misc/realpath.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-30implement realpath directly instead of using procfs readlinkRich Felker1-23/+136
2018-09-12move and deduplicate declarations of __procfdname to make it checkableRich Felker1-2/+0
2014-05-24support kernels with no SYS_open syscall, only SYS_openatRich Felker1-1/+1
2013-08-31remove incorrect cancellation points from realpathRich Felker1-4/+4
2013-08-31debloat realpath's allocation strategyRich Felker1-12/+6
2013-08-31make realpath use O_PATH when opening the fileRich Felker1-1/+1
2013-08-02debloat code that depends on /proc/self/fd/%d with shared functionRich Felker1-1/+3
2012-09-29fix some more O_CLOEXEC/SOCK_CLOEXEC issuesRich Felker1-1/+1
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker1-1/+1
2011-06-18fix memory leak on failure in realpathRich Felker1-4/+4
2011-04-17minimal realpath implementation using /procRich Felker1-0/+43
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+6