Implement LIBADD
[freebsd.git] / contrib /
2014-11-23 baptFix an error (case on a .Nm) preventing mandoc from...
2014-11-22 baptAdd missing bits svn merge did not catch
2014-11-22 baptUpdate sqlite3 to 3.8.7.2
2014-11-22 baptUpdate mandoc to 1.13.1
2014-11-22 dimAvoid undefined behaviour in gas's rotate_left() macro...
2014-11-22 dimFix the following -Werror warning from clang 3.5.0...
2014-11-21 jhbImprove support for XSAVE with debuggers.
2014-11-18 marcelUpgrade libxo to 0.1.6.
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-16 edwinMFV of 274557,tzdata{2014j}
2014-11-13 dimThe fix imported into llvm in r274442 contains some...
2014-11-13 jkimRegen test cases for yacc(1) after r274460. YYINT...
2014-11-12 npFix previous change to this file (r273811).
2014-11-12 dimPull in r221709 from upstream llvm trunk (by Frédéric...
2014-11-11 marcelUpgrade libxo to 0.1.5
2014-11-11 delphijTest errno against EEXIST as well.
2014-11-11 delphijRename variable name from 'index' to 'idx' to avoid...
2014-11-11 ngieRevert WiP to contrib/tzcode accidentally committed...
2014-11-11 ngieAdd baud rate support to telnet(1)
2014-11-08 dimAdd llvm patch corresponding to r274286.
2014-11-08 dimPull in r201784 from upstream llvm trunk (by Benjamin...
2014-11-05 desStaticize the test plans.
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 des[SA-14:25] Fix kernel stack disclosure in setlogin...
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-29 nprping: make sure that the CQ event thread can never...
2014-10-29 npUserspace library for Chelsio's Terminator 5 based...
2014-10-28 brooksImport in latest mtree from NetBSD to fix a bug in...
2014-10-28 hselaskyMake some infiniband example utilities easily buildable:
2014-10-27 delphijRemove an extra copy of hv_kvp_daemon(8) [1].
2014-10-27 edwinMerge of 273518, tzdata2014i
2014-10-26 delphijMFV r273688:
2014-10-25 delphijMFV r273617: netcat from OpenBSD 5.6.
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 marcelAdd generated headers xoversion.h and xoconfig.h. These...
2014-10-23 marcelImport libxo 0.1.4
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-23 delphijMFV r273494: xz 5.0.7.
next