Age | Commit message (Expand) | Author |
2007-06-01 | check return value of findblkmajor; this fixes a crash on vax during boot. | Marco Peereboom |
2007-06-01 | remove strings from sensor.desc which are now present in sysctl variable name... | Constantine A. Murenin |
2007-06-01 | Add additional flag to indicate that we have a metdadata io pending; this | Marco Peereboom |
2007-06-01 | initialize the rings | Reyk Floeter |
2007-06-01 | Check return code for resource allocation. | Marco Peereboom |
2007-06-01 | Remove more Free(?)BSD and NetBSD #ifdef/#endifs. No functional nor | Marc Balmer |
2007-06-01 | Remove the hci_enable now done in a higher layer. | Gordon Willem Klok |
2007-06-01 | Only probe phy's at address 0; gets rid of bogus phy's on the | Mark Kettenis |
2007-06-01 | save metdata in context using dlg and tedu's shiny new workq api. | Marco Peereboom |
2007-06-01 | Don't initialize d_partitions[RAW_DISK] just before calling | Kenneth R Westerback |
2007-05-31 | don't print debug messages | Uwe Stuehler |
2007-05-31 | Clean up and fix sbt_write_packet() | Uwe Stuehler |
2007-05-31 | switch wskbd hotkeys over to workq. this eliminates quite a bit of code, | Ted Unangst |
2007-05-31 | further improvement of the bus space i/o. firmware loading, booting, | Reyk Floeter |
2007-05-31 | Redo the syncer to be a little smarter on interaction while shutting down | Marco Peereboom |
2007-05-31 | enable all debugging messages by default if the driver is compiled with | Reyk Floeter |
2007-05-31 | fix the myx_write function | Reyk Floeter |
2007-05-31 | Fix redundancy for RAID 1. Now one can pull a disk and continue running. | Marco Peereboom |
2007-05-31 | An SDIO Bluetooth driver, only initial bits and therefore not enabled yet | Uwe Stuehler |
2007-05-31 | add myx(4) | Reyk Floeter |
2007-05-31 | erroneously EINVAL is always reported where the function | David Gwynne |
2007-05-31 | if poking the controller fails for whatever reason the drives' | David Gwynne |
2007-05-31 | import the Myricom Myri-10G firmware | Reyk Floeter |
2007-05-31 | initial bits of a new driver for the Myricom Myri-10G Lanai-Z8E 10Gb | Reyk Floeter |
2007-05-31 | remove the scsi task thread, and replace it with the system workq. | David Gwynne |
2007-05-31 | Remove more #ifdef/#endif's that checked for other bsds. No binary | Marc Balmer |
2007-05-31 | Make powernow-k8 on amd64 and i386 use the _PSS object from acpi to | Gordon Willem Klok |
2007-05-31 | Remove some #ifdef {Free|Net}BSD/#endif to make the code more readable. | Marc Balmer |
2007-05-31 | use the right capitalization for `MBus' and `SBus' | Igor Sobrado |
2007-05-31 | Add SDIO card interrupt handling code | Uwe Stuehler |
2007-05-31 | - zap unnecessary rv variable | Alexander von Gernler |
2007-05-31 | correct misspelled mail address in copyright statement, marco@ ok | Alexander von Gernler |
2007-05-31 | Kill old, no longer necessary kludge to try fooling readdisklabel() | Kenneth R Westerback |
2007-05-31 | Add some context and call hci_enable from this new context, also add an | Gordon Willem Klok |
2007-05-31 | Config file and machine-independent Bluetooth code | Uwe Stuehler |
2007-05-31 | add Gunze USB Touch Panel support | Robert Nagy |
2007-05-31 | regen | Robert Nagy |
2007-05-31 | add Gunze USB Touch Panel | Robert Nagy |
2007-05-31 | only call em_init() when IFF_UP is set, not unconditional. | Henning Brauer |
2007-05-31 | 1000 != 0x1000 (4096) | Chris Kuethe |
2007-05-31 | Fix dmesg output. -moj | Mats O Jansson |
2007-05-31 | extend the sun disklabel format to contain filesystem types. also, | Theo de Raadt |
2007-05-30 | Make sure that if there are staggered syncs that they complete successfully | Marco Peereboom |
2007-05-30 | Remove ugly print and don't panic when doing a partial bringup. | Marco Peereboom |
2007-05-30 | Sync after the metadata is saved. | Marco Peereboom |
2007-05-30 | add basic support for a crypto(9) backed raid C discipline | Ted Unangst |
2007-05-30 | fix this for ubt.c | Gordon Willem Klok |
2007-05-30 | Drop if_ubt.c originally from freebsd and replace with ubt.c from | Gordon Willem Klok |
2007-05-30 | Move the knob for the interrupt throttling register next to the knobs for | Chris Kuethe |
2007-05-30 | fix the ether_aton-like function to print the correct lladdr (swap bytes) | Reyk Floeter |