Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2018年09月12日 | move and deduplicate declarations of __procfdname to make it checkable | Rich Felker | -2/+0 |
2014年05月24日 | support kernels with no SYS_open syscall, only SYS_openat | Rich Felker | -1/+1 |
2013年08月31日 | remove incorrect cancellation points from realpath | Rich Felker | -4/+4 |
2013年08月31日 | debloat realpath's allocation strategy | Rich Felker | -12/+6 |
2013年08月31日 | make realpath use O_PATH when opening the file | Rich Felker | -1/+1 |
2013年08月02日 | debloat code that depends on /proc/self/fd/%d with shared function | Rich Felker | -1/+3 |
2012年09月29日 | fix some more O_CLOEXEC/SOCK_CLOEXEC issues | Rich Felker | -1/+1 |
2012年09月06日 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | -1/+1 |
2011年06月18日 | fix memory leak on failure in realpath | Rich Felker | -4/+4 |
2011年04月17日 | minimal realpath implementation using /proc | Rich Felker | -0/+43 |
2011年02月12日 | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | -0/+6 |