Fix build.
[freebsd.git] / contrib /
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.
2014-10-23 delphijMFV r273492: remove gettext files.
2014-10-22 marcelFix the conversion macro for .note sections, broken...
2014-10-22 marcelGCC for PowerPC does not align .note sections to 4...
2014-10-21 baptDo not define bad_array_new_length::bad_array_new_lengt...
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-21 baptFix build by marking the new functions as weak
2014-10-21 baptAdd support for __cxa_throw_bad_array_new_length in...
2014-10-21 neelIFC @r273338 github/projects/bhyve_svm
2014-10-19 desMerge upstream r825: fix line continuation in whitespace
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 baptImport patch from libc++ r197313 which allows using...
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...
2014-10-12 ngieImplement 64MB memory limit for test to ensure that...
2014-10-12 ngie#include libutil.h for fparseln on FreeBSD
2014-10-12 ngieOnly #include <sys/tls.h> on NetBSD
2014-10-11 pfgtcpd.h: add prototype for hosts_ctl
2014-10-11 pfgtcpd: complete function prototypes.
2014-10-10 neelIFC @r272887
2014-10-10 ngiePort the testcase to FreeBSD
2014-10-10 ngieSkip over t_spawn_open_nonexistent_diag because it...
2014-10-10 ngieSIGPWR does not exist on FreeBSD
2014-10-10 ngieHandle getting/setting niceness/priority correctly...
2014-10-10 ngieDisable the invalid pointer test on FreeBSD
2014-10-10 ngieFreeBSD doesn't support strings greater than MAXHOSTNAM...
2014-10-10 ngieFreeBSD returns ENOTTY instead of EBADF in ttyname_r...
2014-10-10 ngieAdd missing #include <sys/time.h> for gettimeofday
2014-10-10 ngieDisable tests that don't pass on FreeBSD due to missing...
2014-10-10 ngieExpect SIGSEGV in lib/libc/stdlib/t_getenv:setenv_basic
2014-10-10 ngieOnly build/run hsearch_basic and hsearch_r_basic on...
2014-10-10 baptRename elf*-powerpc into elf*-powerpc-freebsd in binutils
2014-10-10 syrinxFix a bug in decoding string indexes in snmp_target...
2014-10-09 melifaroSync to HEAD@r272825.
2014-10-08 baptImport byacc 20141006
2014-10-06 luigiAdd netmap support to libpcap. Tcpdump and other native...
2014-10-06 baptImport byacc 20141005 from vendor
2014-10-06 luigiFix comment and sort rights by name
2014-10-06 rodrigcMFV:
2014-10-06 melifaroSync to HEAD@r272609.
2014-10-05 andrewMerge the big-endian ARM targets together, and the...
2014-10-05 neelIFC @r272481
2014-10-04 andrewSilence a warning about Tag_Virtualization_use being...
2014-10-04 andrewAdd movw and movt relocations to the list of relocation...
2014-10-04 melifaroSync to HEAD@r272516.
2014-10-03 andrewAllow vld and vst instructions to use the canonical...
2014-10-03 andrewAdd all the dmb/dsb optional limitations, including...
2014-10-03 andrewAllow the optional limitation on dmb instructions as...
2014-10-02 ngieImport the NetBSD test suite from ^/vendor/NetBSD/tests...
2014-10-02 luigiadd CAP_EVENT for the libpcap device so we will be...
2014-10-02 jkimMerge ACPICA 20140926.
2014-09-27 neelIFC @r272185
2014-09-25 delphijUse a char * as iterator over a bounded string.
next