aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Import patch from libc++ r197313 which allows using libc++ headers with gccBaptiste Daroussin2014-10-131-0/+1
* Change ATF_REQUIRE_MSG calls to ATF_CHECK_MSG to get as many errors as possibleEnji Cooper2014-10-131-0/+29
* Only test the return value in mktime_negyearEnji Cooper2014-10-131-0/+5
* __isnanl is automatically picked according to data type in <math.h>. ThereEnji Cooper2014-10-131-0/+2
* Add #include <stdio.h> to get sys_nerr definitionEnji Cooper2014-10-131-0/+4
* Use 1 as a random seed, as recommended in srandom(3). Adjust the random valuesEnji Cooper2014-10-131-0/+12
* memmem with NUL length "needle" (aka small) strings on FreeBSD/OSX returnsEnji Cooper2014-10-131-0/+5
* Do initial port of contrib/netbsd-tests/lib/libc/localeEnji Cooper2014-10-136-1/+52
* Add #include <stdio.h> for printfEnji Cooper2014-10-131-0/+4
* Expect nice_err to fail on FreeBSD with unprivileged usersEnji Cooper2014-10-121-0/+5
* - Add libutil #include for fparselnEnji Cooper2014-10-121-0/+10
* Fix compilation errors with missing wide-type headers and fix compilationEnji Cooper2014-10-121-0/+12
* Implement 64MB memory limit for test to ensure that it fails reliably inEnji Cooper2014-10-121-0/+14
* #include libutil.h for fparseln on FreeBSDEnji Cooper2014-10-121-0/+3
* Only #include <sys/tls.h> on NetBSDEnji Cooper2014-10-126-0/+12
* tcpd.h: add prototype for hosts_ctlPedro F. Giffuni2014-10-111-0/+1
* tcpd: complete function prototypes.Pedro F. Giffuni2014-10-114-48/+48
* Port the testcase to FreeBSDEnji Cooper2014-10-101-0/+14
* Skip over t_spawn_open_nonexistent_diag because it requires NetBSD specificEnji Cooper2014-10-101-0/+7
* 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