]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - contrib
Remove duplicated semicolons.
[FreeBSD/FreeBSD.git] / contrib /
2016-06-04 Baptiste DaroussinImport libucl snapshot 20160604
2016-06-03 Pedro F. Giffunilibiberty: prevent integer overflow.
2016-06-03 Pedro F. GiffuniMFV r300961:
2016-06-03 Xin LIMFV r301238:
2016-06-02 Dimitry AndricPull in r271548 from upstream llvm trunk (by me):
2016-06-02 Kurt LidlFixup path in NetBSD supplied documentation for FreeBSD
2016-06-01 Kurt LidlImport NetBSD's blacklist source from vendor tree
2016-05-29 Dimitry AndricPull in r269908 from upstream llvm trunk (by James...
2016-05-29 Ed SchoutenReplace local prototype of basename() with an inclusion...
2016-05-29 Phil ShaferSubmitted by: phil
2016-05-29 Allan JudeImport the skein hashing algorithm, based on the threef...
2016-05-28 Phil ShaferUndo meaningless local changes to libxo so we're in...
2016-05-27 Jung-uk KimMerge ACPICA 20160527.
2016-05-27 Conrad Meyergcc42: Fix minor C99 parse bug
2016-05-26 Dimitry AndricUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
2016-05-26 Enji CooperThe readme provides a high-level overview of how to...
2016-05-25 Ed MasteUpdate to ELF Tool Chain r3477
2016-05-25 Ruslan BukinRemove legacy brk and sbrk from RISC-V.
2016-05-25 Ruslan BukinAdd relocation support for RISC-V.
2016-05-22 Enji CooperSilence top(1) compiler warnings
2016-05-21 Ed Masteelftoolchain: backwards compatability for ELFOSABI_CLOU...
2016-05-20 Ed Masteelftoolchain: backwards compatability for EM_RISCV...
2016-05-20 Pedro F. Giffunigas: Implement the .inst assembler directive for arm.
2016-05-20 Ed Masteelftoolchain: backwards compatability for EM_IAMCU...
2016-05-20 Pedro F. GiffuniGCC: Add support for named initializers for anonymous...
2016-05-20 Dimitry AndricPull in r270240 from upstream clang trunk (by me):
2016-05-20 Simon J. GerratyMerge bmake-20160512
2016-05-20 Ed MasteUpdate to ELF Tool Chain r3475
2016-05-20 Pedro F. Giffunigas/config/tc-arm.c: Minor re-sorting to match upstream...
2016-05-20 Andrew TurnerRemove brk and sbrk from arm64. They were defined in...
2016-05-20 Pedro F. GiffuniGCC: Add support for named initializers for anonymous...
2016-05-19 Cy SchubertFix another typo.
2016-05-19 Cy SchubertFix typo.
2016-05-18 Gleb SmirnoffRevert r299830, it has couple of fatal errors.
2016-05-17 Konstantin BelousovAdd SUSv4 reference macro to our groff mdoc. mdocml...
2016-05-16 Martin MatuskaRevert r299576 and MFV r299895:
2016-05-15 Enji CooperFix .Dd
2016-05-15 Enji CooperFix fully canonicalized example for `myvariable.27...`
2016-05-15 Enji CooperRemove trailing whitespace in license tort
2016-05-15 Enji CooperFix -Wcast-align warnings
2016-05-15 Enji CooperUse SNMPD_INPUT_FAILED instead of SNMP_CODE_FAILED
2016-05-15 Enji CooperUse sizeof(..)s for the destination buffers instead...
2016-05-15 Enji CooperReplace QUADFMT with %ju and QUADXFMT with %jx and...
2016-05-14 Xin LIMFV r299716: file 5.27
2016-05-13 Jason EvansWork around invalid gcc warning (explicit cast apparent...
2016-05-13 Jason EvansUpdate jemalloc to 4.2.0.
2016-05-12 Martin MatuskaFix broken cpio behavior.
2016-05-12 Martin MatuskaMFV 299539:
2016-05-12 Martin MatuskaMFV r299425:
2016-05-11 Conrad Meyeratf map: Fix double-free in low memory error path
2016-05-11 Conrad Meyerbsnmpd: Fix size of trapsink::comm to match other commu...
2016-05-11 Conrad Meyerbsnmp: Don't overrun privkey buffer by copying wrong...
2016-05-11 Alexander MotinMFV r299453: 6765 zfs_zaccess_delete() comments do...
2016-05-11 Alexander MotinMFV r299451: 6764 zfs issues with inheritance flags...
2016-05-11 Alexander MotinMFV r299449: 6763 aclinherit=restricted masks inherited...
2016-05-11 Alexander MotinMFV r299442: 6762 POSIX write should imply DELETE_CHILD...
2016-05-11 Alexander MotinMFV r299440: 6736 ZFS per-vdev ZAPs
2016-05-11 Alexander MotinMFV r299438: 6842 Fix empty xattr dir causing lockup
2016-05-11 Alexander MotinMFV r299436: 6843 Make xattr dir truncate and remove...
2016-05-11 Alexander MotinMFV r299434: 6841 Undirty freed spill blocks
2016-05-11 Martin MatuskaUpdate vendor/libarchive/dist to git commit 61c56e5...
2016-05-11 Martin MatuskaKeep full libarchive distribution in vendor branch...
2016-05-10 Martin MatuskaTrim libarchive/dist using FREEBSD-Xlist
2016-05-10 Baptiste DaroussinRename getline with get_line to avoid collision with...
2016-05-09 Bryan DreweryDIRDEPS_BUILD: Run the staged bootstrap-tools version...
2016-05-08 Xin LIMFV r299237: apply two upstream revisions to address...
2016-05-08 Xin LIMFV r299233: Apply upstream fix 11edb37a71851b5bcbd4e51...
2016-05-05 Dimitry AndricImport libcxxrt master 516a65c109eb0a01e5e95fbef455eb32...
2016-05-05 Dimitry AndricSince contrib/libcxxrt's ancestry was never correct...
2016-05-03 Jung-uk KimMerge OpenSSL 1.0.2h.
2016-05-03 Dimitry AndricRe-sync the FreeBSD-specific Subversion template with...
2016-04-30 Dimitry AndricUpdate from subversion 1.9.2 to 1.9.4.
2016-04-28 Andrew TurnerStop using sbrk(2) with malloc. This helps reduce the...
2016-04-27 Jung-uk KimMerge ACPICA 20160422.
2016-04-27 Xin LIMFV r298691:
2016-04-26 Enji CooperFix up r298368
2016-04-22 Andriy GaponMFV r298471: 6052 decouple lzc_create() from the implem...
2016-04-22 Enji CooperUse `sizeof(*uuser)` instead of `sizeof(struct usm_user...
2016-04-22 Enji CooperReturn `ret` in op_ifentry(..) to mute a -Wunused-but...
2016-04-22 Enji CooperSimplify always evaluated branch (`e != NULL`)
2016-04-22 Enji CooperDon't leak `string` in parse_define(..) when a macro...
2016-04-21 Dimitry AndricPull r266775 from upstream clang trunk (by Douglas...
2016-04-21 Dimitry AndricRevert r298147 (temporary workaround for LLVM PR 26999...
2016-04-20 Enji CooperFix coverity issue with contrib/netbsd-tests/lib/libc...
2016-04-20 Enji CooperFix coverity issues with contrib/netbsd-tests/lib/libc...
2016-04-20 Ed Masteelfcopy: map all !alnum characters to '_' in binary...
2016-04-20 Wojciech MacekFix KGDB backtrace on ARM
2016-04-18 Xin LIMFV r298178:
2016-04-17 Baptiste DaroussinImport libucl 0.8.0
2016-04-17 Baptiste DaroussinImport sqlite3 3.12.1
2016-04-17 Dimitry AndricUntil it has been properly fixed upstream, apply a...
2016-04-16 Glen BarberRemove the RCSID line from ntp_control.c, and set the...
2016-04-16 Glen BarberMerge the projects/release-pkg branch to head.
2016-04-16 Glen BarberMFH
2016-04-16 Glen BarberMFH
2016-04-15 Ed Masteelfcopy: fix symbol table handling when sections come...
2016-04-15 Phil ShaferImport to 0.6.1
2016-04-15 Phil Shaferimport libxo-0.4.7
2016-04-15 Cy SchubertStatic pointers need not be initialized.
2016-04-15 Cy SchubertUse NULL instead of 0 for pointer comparison.
next