Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-27 | no vm_cache_max in uvm; ok art@ | Michael Shalayeff | |
2000-03-23 | New API for timeouts. Replaces the old timeout()/untimeout() API and | Artur Grabowski | |
makes it the callers responsibility to allocate resources for the timeouts. This is a KISS implementation and does _not_ solve the problems of slow handling of a large number of pending timeouts (this will be solved in future work) (although hardclock is now guarateed to take constant time for handling of timeouts). Old timeout() and untimeout() are implemented as wrappers around the new API and kept for compatibility. They will be removed as soon as all subsystems are converted to use the new API. | |||
2000-03-22 | make UVM_SWAP_ENCRYPT default, still need to enable via sysctl | Niels Provos | |
2000-03-21 | double ncallout, until art fixes this further | Theo de Raadt | |
2000-03-19 | split crypto driver front-end from software crypto engine | Theo de Raadt | |
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-02-28 | move crypto code | Theo de Raadt | |
2000-02-07 | Rough but working driver for ICP-Vortex RAID | Niklas Hallqvist | |
2000-01-27 | Merge "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-21 | Rename the ip4_* routines to ipip_*, make it so GIF tunnels are not | Angelos 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-11 | remove deleted raidframe files | Peter Galbavy | |
2000-01-11 | ipx_erro not used anymore; remove it. | Federico G. Schwindt | |
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 | |
2000-01-06 | Leave audio alone for midi or midibus. | Federico G. Schwindt | |
2000-01-02 | ip_ip4.c should be included in inet | inet6. | Angelos D. Keromytis | |
1999-12-30 | insert commented UVM_SWAP_ENCRYPTION | Niels Provos | |
1999-12-30 | swap encryption for UVM, option UVM_SWAP_ENCRYPT. needs to be enabled | Niels 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-27 | Add tropic driver definition and token ring support. | Federico G. Schwindt | |
1999-12-09 | angelos and downsj, communicate, you dorks | Theo de Raadt | |
1999-12-09 | Include ipsec_input.c | Angelos D. Keromytis | |
1999-12-09 | ipsec_input.c instead of ip_esp.c and ip_ah.c | Niels Provos | |
1999-12-08 | bring 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-30 | Added port of the NetBSD (-current) DPT SmartCache III/IV PCI/EISA host adapter | cmetz | |
driver to OpenBSD. | |||
1999-11-28 | lpt_puc support | Jason Downs | |
1999-11-27 | we are in 2.6-current | Theo de Raadt | |
1999-11-26 | Forgotten com attachments (since most people use pccom on i386) | Niklas Hallqvist | |
1999-11-26 | Update comment to reflect reality. | Artur Grabowski | |
1999-11-08 | move MI definition of rd into it's MI place also fixing | Michael Shalayeff | |
attributes, allowing kernels to exist w/ rd as the only disk device. tested on a few archs; niels@ & millert@ ok | |||
1999-10-29 | Make if_enc.c depend on enc (not inet & ipsec), add needs-count flag. | Angelos D. Keromytis | |
1999-10-29 | Up the number of enc interfaces. | Angelos D. Keromytis | |
1999-10-29 | Roll back dependency on bridge, unnecessary because of ifdef in ip_ether.c | Angelos D. Keromytis | |
1999-10-29 | ip_ether.c depends on bridge as well | Angelos D. Keromytis | |
1999-10-28 | Add ip_ether.c | Angelos D. Keromytis | |
1999-10-14 | it now says 2.6 instead of 2.6-beta, but that does not mean that more | Theo de Raadt | |
2.6-related fixes won't go in | |||
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-09-23 | move towards 2.6-beta | Theo de Raadt | |
1999-09-20 | another place that needs cranking at release time | Theo de Raadt | |
1999-09-19 | Define ac97 attribute | Constantine Sapuntzakis | |
1999-09-10 | ELF64 | kstailey | |
1999-08-17 | factor out ie device definition; niklas@ ok | Michael Shalayeff | |
1999-08-13 | USB attachment and controllers. | Federico G. Schwindt | |
1999-08-04 | * remove redundant rf_ccmn.h | Peter 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-30 | rename rl2->rln for sanity | David Leonard | |
1999-07-25 | remove extra comments | Theo de Raadt | |