summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-02-21add T_ENCLOSURE name and NOLUN Photon SENA devicesmjacob
2000-02-21Add in Enclosure device type (0xd/13). Pad out inquiry data to 50 bytesmjacob
os that SAF-TE devices can be found.
2000-02-21add char 124 to be SES devicemjacob
2000-02-21recycle unused char 24 to be SES devicemjacob
2000-02-21add SES device init/decl macrosmjacob
2000-02-21remove extra #ifdef (USE_GETIPNODEBY)Jun-ichiro itojun Hagino
2000-02-21Add CLEANFILES and modify clean/cleandir targets.Hakan Olsson
(Modified as suggested by millert@)
2000-02-21Some more files to clean up. (millert@ ok)Hakan Olsson
2000-02-21prevent align fault on alpha.Jun-ichiro itojun Hagino
2000-02-20setlocale and get rid of unneeded exit() call. millert@ okEric Jackson
2000-02-20Add termsort.c to CLEANFILES (tic already had this); ho@openbsd.orgTodd C. Miller
2000-02-20Add support for CDBs > 12 bytes.mjacob
2000-02-20Add 12160 (Ultra3) support. Add files and changes for target mode support.mjacob
Do some SNS fabric suppor tchanges. Roll revision levels. Tested on GENERIC i386 && sparc.
2000-02-20add Qlogic 12160 microcodemjacob
2000-02-20Add 12160 (Ultra3) support. Handle case of Extended CMD CDBs (cdbs withmjacob
more than 12 byte) for parallel SCSI.
2000-02-20suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jpMarkus Friedl
2000-02-20string manipluation paranoia changes. Most probably not exploitable.bitblt
2000-02-20features/policy: Merge with EOM 1.4Niklas Hallqvist
features/ec: Merge with EOM 1.3 features/aggressive: Merge with EOM 1.3 features/x509: Merge with EOM 1.4 author: niklas License change
2000-02-20features/aggressive: Merge with EOM 1.2Niklas Hallqvist
features/ec: Merge with EOM 1.2 author: niklas Correct funders name
2000-02-20features/policy: Merge with EOM 1.3Niklas Hallqvist
features/x509: Merge with EOM 1.3 author: niklas add newline at eof author: niklas Correct funders name
2000-02-20Merge with EOM 1.5Niklas Hallqvist
author: niklas Allow isakmpd builders to remove optional parts and save bytes.
2000-02-19Improve.Aaron Campbell
2000-02-19Miscellaneous cleanup.Aaron Campbell
2000-02-19fix example. ok aaron@Eric Jackson
2000-02-19flush the caches that need flushing on context switch.Artur Grabowski
2000-02-19replacemul has been broken all the time. comment it out for now.Artur Grabowski
2000-02-19typo; peter@freebsdTheo de Raadt
2000-02-19get a symbol for pure_vcache_flushArtur Grabowski
2000-02-19Re-order SEE ALSO entries.Aaron Campbell
2000-02-19Add two new cache operations.Artur Grabowski
cache_flush_all - (pretty obvious). pure_vcache_flush - flush all VIVT caches (needed on context switch). (From NetBSD).
2000-02-19cert.c: Merge with EOM 1.14Niklas Hallqvist
ike_auth.c: Merge with EOM 1.43 ike_phase_1.c: Merge with EOM 1.21 init.c: Merge with EOM 1.24 ipsec.c: Merge with EOM 1.117 isakmpd.c: Merge with EOM 1.44 math_group.c: Merge with EOM 1.22 author: niklas Copyright 2000 author: niklas Allow isakmpd builders to remove optional parts and save bytes.
2000-02-19Merge with EOM 1.38Niklas Hallqvist
author: niklas A new bug
2000-02-19Merge with EOM 1.17Niklas Hallqvist
author: niklas Copyright 2000
2000-02-19Makefile: Merge with EOM 1.61Niklas Hallqvist
crypto.c: Merge with EOM 1.27 exchange.c: Merge with EOM 1.115 ike_quick_mode.c: Merge with EOM 1.115 x509.c: Merge with EOM 1.35 features/ec: Merge with EOM 1.1 features/aggressive: Merge with EOM 1.1 features/policy: Merge with EOM 1.1 features/x509: Merge with EOM 1.1 author: niklas Allow isakmpd builders to remove optional parts and save bytes.
2000-02-19syncTheo de Raadt
2000-02-19use more modern typesTheo de Raadt
2000-02-19If we got an xfer from our backlog queue, don't allow sleeping; we're inTodd C. Miller
interrupt context. thorpej@netbsd.org
2000-02-19From NetBSD:Todd C. Miller
Check for SCSI_ADW_WDTR_DISABLE flag in tidmask not tid
2000-02-19From NetBSD:Todd C. Miller
o Use newer pci attach method o Set chip_type corectly Fixes panic with the 3?940UW boards
2000-02-19link boot at a starting address 0x10000 higher than bootxx; avoids ↵Theo de Raadt
hypersparc cache aliasing
2000-02-19do not install /usr/include/dev/microcode/Theo de Raadt
2000-02-19Remove bogus 802.1Q codeChris Cappuccio
ok jakob@
2000-02-19documentation updates; paik@webnexus.comTheo de Raadt
2000-02-19description error; discovered in a bar in sweden..Theo de Raadt
2000-02-19swapctl 2nd arg is constTheo de Raadt
2000-02-19Remove com_right.h, it's included in com_err.hHans Insulander
2000-02-19Update to a newer version from KTH-Kerberos.Hans Insulander
(most work by art@)
2000-02-19Update to a newer version from KTH-Kerberos.Hans Insulander
(most work by art@)
2000-02-19set interface fields to null when detaching substructuresNiklas Hallqvist
in preparation for softc retainment.
2000-02-18No need to call memerr4_4c through a pointer. We know when we are a 4/4c.Artur Grabowski