Age | Commit message (Expand) | Author |
2000-01-11 | remove unneeded includes. | Federico G. Schwindt |
2000-01-11 | Remove references to ipx_thishost; instead find the address from | Federico G. Schwindt |
2000-01-11 | Remove unneeded loout call that uses ipx_thishost. | Federico G. Schwindt |
2000-01-11 | sync with NetBSD | Peter Galbavy |
2000-01-11 | remove deleted raidframe files | Peter Galbavy |
2000-01-11 | remove 'INTEGRATE' macro that did static __inline__ in advance of doing | Peter Galbavy |
2000-01-11 | sync with NetBSD - remove an unused prototype. | Peter Galbavy |
2000-01-11 | off by one | Theo de Raadt |
2000-01-11 | there indeed is a quad_frnd() exist | Michael Shalayeff |
2000-01-11 | fix exponenta ranges | Michael Shalayeff |
2000-01-11 | perpetum fetus fpu emulation dispatcher | Michael Shalayeff |
2000-01-11 | Add a recursion depth limit, similar to if_gif.c; also, when | Angelos D. Keromytis |
2000-01-11 | remove unused nullptr arg, effectively unifying calling conventions for emula... | Michael Shalayeff |
2000-01-11 | remove unused nullptr arg, effectively unifying calling conventions for emula... | Michael Shalayeff |
2000-01-11 | The entry for IP4 should always be there. | Angelos D. Keromytis |
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 |