Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-04-11 | Fix for 25 Mhz. | Steve Murphree | |
1999-04-11 | make ne[0-2] definition match GENERIC | Todd C. Miller | |
1999-04-10 | sync | Theo de Raadt | |
1999-04-10 | another modem | Theo de Raadt | |
1999-04-09 | The kernel parts of a sysctl that can switch on/off IP-in-IP (protocol 4) | Niklas Hallqvist | |
support, when IPSEC is compiled in. The default is disabled. Turn on with: sysctl -w net.inet.ip4.allow=1 ***Only*** do this if you are really knowing what you do! This control does not control the tunnel modes of ESP and AH. | |||
1999-04-09 | when the REPLACE flag was used, but no former flows was there, we did not | Niklas Hallqvist | |
increment the IPSEC use counter, potentially missing IPSEC processing on output. | |||
1999-04-09 | Make the tdbi handling more robust, removes a panic case | Niklas Hallqvist | |
1999-04-09 | Check for local address spoofing on encapsulated packets. | Angelos D. Keromytis | |
1999-04-08 | How nice that we always had multicast routing in our kernels even when | Niklas Hallqvist | |
no MROUTING option has been set, and thus nothing calls the stuff... | |||
1999-04-07 | and enc is not default either | Theo de Raadt | |
1999-04-07 | disable IPSEC by default | Theo de Raadt | |
1999-04-06 | sync | Theo de Raadt | |
1999-04-06 | ANOTHER modem... | Theo de Raadt | |
1999-04-06 | sync | Theo de Raadt | |
1999-04-06 | two more modems | Theo de Raadt | |
1999-04-05 | revert to rev 1.42 until after 2.5 release | Todd C. Miller | |
1999-04-05 | Missing subdir -> no obj link. | Marc Espie | |
1999-04-04 | fix tunnelling; provos | Theo de Raadt | |
1999-04-04 | Roll out changes because the tree is frozen. | mjacob | |
1999-04-04 | Roll out changes because the tree is frozen. | mjacob | |
1999-04-04 | Roll out changes because the tree is frozen. | mjacob | |
1999-04-04 | Roll out changes because the tree is frozen. | mjacob | |
1999-04-04 | Remove incorrect BIG_ENDIAN defines and substitute in the SBus only macros | mjacob | |
that will SBusify an isp header or the lun/target portions of a request IOCB- and have these only valid iff __sparc__ (no non-sparc SBus machine that *I* know about). | |||
1999-04-04 | roll ISP1040 and ISP2100 f/w to latest release | mjacob | |
1999-04-04 | Change f/w revision to major,minor,micro version. Add in ISP1040C definition. | mjacob | |
1999-04-04 | Read the board revision and trim cache line size back from 16 to 1 | mjacob | |
for early revision 2100 boards. Make sure to turn ROM off for these boards. | |||
1999-04-02 | .Pp macros do not belong immiedately after .Sh section header lines | Aaron Campbell | |
1999-04-01 | If READ_CD_CAPACITY fails, just use the 2048/400000 defaults since some CDR ↵ | Todd C. Miller | |
drives don't support READ_CD_CAPACITY on blank media ; downsj with modifications by me | |||
1999-03-31 | nsphy/ukphy fit | Theo de Raadt | |
1999-03-31 | because of RAMDISK not having pms0, move irq 12 to later on; fgsch | Theo de Raadt | |
1999-03-31 | Implement SADB_SAFLAGS_X_REPLACEFLOW | Niklas Hallqvist | |
1999-03-30 | the real thing | Theo de Raadt | |
1999-03-30 | Crank MAX_START to 256 instead of making it dependent on MAX_TARGET and | Todd C. Miller | |
SCSI_NCR_DFLT_TAGS | |||
1999-03-30 | make option IPSEC imply option KEY | Niklas Hallqvist | |
1999-03-28 | inclusion protection; fries | Theo de Raadt | |
1999-03-27 | add SADB_X_BINDSA to pfkey allowing incoming SAs to refer to an outgoing | Niels Provos | |
SA to be used, use this SA in ip_output if available. allow mobile road warriors for bind SAs with wildcard dst and src addresses. check IPSEC AUTH and ESP level when receiving packets, drop them if protection is insufficient. add stats to show dropped packets because of insufficient IPSEC protection. -- phew. this was all done in canada. dugsong and linh provided the ride and company. | |||
1999-03-26 | Add support for some 100Mbit PCMCIA cards. | Federico G. Schwindt | |
Change the ne2000_detect parm list. | |||
1999-03-26 | Annoying little nigglet- apparently *some* Qlogic temporarily ignore | mjacob | |
settings you've just sent them and return random values if you follow the set by a get. This causes problems when you latter run a Tag-enabled command when you've command tagged mode off. | |||
1999-03-25 | roll internal revision levels and enable 1080 support | mjacob | |
1999-03-25 | Add small man page for loadkmap, so that people may know about it. | Marc Espie | |
1999-03-24 | Call vm_set_page_size() during initialization (supresses "MD code did | Alex Feldman | |
not set page size" warning at boot time). | |||
1999-03-24 | rd %wim in VTRAP handler, makes viking much happier | Theo de Raadt | |
1999-03-24 | Implement lifetime expiration notifications. Fix some typos. Remove statics. | Niklas Hallqvist | |
1999-03-24 | status of major items + how people can help | Todd T. Fries | |
1999-03-24 | One missed in6a_words -> s6_addr32 conversion. | cmetz | |
1999-03-24 | Reworked udp_output() to minimize the number of if() statements needed to get | cmetz | |
packets out. Also had the nice side effect of fewer blocks now move around by ifdefs, which makes it more readable. | |||
1999-03-24 | Removed inclusion of netinet6/in6.h. This was an artifact of when the core | cmetz | |
IPv6 symbols were there rather than in netinet/in.h, and now not only is unnecessary but also could create problems (see PR library/781). | |||
1999-03-24 | Removed old NRL convention in6a_words virtual-field from struct in6_addr. | cmetz | |
Let's not encourage the use of an obsolete convention. | |||
1999-03-24 | Replace 'in6a_words' (old NRL convention) with 's6_addr32' (new BSDI et al. | cmetz | |
convention that is more common and more specific as to the access size) | |||
1999-03-23 | Add DOSMBR_SIGNATURE_OFF define, needed for last disklabel change | Todd C. Miller | |