History log of /openbsd-current/regress/sys/kern/realpath/realpath3.c
Revision Date Author Comments
# 1.4 16-Jul-2019 bluhm

Call stat(2) only once in realpath(3) userland reference implementation.


# 1.3 15-Jul-2019 bluhm

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@


# 1.2 09-Jul-2019 bluhm

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@


# 1.1 19-Apr-2019 beck

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


# 1.3 15-Jul-2019 bluhm

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@


# 1.2 09-Jul-2019 bluhm

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@


# 1.1 19-Apr-2019 beck

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


# 1.2 09-Jul-2019 bluhm

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@


# 1.1 19-Apr-2019 beck

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