]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - contrib/netbsd-tests
Update mandoc to 1.13.2
[FreeBSD/FreeBSD.git] / contrib / netbsd-tests /
2014-12-25 baptUpdate mandoc to 1.13.2
2014-12-21 ngieAdd __FreeBSD_version guards around hsearch_r to ease...
2014-12-16 emasteCopy elftoolchain readelf from vendor branch
2014-12-11 delphijMFV r275696: file 5.21.
2014-12-08 markjMFV r272851:
2014-12-06 delphijMFV r260710 + 275532:
2014-12-02 baptUpdate to mandoc cvs version as of 20141201
2014-11-29 baptUpdate libucl to latest version
2014-11-27 emasteCopy elftoolchain binutils replacements from vendor...
2014-11-25 jhbOnly pass 6 arguments to the 'run' function on amd64...
2014-11-22 baptUpdate mandoc to 1.13.1
2014-11-17 ngieMechanically replace #if defined(__FreeBSD__) and ...
2014-11-16 ngie- Skip over the testcases that call cbrtl on platforms...
2014-11-16 ngie- Expect exp2_powers to fail on FreeBSD/i386
2014-11-16 ngieAlias isinff to isinf on FreeBSD
2014-11-16 ngieReset errno to 0 before running scalbn to be sure that...
2014-11-16 ngieSkip the long-double epsilon checks on FreeBSD/i386
2014-11-16 ngieCall sem_unlink on semaphores before attempting to...
2014-11-16 ngieAdd missing sys/time.h #include for timespecsub macro...
2014-11-16 ngiePort helper program to FreeBSD, similar to ../../lib...
2014-11-16 ngie#ifdef out a printf on !NetBSD that causes the testcase...
2014-11-16 ngieAdd pthread_np.h #include and initialize the pthread...
2014-11-16 ngieExpect :pthread_detach to fail with EINVAL instead...
2014-11-16 ngieOnly expect timeouts on powerpc with NetBSD
2014-11-16 ngieUse _exit instead of exit so the file descriptors aren...
2014-11-05 ngieExpect lib.libc.sys.getcontext_test.setcontext_link...
2014-11-05 ngieRemove expected failure from lib.libc.sys.t_mincore...
2014-11-04 ngieFix the Jenkins test run by skipping the negative testc...
2014-11-04 ngieImport proper fix for misc/49356 (/usr/include/atf...
2014-11-04 ngieFinish off lib/libc/stdlib/t_strtod.c port by checking...
2014-11-03 ngierpc_control on FreeBSD is a public-ish API (not prefixe...
2014-11-03 ngiePort lib/libc/ssp to FreeBSD
2014-11-03 ngieinet_network on FreeBSD returns NULL when provided...
2014-11-03 ngiePort t_db.sh to FreeBSD
2014-11-01 ngiePort h_hash and t_sha2 to FreeBSD
2014-11-01 ngieExpect :sscanf_whitespace to fail on !NetBSD OSes
2014-11-01 ngieSkip :fopen_regular on !NetBSD because it's a NetBSD...
2014-11-01 ngieAdd new atf_tc_expect_fail to fflush_err; this is a...
2014-11-01 ngieDisable testcases 12 and 15-22 on FreeBSD
2014-11-01 ngieExpect :snprintf_posarg_error to blow up with a SIGSEGV...
2014-11-01 ngiePort h_atexit to FreeBSD
2014-11-01 ngiePort t_mincore to FreeBSD
2014-11-01 ngiePort t_kevent to FreeBSD
2014-11-01 ngieSkip :sethostname_basic because it messes up the test...
2014-11-01 ngiegetitimer on FreeBSD returns the last set time instead...
2014-11-01 ngiePort lib/libc/sys/t_dup to FreeBSD/Linux
2014-11-01 ngiePort lib/libc/net/h_dns_server to FreeBSD
2014-11-01 ngiePort tests to FreeBSD/Linux
2014-11-01 ngieDon't prune duplicate services in the expected output...
2014-11-01 jmmvMFV: Import atf-0.21.
2014-11-01 jmmvPut mtree test files into a subdirectory.
2014-10-24 ngie- Add sys/types.h for the APIs in sys/sysctl.h
2014-10-24 ngieCorrect my previous commit:
2014-10-24 ngie- Mark signo __unused in the signal handler function
2014-10-24 ngie- Add inttypes.h and stdint.h in lieu of int_limits...
2014-10-24 ngie- Test for EINVAL requirement when passing an invalid...
2014-10-24 ngie- Ignore EINVAL check with mknod(path, S_IFCHR, -1...
2014-10-23 ngieOmit the mprotect_exec testcase on FreeBSD
2014-10-23 ngieMark signum __unused
2014-10-23 ngieFix a typo (__FreeBSD__ -> __NetBSD__ when omitting...
2014-10-23 ngieAdd limits.h #include for SSIZE_MAX
2014-10-23 ngieAdd limits.h #include for SSIZE_MAX
2014-10-23 ngie- Omit setrlimit_nthr testcase on FreeBSD (requires...
2014-10-23 ngie- Mark sig/signo __unused
2014-10-23 ngieUse <atf_srcdir>/truncate_test.root_owned instead of...
2014-10-23 ngieAdd limits.h #include for INT_MAX
2014-10-23 ngie- Omit the poll testcases on FreeBSD (they require...
2014-10-23 ngieMark signo __unused in handler(..)
2014-10-23 ngieOmit all of the testcases as revoke(2) is only implemen...
2014-10-23 ngieOmit the pollts testcases on FreeBSD
2014-10-23 ngiePort t_mmap.c to FreeBSD
2014-10-23 ngieAdd sys/socket.h #include for struct sockaddr_in
2014-10-23 ngieAdd limits.h #include for LINE_MAX
2014-10-23 ngie- Mark unused parameters __unused in handler
2014-10-23 ngieConvert "fcntl(n, F_CLOSEM)" to "closefrom(n)"
2014-10-23 ngiePort t_pipe2.c to FreeBSD
2014-10-23 ngieExpect getgroups_err to fail on FreeBSD
2014-10-23 ngieAdd netinet/in.h for struct sockaddr_in
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...
next