summaryrefslogtreecommitdiff
path: root/sys/conf
AgeCommit message (Collapse)Author
2000-08-04Rewritten to use cat(1) instead of echo(1), in particular to be able toAaron Campbell
use `\n' instead of a literal newline (good practice); wd@ics.nara-wu.ac.jp
2000-06-25vnd needs blowfish. Ok provos@Marc Espie
2000-06-20some files from crypto/ are needed for tcfs.Federico G. Schwindt
2000-06-19Need to include rijndael.c for crypto | (inet & ipsec) tooThorsten Lockert
2000-06-18sync with KAME udp6_output(). udp output logic is very different betweenJun-ichiro itojun Hagino
IPv4/v6 so the separation should make more sense. TODO: remove IPv6 case from udp_output() TODO: remove/comment out/#if 0 IPv4 mapped address cases
2000-06-17initial import of tcfs.Niels Provos
2000-06-12add kern/uipc_mbuf2.c againJun-ichiro itojun Hagino
2000-06-12move cfdriver to ncr53c9x.c and device declaration to conf/files.Federico G. Schwindt
2000-06-06malloc debugging code. Enabled by option MALLOC_DEBUG.Artur Grabowski
Make sure you read the docs (malloc(9)) before use.
2000-05-30add sti graphics available in pci and sgc form factorsMichael Shalayeff
2000-05-29Support for 3c574 and 3CCFEM556BI PCMCIA Ethernet; from NetBSD.Aaron Campbell
2000-05-27use rijndael instead of blowfish because of faster key setup.Niels Provos
break swap paritions into sections, each section has own encryption key. if a section's key becomes unreferenced, erase it.
2000-05-17new wscons definesMichael Shalayeff
2000-05-15now we are at 2.7-currentTheo de Raadt
2000-05-04no more beta, well, mostly notTheo de Raadt
2000-04-26pseudo-device vlan (commented out for now)Chris Cappuccio
2000-04-26Add if_vlanChris Cappuccio
2000-04-19split out mbuf scatter gather functionTheo de Raadt
2000-04-18split dc driver into bus dependent and bus independent (pci) partsJason Wright
(cardbus to come later).
2000-04-18split fxp into bus independent and dependent (pci) parts (cardbus to come)Jason Wright
2000-04-08Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On manyAaron Campbell
machines, this code needs the new PCIBIOS* options enabled in the kernel config file to work, but your mileage may vary. Included is a working 3c575 driver for 3Com 10/100 CardBus PC Card NICs (tested only with the 'C' revision). The 3c575 is the pccard version of the PCI EtherLink XL cards, and thus the xl driver has been split into /sys/dev/ic.
2000-04-082.7-betaTheo de Raadt
2000-04-03aironet 802.11 ds driver from freebsd, isa and pci are missingMichael Shalayeff
2000-03-27no vm_cache_max in uvm; ok art@Michael Shalayeff
2000-03-23New API for timeouts. Replaces the old timeout()/untimeout() API andArtur 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-22make UVM_SWAP_ENCRYPT default, still need to enable via sysctlNiels Provos
2000-03-21double ncallout, until art fixes this furtherTheo de Raadt
2000-03-19split crypto driver front-end from software crypto engineTheo de Raadt
2000-03-17Cryptographic services framework, and software "device driver". TheAngelos 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-02Add 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-28move crypto codeTheo de Raadt
2000-02-07Rough but working driver for ICP-Vortex RAIDNiklas Hallqvist
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