summaryrefslogtreecommitdiff
path: root/optimize.c
Commit message (Expand)AuthorAgeFilesLines
* Use prototype syntax in function definitions.Jakub Zawadzki2012-10-061-146/+46
* Make some counts unsigned ("counts" as in "they're always >= 0").Guy Harris2011-12-091-8/+8
* Include headers that should cause u_int64_t to be defined.Guy Harris2010-01-261-0/+14
* Make some arguments const pointers if that makes sense.guy2008-01-021-1/+10
* Added the prototype for ffs() when using the VC compiler.gianluca2007-09-271-1/+5
* From OpenBSD: use calloc() to avoid malloc(n * m) overflows.guy2007-09-121-6/+6
* So far, two people have submitted patches to "fix" the "memory leak" inguy2007-07-151-1/+15
* Pick up changes from NetBSD:guy2007-06-111-8/+8
* Add another optimization, now that 0.9[.x] is out (having fixed severalguy2005-07-311-1/+12
* Add a little more information to a comment.guy2005-04-041-3/+5
* From Gisle Vanem: MS-DOS support.guy2004-12-181-1/+7
* Expand some comments.guy2004-11-141-3/+10
* Shuffle comments around a bit.guy2004-11-141-7/+14
* Add some additional comments, and beef up some existing comments.guy2004-11-131-13/+48
* Add a few comments, and shuffle the definition of NOP to keep theguy2004-11-091-5/+41
* There are a bunch of optimizations we can only do in blocks that endguy2004-11-081-27/+46
* If a block loads a value into the index register with a value differentguy2004-11-071-5/+24
* Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy2003-11-151-2/+2
* From clodder@acm.org, via OpenBSD: add checks for memory allocationguy2003-03-081-1/+13
* correct arg to calloc() - it is (nelem, size), not (size, nelem). from openbsditojun2002-08-121-2/+2
* whitespace cleanupitojun2002-06-111-4/+4
* tches #454 from yamt@mwd.biglobe.ne.jpitojun2002-06-111-51/+38
* <pcap.h> includes <sys/types.h> and <sys/time.h>; there's no need toguy2002-03-241-4/+1
* Eliminate duplicate prototypes.fenner2001-11-121-4/+1
* Optimize out "jset #0" (always false) and "jset #ffffffff" (always true).fenner2001-11-121-1/+11
* Don't optimize away "sub #0" as it may be required to recognizefenner2001-11-121-2/+5
* Add some optimizer debugging (not compiled by default)fenner2001-10-131-4/+20
* netbsd 1.5 -> 1.6itojun2000-11-191-2/+5
* Fix from Jefferson Ogata <jogata@nodc.noaa.gov> - "count_stmts()" wasn'tguy2000-10-281-2/+16
* When attaching a "bpf_program" to a "pcap_t" to use as a userlandguy2000-10-281-1/+33
* repair argument mismatch to malloc().itojun2000-09-061-2/+2
* add config.h, remove gnuc.h. remove __deadassar2000-07-111-2/+5
* do not use sprintf(). always use snprintf().itojun2000-04-271-2/+2
* IPv6 packet filtering code.itojun1999-10-191-1/+87
* Initial revisionmcr1999-10-071-0/+2004