History log of /openbsd-src/regress/sys/kern/realpath/realpathtest.c (Results 1 – 13 of 13)
Revision Date Author Comments
# 860a6011 06-Aug-2019 bluhm <bluhm@openbsd.org>

Test more variants to specify the root directory.


# 8f5cd82f 05-Aug-2019 bluhm <bluhm@openbsd.org>

Test realpath and unveil if the root directory is written as "//".


# bd83cd64 23-Jul-2019 stsp <stsp@openbsd.org>

Fix realpath(3) errno code for an empty input path string.
It should return ENOENT in this case, but was returning EINVAL.
ok bluhm@ deraadt@


# 8430be28 15-Jul-2019 bluhm <bluhm@openbsd.org>

Our kernel __realpath(2) implementation does not allow non-existing
files anymore. This is conforming to POSIX. Adjust the regression
test to the new behavior.
OK beck@


# c7ce6e13 09-Jul-2019 bluhm <bluhm@openbsd.org>

Regress realpath(3) fails since the non directory hack has been
removed from libc. Make the regress implementation more POSIX
compliant like it has been done for the kernel.
OK beck@ deraadt@


# 355149d7 09-Jul-2019 bluhm <bluhm@openbsd.org>

Fix white spaces.


# 083f3669 29-May-2019 beck <beck@openbsd.org>

Add some more relative path tests


# 98f1191f 13-May-2019 beck <beck@openbsd.org>

Document our currently incosnsistent behaviour and our current
sins which have been judged by Dr Posix as sinful...


# 189c7a8e 11-May-2019 beck <beck@openbsd.org>

let's check /bin/c++


# ef641529 08-May-2019 beck <beck@openbsd.org>

Add another case for robert@ :)


# 794d35a4 26-Apr-2019 beck <beck@openbsd.org>

a bit more evil


# 5af7ca97 26-Apr-2019 beck <beck@openbsd.org>

/usr/include/machine is a good one.


# d1b74578 19-Apr-2019 beck <beck@openbsd.org>

Start a realpath(2) regress test, currently not enabled.

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