Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-05 | Add commented-out MROUTING option (for completeness) -- (james@oaktree.co.uk) | Angelos D. Keromytis | |
2000-12-31 | Up the number of gif interfaces, we just need one enc interface. | Angelos D. Keromytis | |
2000-10-13 | enable PULLDOWN_TEST, and use m_pulldown for IPv6 packet parsing. | Jun-ichiro itojun Hagino | |
this will make it easier for IPv6 code to cope with uncontinuous packet header on the mbuf (without this, ep interface on i386 chokes during IPv6 ND process). should affect IPv6 only. | |||
2000-04-26 | pseudo-device vlan (commented out for now) | Chris Cappuccio | |
2000-03-22 | make UVM_SWAP_ENCRYPT default, still need to enable via sysctl | Niels Provos | |
2000-03-17 | Cryptographic services framework, and software "device driver". The | Angelos D. Keromytis | |
idea is to support various cryptographic hardware accelerators (which may be (detachable) cards, secondary/tertiary/etc processors, software crypto, etc). Supports session migration between crypto devices. What it doesn't (yet) support: - multiple instances of the same algorithm used in the same session - use of multiple crypto drivers in the same session - asymmetric crypto No support for a userland device yet. IPsec code path modified to allow for asynchronous cryptography (callbacks used in both input and output processing). Some unrelated code simplification done in the process (especially for AH). Development of this code kindly supported by Network Security Technologies (NSTI). The code was writen mostly in Greece, and is being committed from Montreal. | |||
2000-03-02 | Add an option DDB_SAFE_CONSOLE that defaults db_console to 1. | Artur Grabowski | |
In many cases, setting db_console in /etc/rc is too late. | |||
2000-01-09 | add INET6 into conf/GENERIC. | Jun-ichiro itojun Hagino | |
add pseudo-devices for IPv6 into arch/*/conf/GENERIC. nuke arch/*/conf/GENERIC.v6. | |||
2000-01-08 | gre(4) interface in GENERIC | Angelos D. Keromytis | |
1999-12-30 | insert commented UVM_SWAP_ENCRYPTION | Niels Provos | |
1999-10-29 | Up the number of enc interfaces. | Angelos D. Keromytis | |
1999-10-06 | Put TCP_SACK back in as it is not turned on by default anyway. | Todd C. Miller | |
That way, users who want it can turn it on via sysctl. | |||
1999-10-03 | Remove commented out sample of SHMMAXPGS setting with machine-specific | Niklas Hallqvist | |
comment. People should read options.4 for such info anyhow, not this file. | |||
1999-10-01 | SACK is not bug-free yet; off for 2.6 | Theo de Raadt | |
1999-09-29 | commented out profiling options | Artur Grabowski | |
1999-09-29 | Add option NETATALK (commented out). | Angelos D. Keromytis | |
1999-07-06 | Added TCP_SIGNATURE option. | cmetz | |
1999-07-01 | lmc driver; ported by chris@dqc.org | Theo de Raadt | |
1999-06-08 | disable TCP_FACK for now | Niels Provos | |
1999-05-27 | remove the NO_KMEMSTATS hack from sys/malloc.h | Artur Grabowski | |
add KMEMSTATS to GENERIC to keep old behavior | |||
1999-04-20 | renable TCP_SACK and TCP_FACK again. if you have problems direct flaims | Niels Provos | |
to me. | |||
1999-04-11 | Reenable IPSEC now that it is off by default, but can be enabled via sysctl | Niklas Hallqvist | |
1999-04-07 | and enc is not default either | Theo de Raadt | |
1999-04-07 | disable IPSEC by default | Theo de Raadt | |
1999-03-30 | make option IPSEC imply option KEY | Niklas Hallqvist | |
1999-02-28 | support bridging by default | Theo de Raadt | |
1999-02-24 | Add option KEY in GENERIC, and update files. | Angelos D. Keromytis | |
1998-12-04 | Disable TCP_SACK and TCP_FACK until such time as they don't cause connection | Jason Downs | |
problems between different revisions of OpenBSD. | |||
1998-11-25 | Re-enable TCP_SACK/TCP_FACK now that it works on alpha | Todd C. Miller | |
1998-11-19 | disable FACK/SACK again; they still panic alphas. Sorry Niels, but you have ↵ | Theo de Raadt | |
to do better... | |||
1998-11-19 | reenable SACK and FACK | Niels Provos | |
1998-11-18 | disable SACK/FACK until provos learns how to write code which does not do ↵ | Theo de Raadt | |
unaligned accesses | |||
1998-11-17 | enable TCP_SACK and TCP_FACK by default | Niels Provos | |
1998-09-19 | kill COMPAT_09 and COMPAT_10 | Theo de Raadt | |
1998-09-01 | add a commented out XFS option | Artur Grabowski | |
1998-08-24 | add ksyms to GENERIC. Since DDB is already there this is safe. | Todd C. Miller | |
1998-06-08 | makeoptions | Theo de Raadt | |
1998-05-20 | Enable NTP again now that mickey has solved the pentium timer problem. | gene | |
1998-05-06 | Comment out NTP for now as it seems to expose a bug in the use of performance | gene | |
timers on the Pentium. | |||
1998-04-26 | typo | Todd C. Miller | |
1998-04-25 | Add option NTP to the standard set of things built into the kernel. | gene | |
Adds minimal bloat vs. functionallity. | |||
1998-02-15 | provide an lo1 for the netmask hack | Theo de Raadt | |
1997-11-05 | noone cares about the strip driver | Theo de Raadt | |
1997-09-24 | correct PORTAL comment; kstailey@ | Michael Shalayeff | |
1997-09-02 | Remove COMPAT_NOMID, it should never have been here in the first place. | Jason Downs | |
1997-07-01 | only need one encap device now | Niels Provos | |
1997-06-25 | ..and EXT2FS for all. | Jason Downs | |
1997-06-23 | activate IPFILTER_LOG | kstailey | |
1997-06-23 | IPFILTER_LOG should be a kernel option | kstailey | |
1997-06-23 | Add option PPP_BSDCOMP and PPP_DEFLATE | gene | |