Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-09-21 | use volatile's on all structures shared between cpu and hifn | Jason Wright | |
kill hifn_command_buf_data_t (unnecessary for a long time now) | |||
2000-09-21 | style | Jason Wright | |
2000-09-21 | Patch from FreeBSD (wpaul): | Jason Wright | |
Fix the tl driver so it doesn't run off the end of the RX descriptor list and panic in out of mbufs condition. | |||
2000-09-21 | Correctly handle srcid/dstid. | Angelos D. Keromytis | |
2000-09-20 | check out the bios device name we are probed w/ to not probe on apm | Michael Shalayeff | |
2000-09-20 | Add IDENTITY payloads to flow establishment (and cleanup accordingly) | Angelos D. Keromytis | |
-- this will address one of itojun's question on how are IDs for IKE to be determined (need to add support for this to ipsecadm). | |||
2000-09-20 | Don't use LOOPBACK addresses when trying to determine source address | Angelos D. Keromytis | |
to use in locally-generated ICMP messages (thanks to fcusack@fcusack.com) | |||
2000-09-20 | support 64bit BARs from NetBSD | Niklas Hallqvist | |
2000-09-20 | Off by one in a validity check | Niklas Hallqvist | |
2000-09-20 | Extend the region in which we allow mapping unmapped PCI devices. | Niklas Hallqvist | |
The former code only allowed one fixed up device mapping. | |||
2000-09-20 | remove unused code | Niels Provos | |
2000-09-20 | correctly calculate mss | Niels Provos | |
2000-09-20 | fix in_pcbrtentry | Niels Provos | |
2000-09-20 | Since ifa_refcnt was bumped to an int and rt_flags is an int too, bump | Artur Grabowski | |
ifa_flags to int. | |||
2000-09-20 | Allow IDENTITY payloads in ADDFLOW messages. | Angelos D. Keromytis | |
2000-09-20 | make SDOUTSTANDING redefinable, since some controller can handle more than 4 ↵ | Michael Shalayeff | |
xfers simultaneously; deraadt@ ok | |||
2000-09-19 | twe on B | Theo de Raadt | |
2000-09-19 | only free tdbi if IPSEC | Theo de Raadt | |
2000-09-19 | trailing spaces | Niklas Hallqvist | |
2000-09-19 | trailing spaces | Niklas Hallqvist | |
2000-09-19 | SA bundles. | Angelos D. Keromytis | |
2000-09-19 | sync | Niklas Hallqvist | |
2000-09-19 | redundancy in product names is bad | Niklas Hallqvist | |
2000-09-19 | Remove annoying debugging print that was introduced with the cmap setting code. | Dale S. Rahn | |
2000-09-19 | Remove secondary hack that limited mapped size. Not needed with BAT mappings. | Dale S. Rahn | |
2000-09-19 | Remove hack code that "limited" the mapped memory to 64k. Now that | Dale S. Rahn | |
the BAT is used to map the 16M display memory, no size limit is needed. (Was only originally needed because of pmap limitations). | |||
2000-09-19 | Changes to support ioctls as required for a framebuffer X server. | Dale S. Rahn | |
routines added to set the colormap via openfirmware. Changes by both Matthieu and myself | |||
2000-09-19 | Add openfirmware handle so that vgafb can set colormap via openfirmware. | Dale S. Rahn | |
This is an ugly kludge, but until the vgafb is made smart enough to modify the vga registers directly. | |||
2000-09-19 | Use the BATs to map devices. This is partially so that larger | Dale S. Rahn | |
displays can be mapped so that the pmap module does not need to allocate potables before vm is inited (vga console). | |||
2000-09-19 | Still more careful with cleaning up. | Angelos D. Keromytis | |
2000-09-19 | Better cleanup on invalid ADDFLOW message. | Angelos D. Keromytis | |
2000-09-19 | Added files, and IPv6-IPsec update. | Angelos D. Keromytis | |
2000-09-19 | Lots and lots of changes. | Angelos D. Keromytis | |
2000-09-19 | SPD-driven IPsec. | Angelos D. Keromytis | |
2000-09-18 | fix compilation problem on systems w/o inet6. | Federico G. Schwindt | |
2000-09-18 | Path MTU discovery based on NetBSD but with the decision to use the DF | Niels Provos | |
flag delayed to ip_output(). That halves the code and reduces most of the route lookups. okay deraadt@ | |||
2000-09-18 | fix reversed muting; patch from: jason@ | Brad Smith | |
2000-09-17 | Consistent tabify | Paul Janzen | |
2000-09-17 | Only check defined bits when waiting for valid AC97 input slot | Marco S Hyman | |
Don't clobber existing bits when turning on clock Save interrupt status and issue EOI before processing status bits checked by me and angelos@ | |||
2000-09-17 | Drop dubious ESP/AH packets without crashing (thanks to dr@kyx.net and | Angelos D. Keromytis | |
mfranz@cisco.com for finding the problem). | |||
2000-09-17 | implement SIOCSIFMTU, okay deraadt@ | Niels Provos | |
2000-09-17 | Add fxp cardbus attachment here, too. Shorten some attachment descriptions. | Aaron Campbell | |
2000-09-17 | Support detach of fxp devices to allow ejection of Intel CardBus adapters. | Aaron Campbell | |
2000-09-17 | Add fxp cardbus attachment. Shorten driver attachment descriptions a bit. | Aaron Campbell | |
2000-09-17 | sync | Aaron Campbell | |
2000-09-17 | Add New Media LiveWire Ethernet LAN Adapter product ID; adam@cfar.umd.edu | Aaron Campbell | |
2000-09-17 | fxp cardbus attachment | Aaron Campbell | |
2000-09-17 | Add support for Intel PRO/100 CardBus PC Card Ethernet; from NetBSD. | Aaron Campbell | |
2000-09-17 | sync | Aaron Campbell | |
2000-09-17 | Add product ID for ADMtek AN985. Note that there seemed to be some nomenclature | Aaron Campbell | |
issues between this card and the PCI version. As far as I can tell, the AN983 is the PCI card and the AN985 is the CardBus version. |