]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/contrib
Replace the C implementation of __aeabi_read_tp with an assembly version.
[FreeBSD/FreeBSD.git] / sys / contrib /
2012-04-05 aeFix VIMAGE build.
2012-04-04 glebiusMerge from OpenBSD:
2012-04-03 glebiusSince pf 4.5 import pf(4) has a mechanism to defer
2012-03-30 ambriskoMFhead_mfi r227068
2012-03-28 jkimMFV: r233615
2012-03-27 jkimMFV: r233551
2012-03-27 jkimMFV: r233550
2012-03-22 stas- Update FreeBSD Heimdal distribution to version 1...
2012-03-21 bschmidtUpdate the firmware to version 0.236
2012-03-20 jkimMerge ACPICA 20120320.
2012-03-14 bschmidtImport the latest microcode.h which was used to generat...
2012-03-14 theravenImport new versions of libcxxrt and libc++.
2012-03-13 bschmidtUpdate the rt2860's firmware and add a Makefile for...
2012-03-13 jmallettRemove some files not used by the FreeBSD kernel which...
2012-03-11 jmallettDisable the Simple Executive's error decoding/reporting...
2012-03-11 jmallettDo not try to use libfdt in FreeBSD.
2012-03-11 jmallettRemove files not needed by FreeBSD.
2012-03-11 jmallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-08 glebiusMerge from OpenBSD:
2012-02-25 mmUpdate libarchive to 3.0.3
2012-02-22 mpUpdate to tcsh 6.18.01.
2012-02-17 bzMerge multi-FIB IPv6 support from projects/multi-fibv6...
2012-02-16 jkimMerge ACPICA 20120215.
2012-02-05 dimAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-01-26 jimharrisRebase user/jimharris/isci branch from head.
2012-01-17 glebiusAllocate our mbuf with m_get2().
2012-01-15 uqsRemove spurious 8bit chars, turning files into plain...
2012-01-14 csjpRevert to the old behavior of allocating table/table...
2012-01-13 gonzo- Do not enumerate PCIe bus on CN56XX Pass 1 devices...
2012-01-11 jkimMerge ACPICA 20120111.
2012-01-11 glebiusRedo r226660:
2012-01-11 glebiusFix some spacing in code under __FreeBSD__.
2012-01-11 glebiusAdd necessary locking in pfsync_in_ureq().
2012-01-11 glebiusMove PF_LOCK_ASSERT() under __FreeBSD__.
2012-01-11 glebiusMerge from OpenBSD:
2012-01-11 glebiusWhen running with INVARIANTS the mutex(9) code does...
2012-01-09 glebiusCan't pass MSIZE to m_cljget(), an mbuf can't be attach...
2012-01-09 glebiusBackout of backout: we need SI_SUB_PROTO_DOMAIN for...
2012-01-09 glebiusRevert sub argument of MODULE_DECLARE back to r226532.
2012-01-09 glebiusIn FreeBSD we determine presence of pfsync(4) at run...
2012-01-09 glebiusBunch of fixes to pfsync(4) module load/unload:
2012-01-09 glebiuso Fix panic on module unload, that happened due to...
2012-01-07 glebiusMerge from OpenBSD:
2012-01-07 glebiusFix indentation.
2012-01-07 dimIn sys/contrib/rdma/ib_addr.h, bump MAX_ADDR_LEN to...
2012-01-04 rayUpdate contrib/xz-embedded to build with new GEOM_UNCOM...
2012-01-01 adrianInitial copy of xz-embedded to sys/contrib/.
2011-12-31 edUpgrade libcompiler_rt to upstream revision 147390.
2011-12-31 gonzo- Properly clean state structure in cvmx_usb_initialize
2011-12-31 gonzo- CAPK-0100 board's USB timer is 12MHz
2011-12-27 mmUpdate to vendor revision 4016.
2011-12-24 pluknetFix LINT-VIMAGE build after r228814: use virtualized...
2011-12-22 glebiusMerge from OpenBSD:
2011-12-22 glebiusMerge from OpenBSD:
2011-12-22 glebiusMerge couple more fixes from OpenBSD to bulk processing:
2011-12-22 glebiusWe really mean MTU of the real interface here, not...
2011-12-22 glebiusIn FreeBSD we always have bpf(4) API, either real or...
2011-12-21 mmCopy libarchive from vendor branch to contrib
2011-12-20 glebiusRestore a feature that was present in 5.x and 6.x,...
2011-12-20 glebius- Cover pfsync callouts deletion with PF_LOCK().
2011-12-18 desUpgrade to OpenPAM Lycopsida.
2011-12-15 dimIn sys/contrib/ngatm/netnatm/msg/uni_ie.c, use a more...
2011-11-30 glebiusReturn value should be conditional on return value...
2011-11-28 jkimMerge ACPICA 20111123.
2011-11-26 theravenUpdate libcxxrt to remove the pthread dependency.
2011-11-25 theravenImport libc++ / libcxxrt into base. Not build by defau...
2011-11-24 rmhAdjust a few old checks to use __FreeBSD_version macro to
2011-10-30 kevloAdd missing PF_UNLOCK in pf_test
2011-10-27 glebiusUtilize new IF_DEQUEUE_ALL(ifq, m) macro in pfsyncintr...
2011-10-23 glebiusMerge several fixes to bulk update processing from...
2011-10-23 glebiusFix indentation, no code changed.
2011-10-23 glebius- Fix a bad typo (FreeBSD specific) in pfsync_bulk_upda...
2011-10-23 glebiusFix from r226623 is not sufficient to close all races...
2011-10-23 glebiusAbsense of M_WAITOK in malloc flags for UMA doesn't
2011-10-23 glebiusCorrect flag for uma_zalloc() is M_WAITOK. M_WAIT is...
2011-10-22 dimUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-21 glebiusFix a race: we should update sc_len before dropping...
2011-10-21 glebiusIn FreeBSD ip_output() expects ip_len and ip_off in...
2011-10-19 bzFix recursive pf locking leading to panics. Splatter...
2011-10-19 bzDe-virtualize the pf_task_mtx lock. At the current...
2011-10-19 bzAdjust the PF_ASSERT() macro to what we usually use...
2011-10-19 bzIn the non-FreeBSD case we do not expect PF_LOCK and...
2011-10-19 bzPseudo interfaces should go at SI_SUB_PSEUDO. However...
2011-10-19 bzFix an obvious locking bug where we would lock again...
2011-10-19 bzFix a bug when NPFSYNC > 0 that on FreeBSD we would...
2011-10-19 bzFix indentation in a loop and a tiny maze of #ifdefs...
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-03 dougbUpgrade to BIND version 9.8.1. Release notes at:
2011-08-25 bzUse the correct byte order for the ip_divert(4) mbuf...
2011-08-17 pluknetFix build failure without BPF.
2011-07-17 dimUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-17 hrs- Improve interface list handling. The rtadvd(8) now...
2011-07-16 dougbUpgrade to version 9.8.0-P4
2011-07-14 nwhitehornUpdate dialog to 1.1-20110707.
2011-07-11 mmUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-06-28 bzUpdate packet filter (pf) code to OpenBSD 4.5.
2011-06-20 gavinMerge tnftp-20100108 from the vendor branch into head.
2011-06-14 gshapiroMerge sendmail 8.14.5 to HEAD
2011-06-12 dimUpgrade our copy of llvm/clang to r132879, from upstrea...
next