Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-05 | IPX is about to go away, remove commented out IPX options in GENERIC and | Henning Brauer | |
ipx related files (doesn't compile anyway) | |||
2007-06-02 | Enable softraid so that people can start testing it. | Marco Peereboom | |
Note: this is a work in progress! this is under active development and things will change. prompted and ok deraadt | |||
2007-06-01 | remove crufty adosfs. everytime we try to change a vfs layer interface, | Theo de Raadt | |
adosfs has the issue and in an entirely different way. noone uses this code so this is hte best way to handle the problem diff from pedro who went to sleep but we need to move ahead; ok thib | |||
2007-06-01 | complete the sys/netbt import and adopt some more code to our interfaces | Uwe Stuehler | |
2007-05-31 | add an interface for work queues run from a kernel thread. | David Gwynne | |
this type of code is implemented many times already in the kernel, this is a generic version of all those replicated code bases. originally from tedu@ ok tedu@ tom@ deraadt@ | |||
2007-05-31 | NFSv2 cannot cope with a big number of vnodes, so revert to NPROC-based | Pedro Martelletto | |
calculation until the problem is fixed, okay beck@ art@ | |||
2007-05-30 | Unbreak the tree for gwk | Uwe Stuehler | |
2007-05-30 | Unbreak the tree - forgot a needs-flag; discovered by gwk | Uwe Stuehler | |
2007-05-30 | Import parts of the NetBSD bluetooth stack; ok gwk, and grange on removal | Uwe Stuehler | |
of the existing code | |||
2007-05-29 | Move tokenring support to the attic where it can join the cards that where | Claudio Jeker | |
decomissioned aeon ago. We will not miss it at all. OK dlg@ henning@ and a lot of cheers by other in the room | |||
2007-05-28 | bio for all archs, ok krw@ kettenis@ sounds good marco@ go for it deraadt@ | Todd T. Fries | |
2007-05-27 | back out bio, breaks dlg's sparc64 v215 | Todd T. Fries | |
prompted by/ok dlg@ deraadt@ | |||
2007-05-26 | Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@ | Pedro Martelletto | |
deraadt@ dlg@. | |||
2007-05-26 | prodded by marco, enable bio everywhere | Todd T. Fries | |
grudgingly ok deraadt@ | |||
2007-05-15 | Remove the MI implementation of mutexes and remove the __HAVE_MUTEX | Artur Grabowski | |
option. Every architecture implements mutexes now. | |||
2007-05-15 | start work on a driver for emulex fibre channel controllers. | David Gwynne | |
it is split up into a bus independant chunk (dev/ic/sli*) and the attach glue (dev/pci/sli_pci.c) cos there are sbus varaints of this chip which i hope to get my hands on one day. this does nothing except attach to the LP8000 controllers. | |||
2007-04-30 | Enable FFS2, okay deraadt@ | Pedro Martelletto | |
2007-04-17 | Add commented out entry for FFS2 | Todd C. Miller | |
2007-04-05 | After been attacked by Michael Buesch <mb@bu3sch.de> because we initially | Marcus Glocker | |
were using some of their routines in the bcw driver, I decided to stop working on it. To avoid any further license chit chat I plain drop the driver. | |||
2007-03-22 | import sili(4) so it can be worked on in the tree. this will support the | David Gwynne | |
silicon image 3124/3132/3531 sata chipsets eventually. so far this is the autoconf glue, an actual match routine for the 3124, and interrupt establishment code. it is split up between pci and ic cos there are cardbus variants of these controllers that we can support in the future. thanks to jolan@ for the name, it was better liked than my initial suggestion of siisl(4). | |||
2007-03-19 | attach softraid to the root of the device tree in a machine independant | David Gwynne | |
way, rather than requiring some glue in each machines mainbus probe. it is still commented out. based on a discussion with miod@ ok marco@ deraadt@ | |||
2007-03-19 | Add a new device that provides a framework for IO manipulation. A very basic | Marco Peereboom | |
implementation of a RAID 1 is included in this but it does not deal with failures yet. Disabled in GENERIC. Suggestions from and ok beck@ miod@ krw@ dlg@ deraadt@ | |||
2007-03-12 | better desiredvnodes not based on maxusers; pedro@ deraadt@ ok | Michael Shalayeff | |
2007-03-12 | unlock tree, move on towards 4.1-current | Theo de Raadt | |
2007-03-01 | strip off -beta; ok deraadt | Peter Valchev | |
2007-02-19 | pull in atascsi, a scsi to ata translation layer, so i can work on it in | David Gwynne | |
tree. ive lost two large changes today thanks to my own stupidity which could have been avoided if they were in the tree. discussed with deraadt@ ok jsg@ grange@ an older version was ok marco@ | |||
2007-02-14 | recycle swbuf that had been long gone (w/ old vm) | Michael Shalayeff | |
(this is in preparation for approaching GBC work) | |||
2007-02-12 | 4.1-beta | Henning Brauer | |
2006-12-06 | replace Adaptec AIC-6915 Starfire driver with the fully bus_dma(9)-able | Martin Reindl | |
driver from NetBSD ok brad@ reyk@ additional testing Nick Nauwelaerts | |||
2006-12-02 | On frame buffers which endianness differs from the host CPU, we can not afford | Miod Vallat | |
using ovbcopy() in the erasecols emulop, as the ovbcopy implementation might do larger-than-byte loads and store, which will not have the expected result if the source and destination addresses are not similarly aligned. Instead, roll our own byte-only ovbcopy() in this case. This is made dependent on a config(8) attribute to avoid bloating platforms which do not need this, thus frame buffers which may set RI_BSWAP in ri_flg need to depend on this attribute. Problem spotted by matthieu@ using tcsh on sparc64 console. | |||
2006-11-25 | Initial USB device controller (UDC) and USB CDC Ethernet function support | Uwe Stuehler | |
for PXA27x/Zaurus, not enabled yet; for dlg and dale :) | |||
2006-11-25 | Initial NAND flash support for Zaurus, not enabled yet; prodded by many. | Uwe Stuehler | |
2006-11-17 | This is a very initial import for a driver which supports the IEEE 802.11 | Marcus Glocker | |
Broadcom BCM43xx chipset. Device attaches, but has no further functionality yet. The work has been done by Jon Simola <jsimola@gmail.com>, based on the existing bce(4) code. He will continue to work on the driver and try to make further progress. ok deraadt@ | |||
2006-10-27 | mcbride forgot to pull in the newly created pf_ruleset.c | Theo de Raadt | |
2006-10-15 | First stubs for a new driver for the Marvell Libertas chips. | Claudio Jeker | |
The card correctly loads the firmware and it is possible to send a few simple commands to the card but that's it. No packet are sent or received. Only the Netgear WG511v2 cardbus card is tested. A cheese fondue and a bigger amount of white wine was needed to make the interrupts work -- until last night the driver was uploading the firmware to fast and the card garbled the image without moaning. It took us a full day and hundreds of test kernels to figure that out. Joint work with mglocker@, fondue by mbalmer@ OK mglocker@, get it in deraadt@ | |||
2006-09-17 | 4.0-current. yes deraadt | Steven Mestdagh | |
2006-09-17 | moving to 4.1-current | Theo de Raadt | |
2006-08-28 | move to official 4.0 | Theo de Raadt | |
2006-08-22 | Very initial import to support the PrismGT chipset (FullMAC for now). | Marcus Glocker | |
ok deraadt@ | |||
2006-08-06 | Time for rcons code to retire. | Miod Vallat | |
2006-08-03 | Remove the tb(4) line discipline and manual page. I found no man pages | Marc Balmer | |
referencing tb(4). ok deraadt | |||
2006-08-03 | Inital import for the acx(4) driver. | Marcus Glocker | |
ok deraadt@ jsg@ | |||
2006-07-26 | crank to 4.0-beta | Theo de Raadt | |
2006-07-19 | make kernels w/o PTRACE compile again. | Alexander von Gernler | |
help from mickey@, "commit it" miod@ | |||
2006-07-18 | get rid of arc network support. we have no users of it so this is dead | David Gwynne | |
code. however, it is still cluttering up the kernel namespace a bit. it is better gone. ok claudio@ | |||
2006-06-29 | remove mpt. it has since been replaced with mpi, which is a smaller and | David Gwynne | |
cleaner driver that supports more hardware. | |||
2006-06-19 | move clock_subr.c to a better place, and now it is always in the kernel | Theo de Raadt | |
so that things can use it; tested on all architectures; ok kettenis | |||
2006-06-17 | Move AMRR rate control algorithm out of wpi(4) and ural(4), into net80211. | Damien Bergamini | |
ok brad@ | |||
2006-06-14 | enable the NMEA 0183 line discipline in GENERIC. see nmea(4) for details. | Marc Balmer | |
ok deraadt | |||
2006-06-02 | Add a clonable devices implementation. Hacked along with thib@, input | Pedro Martelletto | |
from krw@ and toby@, subliminal prodding from dlg@, okay deraadt@. |