Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-19 | scsi, no devices yet. | Artur Grabowski | |
2001-08-19 | dk_establish | Artur Grabowski | |
2001-08-19 | strlcpy and strlcat | Artur Grabowski | |
2001-08-19 | correct the logic. | Artur Grabowski | |
2001-08-19 | $%&@#! | Artur Grabowski | |
2001-08-19 | SYSV stuff | Artur Grabowski | |
2001-08-19 | Add per-rule statistics (number of evaluations and number of packets). | Daniel Hartmeier | |
Packets passed statefully will be counted using the rule that created the state. | |||
2001-08-19 | Remove some more. | Artur Grabowski | |
2001-08-19 | Stop whining. | Artur Grabowski | |
2001-08-19 | Don't reset rx/tx without turning them back on after suspend (Beck is now | Jason Wright | |
able to do "Real Work" after a suspend) | |||
2001-08-19 | Needed a simple cast after a sparc64 change. | Mike Frantzen | |
2001-08-19 | add __sparc64__ to list of arch's not checked for bloated structures (also | Jason Wright | |
correct alpha -> __alpha__) | |||
2001-08-19 | siginfo support | Theo de Raadt | |
2001-08-19 | fix some MIDs, add powerpc and sparc64. | Artur Grabowski | |
miod@ oked m88k change (so that we match NetBSD). | |||
2001-08-19 | fix depend | Artur Grabowski | |
2001-08-19 | No need for procfs_machdep | Artur Grabowski | |
2001-08-19 | remove dependence on lancereg.h/lancevar.h | Jason Wright | |
2001-08-19 | A first shot at a GENERIC. | Artur Grabowski | |
Contains the clocks, pcons and Lance. | |||
2001-08-19 | add attribute for LSI dma controller | Jason Wright | |
2001-08-19 | generic driver for LSI dma controller from NetBSD | Jason Wright | |
2001-08-19 | enough from netbsd to get le at ledma attached | Jason Wright | |
2001-08-19 | Sync with reality. | Miod Vallat | |
2001-08-19 | PANICBUTTON no more. | Miod Vallat | |
2001-08-19 | Remove PANICBUTTON code, as it is incompatible with DDB and DDB is | Miod Vallat | |
much more appreciated. millert@ agrees. While there, make HP300_NEWKVM permanent. | |||
2001-08-19 | Unfuck some TCP state stuff that would drop the SYN|ACK. | Mike Frantzen | |
Enumerated the TCP states. Here's a mapping new->old tcp states if anyone gives a shit: TCPS_CLOSED 0 TCPS_SYN_SENT 1 TCPS_ESTABLISHED 2 TCPS_CLOSING 3 TCPS_FIN_WAIT_2 4 TCPS_TIME_WAIT 5 | |||
2001-08-19 | DDB | Artur Grabowski | |
2001-08-19 | shorter list of kernels to boot. | Artur Grabowski | |
2001-08-19 | Ugly hack to make symbols work on sparc64. | Artur Grabowski | |
We really need to change ddb_init to take args from MD code. | |||
2001-08-19 | remove ddb stuff, in4_cksum.c inet dependency, and include sbus stuff | Jason Wright | |
2001-08-19 | Print a reason for failing to init the symbol table. | Artur Grabowski | |
2001-08-19 | shorten the message to fit on a line. | Artur Grabowski | |
2001-08-19 | no doing shutdown | Artur Grabowski | |
2001-08-19 | db_disasm from NetBSD. | Artur Grabowski | |
minimal mods to fit our ddb. | |||
2001-08-19 | db_trace from NetBSD. | Artur Grabowski | |
minimal mods to fit our ddb. | |||
2001-08-19 | db_interface from NetBSD. | Artur Grabowski | |
hacked up a bit to match our ddb. | |||
2001-08-19 | adapt to our variant of branch_taken | Artur Grabowski | |
2001-08-19 | Ooops. sparc always needs own protos. | Artur Grabowski | |
2001-08-19 | Our ddb_init doesn't take argument (it should, but that's another story). | Artur Grabowski | |
2001-08-19 | compile w/out INET | Jason Wright | |
2001-08-19 | fetch sc_intline from pci_intr_line(ih) to accomodate for | Michael Shalayeff | |
the line being possibly resolved in pci_intr_map(). found and tested by jason@ | |||
2001-08-19 | match our reality. | Artur Grabowski | |
2001-08-19 | e_machine identifiers for sparcv8plus and sparcv9 | Artur Grabowski | |
from NetBSD. | |||
2001-08-19 | ...and convert this one as well. | Miod Vallat | |
2001-08-19 | New timeouts there as well. | Miod Vallat | |
2001-08-19 | db_machdep from NetBSD. | Artur Grabowski | |
2001-08-19 | More old timeouts removal, mainly affected unused/unmaintained code. | Miod Vallat | |
2001-08-19 | Typos in comments. | Marc Espie | |
Remove `to be merged with le soon' since this is an obvious lie. | |||
2001-08-19 | Pass the interface (if any) to ipip_input(), so it can be used in | Angelos D. Keromytis | |
BPF. Closes PR 2000. | |||
2001-08-19 | sigh. I need sleep. | Artur Grabowski | |
2001-08-19 | Don't forget to initialize those timeouts. | Artur Grabowski | |
(and don't forget to sleep) |