summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2000-01-10externalize pfkeyv2_acquire()Angelos D. Keromytis
2000-01-10match Davicom DM9100 and DM9102; tested by Joff Thyer <jsthyer@uncg.edu>.Jason Wright
2000-01-101) Setup a silent TDB expiration for embryonic SAs.Angelos D. Keromytis
2000-01-10Fix some -Wall complaintsTodd C. Miller
2000-01-10Add {v,p}addr_t and {v,p}size_t. kbus-specific code does not use themTodd C. Miller
2000-01-10move mul/umul into the kernel to match sparcTodd C. Miller
2000-01-10This is OpenBSD, not NetBSD.Todd C. Miller
2000-01-10Fix tdbi setup for TCP and UDP packets.Angelos D. Keromytis
2000-01-10sync pcidevs and let the aeon driver match the Hi/Fn 7751Jason Wright
2000-01-10add Hi/Fn vendor, and Hi/Fn 7751 productJason Wright
2000-01-10Typo.Angelos D. Keromytis
2000-01-10Quick-drop packets (before real processing) if ingress filtering is onAngelos D. Keromytis
2000-01-10Free ACL when deleting TDB.Angelos D. Keromytis
2000-01-10Fix error message.Angelos D. Keromytis
2000-01-09more mx removalJason Wright
2000-01-09Add ingress ACL for IPsec: after being processed, IPsec packets areAngelos D. Keromytis
2000-01-09Use rt_maskedcopy() instead of handling netmasks manually.Angelos D. Keromytis
2000-01-09Proper netmask handling.Angelos D. Keromytis
2000-01-09Ports in network order...Angelos D. Keromytis
2000-01-09Transport port is in network order...Angelos D. Keromytis
2000-01-09Crank up the debug levels for a couple of ISPDEBUG linesmjacob
2000-01-09Do the bootpath_store dance so we can boot off of a disk attachedmjacob
2000-01-09If no phy found, add IFM_MANUAL and then use it. This is more accurateJason Wright
2000-01-09externalize ipsec_aclAngelos D. Keromytis
2000-01-09Rename newly-introduced variable to better reflect use.Angelos D. Keromytis
2000-01-09Add a sysctl for IPsec ingress access control (better explanation on aAngelos D. Keromytis
2000-01-09add INET6 into conf/GENERIC.Jun-ichiro itojun Hagino
2000-01-09Reduce calllimit from 10 to 3; this should avoid running out of stackAngelos D. Keromytis
2000-01-09Change an instance of #if NISA that should be #if NISADMATodd C. Miller
2000-01-09add dcphy (necessary for macronix 98715)Jason Wright
2000-01-09fetch subsystem id for comparison in dcphyJason Wright
2000-01-09syncJason Wright
2000-01-09emulated phy for if_dc; from FreeBSDJason Wright
2000-01-08Allow UKC to change tz with 'timezone' command.David Leonard
2000-01-08sync with NetBSDPeter Galbavy
2000-01-08remove never-visited function icmp6_ctloutput().Jun-ichiro itojun Hagino
2000-01-08before setting IFM_AUTO, make sure it really exists. If not, punt withJason Wright
2000-01-08Missing rndvar.hAngelos D. Keromytis
2000-01-08Forgot to commit this (GRE ioctls)Angelos D. Keromytis
2000-01-08expose ifmedia_matchJason Wright
2000-01-08pull in arc4random() prototypeTheo de Raadt
2000-01-08use arc4random() instead of random for two reasons.Theo de Raadt
2000-01-08gre(4) interface in GENERICAngelos D. Keromytis
2000-01-08Fix serious crash-and-burn bug I introduced with last revision.Angelos D. Keromytis
2000-01-08We don't need a pseudo-header for tcpdump on the output routine.Angelos D. Keromytis
2000-01-08Incoming bpf tap.Angelos D. Keromytis
2000-01-07Fix tcpdump -n -i greN (causes a panic in NetBSD)Angelos D. Keromytis
2000-01-07Remove unnecessary include files.Angelos D. Keromytis
2000-01-07Remove unused include files.Angelos D. Keromytis
2000-01-07Make some of the GRE-specific ioctls privileged. Remove a lot ofAngelos D. Keromytis