summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2000-01-11Mostly cosmetic changes, and avoid an m_pullup()Angelos D. Keromytis
2000-01-11rearrange diagnostic trap casesMichael Shalayeff
2000-01-11a few ifdef accomodations for hppa, also a few knf spacesMichael Shalayeff
2000-01-11Correct sa_require handling.Angelos D. Keromytis
2000-01-11Remove ipx_interface.Federico G. Schwindt
2000-01-11some KNF.Federico G. Schwindt
2000-01-11PRU_ACCEPT only set the peer address, so call ipx_setpeeraddr instead.Federico G. Schwindt
2000-01-11ipx_erro not used anymore; remove it.Federico G. Schwindt
2000-01-11Fix check for sen_type.Angelos D. Keromytis
2000-01-11Remove references to ipx_error. IPX does not generate any errors.Federico G. Schwindt
2000-01-11Remove references to ipx_error.h. Insert the pcb at splnet.Federico G. Schwindt
2000-01-11Clean up my cruftChris Cappuccio
2000-01-11use PCI_REVISION macroChris Cappuccio
2000-01-11Remove ifdef'ed out definitions.Angelos D. Keromytis
2000-01-11Use default values when requesting dynamic VPNs.Angelos D. Keromytis
2000-01-11Only use defaults if they have sane values.Angelos D. Keromytis
2000-01-10Don't enable UDMA modes for revisions of SiS 5513 < 0xd0Chris Cappuccio
2000-01-10Sync w/NetBSD regarding Promise PDC20262 support (the Promise Ultra/66Chris Cappuccio
2000-01-10Typos.Angelos D. Keromytis
2000-01-10Implement the blocknonip flagAngelos D. Keromytis
2000-01-10Remove PNIC driverJason Wright
2000-01-10Add 10 new ipsec-related sysctl variables...they are currently underAngelos D. Keromytis
2000-01-10Some more code for dealing with socket IPsec options.Angelos D. Keromytis
2000-01-10Remove unnecessary function prototype.Angelos D. Keromytis
2000-01-10Only setup an expiration for embryonic SAs ifAngelos D. Keromytis
2000-01-10Add net.inet.ip.ipsec-invalid-life, default value 60 seconds; theAngelos D. Keromytis
2000-01-10No need for extern definition of pfkeyv2_acquire()Angelos D. Keromytis
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