]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/netmap
Bring over the AR9285 specific PCIe suspend/resume/ASPM workarounds.
[FreeBSD/FreeBSD.git] / sys / dev / netmap /
2012-06-04 Doug BartonUpgrade to 9.8.3-P1, the latest from ISC. This version...
2012-05-28 Doug BartonUpgrade to BIND version 9.8.3, the latest from ISC.
2012-05-26 Dag-Erling SmørgravOpenPAM Micrampelis was re-rolled due to a showstopper...
2012-05-26 Dag-Erling SmørgravUpdate to OpenPAM Micrampelis.
2012-05-24 Jung-uk KimMerge ACPICA 20120518.
2012-05-23 Dimitry AndricUpgrade our copy of llvm/clang to 3.1 release. Release...
2012-05-21 Baptiste DaroussinImport byacc from invisible island, it brings us lots...
2012-05-17 Luigi Rizzothis file is too old and not interesting anymore now...
2012-05-17 Xin LIMerge tcpdump 4.2.1.
2012-05-14 Xin LIMerge from vendor branch: update libpcap to 1.2.1.
2012-05-12 George V. Neville... Import dtracetoolkit into cddl/contrib
2012-05-04 Xin LIMerge from OpenBSD 5.1.
2012-05-03 Luigi Rizzoprint 'netmap stack ring full' only in verbose mode.
2012-05-03 Dimitry AndricUpgrade our copy of llvm/clang to r155985, from upstrea...
2012-05-03 David ChisnallImport new version of libc++. Among other improvements...
2012-04-26 Jamie GrittonA new jail(8) with a configuration file, ultimately...
2012-04-23 Jung-uk KimMerge ACPICA 20120420.
2012-04-19 David E. O'BrienUpdate file(1) to version 5.11.
2012-04-16 Dimitry AndricUpgrade our copy of llvm/clang to trunk r154661, in...
2012-04-14 Luigi Rizzoi prefer this fix for the -Wformat warning (just one...
2012-04-14 Bjoern A. ZeebMake compile on 64bit somehow for now after a first...
2012-04-13 Luigi Rizzofix build with -Wformat -Wmissing-prototypes
2012-04-13 Luigi RizzoProperly disable crc stripping when operating in netmap...
2012-04-13 Luigi Rizzoadd the new memory allocator for netmap, which allocate...
2012-04-13 Luigi RizzoA bit of cleanup in the names of fields of netmap-relat...
2012-04-13 Luigi Rizzodo not use a deprecated field in a structure.
2012-04-12 Luigi RizzoApparently the length field in advanced descriptors
2012-04-12 Luigi RizzoSome code restructuring to bring the memory allocator...
2012-04-12 Luigi Rizzouse correct selinfo pointer for the generic interrupt...
2012-04-12 Doug BartonThe BIND 9.8.2 tarball was re-rolled to remove 9.8...
2012-04-11 Luigi RizzoA couple of changes related to ixgbe operation in netma...
2012-04-08 Stanislav Sedov- Update FreeBSD's Heimdal distribution to 1.5.2. ...
2012-04-05 Doug BartonUpdate to version 9.8.2, the latest from ISC, which...
2012-03-30 Doug AmbriskoMFhead_mfi r233621
2012-03-30 Doug AmbriskoMFhead_mfi r227068
2012-03-28 Jung-uk KimMFV: r233615
2012-03-27 Jung-uk KimMFV: r233551
2012-03-27 Jung-uk KimMFV: r233550
2012-03-25 Edwin GroothuisMFV of 233442, tzdata2012a
2012-03-22 Stanislav Sedov- Update FreeBSD Heimdal distribution to version 1...
2012-03-20 Jung-uk KimMerge ACPICA 20120320.
2012-03-20 David ChisnallImport new version of libcxxrt. Now works correctly...
2012-03-14 David ChisnallImport a slightly newer libc++, with some bugs fixed...
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-02-27 Luigi RizzoA bunch of netmap fixes:
2012-02-25 Martin MatuskaUpdate libarchive to 3.0.3
2012-02-22 Mark PeekUpdate to tcsh 6.18.01.
2012-02-17 Luigi RizzoVarious cleanups for readability (no functional changes)
2012-02-17 Bjoern A. ZeebIFC @231845
2012-02-16 Jung-uk KimMerge ACPICA 20120215.
2012-02-15 Luigi Rizzo(This commit only touches code within the DEV_NETMAP...
2012-02-15 Luigi Rizzoreduce the differences between these three files.
2012-02-13 Luigi Rizzo- use struct ifnet as explicit type of the argument...
2012-02-08 Luigi Rizzo- change the buffer size from a constant to a
2012-02-05 Dimitry AndricAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-01-29 Martin MatuskaUupdate code to vendor rev. 4183 (release/2.8)
2012-01-26 Luigi Rizzoixgbe changes:
2012-01-13 Luigi Rizzoindentation and whitespace fixes
2012-01-13 Luigi Rizzofix indentation
2012-01-13 Luigi RizzoTwo performance-related fixes:
2012-01-11 Jung-uk KimMerge ACPICA 20120111.
2012-01-10 Luigi Rizzoother simplifications in the internal interfaces to the
2012-01-10 Luigi Rizzosmall code cleanup in preparation for future modificati...
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-25 Luigi Rizzoremove a variable definition which shadows the correct...
2011-12-23 Luigi Rizzo1. don't use if_pspare directly, but through a macro...
2011-12-23 Luigi Rizzowhitespace fixes (one missing newline, one extra tab)
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-18 Marius StroblFix compilation on sparc64 by actually supplying the...
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-12-05 Luigi Rizzorevise the implementation of the rings connected to...
2011-12-05 Luigi Rizzo1. Fix the handling of link reset while in netmap more.
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-23 Luigi Rizzofix formatting warning using casts. The numbers involved
2011-11-17 Luigi RizzoBring in support for netmap, a framework for very effic...