aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* SIGPWR does not exist on FreeBSDEnji Cooper2014-10-101-0/+4
* Handle getting/setting niceness/priority correctly on FreeBSD vs NetBSDEnji Cooper2014-10-101-0/+23
* Disable the invalid pointer test on FreeBSDEnji Cooper2014-10-101-0/+2
* FreeBSD doesn't support strings greater than MAXHOSTNAMELEN-1 inEnji Cooper2014-10-102-0/+32
* FreeBSD returns ENOTTY instead of EBADF in ttyname_r; mark it as an expectedEnji Cooper2014-10-101-0/+3
* Add missing #include <sys/time.h> for gettimeofdayEnji Cooper2014-10-101-0/+3
* Disable tests that don't pass on FreeBSD due to missing support inEnji Cooper2014-10-101-0/+6
* Expect SIGSEGV in lib/libc/stdlib/t_getenv:setenv_basicEnji Cooper2014-10-101-0/+12
* Only build/run hsearch_basic and hsearch_r_basic on NetBSDEnji Cooper2014-10-101-0/+8
* Rename elf*-powerpc into elf*-powerpc-freebsd in binutilsBaptiste Daroussin2014-10-105-3/+6
* Fix a bug in decoding string indexes in snmp_target(3), thus causingShteryana Shopova2014-10-101-4/+7
* Import byacc 20141006Baptiste Daroussin2014-10-0812-399/+705
* Add netmap support to libpcap. Tcpdump and other native pcap application can nowLuigi Rizzo2014-10-062-0/+11
* Import byacc 20141005 from vendorBaptiste Daroussin2014-10-06104-1497/+8019
* Fix comment and sort rights by nameLuigi Rizzo2014-10-061-4/+4
* MFV:Craig Rodrigues2014-10-063-1/+8
* Merge the big-endian ARM targets together, and the little-endian ARMAndrew Turner2014-10-051-10/+2
* Silence a warning about Tag_Virtualization_use being unknown. We don'tAndrew Turner2014-10-042-1/+4
* Add movw and movt relocations to the list of relocations against functionAndrew Turner2014-10-041-0/+6
* Allow vld and vst instructions to use the canonical form from ARM ARM whenAndrew Turner2014-10-031-0/+17
* Add all the dmb/dsb optional limitations, including the alternative values.Andrew Turner2014-10-031-4/+12
* Allow the optional limitation on dmb instructions as is already the caseAndrew Turner2014-10-031-0/+1
* Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,Enji Cooper2014-10-021785-0/+195405
* add CAP_EVENT for the libpcap device so we will be able to useLuigi Rizzo2014-10-021-1/+6
* Use a char * as iterator over a bounded string.Xin LI2014-09-251-4/+3
* Use strlcpy(). I don't believe these are real problems but it's betterXin LI2014-09-251-7/+7
* Refactor the code a little bit to avoid NULL deference whenXin LI2014-09-251-12/+11
* Plug a file descriptor leak.Xin LI2014-09-251-0/+3
* Being able to access a path do not necessarily mean we have accessXin LI2014-09-251-6/+4
* Increase the memory disk size in the following testcases to avoid mountEnji Cooper2014-09-2423-93/+93
* Fix the executed testplan countEnji Cooper2014-09-241-1/+1
* Expect ELOOP on Darwin/Linux with "O_NOFOLLOW was specified and the target is aEnji Cooper2014-09-241-6/+14
* Merge apr-util 1.5.3 -> 1.5.4. A minor bug fix update.Peter Wemm2014-09-2411-45/+109
* Import pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d4521b0e4aa141317553ca4...Enji Cooper2014-09-24228-0/+10843
* Fix a typo in the upgrade directionsEnji Cooper2014-09-241-1/+1
* Delete mentions to removed manpagesCraig Rodrigues2014-09-237-59/+47
* The ATF source code is now hosted on GitHub.Craig Rodrigues2014-09-231-3/+2
* Hardware driver update from Mellanox Technologies, including:Hans Petter Selasky2014-09-234-8/+1
* #552 destination port not zero after parsing nat ruleCy Schubert2014-09-221-9/+13
* 3561691 gethost never returns an ipv6 addressCy Schubert2014-09-221-7/+9
* #551 ipf.conf address structure not properly zero filledCy Schubert2014-09-221-11/+21
* #536 ipnat can try to print rule as dstlist incorrectlyCy Schubert2014-09-221-2/+4
* #553 gethost needs to zero entire IP address structureCy Schubert2014-09-221-0/+1
* ipv6 address for test.hosts.dots in wrong byte order.Cy Schubert2014-09-221-4/+4
* Add a few missing llvm/clang patches, update the other ones to be ableDimitry Andric2014-09-217-61/+261
* awk: Use random(3) instead of rand(3)Pedro F. Giffuni2014-09-193-5/+7
* Reference the test case "packs" to fix warningsCraig Rodrigues2014-09-192-0/+6
* Upgrade to OpenPAM Ourouparia.Dag-Erling Smørgrav2014-09-15102-8825/+8903
|\
* | Pull in r217410 from upstream llvm trunk (by Bob Wilson):Dimitry Andric2014-09-141-2/+2
* | Fix descriptors leak.Pawel Jakub Dawidek2014-09-141-0/+5