about summary refs log tree commit diff
path: root/src/misc/realpath.c
Commit message (Expand)AuthorAgeFilesLines
* implement realpath directly instead of using procfs readlinkRich Felker2020-11-301-23/+136
* move and deduplicate declarations of __procfdname to make it checkableRich Felker2018-09-121-2/+0
* support kernels with no SYS_open syscall, only SYS_openatRich Felker2014-05-241-1/+1
* remove incorrect cancellation points from realpathRich Felker2013-08-311-4/+4
* debloat realpath's allocation strategyRich Felker2013-08-311-12/+6
* make realpath use O_PATH when opening the fileRich Felker2013-08-311-1/+1
* debloat code that depends on /proc/self/fd/%d with shared functionRich Felker2013-08-021-1/+3
* fix some more O_CLOEXEC/SOCK_CLOEXEC issuesRich Felker2012-09-291-1/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* fix memory leak on failure in realpathRich Felker2011-06-181-4/+4
* minimal realpath implementation using /procRich Felker2011-04-171-0/+43
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+6