Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
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.0v0.5.0 | Rich Felker | -0/+6 |