]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netgraph
- The -h option was removed shortly after it was added
[FreeBSD/FreeBSD.git] / sys / netgraph /
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...
2011-10-10 melifaroFree mbuf in case when protocol in unknown in ng_ipfw_r...
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-15 aeAdd IPv6 support to the ng_ipfw(4) [1]. Also add ifdefs...
2011-09-03 dougbUpgrade to BIND version 9.8.1. Release notes at:
2011-08-11 rwatsonSecond-to-last commit implementing Capsicum capabilitie...
2011-07-25 avgremove RESTARTABLE_PANICS option
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 zecClear pending ifnet events, in an attempt at preventing
2011-07-16 dougbUpgrade to version 9.8.0-P4
2011-07-14 glebiusIn ng_attach_cntl() first allocate things that may...
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-07-06 glebiusAdd missing unlocks.
2011-07-05 glebiuso Eliminate flow6_hash_entry in favor of flow_hash_entr...
2011-07-04 glebiusFix build with NETGRAPH_DEBUG.
2011-07-04 glebiusFix build with NETGRAPH_DEBUG.
2011-07-04 glebius- Use refcount(9) API to manage node and hook refcounting.
2011-07-03 bzTag mbufs of all incoming frames or packets with the...
2011-07-01 glebiusFix double free.
2011-06-24 hselasky- Move all USB device ID arrays into so-called sections,
2011-06-23 glebiusBe consistent with r160968: keep autoSrcAddr flag untou...
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...
2011-06-08 hrsMerge from HEAD@222848.
2011-06-07 attilioMFC
2011-06-07 aeSync ng_nat with recent (r222806) ipfw_nat changes:
2011-06-03 edUpgrade libcompiler_rt from revision 117047 to 132478.
2011-05-29 hrsMerge from head@222434.
2011-05-26 attilioMFC
2011-05-24 zecAssume the link to be dead if bit error rate (BER)...
2011-05-24 zecProvide fake link status information in an attempt...
2011-05-18 attilioMFC
2011-05-18 avgusb: fix a missed use of use_generic in r222051
2011-05-04 netchildCopy the v4l2 header unchanged from the vendor branch.
2011-05-04 desUpgrade to OpenSSH 5.8p2.
2011-05-02 dimUpgrade our copy of llvm/clang to r130700, from upstrea...
2011-04-18 glebiusLibAliasInit() should allocate memory with M_WAITOK...
2011-04-18 glebiusFinish last change.
2011-04-18 glebiusFurther cleanup of node creation path from M_NOWAIT...
2011-04-18 glebiusng_netflow_cache_init() can be void.
2011-04-18 glebiusNode constructor methods are supposed to be called...
2011-04-18 aeUse M_WAITOK flag instead M_WAIT for malloc.
2011-04-17 nwhitehornUpdate dialog to version 1.1-20110302.
2011-04-17 glebiusFix error where error variable was assigned result...
2011-04-15 jkimMerge ACPICA 20110413.
2011-04-07 zecProperly unref ng_hub nodes on shutdown, so that we...
2011-04-05 obrien* Add the readline(3) API to libedit. The libedit...
2011-03-21 glebiusImprove locking of creating and dropping links in the...
2011-03-19 glebiusRemove spl(9) remnants.
2011-03-18 umeImport openresolv from vendor branch, actually.
2011-03-12 dasMerge gdtoa-20110304.
2011-03-03 bzUnbreak the build for no options INET6.
2011-03-02 glebiusAdd support for NetFlow version 9 into ng_netflow(4...
2011-03-01 aeAdd XMIT_FAILOVER transmit algorithm to ng_one2many...
2011-02-27 dimUpdate llvm/clang to trunk r126547.
2011-02-21 brucecFix typos - remove duplicate "the".
2011-02-20 dimUpgrade our copy of llvm/clang to r126079, from upstrea...
2011-02-18 dimMerge binutils 2.17.50 to head. This brings a number...
2011-02-16 bzMfp4 CH=177274,177280,177284-177285,177297,177324-177325
2011-02-12 jkimMerge ACPICA 20110211.
2011-02-06 dougbUpdate to BIND 9.6.3, the latest from ISC on the 9...
2011-01-13 jkimMerge ACPICA 20110112. Switch to BSD/GPLv2 dual licens...
2011-01-12 mdfsysctl(9) cleanup checkpoint: amd64 GENERIC builds...
2011-01-11 jhbRemove unneeded includes of <sys/linker_set.h>. Other...
2010-12-15 jkimMerge ACPICA 20101209.
2010-12-04 dougbUpdate to version 9.6-ESV-R3, the latest from ISC,...
2010-12-03 simonMerge OpenSSL 0.9.8q into head.
2010-11-28 jmallettMerge Cavium Octeon SDK 2.0 Simple Executive; this...
2010-11-25 dimSync: merge r215709 through r215824 from ^/head.
2010-11-24 zecSimplify ng_pipe locking model by relying on the netgra...
2010-11-22 dimSync: merge r215464 through r215708 from ^/head.
2010-11-22 dimAfter some off-list discussion, revert a number of...
2010-11-22 zecAllow for MTU sizes of up to ETHER_MAX_LEN_JUMBO (i...
2010-11-14 dimSync: merge r215273 through r215318 from ^/head.
2010-11-14 dimApply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE...
2010-11-12 mmUpdate xz to release 5.0.0
2010-11-11 edImport libcompiler_rt into HEAD and add Makefiles.
2010-11-11 desUpgrade to OpenSSH 5.6p1.
2010-11-03 rpauloMerge wpa_supplicant and hostapd 0.7.3.
2010-11-01 dimMerge ^/vendor/binutils/dist@214571 into contrib/binuti...
2010-10-29 rpauloMerge libpcap-1.1.1.
2010-10-28 rpauloMerge tcpdump-4.1.1.
2010-10-21 dimMerge ^vendor/binutils/dist@214082 into contrib/binutils.
2010-10-13 jkimMerge ACPICA 20101013.
next