]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netgraph
Replace our version of the pwcache(3) API with NetBSD's implementation.
[FreeBSD/FreeBSD.git] / sys / netgraph /
2012-10-19 brooksReplace our version of the pwcache(3) API with NetBSD...
2012-10-18 andreMechanically remove the last stray remains of spl*...
2012-10-11 melifaroAdd NG_NETFLOW_V9INFO_TYPE command to be able to reques...
2012-10-10 kevloRevert previous commit...
2012-10-09 kevloPrefer NULL over 0 for pointers
2012-10-09 kevloFix typo: s/unknow/unknown
2012-10-08 glebius After r241245 it appeared that in_delayed_cksum(...
2012-10-05 delphijMFV: tcpdump 4.3.0.
2012-10-05 delphijMFV: libpcap 1.3.0.
2012-10-03 marcelMerge bmake-20120831 from vendor/NetBSD/bmake/dist.
2012-09-30 hselaskyThe USB Bluetooth driver should only grab its own inter...
2012-09-27 rstoneEnsure that all cases that enqueue a netgraph item...
2012-09-14 glebiuso Create directory sys/netpfil, where all packet filter...
2012-09-04 marcelMerge ATF 0.16 from vendor/atf/dist.
2012-08-20 dimUpgrade our copy of llvm/clang to trunk r162107. With...
2012-08-16 jkimMerge ACPICA 20120816.
2012-08-08 andrewImport compiler-rt r160957.
2012-08-03 mavRemove duplicate check.
2012-07-28 mmUpdate libarchive to 3.0.4
2012-07-27 emasteAdd version so others can depend on this module
2012-07-24 impUpdate to latest git version of dtc to get new dtsv2...
2012-07-17 pfgDtrace: improve handling of library paths.
2012-07-14 pfgMerge illumos commit 13455:7205f7794835
2012-07-12 jkimMerge OpenSSL 1.0.1c.
2012-07-11 jkimMerge ACPICA 20120711.
2012-07-01 pfgImport the dtrace llquantize test files from the vendor...
2012-06-22 jkimMerge ACPICA 20120620.
2012-06-21 delphijMFV: Update zlib to 1.2.7.
2012-06-18 melifaroMake radix lookup on src and dst flow addresses optional
2012-06-18 melifaroSimplify IP pointer recovery in case of mbuf reallocation.
2012-06-16 melifaroUse time_uptime instead of getnanotime for accouting...
2012-06-16 melifaroSet netflow v9 observation domain value to fib number...
2012-06-16 melifaroFix improper L4 header handling for IPv6 packets passed...
2012-05-28 dougbUpgrade to BIND version 9.8.3, the latest from ISC.
2012-05-26 desUpdate to OpenPAM Micrampelis.
2012-05-25 glebiusRevert my local not yet properly tested changes, that...
2012-05-24 glebiusRevert r220768 for ng_ksocket. This node is special and
2012-05-21 baptImport byacc from invisible island, it brings us lots...
2012-05-17 delphijMerge tcpdump 4.2.1.
2012-05-14 delphijMerge from vendor branch: update libpcap to 1.2.1.
2012-05-12 gnnImport dtracetoolkit into cddl/contrib
2012-05-12 gnnImport dtracetoolkit into cddl/contrib
2012-05-03 dimUpgrade our copy of llvm/clang to r155985, from upstrea...
2012-04-26 jamieA new jail(8) with a configuration file, ultimately...
2012-04-23 jkimMerge ACPICA 20120420.
2012-04-22 melifaroFix panic in ng_patch(4) caused by checksum flags being...
2012-04-19 obrienUpdate file(1) to version 5.11.
2012-04-16 dimUpgrade our copy of llvm/clang to trunk r154661, in...
2012-04-16 zec#include <net/vnet.h> is no longer needed here.
2012-04-02 hselaskyFix compiler warnings, mostly signed issues,
2012-03-30 ambriskoMFhead_mfi r227068
2012-03-22 stas- Update FreeBSD Heimdal distribution to version 1...
2012-03-20 jkimMerge ACPICA 20120320.
2012-03-14 theravenImport new versions of libcxxrt and libc++.
2012-03-13 melifaroUse rt_numfibs variable instead of compile-time RT_NUMFIBS.
2012-03-11 adrianUpgrade the netgraph vlan node to support 802.1q, encap...
2012-03-11 jmallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-02-25 mmUpdate libarchive to 3.0.3
2012-02-22 glebiusRevert r231829, that was my braino.
2012-02-22 mpUpdate to tcsh 6.18.01.
2012-02-16 jkimMerge ACPICA 20120215.
2012-02-16 glebiusRefactor the name hash and the ID hash, that are used...
2012-02-16 glebiusSpecify correct loading order for core of netgraph(4).
2012-02-16 glebiusSupply correct "how" argument to the uma_zcreate().
2012-02-16 glebiusIn ng_getsockaddr() allocate memory prior to obtaining...
2012-02-15 glebiusFix includes list.
2012-02-15 glebiusTrim double empty lines.
2012-02-15 glebiusRemove testing stuff, reducing kernel memory footprint...
2012-02-15 glebiusIn ng_bypass() add more protection against potential...
2012-02-15 glebiusstyle(9): sort includes.
2012-02-13 glebiusNo need to optimise for a node with no hooks, my braino.
2012-02-12 fjoe- Use fixed-width integer types.
2012-02-10 edRemove direct access to si_name.
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-23 glebiusProvide a findhook method for ng_socket(4). The node...
2012-01-23 glebiusIn ng_socket(4) expose less kernel internals to userlan...
2012-01-23 glebiusConvert locks that protect name hash, ID hash and typel...
2012-01-17 glebiusThe newhook method can be called in ISR context at
2012-01-16 glebiusAdd missing static.
2012-01-16 glebiusRemove some disabled NOTYET code. Probability of enabli...
2012-01-11 jkimMerge ACPICA 20120111.
2012-01-02 edUse strchr() and strrchr().
2012-01-01 adrianInitial copy of xz-embedded to sys/contrib/.
2011-12-31 edUpgrade libcompiler_rt to upstream revision 147390.
2011-12-30 glebiusstyle(9), whitespace and spelling nits.
2011-12-27 mmUpdate to vendor revision 4016.
2011-12-21 mmCopy libarchive from vendor branch to contrib
2011-12-18 desUpgrade to OpenPAM Lycopsida.
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-11 brooksIn r191367 the need for if_free_type() was removed...
2011-11-07 edMark all SYSCTL_NODEs static that have no corresponding...
2011-11-07 edMark MALLOC_DEFINEs static that have no corresponding...
2011-11-06 fjoe- Fix potential double mbuf free: M_PREPEND may free...
2011-11-06 fjoeFix potential double mbuf free: M_PREPEND may free...
2011-11-06 fjoeConstify "address" argument of ng_address_path().
2011-10-27 glebius- If KDB & NETGRAPH_DEBUG are on, print traces on disco...
2011-10-22 dimUpgrade our copy of llvm/clang to r142614, from upstrea...
next