History log of /openbsd/lib/libc/hidden/dirent.h (Results 1 – 2 of 2)
Revision Date Author Comments
# b5a37565 15-Apr-2024 florian <florian@openbsd.org>

Add scandirat(3); from freebsd

To be used in httpd(8) shortly to prevent toctu issues.

This makes __fdopendir internally accessible to avoid unnecessary
syscalls in scandirat(3). Suggested & diff b

Add scandirat(3); from freebsd

To be used in httpd(8) shortly to prevent toctu issues.

This makes __fdopendir internally accessible to avoid unnecessary
syscalls in scandirat(3). Suggested & diff by guenther

suggested by & OK millert
tweak & OK guenther
OK tb, jca

This rides the libc crank.

show more ...


# 209e3952 12-Sep-2015 guenther <guenther@openbsd.org>

Wrap <dirent.h> so that internal calls go direct and they're all weak symbols