]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/contrib/pf
Import the latest microcode.h which was used to generate the current
[FreeBSD/FreeBSD.git] / sys / contrib / pf /
2012-03-14 David ChisnallImport new versions of libcxxrt and libc++.
2012-03-11 Juli MallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-08 Gleb SmirnoffMerge from OpenBSD:
2012-02-25 Martin MatuskaUpdate libarchive to 3.0.3
2012-02-22 Mark PeekUpdate to tcsh 6.18.01.
2012-02-17 Bjoern A. ZeebMerge multi-FIB IPv6 support from projects/multi-fibv6...
2012-02-17 Bjoern A. ZeebIFC @231845
2012-02-16 Jung-uk KimMerge ACPICA 20120215.
2012-02-05 Dimitry AndricAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-02-03 Bjoern A. ZeebExtend IPv6 routing lookups in pf(4) to use the new...
2012-01-29 Martin MatuskaUupdate code to vendor rev. 4183 (release/2.8)
2012-01-17 Gleb SmirnoffAllocate our mbuf with m_get2().
2012-01-14 Christian S.J. PeronRevert to the old behavior of allocating table/table...
2012-01-11 Jung-uk KimMerge ACPICA 20120111.
2012-01-11 Gleb SmirnoffRedo r226660:
2012-01-11 Gleb SmirnoffFix some spacing in code under __FreeBSD__.
2012-01-11 Gleb SmirnoffAdd necessary locking in pfsync_in_ureq().
2012-01-11 Gleb SmirnoffMove PF_LOCK_ASSERT() under __FreeBSD__.
2012-01-11 Gleb SmirnoffMerge from OpenBSD:
2012-01-11 Gleb SmirnoffWhen running with INVARIANTS the mutex(9) code does...
2012-01-09 Gleb SmirnoffCan't pass MSIZE to m_cljget(), an mbuf can't be attach...
2012-01-09 Gleb SmirnoffBackout of backout: we need SI_SUB_PROTO_DOMAIN for...
2012-01-09 Gleb SmirnoffRevert sub argument of MODULE_DECLARE back to r226532.
2012-01-09 Gleb SmirnoffIn FreeBSD we determine presence of pfsync(4) at run...
2012-01-09 Gleb SmirnoffBunch of fixes to pfsync(4) module load/unload:
2012-01-09 Gleb Smirnoffo Fix panic on module unload, that happened due to...
2012-01-07 Gleb SmirnoffMerge from OpenBSD:
2012-01-07 Gleb SmirnoffFix indentation.
2012-01-03 Ed SchoutenImport compiler-rt r147467.
2012-01-01 Adrian ChaddInitial copy of xz-embedded to sys/contrib/.
2011-12-31 Ed SchoutenUpgrade libcompiler_rt to upstream revision 147390.
2011-12-27 Martin MatuskaUpdate to vendor revision 4016.
2011-12-26 Xin LIMerge from OpenBSD 5.0 (this is a dummy change, the...
2011-12-24 Sergey KandaurovFix LINT-VIMAGE build after r228814: use virtualized...
2011-12-22 Gleb SmirnoffMerge from OpenBSD:
2011-12-22 Gleb SmirnoffMerge from OpenBSD:
2011-12-22 Gleb SmirnoffMerge couple more fixes from OpenBSD to bulk processing:
2011-12-22 Gleb SmirnoffWe really mean MTU of the real interface here, not...
2011-12-22 Gleb SmirnoffIn FreeBSD we always have bpf(4) API, either real or...
2011-12-22 Dag-Erling SmørgravMerge upstream r509: don't log an error in the common...
2011-12-21 Martin MatuskaCopy libarchive from vendor branch to contrib
2011-12-20 Gleb SmirnoffRestore a feature that was present in 5.x and 6.x,...
2011-12-20 Gleb Smirnoff- Cover pfsync callouts deletion with PF_LOCK().
2011-12-18 Dag-Erling SmørgravUpgrade to OpenPAM Lycopsida.
2011-12-09 Dimitry AndricUpgrade our copy of llvm/clang to 3.0 release. Release...
2011-12-08 Ruslan ErmilovPull up vendor changes to mdoc(7).
2011-11-30 Gleb SmirnoffReturn value should be conditional on return value...
2011-11-28 Jung-uk KimMerge ACPICA 20111123.
2011-11-26 David ChisnallUpdate libcxxrt to remove the pthread dependency.
2011-11-25 David ChisnallImport libc++ / libcxxrt into base. Not build by defau...
2011-11-17 Doug BartonUpgrade to BIND 9.8.1-P1 to address the following DDOS...
2011-11-01 Edwin GroothuisMFV of r226974, tzdata2011n
2011-10-30 Kevin LoAdd missing PF_UNLOCK in pf_test
2011-10-27 Gleb SmirnoffUtilize new IF_DEQUEUE_ALL(ifq, m) macro in pfsyncintr...
2011-10-25 Edwin GroothuisMFV of r226750, tzdata2011m
2011-10-23 Gleb SmirnoffMerge several fixes to bulk update processing from...
2011-10-23 Gleb SmirnoffFix indentation, no code changed.
2011-10-23 Gleb Smirnoff- Fix a bad typo (FreeBSD specific) in pfsync_bulk_upda...
2011-10-23 Gleb SmirnoffFix from r226623 is not sufficient to close all races...
2011-10-23 Gleb SmirnoffAbsense of M_WAITOK in malloc flags for UMA doesn't
2011-10-23 Gleb SmirnoffCorrect flag for uma_zalloc() is M_WAITOK. M_WAIT is...
2011-10-22 Dimitry AndricUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-21 Gleb SmirnoffFix a race: we should update sc_len before dropping...
2011-10-21 Gleb SmirnoffIn FreeBSD ip_output() expects ip_len and ip_off in...
2011-10-19 Bjoern A. ZeebFix recursive pf locking leading to panics. Splatter...
2011-10-19 Bjoern A. ZeebDe-virtualize the pf_task_mtx lock. At the current...
2011-10-19 Bjoern A. ZeebAdjust the PF_ASSERT() macro to what we usually use...
2011-10-19 Bjoern A. ZeebIn the non-FreeBSD case we do not expect PF_LOCK and...
2011-10-19 Bjoern A. ZeebPseudo interfaces should go at SI_SUB_PSEUDO. However...
2011-10-19 Bjoern A. ZeebFix an obvious locking bug where we would lock again...
2011-10-19 Bjoern A. ZeebFix a bug when NPFSYNC > 0 that on FreeBSD we would...
2011-10-19 Bjoern A. ZeebFix indentation in a loop and a tiny maze of #ifdefs...
2011-10-12 Edwin GroothuisMFV of tzdata2011l, r226279
2011-10-05 Dag-Erling SmørgravUpgrade to OpenSSH 5.9p1.
2011-09-29 Dimitry AndricRevive the LLVM and Clang license files, which were...
2011-09-13 Hiroki SatoMerge from openresolv 3.4.4 in the vendor branch.
2011-09-03 Doug BartonUpgrade to BIND version 9.8.1. Release notes at:
2011-08-25 Bjoern A. ZeebUse the correct byte order for the ip_divert(4) mbuf...
2011-08-17 Sergey KandaurovFix build failure without BPF.
2011-08-11 Ruslan Ermilov- Merged awk upstream that includes a fix for a bug...
2011-08-09 Ruslan ErmilovUpdate to a 7-Aug-2011 release.
2011-07-17 Dimitry AndricUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-16 Doug BartonUpgrade to version 9.8.0-P4
2011-07-14 Nathan WhitehornUpdate dialog to 1.1-20110707.
2011-07-11 Martin MatuskaUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-07-06 Doug BartonUpdate to version 9.6-ESV-R4-P3
2011-06-28 Attilio RaoMFC
2011-06-28 Bjoern A. ZeebUpdate packet filter (pf) code to OpenBSD 4.5.
2011-06-28 Edwin GroothuisMFV of tzdata2011h, r223627
2011-06-20 Gavin AtkinsonMerge tnftp-20100108 from the vendor branch into head.
2011-06-14 Gregory Neil ShapiroMerge sendmail 8.14.5 to HEAD
2011-06-12 Dimitry AndricUpgrade our copy of llvm/clang to r132879, from upstrea...
2011-06-09 Xin LIMFV: Update to less v444.
2011-06-04 Attilio RaoMFC
2011-06-04 Robert WatsonAdd _mbuf() variants of various inpcb-related interface...
2011-06-03 Ed SchoutenUpgrade libcompiler_rt from revision 117047 to 132478.
2011-05-31 Attilio RaoMFC
2011-05-31 Jung-uk KimMerge ACPICA 20110527.
2011-05-31 Bjoern A. ZeebRemove some further INET related symbols from pf to...
2011-05-31 Attilio RaoMFC
next