summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1999-12-30swap encryption for UVM, option UVM_SWAP_ENCRYPT. needs to be enabledNiels Provos
1999-12-30fix tags link; tdeval@PrimeOBJ.COMTheo de Raadt
1999-12-30initialize lo0 automatically. kame ipv6 code assumes that there's ::1,Jun-ichiro itojun Hagino
1999-12-30Add tctrl0 for tadpole so things like powerdown work.Todd C. Miller
1999-12-30when db_panic is set, ignore ddb errors that come through the kdb_trap()Theo de Raadt
1999-12-30comment out tr by now; deraadt@.Federico G. Schwindt
1999-12-29fix _input/_output proto changes for tcp_signature; angelos@ okMichael Shalayeff
1999-12-29remove mips GENERIC.v6 (arch/mips is not for builds, but for code sharing)Jun-ichiro itojun Hagino
1999-12-29fix return type for pmap_growkernel; art@ okMichael Shalayeff
1999-12-28speed up blowfish by > 20%.Niels Provos
1999-12-28Avoid recursive rw_enter panic. From darrenr@pobox.com.Kjell Wooding
1999-12-28Update to ipfilter 3.3.6. See src/sbin/ipf/HISTORY for details.Kjell Wooding
1999-12-28remove unused part of kame patch from the tree. openbsd does not passJun-ichiro itojun Hagino
1999-12-28remove non-effective kame patch. openbsd ip_input() passesJun-ichiro itojun Hagino
1999-12-27Add tr driver.Federico G. Schwindt
1999-12-27Token ring driver for Tropic based boards; from NetBSD.Federico G. Schwindt
1999-12-27Token ring subroutines. For details see next commit.Federico G. Schwindt
1999-12-27Add tr driver; from NetBSD.Federico G. Schwindt
1999-12-27Add tropic driver definition and token ring support.Federico G. Schwindt
1999-12-27Add eeprom offset for 3c619 (maybe others?).Federico G. Schwindt
1999-12-27Polynomial for 3com token link 619; from NetBSD.Federico G. Schwindt
1999-12-27synchronize inp_flags definition across kame/*bsd.Jun-ichiro itojun Hagino
1999-12-27Add SRCSA and CLEARSA ioctls.Angelos D. Keromytis
1999-12-27Some more enc ioctls.Angelos D. Keromytis
1999-12-27Implement ioctls for binding SAs to enc interfaces (to be used withAngelos D. Keromytis
1999-12-27Print associated interface, if present.Angelos D. Keromytis
1999-12-26Correctly initialize loop variables when not doing authentication withAngelos D. Keromytis
1999-12-26tag.Federico G. Schwindt
1999-12-26sync w/ NetBSDFederico G. Schwindt
1999-12-26spellingFederico G. Schwindt
1999-12-26regen.Federico G. Schwindt
1999-12-26Sync with NetBSD. Don't add devices here, send'em to augustss@netbsd.org.Federico G. Schwindt
1999-12-26Rename enc ioctls to something less ambiguousAngelos D. Keromytis
1999-12-26Add ioctls for enc bridge.Angelos D. Keromytis
1999-12-25Support v4 and v6 destination TDBs.Angelos D. Keromytis
1999-12-25Change some function prototypes, dont unnecessarily initialize someAngelos D. Keromytis
1999-12-25Move the IPsec packet-processing loop to a separate routine, so we canAngelos D. Keromytis
1999-12-24Return EINVAL instead of ENOBUFS if the source address is not specified.Angelos D. Keromytis
1999-12-23Edimax NE2000; from tom@knienieder.com.Federico G. Schwindt
1999-12-23regen.Federico G. Schwindt
1999-12-23Edimax NE2000; from tom@knienieder.com.Federico G. Schwindt
1999-12-23disable all debugsMichael Shalayeff
1999-12-23some support for hp som executablesMichael Shalayeff
1999-12-23some more of hp som definitions from different {,kinds} sourcesMichael Shalayeff
1999-12-23add hp som file support protosMichael Shalayeff
1999-12-23clean some more filesMichael Shalayeff
1999-12-22Add Dual NE2000.Federico G. Schwindt
1999-12-22regen.Federico G. Schwindt
1999-12-22Dual NE2000; john@teletrak.com.au.Federico G. Schwindt
1999-12-21compile without INET6, okay angelos@Niels Provos