Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-27 | kill old vm | Artur Grabowski | |
2001-06-27 | use + not = and 0-9 | Michael Shalayeff | |
2001-06-27 | whack old vm | Artur Grabowski | |
2001-06-27 | rip old vm | Artur Grabowski | |
2001-06-27 | state counter changes | Theo de Raadt | |
2001-06-27 | big KNF | Theo de Raadt | |
2001-06-27 | old vm no more | Artur Grabowski | |
2001-06-27 | zap old vm | Artur Grabowski | |
2001-06-27 | fix constraint, no idea how did it work | Michael Shalayeff | |
2001-06-27 | implement 64 bit swap and fix constraints on others | Michael Shalayeff | |
2001-06-27 | Hold on to m0->m_pkthdr.len (just being pendantic) | Angelos D. Keromytis | |
2001-06-27 | no more old VM | Artur Grabowski | |
2001-06-27 | fix mac pool_get panics on forks - ok art@ | Bob Beck | |
2001-06-27 | remove unneccessary check in ioctl | Theo de Raadt | |
2001-06-27 | No more old VM on amiga. | Artur Grabowski | |
2001-06-27 | Update comment. | Angelos D. Keromytis | |
2001-06-27 | Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, depending | Angelos D. Keromytis | |
on how macros should be treated. Code by fgsch@, ok by me and itojun@ | |||
2001-06-27 | typo | Dug Song | |
2001-06-27 | use I2O_CLASS_MASK and I2O_LCT_ENTRY_TID_MASK instead of magic const, plus a ↵ | Michael Shalayeff | |
couple of minor knits | |||
2001-06-27 | for other protocols, keep correct track of match stats | Niels Provos | |
2001-06-27 | "IPsec" capitalization (jsyn@nthought.com) | Angelos D. Keromytis | |
2001-06-27 | handle non-TCP/UDP/ICMP protocols | Dug Song | |
2001-06-27 | Add length to pkthdr.len directly. | Angelos D. Keromytis | |
2001-06-27 | some more adapter and bus related definitions | Michael Shalayeff | |
2001-06-27 | Minor nits. | Angelos D. Keromytis | |
2001-06-27 | remove unused var decl | Niklas Hallqvist | |
2001-06-27 | remove print_ip, its unused | Niels Provos | |
2001-06-27 | clean up TAILQ usage | Niels Provos | |
2001-06-27 | modify for our scsi framework | Michael Shalayeff | |
2001-06-27 | KNF | Niels Provos | |
2001-06-27 | KNF | Niels Provos | |
2001-06-27 | only set reason code match if there was a rule that we matched | Niels Provos | |
2001-06-27 | Pastos from the inception | Niklas Hallqvist | |
2001-06-27 | Don't check cached TDBs on the PCB -- always call ipsp_spd_lookup(); | Angelos D. Keromytis | |
this simplifies the logic a bit. | |||
2001-06-27 | Don't cache packets that hit policies -- we'll do that at the PCB for | Angelos D. Keromytis | |
local packets. | |||
2001-06-27 | implement md 64 bit swaps; niklas@ ok | Michael Shalayeff | |
2001-06-27 | Remove an unused function call. | Hakan Olsson | |
2001-06-26 | routines for getting/putting data register numbers | Jason Wright | |
2001-06-26 | Use the ACQUIRE sequence number to "wake up" acquire state kept and | Angelos D. Keromytis | |
cause retransmission of outgoing packets. Also, only store outgoing packets -- just drop incoming packets that cause an SA acquisition. Some comment fixup. | |||
2001-06-26 | update match counts | Niels Provos | |
2001-06-26 | no need to print the BAR... test program uses dev/pci =) | Jason Wright | |
2001-06-26 | uncomment iopsp, which not ready, but | Michael Shalayeff | |
2001-06-26 | htole32 is twice as wrong as letoh16 | Michael Shalayeff | |
2001-06-26 | name comparison operators | Dug Song | |
2001-06-26 | fix PFRES_MAX handling | Theo de Raadt | |
2001-06-26 | 126 -> NBT_BAD | Miod Vallat | |
2001-06-26 | array of counters indexed by reason codes | Theo de Raadt | |
2001-06-26 | use pci_bus_maxdevs instead of nasty i386 specific goop (It's nice to | Jason Wright | |
be able to bug art@ and matthieu@ in person =) | |||
2001-06-26 | Recurse in mvme88k/ | Miod Vallat | |
2001-06-26 | Add pciide support to ramdisk. | Dale Rahn | |