summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2001-08-21Remove some bloat.Miod Vallat
2001-08-20prettyJason Wright
2001-08-20add qec+be (testing consisted of compiling... I've merely proven it ↵Jason Wright
syntactically correct). GENERIC now depends on mii goop (be internal phy)
2001-08-20qec+be (another driver originally written under OpenBSD, but pulled intoJason Wright
this heirarchy from the NetBSD tree... and who says the projects don't work together).
2001-08-20Oops, the vacuum cleaner went too far. Blush, I was sure I had testedMiod Vallat
this...
2001-08-20regenMichael Shalayeff
2001-08-20better aureal namesMichael Shalayeff
2001-08-20qec+qe (driver is untested... it compiles, therefore it works =)Jason Wright
2001-08-20add qec+qe stuff from NetBSD (originally from OpenBSD... funny circle, eh?)Jason Wright
including: - OpenBSD style boot determination - local version of media handling - other local modifications, too.
2001-08-20regenMichael Shalayeff
2001-08-20aureal advantageMichael Shalayeff
2001-08-20Not only is Apple hardware disgusting, but code doesn't even compile.Miod Vallat
2001-08-20bump the version for new kbd probe; 10x for a reminder from fgsch@Michael Shalayeff
2001-08-20cvs does not like me.Miod Vallat
2001-08-20$OpenBSD$Jason Wright
2001-08-20$OpenBSD$Jason Wright
2001-08-20silence gcc for __dead function.Miod Vallat
2001-08-20$OpenBSD$Jason Wright
2001-08-20Bring get[sd]fc() prototypes to <m68k/cpu.h>, this will be needed shortly.Miod Vallat
2001-08-20$OpenBSD$Jason Wright
2001-08-20_randseed is a u_longJason Wright
multiply physmem by page size when printing total memory
2001-08-20more stuff to do with OpenBSD/sparc style bootpath determinationJason Wright
2001-08-20Convert to new timeouts; ite tested by jj@Miod Vallat
2001-08-20Missed one timeout conversion.Miod Vallat
2001-08-20modifications to support OpenBSD/sparc style bootpath determinationJason Wright
2001-08-20Allow driver to recognize Cyclades 4Y and 8Y cards.smart
Not finished yet, but cleaned up and moved around code for better organization. Inspired by NetBSD and other PCI drivers. From my dmesg: cy1 at pci0 dev 10 function 0 "Cyclades Cyclom-8Y" rev 0x01
2001-08-20Move param.h before systm.h so vax macros are picked up properly.Hugh Graham
2001-08-19The end of old timeouts is near...Miod Vallat
2001-08-19Add new ioctls for adding/removing RDR and NAT rules to/from the activeDaniel Hartmeier
rule sets.
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.