Searched hist:277443 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/lib/libc/tests/c063/
H A DMakefilediff 277443 Tue Jan 20 21:53:16 MST 2015 ngie MFC r276590:

r276590 (by jilles):

Link lib/libc/c063 tests to the build.

Some files lack required #include <sys/stat.h>. The #ifdef is per ngie's
request; the includes are clearly necessary for struct stat.

The faccessat test fails because it tries to use AT_SYMLINK_NOFOLLOW with
faccessat(), which is not specified by POSIX.1-2008.

Differential Revision: https://reviews.freebsd.org/D1411
Reviewed by: ngie
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/c063/
H A Dt_faccessat.cdiff 277443 Tue Jan 20 21:53:16 MST 2015 ngie MFC r276590:

r276590 (by jilles):

Link lib/libc/c063 tests to the build.

Some files lack required #include <sys/stat.h>. The #ifdef is per ngie's
request; the includes are clearly necessary for struct stat.

The faccessat test fails because it tries to use AT_SYMLINK_NOFOLLOW with
faccessat(), which is not specified by POSIX.1-2008.

Differential Revision: https://reviews.freebsd.org/D1411
Reviewed by: ngie
H A Dt_fchmodat.cdiff 277443 Tue Jan 20 21:53:16 MST 2015 ngie MFC r276590:

r276590 (by jilles):

Link lib/libc/c063 tests to the build.

Some files lack required #include <sys/stat.h>. The #ifdef is per ngie's
request; the includes are clearly necessary for struct stat.

The faccessat test fails because it tries to use AT_SYMLINK_NOFOLLOW with
faccessat(), which is not specified by POSIX.1-2008.

Differential Revision: https://reviews.freebsd.org/D1411
Reviewed by: ngie
H A Dt_fchownat.cdiff 277443 Tue Jan 20 21:53:16 MST 2015 ngie MFC r276590:

r276590 (by jilles):

Link lib/libc/c063 tests to the build.

Some files lack required #include <sys/stat.h>. The #ifdef is per ngie's
request; the includes are clearly necessary for struct stat.

The faccessat test fails because it tries to use AT_SYMLINK_NOFOLLOW with
faccessat(), which is not specified by POSIX.1-2008.

Differential Revision: https://reviews.freebsd.org/D1411
Reviewed by: ngie
H A Dt_fstatat.cdiff 277443 Tue Jan 20 21:53:16 MST 2015 ngie MFC r276590:

r276590 (by jilles):

Link lib/libc/c063 tests to the build.

Some files lack required #include <sys/stat.h>. The #ifdef is per ngie's
request; the includes are clearly necessary for struct stat.

The faccessat test fails because it tries to use AT_SYMLINK_NOFOLLOW with
faccessat(), which is not specified by POSIX.1-2008.

Differential Revision: https://reviews.freebsd.org/D1411
Reviewed by: ngie

Completed in 191 milliseconds