Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-17 | It's Daylight Saving Time, not Savings. Fix comments. | Peter Valchev | |
Discussed with pjanzen@ | |||
2001-05-16 | Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it. | Todd C. Miller | |
Create COMPAT_23 and move __osemctl, omsgctl, oshmctl there. | |||
2001-05-16 | kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and ↵ | Todd C. Miller | |
kern_ipc_10.c for other compat modules. | |||
2001-05-04 | vlan in GENERIC (ti(4) now has an issue, jason will deal) | Theo de Raadt | |
2001-04-09 | FFS_SOFTUPDATES in sys/conf/GENERIC | Theo de Raadt | |
2001-04-09 | LFS is not an option right now. | Artur Grabowski | |
2001-03-08 | move gif* and faith* into sys/conf/GENERIC. deraadt and angelos ok | Jun-ichiro itojun Hagino | |
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 | |