Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test more variants to specify the root directory. | 2019-08-06 | 1 | -1/+5 | |
| | |||||
* | Test realpath and unveil if the root directory is written as "//". | 2019-08-05 | 1 | -1/+2 | |
| | |||||
* | Fix realpath(3) errno code for an empty input path string. | 2019-07-23 | 1 | -1/+2 | |
| | | | | | It should return ENOENT in this case, but was returning EINVAL. ok bluhm@ deraadt@ | ||||
* | Call stat(2) only once in realpath(3) userland reference implementation. | 2019-07-16 | 1 | -11/+10 | |
| | |||||
* | Our kernel __realpath(2) implementation does not allow non-existing | 2019-07-15 | 2 | -13/+19 | |
| | | | | | | files anymore. This is conforming to POSIX. Adjust the regression test to the new behavior. OK beck@ | ||||
* | Regress realpath(3) fails since the non directory hack has been | 2019-07-09 | 2 | -3/+19 | |
| | | | | | | removed from libc. Make the regress implementation more POSIX compliant like it has been done for the kernel. OK beck@ deraadt@ | ||||
* | Fix white spaces. | 2019-07-09 | 1 | -12/+12 | |
| | |||||
* | Add some more relative path tests | 2019-05-29 | 1 | -1/+11 | |
| | |||||
* | Document our currently incosnsistent behaviour and our current | 2019-05-13 | 1 | -2/+20 | |
| | | | | sins which have been judged by Dr Posix as sinful... | ||||
* | let's check /bin/c++ | 2019-05-11 | 1 | -1/+2 | |
| | |||||
* | Add another case for robert@ :) | 2019-05-08 | 1 | -1/+3 | |
| | |||||
* | a bit more evil | 2019-04-26 | 1 | -3/+3 | |
| | |||||
* | /usr/include/machine is a good one. | 2019-04-26 | 1 | -1/+2 | |
| | |||||
* | Start a realpath(2) regress test, currently not enabled. | 2019-04-19 | 3 | -0/+405 | |
This will extend as I add more cases to it. It will come into use once an in-kernel version of realpath(2) becomes a real thing |