Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-26 | -Wall -Werror cleanup | Hans Insulander | |
2001-06-26 | avoid m_pulldown (and mbuf alloc/free). | Jun-ichiro itojun Hagino | |
- copy the data content of mbuf to local data structure by m_copydata. - if we did any NAT operation, copy the updated content back by m_copyback. XXX PFLOG_PACKET will now log the original packet, before the NAT. is it correct? XXX does not do m_copyback on PF_DROP case. is it okay? | |||
2001-06-26 | typo | Chris Cappuccio | |
2001-06-26 | More KNF | Angelos D. Keromytis | |
2001-06-26 | pass ip header offset to child functions. a preparation for | Jun-ichiro itojun Hagino | |
m_pulldown -> m_copydata transition. | |||
2001-06-26 | KNF | Angelos D. Keromytis | |
2001-06-26 | Replicated TCP sequence tracking code in PF from Guido's IPF paper. | Mike Frantzen | |
2001-06-26 | add debug flag | Markus Friedl | |
2001-06-26 | sigh | Niels Provos | |
2001-06-26 | pflog_packet fails on NULL mbuf | Niels Provos | |
2001-06-26 | this is not a bus master | Jason Wright | |
2001-06-26 | KNF | Angelos D. Keromytis | |
2001-06-26 | Update man page to reflect the new getopt-style parameters | Kjell Wooding | |
2001-06-26 | move bus access to var where it belongs | Jason Wright | |
2001-06-26 | bus access methods | Jason Wright | |
2001-06-26 | finish register defs | Jason Wright | |
2001-06-26 | bye bye | Brad Smith | |
-- Ok'd by deraadt@ & ericj@ | |||
2001-06-26 | vendor extensions not yet | Michael Shalayeff | |
2001-06-26 | ipf be gone | Niels Provos | |
2001-06-26 | Start at raw SCSI support over i2o, from NetBSD, hacked by me, not ready | Niklas Hallqvist | |
2001-06-26 | allow loading a private RSA key to a cyberflex card. | Markus Friedl | |
2001-06-26 | i2o and pckbc | Michael Shalayeff | |
2001-06-26 | i2o or iop at pci fails | Michael Shalayeff | |
2001-06-26 | accomodate for i2o addition | Michael Shalayeff | |
2001-06-26 | formatting nits, grammar, and trailing whitespace | Paul Janzen | |
2001-06-26 | file is optional; Brian Poole <raj@cerias.purdue.edu> | Paul Janzen | |
2001-06-26 | correct usage(); pointed out by pvalchev@ | Paul Janzen | |
2001-06-26 | Doh, typo in cvs ident (thnx pval) | Ian Darwin | |
2001-06-26 | First stab at man page for pfctl's nat syntax. Needs fleshing out. | Ian Darwin | |
2001-06-26 | display usage if no command line args; ok dhartmei@ | jasoni | |
2001-06-26 | Fix .Ox calls | Ian Darwin | |
2001-06-26 | mea culpa | Daniel Hartmeier | |
2001-06-25 | fixup .Xr for pf(4); pf(4,) -> pf(4), | jasoni | |
2001-06-25 | regen | Michael Shalayeff | |
2001-06-25 | i960 ppb on dpt i2o cards | Michael Shalayeff | |
2001-06-25 | some reg defs | Jason Wright | |
2001-06-25 | closer to building with -Wno-uninitialized | Dale Rahn | |
2001-06-25 | MACOBIOVERBOSE note | Michael Shalayeff | |
2001-06-25 | damn greeks desperate for commits... | Bob Beck | |
2001-06-25 | Revert change to using sc_link in calls to siop_print_info(). | Kenneth R Westerback | |
sc_link->device_softc not necessarily available for devices like cd's that don't issue SCSI commands after INQUIRY during probe, leaving negotiation triggering to next LUN. Spotted by Nikolay Sturm. Fixing this is not worth the effort and added complexity for a cosmetic improvement. Keep code cleanups done at the same time, and add a typo fix (destiation -> destination). | |||
2001-06-25 | add cyberflex_verify_AUT0() | Markus Friedl | |
2001-06-25 | -Wall | Markus Friedl | |
2001-06-25 | Forgot the PCI bus attachment, from NetBSD, hacked by mickey | Niklas Hallqvist | |
2001-06-25 | add MACOBIOVERBOSE as per discussion w/ dale | Michael Shalayeff | |
2001-06-25 | KNF | Angelos D. Keromytis | |
2001-06-25 | Comment out the iopsp desc. | Niklas Hallqvist | |
2001-06-25 | Include I2O files | Niklas Hallqvist | |
2001-06-25 | interpret DLT_PFLOG | Niels Provos | |
2001-06-25 | New dma engine skeleton | Jason Wright | |
2001-06-25 | prototype OF_interpret(), more cleanup. | Dale Rahn | |