summaryrefslogtreecommitdiff
path: root/sys/conf
AgeCommit message (Collapse)Author
2000-01-27Merge "old" and "new" ESP and AH in two files (one for each).Angelos D. Keromytis
Fix a couple of buglets with ingress flow deletion. tcpdump on enc0 should now show all outgoing packets *before* being processed, and all incoming packets *after* being processed. Good to be in Canada (land of the free commits).
2000-01-21Rename the ip4_* routines to ipip_*, make it so GIF tunnels are notAngelos D. Keromytis
affected by net.inet.ipip.allow (the sysctl formerly known as net.inet.ip4.allow), rename the VIF ipip_input to ipip_mroute_input.
2000-01-11remove deleted raidframe filesPeter Galbavy
2000-01-11ipx_erro not used anymore; remove it.Federico G. Schwindt
2000-01-09add INET6 into conf/GENERIC.Jun-ichiro itojun Hagino
add pseudo-devices for IPv6 into arch/*/conf/GENERIC. nuke arch/*/conf/GENERIC.v6.
2000-01-08gre(4) interface in GENERICAngelos D. Keromytis
2000-01-06Leave audio alone for midi or midibus.Federico G. Schwindt
2000-01-02ip_ip4.c should be included in inet | inet6.Angelos D. Keromytis
1999-12-30insert commented UVM_SWAP_ENCRYPTIONNiels Provos
1999-12-30swap encryption for UVM, option UVM_SWAP_ENCRYPT. needs to be enabledNiels Provos
via sysctl. Pages are encrypted with the Blowfish encryption algorithm, the key is initialized randomly on first swap out, ensuring that entropy has accumulated in the kernel randomness pool. Eventually, swap encryption will be decided on a process by process basis, e.g. a process that reads from a cryptographic filesystem will enable swap encrypt for its pages. okay art@ and deraadt@.
1999-12-27Add tropic driver definition and token ring support.Federico G. Schwindt
1999-12-09angelos and downsj, communicate, you dorksTheo de Raadt
1999-12-09Include ipsec_input.cAngelos D. Keromytis
1999-12-09ipsec_input.c instead of ip_esp.c and ip_ah.cNiels Provos
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
replaces NRL IPv6 layer. reuses NRL pcb layer. no IPsec-on-v6 support. see sys/netinet6/{TODO,IMPLEMENTATION} for more details. GENERIC configuration should work fine as before. GENERIC.v6 works fine as well, but you'll need KAME userland tools to play with IPv6 (will be bringed into soon).
1999-11-30Added port of the NetBSD (-current) DPT SmartCache III/IV PCI/EISA host adaptercmetz
driver to OpenBSD.
1999-11-28lpt_puc supportJason Downs
1999-11-27we are in 2.6-currentTheo de Raadt
1999-11-26Forgotten com attachments (since most people use pccom on i386)Niklas Hallqvist
1999-11-26Update comment to reflect reality.Artur Grabowski
1999-11-08move MI definition of rd into it's MI place also fixingMichael Shalayeff
attributes, allowing kernels to exist w/ rd as the only disk device. tested on a few archs; niels@ & millert@ ok
1999-10-29Make if_enc.c depend on enc (not inet & ipsec), add needs-count flag.Angelos D. Keromytis
1999-10-29Up the number of enc interfaces.Angelos D. Keromytis
1999-10-29Roll back dependency on bridge, unnecessary because of ifdef in ip_ether.cAngelos D. Keromytis
1999-10-29ip_ether.c depends on bridge as wellAngelos D. Keromytis
1999-10-28Add ip_ether.cAngelos D. Keromytis
1999-10-14it now says 2.6 instead of 2.6-beta, but that does not mean that moreTheo de Raadt
2.6-related fixes won't go in
1999-10-06Put 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-03Remove commented out sample of SHMMAXPGS setting with machine-specificNiklas Hallqvist
comment. People should read options.4 for such info anyhow, not this file.
1999-10-01SACK is not bug-free yet; off for 2.6Theo de Raadt
1999-09-29commented out profiling optionsArtur Grabowski
1999-09-29Add option NETATALK (commented out).Angelos D. Keromytis
1999-09-23move towards 2.6-betaTheo de Raadt
1999-09-20another place that needs cranking at release timeTheo de Raadt
1999-09-19Define ac97 attributeConstantine Sapuntzakis
1999-09-10ELF64kstailey
1999-08-17factor out ie device definition; niklas@ okMichael Shalayeff
1999-08-13USB attachment and controllers.Federico G. Schwindt
1999-08-04* remove redundant rf_ccmn.hPeter Galbavy
* remove init call to rf_ConfigureEtimer() and rf_sys.c in which it is the only function. update conf/files to reflect this. * update sources to make sure _KERNEL is used not KERNEL * change rf_etimer.h to protect macros an include of sys/kernel.h with a check for _KERNEL - let raidctl compile again.
1999-07-30rename rl2->rln for sanityDavid Leonard
1999-07-25remove extra commentsTheo de Raadt
1999-07-25Enable new ATA/ATAPISCSI functionality as default.Constantine Sapuntzakis
1999-07-18Import of NetBSD ATA/IDE stuff.Constantine Sapuntzakis
Introduction of home-grown To enable this stuff in your configuration, look at the NEWATA conf file and go through dev/isa/files.isa dev/pci/files.pci conf/files arch/i386/conf/files.i386 and follow the instructions on commenting/uncommenting stuff
1999-07-06Added TCP_SIGNATURE option.cmetz
1999-07-06Added support for TCP MD5 option (RFC 2385).cmetz
1999-07-01lmc driver; ported by chris@dqc.orgTheo de Raadt
1999-06-21RangeLAN2 wireless network cardDavid Leonard
1999-06-18split out transforms; some debugging done but there may still be bugs inTheo de Raadt
the new key init/zero functions
1999-06-08disable TCP_FACK for nowNiels Provos
1999-05-27remove the NO_KMEMSTATS hack from sys/malloc.hArtur Grabowski
add KMEMSTATS to GENERIC to keep old behavior