summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2000-09-22fix my bug dating back to february the 14th of 1998,Michael Shalayeff
when those wildcard interfaces came up, which were usefull at the times. on the other hand here it is, one cannot bind to the broadcast address, and angelos says ok.
2000-09-21Bad mickey doesn't know how to spell ``openings''Miod Vallat
2000-09-21do not limit openings to defined SDOUTSTANDING value of 4, since many ↵Michael Shalayeff
controllers can do more; presumably all the cotrollers initialize openings to the right value; also replace some spaces w/ tabs
2000-09-21initialize sc_link.openings to it's (currently) default value of 4Michael Shalayeff
2000-09-21calculate maxopd at the right placeNiels Provos
2000-09-21oops forgot the other case in the pmsintr for add_mouse_randomness() callMichael Shalayeff
2000-09-21use volatile's on all structures shared between cpu and hifnJason Wright
kill hifn_command_buf_data_t (unnecessary for a long time now)
2000-09-21styleJason Wright
2000-09-21Patch 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-21Correctly handle srcid/dstid.Angelos D. Keromytis
2000-09-20check out the bios device name we are probed w/ to not probe on apmMichael Shalayeff
2000-09-20Add 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-20Don't use LOOPBACK addresses when trying to determine source addressAngelos D. Keromytis
to use in locally-generated ICMP messages (thanks to fcusack@fcusack.com)
2000-09-20support 64bit BARs from NetBSDNiklas Hallqvist
2000-09-20Off by one in a validity checkNiklas Hallqvist
2000-09-20Extend the region in which we allow mapping unmapped PCI devices.Niklas Hallqvist
The former code only allowed one fixed up device mapping.
2000-09-20remove unused codeNiels Provos
2000-09-20correctly calculate mssNiels Provos
2000-09-20fix in_pcbrtentryNiels Provos
2000-09-20Since ifa_refcnt was bumped to an int and rt_flags is an int too, bumpArtur Grabowski
ifa_flags to int.
2000-09-20Allow IDENTITY payloads in ADDFLOW messages.Angelos D. Keromytis
2000-09-20make SDOUTSTANDING redefinable, since some controller can handle more than 4 ↵Michael Shalayeff
xfers simultaneously; deraadt@ ok
2000-09-19twe on BTheo de Raadt
2000-09-19only free tdbi if IPSECTheo de Raadt
2000-09-19trailing spacesNiklas Hallqvist
2000-09-19trailing spacesNiklas Hallqvist
2000-09-19SA bundles.Angelos D. Keromytis
2000-09-19syncNiklas Hallqvist
2000-09-19redundancy in product names is badNiklas Hallqvist
2000-09-19Remove annoying debugging print that was introduced with the cmap setting code.Dale S. Rahn
2000-09-19Remove secondary hack that limited mapped size. Not needed with BAT mappings.Dale S. Rahn
2000-09-19Remove hack code that "limited" the mapped memory to 64k. Now thatDale 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-19Changes 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-19Add 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-19Use the BATs to map devices. This is partially so that largerDale 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-19Still more careful with cleaning up.Angelos D. Keromytis
2000-09-19Better cleanup on invalid ADDFLOW message.Angelos D. Keromytis
2000-09-19Added files, and IPv6-IPsec update.Angelos D. Keromytis
2000-09-19Lots and lots of changes.Angelos D. Keromytis
2000-09-19SPD-driven IPsec.Angelos D. Keromytis
2000-09-18fix compilation problem on systems w/o inet6.Federico G. Schwindt
2000-09-18Path MTU discovery based on NetBSD but with the decision to use the DFNiels Provos
flag delayed to ip_output(). That halves the code and reduces most of the route lookups. okay deraadt@
2000-09-18fix reversed muting; patch from: jason@Brad Smith
2000-09-17Consistent tabifyPaul Janzen
2000-09-17Only check defined bits when waiting for valid AC97 input slotMarco 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-17Drop dubious ESP/AH packets without crashing (thanks to dr@kyx.net andAngelos D. Keromytis
mfranz@cisco.com for finding the problem).
2000-09-17implement SIOCSIFMTU, okay deraadt@Niels Provos
2000-09-17Add fxp cardbus attachment here, too. Shorten some attachment descriptions.Aaron Campbell
2000-09-17Support detach of fxp devices to allow ejection of Intel CardBus adapters.Aaron Campbell
2000-09-17Add fxp cardbus attachment. Shorten driver attachment descriptions a bit.Aaron Campbell