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