Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-15 | Split wi(4) into bus-dependent and bus-independent bits similar to | Todd C. Miller | |
an(4) -- no real code changes at this point. Rename if_wavelan_ieee.h to if_wi_ieee.h while I'm at it and create an if_wivar.h similar to NetBSD. PCI adaptors exist that are not true PCMCIA controllers so wi(4) @ PCI is possible (though the code is not working yet ;-). | |||
2001-05-13 | initial cut at /dev/crypto support. takes original mbuf "try, and discard | Theo de Raadt | |
if we fail" semantics and extends to two varients of data movement: mbuf, or an iovec style block. | |||
2001-05-11 | unify rd(4) even more | Theo de Raadt | |
2001-05-02 | pack all NVGA*s into one vga.h, lot's of spaces vs tabs | Michael Shalayeff | |
2001-04-10 | Split RealTek 8129/8139 driver into bus-dependent and bus-independent parts; | Aaron Campbell | |
prep for an rl CardBus attachment. | |||
2001-04-09 | Add emulation of Linux features to procfs; mostly from NetBSD. ok deraadt@ | Thorsten Lockert | |
2001-03-29 | Add MII support to NE2000 PCMCIA driver. Both the Netgear FA410TXC and | Aaron Campbell | |
New Media LiveWire Fast Ethernet adapters now work after these changes, although the Netgear card still requires media to be set manually. | |||
2001-03-29 | Support for the MII on the D-Link DL10019/DL10022 NE2000-compatible Ethernet | Aaron Campbell | |
chips; from NetBSD, with some required modifications by me. | |||
2001-03-21 | Ok, I'm breaking my promise. I promised to not do anything with the | Artur Grabowski | |
old vm system and I hoped that it would make people help me to switch all archs to uvm. But that didn't help. Fix pool to work with the old vm system (not optimal, ha!). | |||
2001-03-18 | Add rasops | Nathan Binkert | |
2001-03-11 | Code for devices that read/write to an IEEE 802.3u MII bus using the | Aaron Campbell | |
bit-bang method; from NetBSD. | |||
2001-03-07 | and this will produce a cubios mickey | Michael Shalayeff | |
2001-02-15 | Import siop, a replacement for the ncr SCSI driver, from NetBSD. | Kenneth R Westerback | |
Written for NetBSD by Manuel Bouyer. Tested with various cards on i386 and alpha. Outstanding issue: doesn't work with PowerPC yet. | |||
2001-02-10 | new symbol handling in ddb for ELF, there is still a problem with hangman on ↵ | Niklas Hallqvist | |
alpha though.. | |||
2001-02-08 | witch raw ip6 socket code from NRL to kame. | Jun-ichiro itojun Hagino | |
makes upgrades/code sharing much easier. | |||
2001-02-06 | allow changing number of loopbacks in ukc. | Michael Shalayeff | |
change rest of the code to use lo0ifp pointing to the corresponding struct ifnet. itojun@ and niklas@ ok | |||
2001-01-24 | KGDB for i386 from NetBSD via niklas, with tweaks and accommodations. | Hugh Graham | |
Tested by various, vetted by mickey & theo. | |||
2001-01-23 | Add support for Initio INI-91xx SCSI Cards | Kenneth R Westerback | |
2000-12-17 | Compaq SMART Array RAID controllers. | Michael Shalayeff | |
based on netbsd driver. testing helps from brad@ eisa untested, but should work (; | |||
2000-12-12 | Add support for 802.1D spanning tree protocol. | Jason Wright | |
NOTE: this requires recompiling brconfig with updated include files. | |||
2000-11-16 | support kernel event queues, from FreeBSD by Jonathan Lemon, | Niels Provos | |
okay art@, millert@ | |||
2000-11-16 | New files for pcdisplay(4), vga(4), and pckbc(4) | Aaron Campbell | |
2000-09-28 | there is no pseudo-device random anymore, it's hardcoded in init_main | Michael Shalayeff | |
2000-09-19 | Added files, and IPv6-IPsec update. | Angelos D. Keromytis | |
2000-09-15 | 3ware escalade is coming | Michael Shalayeff | |
2000-09-06 | vgafb is removed, was only used on powerpc, and is not in a state to | Dale S. Rahn | |
be an MI device. This old version was based on old wscons and will not build. | |||
2000-08-12 | add procfs_cmdline.c | jasoni | |
2000-06-25 | vnd needs blowfish. Ok provos@ | Marc Espie | |
2000-06-20 | some files from crypto/ are needed for tcfs. | Federico G. Schwindt | |
2000-06-19 | Need to include rijndael.c for crypto | (inet & ipsec) too | Thorsten Lockert | |
2000-06-18 | sync with KAME udp6_output(). udp output logic is very different between | Jun-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-17 | initial import of tcfs. | Niels Provos | |
2000-06-12 | add kern/uipc_mbuf2.c again | Jun-ichiro itojun Hagino | |
2000-06-12 | move cfdriver to ncr53c9x.c and device declaration to conf/files. | Federico G. Schwindt | |
2000-06-06 | malloc debugging code. Enabled by option MALLOC_DEBUG. | Artur Grabowski | |
Make sure you read the docs (malloc(9)) before use. | |||
2000-05-30 | add sti graphics available in pci and sgc form factors | Michael Shalayeff | |
2000-05-29 | Support for 3c574 and 3CCFEM556BI PCMCIA Ethernet; from NetBSD. | Aaron Campbell | |
2000-05-27 | use 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-17 | new wscons defines | Michael Shalayeff | |
2000-04-26 | Add if_vlan | Chris Cappuccio | |
2000-04-19 | split out mbuf scatter gather function | Theo de Raadt | |
2000-04-18 | split dc driver into bus dependent and bus independent (pci) parts | Jason Wright | |
(cardbus to come later). | |||
2000-04-18 | split fxp into bus independent and dependent (pci) parts (cardbus to come) | Jason Wright | |
2000-04-08 | Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On many | Aaron 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-03 | aironet 802.11 ds driver from freebsd, isa and pci are missing | 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-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-02-28 | move crypto code | Theo de Raadt | |
2000-02-07 | Rough but working driver for ICP-Vortex RAID | Niklas Hallqvist | |