History log of /freebsd-src/contrib/netbsd-tests/lib/libc/stdio/t_fopen.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 1575a795 16-Jul-2019 Brooks Davis <brooks@FreeBSD.org>

Add missing mode in open(2) calls with O_CREAT.

When O_CREAT is specified, the third, variadic argument is
required as the permission. If on is not passed, then depending
on the ABI, either the cont

Add missing mode in open(2) calls with O_CREAT.

When O_CREAT is specified, the third, variadic argument is
required as the permission. If on is not passed, then depending
on the ABI, either the contents of the third argument register
or some arbitrary stuff on the stack will be used as the permission.

This has been merged to NetBSD.

Reviewed by: asomers, ngie
Obtained from: CheriBSD
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D20972

show more ...


# bb1f0779 15-Nov-2015 Baptiste Daroussin <bapt@FreeBSD.org>

also skip the definition of ':fopen_regular' to avoid the build to fail due to
unused variables defined by ATF macros


# c069d691 01-Nov-2014 Enji Cooper <ngie@FreeBSD.org>

Skip :fopen_regular on !NetBSD because it's a NetBSD specific test

Submitted by: pho


# 57718be8 02-Oct-2014 Enji Cooper <ngie@FreeBSD.org>

Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,
minus the vendor Makefiles

Provide directions for how to bootstrap the vendor sources in
FREEBSD-upgrade

MFC after 2 weeks

Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,
minus the vendor Makefiles

Provide directions for how to bootstrap the vendor sources in
FREEBSD-upgrade

MFC after 2 weeks
Discussed with: rpaulo
Sponsored by: EMC / Isilon Storage Division

show more ...