summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-05-23Adjust computed cpuspeed by 3/8 on 68040 machines to correspond toTodd C. Miller
2001-05-23Don't panic on kqueues and crypto descriptors in fpathconf.Artur Grabowski
2001-05-23- relax alignment constraintsJason Wright
2001-05-23Fix getattr and setattr.Artur Grabowski
2001-05-23Indentation.Artur Grabowski
2001-05-23bus_dmaify mcr handling (just leaves buffer lists and mac buffer to go...)Jason Wright
2001-05-22Add an IPSEC_NEEDED tag if SKIPCRYPTO is set in the TDBAngelos D. Keromytis
2001-05-22- delay allocation of rng handling structuresJason Wright
2001-05-22- Don't poll the rng more than 100 times a secondJason Wright
2001-05-22Do some ideally unneeded checking of tags.Angelos D. Keromytis
2001-05-22TAILQ_INIT() is preferred.Angelos D. Keromytis
2001-05-22Initialize packet tags.Angelos D. Keromytis
2001-05-22Initialize packet tag -- this has probably been causing panics forAngelos D. Keromytis
2001-05-22Compile with WDCDEBUG. Fix a debug printout.Hakan Olsson
2001-05-22support for D-Link DFE-530TX and DFE-530TX+; from Maxim Tsyplakov <tm@oganer....Michael Shalayeff
2001-05-22Vendor and prodid are 16-bits, not 32.Federico G. Schwindt
2001-05-22A few more entries from NetBSD.Federico G. Schwindt
2001-05-22regen.Federico G. Schwindt
2001-05-22More products from NetBSD.Federico G. Schwindt
2001-05-22Corega FastEther TXD.Federico G. Schwindt
2001-05-22regen.Federico G. Schwindt
2001-05-22Corega Fast Ether TXD; from NetBSD.Federico G. Schwindt
2001-05-22Add Synergy21 S21810 support; from NetBSD.Federico G. Schwindt
2001-05-22regen.Federico G. Schwindt
2001-05-22Add Synergy21 S21810; from NetBSD.Federico G. Schwindt
2001-05-22fix starting comment; detected while playing with recent gas.Federico G. Schwindt
2001-05-22Simplify option printing. ok deraadt@Angelos D. Keromytis
2001-05-21Correctly position the #if's wrt the locking macros...Miod Vallat
2001-05-21static binaryTheo de Raadt
2001-05-21Name the PowerPC G4 processors better. Do not perform the cache controlDale Rahn
2001-05-21SKIPCRYPTO flagAngelos D. Keromytis
2001-05-21Remove csum-related tags (we'll use mbuf flags instead), add some new ones.Angelos D. Keromytis
2001-05-21Cosmetic.Angelos D. Keromytis
2001-05-21Use int16_t for tag ID and tag length.Angelos D. Keromytis
2001-05-21Use int16_t for the type and length of ipsec_ref objects.Angelos D. Keromytis
2001-05-21Avoid structure auto-padding (from Theo)Angelos D. Keromytis
2001-05-21Use a reference-counted structure for IPsec IDs and credentials, so weAngelos D. Keromytis
2001-05-20fix comments.Grigoriy Orlov
2001-05-20Remove varargs from ipv4_input; cmetz@ deraadt@ ok.Federico G. Schwindt
2001-05-20From NetBSD:Hugh Graham
2001-05-20Convert from tdbi to packet tags.Angelos D. Keromytis
2001-05-20Use packet tags instead of tdbi.Angelos D. Keromytis
2001-05-20Record outgoing SA processing, do loop detection.Angelos D. Keromytis
2001-05-20Use packet tags to signal input IPsec processing to upper layer protocols.Angelos D. Keromytis
2001-05-20tdbi->tags cleanupsAngelos D. Keromytis
2001-05-20Convert from tdbi to tags.Angelos D. Keromytis
2001-05-20m_tag_* routines, plus minor changes (convert from tdbi to tags)Angelos D. Keromytis
2001-05-20Packet tags (similar to NetBSD m_pkthdr.aux structure) -- ok deraadt@ niklas@Angelos D. Keromytis
2001-05-20assym.s -> assym.hMiod Vallat
2001-05-20Replace genassym.c with a .cf one; also remove unused defines.Miod Vallat