Home | History | Annotate | Download | only in netinet
History log of /src/sys/external/bsd/ipf/netinet/ip_dstlist.c
RevisionDateAuthorComments
 1.8  28-Jun-2014  darrenr #534 destination list hashing not endian neutral
 1.7  01-Apr-2014  christos branches: 1.7.2;
Remove SCCS prefix from RCS string!
 1.6  14-Sep-2013  joerg Use __KERNEL_RCSID.
 1.5  03-Dec-2012  christos branches: 1.5.2;
PR/47270: Paul Goyette: ipftest -N aborts
1. check for NULL before de-refencing; in particular sel is assigned to NULL,
in the default case, and then couple of lines down we do sel->
2. gcc appears to optimize u_32_t hash[4], to u_32_t hash, since we only
use hash[0], disregarding the fact that we pass it to MD5Final() leading
to stack corruption. Use an explicit union, so that the compiler stops
butting its head where it shouldn't.

XXX: pullup to 6
 1.4  22-Jul-2012  darrenr branches: 1.4.2;
ansify new function definition
 1.3  22-Jul-2012  darrenr Merge IPFilter 5.1.2 into HEAD
 1.2  23-Mar-2012  christos branches: 1.2.2; 1.2.4;
apply our changes.
- prototypes
- ip_h323_pxy.c is missing from the distribution
- original tar distribution is missing <$>Id values in most files
 1.1  23-Mar-2012  christos branches: 1.1.1;
Initial revision
 1.1.1.2  22-Jul-2012  darrenr Import IPFilter 5.1.2
 1.1.1.1  23-Mar-2012  christos import kernel portion of ipfilter 5.1.1
 1.2.4.5  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.2.4.4  16-Jan-2013  yamt sync with (a bit old) head
 1.2.4.3  30-Oct-2012  yamt sync with head
 1.2.4.2  17-Apr-2012  yamt sync with head
 1.2.4.1  23-Mar-2012  yamt file ip_dstlist.c was added on branch yamt-pagecache on 2012-04-17 00:08:15 +0000
 1.2.2.2  17-Apr-2012  joerg Re-add new ipf on the jmcneill-usbmp branch.
 1.2.2.1  23-Mar-2012  joerg file ip_dstlist.c was added on branch jmcneill-usbmp on 2012-04-17 19:25:18 +0000
 1.4.2.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.4.2.1  25-Feb-2013  tls resync with head
 1.5.2.1  18-May-2014  rmind sync with head
 1.7.2.1  10-Aug-2014  tls Rebase.

RSS XML Feed