aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Copy elftoolchain binutils replacements from vendor branchEd Maste2014-11-2753-0/+21697
* Add support for 64-byte CQE size.Hans Petter Selasky2014-11-265-15/+29
* Only pass 6 arguments to the 'run' function on amd64. amd64'sJohn Baldwin2014-11-251-14/+10
* Import libgpio.Rui Paulo2014-11-241-0/+1
* Fix an error (case on a .Nm) preventing mandoc from rendering the manpageBaptiste Daroussin2014-11-231-15/+15
* Add missing bits svn merge did not catchBaptiste Daroussin2014-11-226-0/+1110
* Update sqlite3 to 3.8.7.2Baptiste Daroussin2014-11-226-4742/+9007
* Update mandoc to 1.13.1Baptiste Daroussin2014-11-22110-5178/+16307
* Avoid undefined behaviour in gas's rotate_left() macro for n == 0.Dimitry Andric2014-11-221-1/+1
* Fix the following -Werror warning from clang 3.5.0, while buildingDimitry Andric2014-11-221-1/+2
* Improve support for XSAVE with debuggers.John Baldwin2014-11-212-0/+3
* Upgrade libxo to 0.1.6.Marcel Moolenaar2014-11-185-32/+57
* Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) withEnji Cooper2014-11-1752-109/+109
* - Skip over the testcases that call cbrtl on platforms where LDBL_PREC == 53Enji Cooper2014-11-161-0/+8
* - Expect exp2_powers to fail on FreeBSD/i386Enji Cooper2014-11-161-0/+9
* Alias isinff to isinf on FreeBSDEnji Cooper2014-11-161-0/+4
* Reset errno to 0 before running scalbn to be sure that the tested errno isEnji Cooper2014-11-161-0/+3
* Skip the long-double epsilon checks on FreeBSD/i386Enji Cooper2014-11-161-0/+2
* Call sem_unlink on semaphores before attempting to create themEnji Cooper2014-11-161-0/+6
* Add missing sys/time.h #include for timespecsub macro in lib/libnetbsd/sys/ti...Enji Cooper2014-11-163-0/+12
* Port helper program to FreeBSD, similar to ../../lib/libc/stdlib/h_atexit.cEnji Cooper2014-11-161-0/+20
* #ifdef out a printf on !NetBSD that causes the testcase to fail when comparingEnji Cooper2014-11-161-0/+2
* Add pthread_np.h #include and initialize the pthread attribute on FreeBSDEnji Cooper2014-11-161-0/+7
* Expect :pthread_detach to fail with EINVAL instead of ESRCH on FreeBSDEnji Cooper2014-11-161-0/+4
* Only expect timeouts on powerpc with NetBSDEnji Cooper2014-11-161-0/+12
* Use _exit instead of exit so the file descriptors aren't flushed twice in theEnji Cooper2014-11-161-0/+8
* MFV of 274557,tzdata{2014j}Edwin Groothuis2014-11-166-115/+121
* The fix imported into llvm in r274442 contains some C++11 constructs,Dimitry Andric2014-11-132-2/+75
* Regen test cases for yacc(1) after r274460. YYINT is int now.Jung-uk Kim2014-11-1329-29/+29
* Fix previous change to this file (r273811).Navdeep Parhar2014-11-121-4/+5
* Pull in r221709 from upstream llvm trunk (by Frédéric Riss):Dimitry Andric2014-11-122-4/+16
* Upgrade libxo to 0.1.5Marcel Moolenaar2014-11-1111-22/+45
* Test errno against EEXIST as well.Xin LI2014-11-111-1/+1
* Rename variable name from 'index' to 'idx' to avoid shadowing index(3).Xin LI2014-11-111-5/+5
* Revert WiP to contrib/tzcode accidentally committed with r274364Enji Cooper2014-11-111-10/+2
* Add baud rate support to telnet(1)Enji Cooper2014-11-1111-136/+209
* Add llvm patch corresponding to r274286.Dimitry Andric2014-11-081-0/+55
* Pull in r201784 from upstream llvm trunk (by Benjamin Kramer):Dimitry Andric2014-11-081-3/+3
* Staticize the test plans.Dag-Erling Smørgrav2014-11-053-3/+3
* Expect lib.libc.sys.getcontext_test.setcontext_link to fail on amd64; addEnji Cooper2014-11-051-0/+14
* Remove expected failure from lib.libc.sys.t_mincore:mincore_residEnji Cooper2014-11-051-3/+0
* [SA-14:25] Fix kernel stack disclosure in setlogin(2) / getlogin(2).Dag-Erling Smørgrav2014-11-041-14/+22
* Fix the Jenkins test run by skipping the negative testcases earlierEnji Cooper2014-11-041-9/+11
* Import proper fix for misc/49356 (/usr/include/atf-c/config.h) after atf-c/co...Enji Cooper2014-11-0414-40/+22
* Finish off lib/libc/stdlib/t_strtod.c port by checking for "y" twice onEnji Cooper2014-11-041-1/+7
* rpc_control on FreeBSD is a public-ish API (not prefixed with __), not privateEnji Cooper2014-11-031-0/+4
* Port lib/libc/ssp to FreeBSDEnji Cooper2014-11-035-1/+199
* inet_network on FreeBSD returns NULL when provided "0x" to inet_networkEnji Cooper2014-11-031-0/+4
* Port t_db.sh to FreeBSDEnji Cooper2014-11-031-0/+20
* Port h_hash and t_sha2 to FreeBSDEnji Cooper2014-11-012-0/+34