summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2000-09-27replace MALLOC/FREE w/ malloc/free for non-constant-sized memory allocations;...Michael Shalayeff
2000-09-27Minimal optimization.Artur Grabowski
2000-09-27Fix checking for incoming packets when the remote gateway has beenAngelos D. Keromytis
2000-09-26Set the tdbi field in the pkthdr to NULL in MGETHDR -- avoids someAngelos D. Keromytis
2000-09-26Implement getnulldev that returns the dev_t for "/dev/null".Artur Grabowski
2000-09-26Don't use MALLOC/FREE on variable sized allocations.Artur Grabowski
2000-09-26Update to previous fix on ICMP messages coming on unnumberedAngelos D. Keromytis
2000-09-25do not do queue locking in get/put_ccb, since calling blocksMichael Shalayeff
2000-09-25Support the i82562; from FreeBSD. Apparently nothing more needed than to matchAaron Campbell
2000-09-25syncAaron Campbell
2000-09-25Add Intel i82562 PCI device ID. This is the Ethernet controller found on theAaron Campbell
2000-09-25once again bios does not return a correct segment limits for theMichael Shalayeff
2000-09-25on expiry of pmtu route, retry higher mtu. okay angelos@Niels Provos
2000-09-24For the Toshiba TOPIC95B CardBus controller, we must clear the socket and slotAaron Campbell
2000-09-24prevent memory leak in fdalloc; fix by greg@nest.cxNiels Provos
2000-09-23Angelos you forgot this one !!Chris Cappuccio
2000-09-22syncAaron Campbell
2000-09-22Add Conexant modemAaron Campbell
2000-09-22syncAaron Campbell
2000-09-22shortenAaron Campbell
2000-09-22Move the PI_MAGIC define outside the INET6 ifdef block (doh!)Angelos D. Keromytis
2000-09-22- Introduce character classes into the console mouse functionality. Lifted fromAaron Campbell
2000-09-22syncAaron Campbell
2000-09-22Sony Memory Stick Media SlotAaron Campbell
2000-09-22Add prototypes for ipx_addr() and ipx_ntoa(); mickey@ OK'dTodd C. Miller
2000-09-22this follows the dox, saying that %ds should be loaded w/Michael Shalayeff
2000-09-22fix my bug dating back to february the 14th of 1998,Michael Shalayeff
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 control...Michael Shalayeff
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
2000-09-21styleJason Wright
2000-09-21Patch from FreeBSD (wpaul):Jason Wright
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
2000-09-20Don't use LOOPBACK addresses when trying to determine source addressAngelos D. Keromytis
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
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
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
2000-09-19twe on BTheo de Raadt
2000-09-19only free tdbi if IPSECTheo de Raadt