]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sbin/ipfw
Merge ACPICA 20110211.
[FreeBSD/FreeBSD.git] / sbin / ipfw /
2009-06-14 simonMerge OpenSSL 0.9.8k into head.
2009-06-12 gonzo- Merge from HEAD
2009-06-08 luigiPermit the specification of bandwidth values within
2009-06-08 luigiadd a missing format in a printf
2009-06-05 jkimImport ACPICA 20090521.
2009-06-05 luigiSeveral ipfw options and actions use a 16-bit argument...
2009-06-05 luigiremove a printf that was only useful for debugging.
2009-06-02 jkimMFV: ACPICA 20090521
2009-05-31 dougbUpdate BIND to version 9.6.1rc1. This version has bette...
2009-05-27 edUpdate ee(1) in the base system to version 1.5.0.
2009-05-26 edCopy ee 1.4.2 into the contrib directory.
2009-05-22 desUpgrade to OpenSSH 5.2p1.
2009-05-18 delphijMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-04 obrienMerge vendor/file/dist@191739, bringing FILE 5.00 to...
2009-04-19 rwatsonMerge OpenBSM 1.1 from OpenBSM vendor branch to head.
2009-04-13 gonzo- Merge from HEAD
2009-04-11 trhodesKill hard sentence break added in the previous revision.
2009-04-09 luigiAdd emulation of delay profiles, which lets you model...
2009-04-08 maximo Grammar.
2009-04-08 luigiVarious cleanup of text, moving a couple of paragraphs
2009-04-07 trhodesRemove contractions, reword a sentence to avoid a doubl...
2009-04-05 pisoImprove a bit reass documentation:
2009-04-01 pisoImplement an ipfw action to reassemble ip packets:...
2009-03-21 rpauloMerge libpcap 1.0.0.
2009-03-21 rpauloMerge tcpdump 4.0.0 from the vendor branch.
2009-03-19 bruefferMdoc style, spelling, grammar and wording fixes. This...
2009-03-12 impUpdate the projects tree to a newer FreeBSD current.
2009-03-11 dfrMerge in support for Xen HVM on amd64 architecture.
2009-03-05 luigimove a variable declaration to the beginning of the...
2009-03-05 luigiremove some signed/unsigned and one const/!const warning
2009-03-05 luigimark a function static, as it is
2009-03-02 samconnect vendor wpa area to contrib
2009-02-13 dfrMake a place for porting the Xen HVM support to 7.x.
2009-02-07 pisoAdd SCTP NAT support.
2009-02-02 luigiExplain that we assume AF_INET and only use the addr...
2009-02-02 luigiremove duplicate #include
2009-02-01 luigiput the altq-related functions into a separate file.
2009-01-28 luigiAvoid the use of duplicated typedefs -- see the comment...
2009-01-28 dasVendor import of gdtoa 20081205.
2009-01-27 luigifix printing of uint64_t values, so we can use WARNS=2
2009-01-27 luigifix wrong variable usage...
2009-01-27 luigiPut nat and ipv6 support in their own files.
2009-01-27 luigiPut dummynet-related code in a separate file.
2009-01-27 luiginever mind, for the time being let's stick with WARNS...
2009-01-27 luigiStart splitting the monster file in smaller blocks.
2009-01-27 luigiput the usage() function inline, it was only 1 line...
2009-01-27 luigiput all options in a single struct, and document them.
2009-01-27 luigiI believe this is safe to build with WARNS=2 now
2009-01-27 luigiremove a couple of rarely used #define;
2009-01-26 luigiwrap all malloc/calloc/realloc calls so they exit on...
2009-01-26 luigiSome implementations of getopt() expect that argv[0...
2009-01-22 luigiremove some useless #include,
2009-01-20 luigiFix a number of (innocuous) warnings, and remove a...
2009-01-14 rwatsonMerge OpenBSM alpha 5 from OpenBSM vendor branch to...
2009-01-05 lulfMerge support for CVSMode (aka. mirror mode) into csup...
2009-01-02 obrienRecord that base/vendor/file/dist@186675 was merged.
2008-12-31 rwatsonMerge OpenBSM alpha 4 from OpenBSM vendor branch to...
2008-12-28 pisoImport sctp nat support in ipfw obtained from CAIA...
2008-12-23 dougbMerge from vendor/bind9/dist as of the 9.4.3 import
2008-12-20 samMFH @ 186335
2008-12-19 samimport netbsd makefs tool
2008-12-18 pisoUpdate the ipfw man page to reflect last change (-q...
2008-12-18 pisoHonor the quiet (-q) option while adding a nat rule.
2008-12-02 rwatsonMerge OpenBSM 1.1 alpha 2 from the OpenBSM vendor branc...
2008-12-01 samimport ath hal
2008-11-22 dfrClone Kip's Xen on stable/6 tree so that I can work...
2008-11-15 rafan- Update ncurses to 5.7-20081102 (5.7 release) and...
2008-11-01 kmacycopy xen includes
2008-11-01 kmacycopy i386/xen
2008-11-01 kmacycopy xen device drivers
2008-11-01 kmacycopy sys/xen to releng 7 branch
2008-10-19 lulf- Import the Makefile from HEAD for building csup.
2008-10-19 lulf- Import the HEAD csup code which is the basis for...
2008-10-14 maximo Remove a debug code and restore an accidentally delet...
2008-10-14 maximo Do nothing in show_nat() for a test mode (-n). This...
2008-10-11 kmacyCopy device support from head in to 6
2008-10-11 kmacyCopy xen includes in to RELENG_6 branch
2008-09-27 rikFix the build.
2008-09-27 rik* add all keyword for table list & flush actions.
2008-09-27 rikAdd keyword all in addtion to the table number for...
2008-09-23 rikMFH: 182818, 182823, 182825, 183012 - IPFW_DEFAULT_RULE...
2008-09-22 keramidaUnbreak the build.
2008-09-21 rikAdd the check of the table number.
2008-09-21 rikMove table list to a separate function.
2008-09-20 rikFree allocated memory.
2008-09-20 rikRemove some unused variables.
2008-09-20 rikStyle(9) the show_nat() function.
2008-09-20 rikDo not do the useless job for an empty table.
2008-09-06 rikUse IPFW_DEFAULT_RULE instead of hardcoded value since...
2008-09-05 rpauloMerge ath again (addition of wisoc files).
2008-08-27 ivorasTrivial typo fix.
2008-08-22 robertoMerge ntpd & friends 4.2.4p5 from vendor/ntp/dist into...
2008-08-19 julianMFC teh ability to use tablearg with a skipto.
2008-08-01 julianSlight wordsmithing. prompted by danger@
2008-08-01 julianDocument the use of the tablearg keyword together with...
2008-08-01 desUpgrade to OpenSSH 5.1p1.
2008-07-24 julianMFC the fact that the setfib rule is not a terminal...
2008-07-24 julianNote that setfib is not a terminal rule.
2008-07-24 julianCommit ancillary parts of the MFC that I couldn't do...
2008-07-24 julianMFC an ABI compatible implementation of Multiple routin...
next