Age | Commit message (Expand) | Author |
2009-12-15 | Correct define. | Federico G. Schwindt |
2009-12-15 | mono ouputs shouldn't be candidates for exclusive inclusion in the | Jacob Meuser |
2009-12-15 | - instead of rolling a macro that is functional equivalent to nitems(), | Jasper Lievisse Adriaanse |
2009-12-15 | Allow auto assemble flag to be toggled for disciplines that support it. | Joel Sing |
2009-12-15 | Factor out discipline specific create/assemble code. | Joel Sing |
2009-12-15 | Explicitly lock the vnode when deleting a volume. This avoids a potential | Joel Sing |
2009-12-15 | sync | Stuart Henderson |
2009-12-15 | Add PCI ids for the Marvell Yukon 8059 chipset and the SysKonnect | Stuart Henderson |
2009-12-14 | Add a dummy I915_PARAM_NUM_FENCES_AVAIL parameter for Mesa 7.5. | Matthieu Herrb |
2009-12-13 | Cleanup promiscuous mode and multicast handling. From Brad. | Mark Kettenis |
2009-12-11 | regen | Mark Kettenis |
2009-12-11 | Add some missing Intel Q45 Manageability Engine stuff. From a dmesg | Mark Kettenis |
2009-12-11 | sync. | Owain Ainsworth |
2009-12-11 | When i filled in these pcidevs I cleverly made two sequential ones | Owain Ainsworth |
2009-12-11 | Fill out the pdq_cmd_info table to 18 elements, despite many of | Philip Guenthe |
2009-12-10 | "please apply the same diff as for rt2860 to if_run.c" damien@ | Owain Ainsworth |
2009-12-10 | fix a theoretical (but not possible) array bound overflow. | Owain Ainsworth |
2009-12-10 | a few sizeof(array)/sizeof(array[0]) -> nitems(array) conversions found while | Owain Ainsworth |
2009-12-10 | various bits of knf; ok yuo | Theo de Raadt |
2009-12-10 | remove dead assignment and newly created unused variable. | Charles Longeau |
2009-12-10 | remove dead assignment and newly created unused variable. | Charles Longeau |
2009-12-09 | add uhts(4) a driver for USB HID touchscreens. ok miod@. | Matthieu Herrb |
2009-12-09 | Do not count input errors twice. We always read input errors from | Christian Weisgerber |
2009-12-09 | Stop spamming dmesg when raid isn't available. | Marco Peereboom |
2009-12-09 | disable useles print | Marco Peereboom |
2009-12-08 | the ata identify structure is stupid. its full of buffers you have | David Gwynne |
2009-12-08 | claim Intel 82801H RAID by pci id. it might be in RAID mode, not ahci. | David Gwynne |
2009-12-08 | krw and marco found another problem with my atascsi chanages. | David Gwynne |
2009-12-08 | sync | Kevin Lo |
2009-12-08 | USB IDs for Realtek RTL8192U | Kevin Lo |
2009-12-07 | enter afb | Mark Kettenis |
2009-12-07 | Firmware for Elite3D framebuffers. Thanks to Sun, and in particular Alan | Mark Kettenis |
2009-12-07 | sync (with pckbd) | Owain Ainsworth |
2009-12-07 | Support uk.swapctrlcaps as a valid keymap. | Owain Ainsworth |
2009-12-07 | Fix a spacing nit, and replace a magic number with ETHER_ADDR_LEN. | Stuart Henderson |
2009-12-07 | Cleanup discipline initialisation. | Joel Sing |
2009-12-07 | Define discipline capabilities using a set of flags. | Joel Sing |
2009-12-07 | oops, wrong version of previous diff. | David Gwynne |
2009-12-07 | get rid of the return codes from command submission, ata_cmd handlers | David Gwynne |
2009-12-06 | Nuke SCSI_URGENT after removing its only use, in ncr53c9x.c. That use | Kenneth R Westerback |
2009-12-06 | change M_WAITOK --> M_WAITOK|M_CANFAIL | Charles Longeau |
2009-12-05 | Use the correct member of the ieee80211com struct when testing | Jonathan Gray |
2009-12-05 | Ignore HID devices that have the same vendor and product ids than | Matthieu Herrb |
2009-12-05 | Until we have better hooks and a proper framework, do not do the lid | Theo de Raadt |
2009-12-05 | Use new acpi_maptable on AMLOP_LOAD operations; do not panic if bad checksum | Jordan Hargrave |
2009-12-04 | KNF whitespace, from Brad. ok jordan@ | Stuart Henderson |
2009-12-04 | calculate the number of frames per usb xfer only once, and take into | Jacob Meuser |
2009-12-04 | instead of returning a structure, return the only member of the | Jacob Meuser |
2009-12-04 | ansify. | Jasper Lievisse Adriaanse |
2009-12-04 | In uaudio_detach(), check that sc->sc_alts is not NULL before | Alexandre Ratchov |