summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2000-01-02Move the requeueing logic from ipsec_input() to ah_input() andAngelos D. Keromytis
2000-01-02Replace references to ipsec6_sysctl (code is not yet compiled in)Angelos D. Keromytis
2000-01-02Change ipsec_input() to return error.Angelos D. Keromytis
2000-01-02Fix ifdef IPSECAngelos D. Keromytis
2000-01-02Properly handle non-IPSEC case.Angelos D. Keromytis
2000-01-02ip_ip4.c should be included in inet | inet6.Angelos D. Keromytis
2000-01-02Fix non-IPSEC kernel compilation (or part of it).Angelos D. Keromytis
2000-01-02Remove the ifdef for IP_ENCAPSULATED.Angelos D. Keromytis
2000-01-02(sy_call_t): define a type for the functions in sysentassar
2000-01-02(lkmalloc): initialize `sym_id'assar
2000-01-02do in6_if_up() at splsoftnet() instead of splimp(), permitting device-related...Theo de Raadt
2000-01-02implement net.inet6.icmp6.nodeinfo sysctl, which disablesJun-ichiro itojun Hagino
2000-01-01Correct casts in nfs_statfs() V3 code to correspond to reality (ie:Todd C. Miller
2000-01-01do stop in kdb_trap() based on db_panic valueMichael Shalayeff
2000-01-01honour db_panic in kdb_trap()Theo de Raadt
2000-01-01grammar in commentMichael Shalayeff
2000-01-01check db_panic in kdb_trap() as well; similar to i386 fix from assarTheo de Raadt
2000-01-01make the kernel compileTheo de Raadt
2000-01-012000Theo de Raadt
1999-12-31copy pkthdr correctly in m_split, okay angelos@Niels Provos
1999-12-31fix IPv6 ipsec template lossage.Jun-ichiro itojun Hagino
1999-12-31be sure to cleanup "opts" pointer on multicast udp packet reception.Jun-ichiro itojun Hagino
1999-12-31Add SDEV_NOLUNS quirk for NEC CD-ROM DRIVE:501Todd C. Miller
1999-12-31indentTheo de Raadt
1999-12-31fix order of uvm_fault() arguments in debug printf (;Michael Shalayeff
1999-12-31don't bother about pidr3 and pidr4Michael Shalayeff
1999-12-31modify xl_reset to allow for a hard reset (with resets everything includingJason Wright
1999-12-30insert commented UVM_SWAP_ENCRYPTIONNiels Provos
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