summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2001-08-19elf64, not elf.Artur Grabowski
2001-08-19_NLIST_DO_ELF and _KERN_DO_ELF are needed too.Artur Grabowski
This really needs a cleanup.
2001-08-19NATIVE_EXEC_ELFArtur Grabowski
2001-08-19more NBPG -> PAGE_SIZE renames.Dale Rahn
2001-08-19Quick optimization of pf_tree_key_compare (should half the instruction count)Mike Frantzen
2001-08-19KNFsmart
2001-08-19shorterArtur Grabowski
2001-08-19Make more money for mickey (count entire IP packets for statistics, not justDaniel Hartmeier
inner data).
2001-08-19remove some dead code.Artur Grabowski
2001-08-19Change from completly broken to just crippled.Artur Grabowski
2001-08-19mmioctlArtur Grabowski
2001-08-19Yet another batch of improvements and un-fuckups to the TCP state code.Mike Frantzen
Improved the state miss debug messages to cover the new checks.
2001-08-19ddb on powerpc does not have ``machine'' commands, so don't lie.Miod Vallat
2001-08-19Add per-rule byte counter, so mickey can do accounting. We're counting theDaniel Hartmeier
data part (without IP and TCP/UDP/ICMP headers), like the state counter does.
2001-08-19scsi, no devices yet.Artur Grabowski
2001-08-19dk_establishArtur Grabowski
2001-08-19strlcpy and strlcatArtur Grabowski
2001-08-19correct the logic.Artur Grabowski
2001-08-19$%&@#!Artur Grabowski
2001-08-19SYSV stuffArtur Grabowski
2001-08-19Add 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-19Remove some more.Artur Grabowski
2001-08-19Stop whining.Artur Grabowski
2001-08-19Don't reset rx/tx without turning them back on after suspend (Beck is nowJason Wright
able to do "Real Work" after a suspend)
2001-08-19Needed a simple cast after a sparc64 change.Mike Frantzen
2001-08-19add __sparc64__ to list of arch's not checked for bloated structures (alsoJason Wright
correct alpha -> __alpha__)
2001-08-19siginfo supportTheo de Raadt
2001-08-19fix some MIDs, add powerpc and sparc64.Artur Grabowski
miod@ oked m88k change (so that we match NetBSD).
2001-08-19fix dependArtur Grabowski
2001-08-19No need for procfs_machdepArtur Grabowski
2001-08-19remove dependence on lancereg.h/lancevar.hJason Wright
2001-08-19A first shot at a GENERIC.Artur Grabowski
Contains the clocks, pcons and Lance.
2001-08-19add attribute for LSI dma controllerJason Wright
2001-08-19generic driver for LSI dma controller from NetBSDJason Wright
2001-08-19enough from netbsd to get le at ledma attachedJason Wright
2001-08-19Sync with reality.Miod Vallat
2001-08-19PANICBUTTON no more.Miod Vallat
2001-08-19Remove PANICBUTTON code, as it is incompatible with DDB and DDB isMiod Vallat
much more appreciated. millert@ agrees. While there, make HP300_NEWKVM permanent.
2001-08-19Unfuck 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-19DDBArtur Grabowski
2001-08-19shorter list of kernels to boot.Artur Grabowski
2001-08-19Ugly hack to make symbols work on sparc64.Artur Grabowski
We really need to change ddb_init to take args from MD code.
2001-08-19remove ddb stuff, in4_cksum.c inet dependency, and include sbus stuffJason Wright
2001-08-19Print a reason for failing to init the symbol table.Artur Grabowski
2001-08-19shorten the message to fit on a line.Artur Grabowski
2001-08-19no doing shutdownArtur Grabowski
2001-08-19db_disasm from NetBSD.Artur Grabowski
minimal mods to fit our ddb.
2001-08-19db_trace from NetBSD.Artur Grabowski
minimal mods to fit our ddb.
2001-08-19db_interface from NetBSD.Artur Grabowski
hacked up a bit to match our ddb.
2001-08-19adapt to our variant of branch_takenArtur Grabowski