summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-21Trim down RRS text relocation warnings, no need to see 1000 of themMarc Espie
each time.
2000-09-21add context to dispatch_runMarkus Friedl
2000-09-21change login logic in ssh2, allows plugin of other auth methodsMarkus Friedl
2000-09-21utime() to utimes(); mouring@pconline.comMarkus Friedl
2000-09-21bug compat for old ssh.com softwareMarkus Friedl
2000-09-21typoMarkus Friedl
2000-09-21typoMarkus Friedl
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-21Send correct lengths for srcid/dstid.Angelos D. Keromytis
2000-09-21Allocate memory for srcid/dstid.Angelos D. Keromytis
2000-09-21formatting; from NetBSDPaul Janzen
2000-09-21Fix -W warnings and add room number comments; jsm@netbsd.orgPaul Janzen
2000-09-20Avoid erasing a GOT definition.Marc Espie
This is needed for a -fPIC libgcc.
2000-09-20use TM_YEAR_BASE and set seconds to zero in obsolescent "compatibility" case;Paul Janzen
from NetBSD.
2000-09-20usage() if too many argumentsPaul Janzen
2000-09-20Change the message if the S/Key sequence has expired. millert@ okPaul Janzen
2000-09-20srcid/dstid/srcid_type/dstid_type flags for flows.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-20fix pasto and comma splicePaul Janzen
2000-09-20Y2K fix for obsolescent time format: found by Camiel Dobbelaar.Paul Janzen
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-19sync (ecoff*.h changes)Miod Vallat
2000-09-19install netnatm includes; stoklund@cp.dyndns.dkTheo de Raadt
2000-09-19Manually merge some changes from EOM.Angelos D. Keromytis
2000-09-19Better BUILD_DEPENDS doc.Marc Espie
2000-09-19only free tdbi if IPSECTheo de Raadt
2000-09-19Add some explanatory text about the group operation.Angelos D. Keromytis
2000-09-19trailing spacesNiklas Hallqvist
2000-09-19trailing spacesNiklas Hallqvist
2000-09-19SA bundles.Angelos D. Keromytis
2000-09-19Re-add support for SA bundles.Angelos D. Keromytis
2000-09-19No reserved1 field in sprotocol structure any more.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-19syncTheo de Raadt