Age | Commit message (Expand) | Author |
2000-01-11 | Mostly cosmetic changes, and avoid an m_pullup() | Angelos D. Keromytis |
2000-01-11 | rearrange diagnostic trap cases | Michael Shalayeff |
2000-01-11 | a few ifdef accomodations for hppa, also a few knf spaces | Michael Shalayeff |
2000-01-11 | Correct sa_require handling. | Angelos D. Keromytis |
2000-01-11 | Remove ipx_interface. | Federico G. Schwindt |
2000-01-11 | some KNF. | Federico G. Schwindt |
2000-01-11 | PRU_ACCEPT only set the peer address, so call ipx_setpeeraddr instead. | Federico G. Schwindt |
2000-01-11 | ipx_erro not used anymore; remove it. | Federico G. Schwindt |
2000-01-11 | Fix check for sen_type. | Angelos D. Keromytis |
2000-01-11 | Remove references to ipx_error. IPX does not generate any errors. | Federico G. Schwindt |
2000-01-11 | Remove references to ipx_error.h. Insert the pcb at splnet. | Federico G. Schwindt |
2000-01-11 | Clean up my cruft | Chris Cappuccio |
2000-01-11 | use PCI_REVISION macro | Chris Cappuccio |
2000-01-11 | Remove ifdef'ed out definitions. | Angelos D. Keromytis |
2000-01-11 | Use default values when requesting dynamic VPNs. | Angelos D. Keromytis |
2000-01-11 | Only use defaults if they have sane values. | Angelos D. Keromytis |
2000-01-10 | Don't enable UDMA modes for revisions of SiS 5513 < 0xd0 | Chris Cappuccio |
2000-01-10 | Sync w/NetBSD regarding Promise PDC20262 support (the Promise Ultra/66 | Chris Cappuccio |
2000-01-10 | Typos. | Angelos D. Keromytis |
2000-01-10 | Implement the blocknonip flag | Angelos D. Keromytis |
2000-01-10 | Remove PNIC driver | Jason Wright |
2000-01-10 | Add 10 new ipsec-related sysctl variables...they are currently under | Angelos D. Keromytis |
2000-01-10 | Some more code for dealing with socket IPsec options. | Angelos D. Keromytis |
2000-01-10 | Remove unnecessary function prototype. | Angelos D. Keromytis |
2000-01-10 | Only setup an expiration for embryonic SAs if | Angelos D. Keromytis |
2000-01-10 | Add net.inet.ip.ipsec-invalid-life, default value 60 seconds; the | Angelos D. Keromytis |
2000-01-10 | No need for extern definition of pfkeyv2_acquire() | Angelos D. Keromytis |
2000-01-10 | externalize pfkeyv2_acquire() | Angelos D. Keromytis |
2000-01-10 | match Davicom DM9100 and DM9102; tested by Joff Thyer <jsthyer@uncg.edu>. | Jason Wright |
2000-01-10 | 1) Setup a silent TDB expiration for embryonic SAs. | Angelos D. Keromytis |
2000-01-10 | Fix some -Wall complaints | Todd C. Miller |
2000-01-10 | Add {v,p}addr_t and {v,p}size_t. kbus-specific code does not use them | Todd C. Miller |
2000-01-10 | move mul/umul into the kernel to match sparc | Todd C. Miller |
2000-01-10 | This is OpenBSD, not NetBSD. | Todd C. Miller |
2000-01-10 | Fix tdbi setup for TCP and UDP packets. | Angelos D. Keromytis |
2000-01-10 | sync pcidevs and let the aeon driver match the Hi/Fn 7751 | Jason Wright |
2000-01-10 | add Hi/Fn vendor, and Hi/Fn 7751 product | Jason Wright |
2000-01-10 | Typo. | Angelos D. Keromytis |
2000-01-10 | Quick-drop packets (before real processing) if ingress filtering is on | Angelos D. Keromytis |
2000-01-10 | Free ACL when deleting TDB. | Angelos D. Keromytis |
2000-01-10 | Fix error message. | Angelos D. Keromytis |
2000-01-09 | more mx removal | Jason Wright |
2000-01-09 | Add ingress ACL for IPsec: after being processed, IPsec packets are | Angelos D. Keromytis |
2000-01-09 | Use rt_maskedcopy() instead of handling netmasks manually. | Angelos D. Keromytis |
2000-01-09 | Proper netmask handling. | Angelos D. Keromytis |
2000-01-09 | Ports in network order... | Angelos D. Keromytis |
2000-01-09 | Transport port is in network order... | Angelos D. Keromytis |
2000-01-09 | Crank up the debug levels for a couple of ISPDEBUG lines | mjacob |
2000-01-09 | Do the bootpath_store dance so we can boot off of a disk attached | mjacob |
2000-01-09 | If no phy found, add IFM_MANUAL and then use it. This is more accurate | Jason Wright |