]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - contrib/netbsd-tests
For the kernel, we have USB_GADGET_EXAMPLES as defaults to yes. For
[FreeBSD/FreeBSD.git] / contrib / netbsd-tests /
2014-10-21 ngieAdd sys/socket.h #include for bind(2), et al
2014-10-21 ngiePort t_chroot to FreeBSD
2014-10-21 ngieunlink("/") fails with EISDIR instead of EBUSY on FreeB...
2014-10-21 ngieMark osi __unused so this compiles cleanly on FreeBSD
2014-10-21 ngiePort t_write to FreeBSD
2014-10-21 ngieAdd missing #include for sys/stat.h for fchmod
2014-10-21 ngielibutil.h is required for fparseln on FreeBSD
2014-10-21 ngiePort lib/libc/gen/t_siginfo to FreeBSD
2014-10-15 jkimMerge OpenSSL 1.0.1j.
2014-10-14 gjbMerge the following from ^/projects/release-vmimage:
2014-10-14 neelIFC @r273066
2014-10-13 ngieChange ATF_REQUIRE_MSG calls to ATF_CHECK_MSG to get...
2014-10-13 ngieOnly test the return value in mktime_negyear
2014-10-13 ngie__isnanl is automatically picked according to data...
2014-10-13 ngieAdd #include <stdio.h> to get sys_nerr definition
2014-10-13 ngieUse 1 as a random seed, as recommended in srandom(3...
2014-10-13 ngiememmem with NUL length "needle" (aka small) strings...
2014-10-13 ngieDo initial port of contrib/netbsd-tests/lib/libc/locale
2014-10-13 ngieAdd #include <stdio.h> for printf
2014-10-12 ngieExpect nice_err to fail on FreeBSD with unprivileged...
2014-10-12 ngie- Add libutil #include for fparseln
2014-10-12 ngieFix compilation errors with missing wide-type headers...
2014-10-12 ngieImplement 64MB memory limit for test to ensure that...
2014-10-12 ngie#include libutil.h for fparseln on FreeBSD
2014-10-12 ngieOnly #include <sys/tls.h> on NetBSD
2014-10-10 ngiePort the testcase to FreeBSD
2014-10-10 ngieSkip over t_spawn_open_nonexistent_diag because it...
2014-10-10 ngieSIGPWR does not exist on FreeBSD
2014-10-10 ngieHandle getting/setting niceness/priority correctly...
2014-10-10 ngieDisable the invalid pointer test on FreeBSD
2014-10-10 ngieFreeBSD doesn't support strings greater than MAXHOSTNAM...
2014-10-10 ngieFreeBSD returns ENOTTY instead of EBADF in ttyname_r...
2014-10-10 ngieAdd missing #include <sys/time.h> for gettimeofday
2014-10-10 ngieDisable tests that don't pass on FreeBSD due to missing...
2014-10-10 ngieExpect SIGSEGV in lib/libc/stdlib/t_getenv:setenv_basic
2014-10-10 ngieOnly build/run hsearch_basic and hsearch_r_basic on...
2014-10-06 baptImport byacc 20141005 from vendor
2014-10-05 neelIFC @r272481
2014-10-04 melifaroSync to HEAD@r272516.
2014-10-02 ngieImport the NetBSD test suite from ^/vendor/NetBSD/tests...