Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-21 | Remove some bloat. | Miod Vallat | |
2001-08-20 | pretty | Jason Wright | |
2001-08-20 | add 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-20 | qec+be (another driver originally written under OpenBSD, but pulled into | Jason Wright | |
this heirarchy from the NetBSD tree... and who says the projects don't work together). | |||
2001-08-20 | Oops, the vacuum cleaner went too far. Blush, I was sure I had tested | Miod Vallat | |
this... | |||
2001-08-20 | regen | Michael Shalayeff | |
2001-08-20 | better aureal names | Michael Shalayeff | |
2001-08-20 | qec+qe (driver is untested... it compiles, therefore it works =) | Jason Wright | |
2001-08-20 | add 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-20 | regen | Michael Shalayeff | |
2001-08-20 | aureal advantage | Michael Shalayeff | |
2001-08-20 | Not only is Apple hardware disgusting, but code doesn't even compile. | Miod Vallat | |
2001-08-20 | bump the version for new kbd probe; 10x for a reminder from fgsch@ | Michael Shalayeff | |
2001-08-20 | cvs does not like me. | Miod Vallat | |
2001-08-20 | $OpenBSD$ | Jason Wright | |
2001-08-20 | $OpenBSD$ | Jason Wright | |
2001-08-20 | silence gcc for __dead function. | Miod Vallat | |
2001-08-20 | $OpenBSD$ | Jason Wright | |
2001-08-20 | Bring 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_long | Jason Wright | |
multiply physmem by page size when printing total memory | |||
2001-08-20 | more stuff to do with OpenBSD/sparc style bootpath determination | Jason Wright | |
2001-08-20 | Convert to new timeouts; ite tested by jj@ | Miod Vallat | |
2001-08-20 | Missed one timeout conversion. | Miod Vallat | |
2001-08-20 | modifications to support OpenBSD/sparc style bootpath determination | Jason Wright | |
2001-08-20 | Allow 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-20 | Move param.h before systm.h so vax macros are picked up properly. | Hugh Graham | |
2001-08-19 | The end of old timeouts is near... | Miod Vallat | |
2001-08-19 | Add new ioctls for adding/removing RDR and NAT rules to/from the active | Daniel Hartmeier | |
rule sets. | |||
2001-08-19 | elf64, 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-19 | NATIVE_EXEC_ELF | Artur Grabowski | |
2001-08-19 | more NBPG -> PAGE_SIZE renames. | Dale Rahn | |
2001-08-19 | Quick optimization of pf_tree_key_compare (should half the instruction count) | Mike Frantzen | |
2001-08-19 | KNF | smart | |
2001-08-19 | shorter | Artur Grabowski | |
2001-08-19 | Make more money for mickey (count entire IP packets for statistics, not just | Daniel Hartmeier | |
inner data). | |||
2001-08-19 | remove some dead code. | Artur Grabowski | |
2001-08-19 | Change from completly broken to just crippled. | Artur Grabowski | |
2001-08-19 | mmioctl | Artur Grabowski | |
2001-08-19 | Yet 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-19 | ddb on powerpc does not have ``machine'' commands, so don't lie. | Miod Vallat | |
2001-08-19 | Add per-rule byte counter, so mickey can do accounting. We're counting the | Daniel Hartmeier | |
data part (without IP and TCP/UDP/ICMP headers), like the state counter does. | |||
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. |