summaryrefslogtreecommitdiff
path: root/sys/conf/files
AgeCommit message (Expand)Author
2007-11-25unbreak compat_osf1; spotted by mkTheo de Raadt
2007-11-25Get rid of the kernel 'libcompat' framework, and instead use conf/files toTheo de Raadt
2007-11-23move nmea stuff to same place other line discs goTheo de Raadt
2007-11-15New driver for Ralink RT2860 chipset.Damien Bergamini
2007-10-18Define a new attribute, pckbcslot, which pckbc and gsckbc provide, and toMiod Vallat
2007-10-15the new dev/rnd.c uses the shared arc4 code instead of implimenting it byTheo de Raadt
2007-10-10Make context switching much more MI:Artur Grabowski
2007-09-12PCI and Cardbus hookup for the Broadcom AirForce devices.Marcus Glocker
2007-07-18net80211 requires AES too.Damien Bergamini
2007-07-06sha1 is needed by wlan now, tooTheo de Raadt
2007-06-05IPX is about to go away, remove commented out IPX options in GENERIC andHenning Brauer
2007-06-01remove crufty adosfs. everytime we try to change a vfs layer interface,Theo de Raadt
2007-06-01complete the sys/netbt import and adopt some more code to our interfacesUwe Stuehler
2007-05-31add an interface for work queues run from a kernel thread.David Gwynne
2007-05-30Unbreak the tree for gwkUwe Stuehler
2007-05-30Unbreak the tree - forgot a needs-flag; discovered by gwkUwe Stuehler
2007-05-30Import parts of the NetBSD bluetooth stack; ok gwk, and grange on removalUwe Stuehler
2007-05-29Move tokenring support to the attic where it can join the cards that whereClaudio Jeker
2007-05-15Remove the MI implementation of mutexes and remove the __HAVE_MUTEXArtur Grabowski
2007-05-15start work on a driver for emulex fibre channel controllers.David Gwynne
2007-04-05After been attacked by Michael Buesch <mb@bu3sch.de> because we initiallyMarcus Glocker
2007-03-22import sili(4) so it can be worked on in the tree. this will support theDavid Gwynne
2007-03-19attach softraid to the root of the device tree in a machine independantDavid Gwynne
2007-03-19Add a new device that provides a framework for IO manipulation. A very basicMarco Peereboom
2007-02-19pull in atascsi, a scsi to ata translation layer, so i can work on it inDavid Gwynne
2006-12-06replace Adaptec AIC-6915 Starfire driver with the fully bus_dma(9)-ableMartin Reindl
2006-12-02On frame buffers which endianness differs from the host CPU, we can not affordMiod Vallat
2006-11-25Initial USB device controller (UDC) and USB CDC Ethernet function supportUwe Stuehler
2006-11-25Initial NAND flash support for Zaurus, not enabled yet; prodded by many.Uwe Stuehler
2006-11-17This is a very initial import for a driver which supports the IEEE 802.11Marcus Glocker
2006-10-27mcbride forgot to pull in the newly created pf_ruleset.cTheo de Raadt
2006-10-15First stubs for a new driver for the Marvell Libertas chips.Claudio Jeker
2006-08-22Very initial import to support the PrismGT chipset (FullMAC for now).Marcus Glocker
2006-08-06Time for rcons code to retire.Miod Vallat
2006-08-03Remove the tb(4) line discipline and manual page. I found no man pagesMarc Balmer
2006-08-03Inital import for the acx(4) driver.Marcus Glocker
2006-07-19make kernels w/o PTRACE compile again.Alexander von Gernler
2006-07-18get rid of arc network support. we have no users of it so this is deadDavid Gwynne
2006-06-29remove mpt. it has since been replaced with mpi, which is a smaller andDavid Gwynne
2006-06-19move clock_subr.c to a better place, and now it is always in the kernelTheo de Raadt
2006-06-17Move AMRR rate control algorithm out of wpi(4) and ural(4), into net80211.Damien Bergamini
2006-06-02Add a clonable devices implementation. Hacked along with thib@, inputPedro Martelletto
2006-06-01Add basic NMEA0183 support as a tty line discipline. The line disciplineMarc Balmer
2006-05-28Support for standard SD host controllers like the Ricoh 5C822, a smallUwe Stuehler
2006-05-27Do the same thing as for IPv4. Use a sysctl to enable/disable mfrowardingClaudio Jeker
2006-05-27add mpi(4), an alternative (replacement) driver for lsi logic fusion mptDavid Gwynne
2006-05-27Make NCOM_{CARDBUS,GSC,ISAPNP} defined again in com.h, as there is codeMiod Vallat
2006-04-28Instrumentation for an in-kernel getcwd() implementation.Pedro Martelletto
2006-04-06Hook up mfi, remains disabled.Marco Peereboom
2006-03-21Implementation of the Michael MIC as defined in IEEE 802.11i for TKIP.Reyk Floeter