]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - contrib
Add cache maintenance functions which will be used by startup code to
[FreeBSD/FreeBSD.git] / contrib /
2014-12-27 ngieFix the function signatures when MK_CRYPT == no for...
2014-12-27 alfredOutput strerror from xo_warn
2014-12-26 baptEscape Do to prevent mdoc(7) parser to get confused...
2014-12-26 baptmdoc fixes
2014-12-26 baptmdoc fixes
2014-12-26 baptmdoc fixes
2014-12-26 hselaskyAdd proper Makefiles to build some infiniband example...
2014-12-26 baptRemove unknown macro
2014-12-26 baptFix .TH having too many arguments
2014-12-26 pfgBackport fix for binutils 11867: .quad directive not...
2014-12-26 pfggas: use memmove instead of bogus memcpy.
2014-12-25 baptUpdate mandoc to 1.13.2
2014-12-22 delphijFix multiple ntp vulnerabilities.
2014-12-22 emasteAdd AArch64 machine time and relocations for readelf
2014-12-22 emasteSet up default shstrtab entries at shstrtab initialization
2014-12-21 ngieAdd __FreeBSD_version guards around hsearch_r to ease...
2014-12-21 ianAllow -march=armv7a on the gcc command line, for compat...
2014-12-18 emasteInclude section name in strip warning message
2014-12-18 jhibbitsMake gas parse '__tls_get_addr(foo@tlsgd)'.
2014-12-17 emasteDo not strip all when stripping an explicit symbol
2014-12-17 delphijMFV r275844:
2014-12-16 emasteCopy elftoolchain readelf from vendor branch
2014-12-15 emasteCorrect elftoolchain strip(1) memory size calculation
2014-12-14 dimUpdate clang patch for r275759 to use correct test...
2014-12-14 dimAdd clang patch corresponding to r275759.
2014-12-14 dimPull in r221170 from upstream clang trunk (by Roman...
2014-12-14 dimUpdate patch-r274286-llvm-r201784-asm-dollar.diff, so
2014-12-13 dimUpdate llvm patches for r274286 and r275633 so all...
2014-12-12 jhibbitsAdd new PowerPC relocations to binutils
2014-12-11 delphijMFV r275696: file 5.21.
2014-12-10 traszAdd fstyp(8). This utility, named after its SVR4 count...
2014-12-10 delphijFix multiple vulnerabilities in file(1) and libmagic(3).
2014-12-09 dimAdd llvm patch corresponding to r275633.
2014-12-09 dimPull in r223171 from upstream llvm trunk (by Michael...
2014-12-08 markjMFV r272851:
2014-12-07 andrewFix mrc and mrc2 with APSR_nzcv. Binutils encodes it...
2014-12-06 delphijMFV r260710 + 275532:
2014-12-04 dimPull in r174303 from upstream gcc trunk (by Jason Merrill):
2014-12-03 bruefferAdd libcuse and libxo.
2014-12-02 baptUpdate to mandoc cvs version as of 20141201
2014-12-02 emastelibelf: Fix cross-endian ELF note file / memory conversion
2014-12-02 andrewAllow the UAL APSR_nzcv format for the mrc and mrc2...
2014-12-02 dimLet GNU ld be less obscure about missing symbols and...
2014-12-02 baptSync the svn template with the one from ports
2014-12-01 andrewUse the floating-point instruction on ARMv7 as the...
2014-12-01 emasteTrack libarchive API change
2014-12-01 emasteTemporarily disable non-FreeBSD NT_ note types
2014-12-01 emasteFix elftoolchain tools in-tree build
2014-12-01 dimPull in r209785 from upstream libc++ trunk (by Marshall...
2014-11-30 andrewThere is no need to use FUNC_END with aeabi_ldiv0 or...
2014-11-30 andrewUse llabs when getting the absolute value of a long...
2014-11-30 hselaskyFix building of some infiniband utilities by updating...
2014-11-30 hselaskyAdd missing libraries when linking.
2014-11-29 baptImplement --no-fatal-warning for compatibility with...
2014-11-29 baptUpdate libucl to latest version
2014-11-27 emasteCopy elftoolchain binutils replacements from vendor...
2014-11-26 hselaskyAdd support for 64-byte CQE size.
2014-11-25 jhbOnly pass 6 arguments to the 'run' function on amd64...
2014-11-24 rpauloImport libgpio.
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...
next