summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-03-28Completely overhaul optional metadata handling, allowing for multipleJoel Sing
2010-03-28Allow a multiprocessor kernel to compile.Joel Sing
2010-03-28tweak spacing a bit. This has been annoying me.Owain Ainsworth
2010-03-28Don't assign the same value to gatt->ag_size twice, also use ag_size inOwain Ainsworth
2010-03-28Four uses of uninitialized variables found by clang via jsg@. ar5416, ar9287Kenneth R Westerback
2010-03-28Properly initialize variable instead of just ORing in bits into random garbage.Mark Kettenis
2010-03-28Correctly initialise variables to prevent possible free without malloc inJoel Sing
2010-03-28Avoid potential null dereferences in ioctl paths.Joel Sing
2010-03-28Replace a scsi_done() call with sr_scsi_done() which fixes a missingJoel Sing
2010-03-28Remove uninitialized nitems and use npss as $deity intended.Marco Peereboom
2010-03-27replace a bunch of BAR wrangling code with calls to the pciJonathan Gray
2010-03-27At tl==0 call datafault directly instead of going through winfault. It isMark Kettenis
2010-03-27Add support for NetMos 9865 6-port serial cards.Mark Kettenis
2010-03-27regenMark Kettenis
2010-03-27Add NetMos 9865.Mark Kettenis
2010-03-27Give cardbus the pci_chipset_tag_t from pccbb and push it out throughJonathan Gray
2010-03-27Bring back cardbus_chipset_tag_t which is in practice aJonathan Gray
2010-03-27correct the documentation to distinguish cache line purges fromTheo de Raadt
2010-03-27Correctly initialise variable to prevent free without malloc in error path.Joel Sing
2010-03-27Fix TX power per rate settings.Damien Bergamini
2010-03-27Fix fallout of the scsi_cmd() interface change.Miod Vallat
2010-03-27aria(4) is an audio driver, but hasn't been compatible with audio(9)Jacob Meuser
2010-03-27Fix the pageqlock recusion on sun4m.Owain Ainsworth
2010-03-27Add locking to trap and syscall handlers.Joel Sing
2010-03-27add mode switch code for Huawei K3765; much help from & ok jsg@Otto Moerbeek
2010-03-27syncOtto Moerbeek
2010-03-27add ids for Huawei K3765; ok jsg@Otto Moerbeek
2010-03-27Similar fix to amd64 and i386 for isa bus_dma.Owain Ainsworth
2010-03-27Fix isp(4) fallout from NO_CCB nuking. Seen by several.Kenneth R Westerback
2010-03-27in _bus_dmamem_map use PMAP_CANFAIL for mapping in the pages.Owain Ainsworth
2010-03-27DRM for R600 and R700 chipsets.Owain Ainsworth
2010-03-26Add an ioctl to softraid to allow the boot block and boot loader to beJoel Sing
2010-03-26Add storage for the boot block and boot loader to the softraid metadata.Joel Sing
2010-03-26syncStuart Henderson
2010-03-26More Broadcom IDs, from Brad:Stuart Henderson
2010-03-25syncOwain Ainsworth
2010-03-25add Radeon HD3470Owain Ainsworth
2010-03-25Fix & vs. && in the kqfilter code.Owain Ainsworth
2010-03-25Make the i386 and amd64 bus_dma functions for isa less stupid:Owain Ainsworth
2010-03-25architectures which expect to hand-count the number of cpus must clearTheo de Raadt
2010-03-25Update to match renamed product id.Michael Knudsen
2010-03-25syncMichael Knudsen
2010-03-25Rename product id. It seems to be used for several Android basedMichael Knudsen
2010-03-25Add MP lock support for OpenBSD/hppa.Joel Sing
2010-03-25fix fallout of previous; ok dlg@Otto Moerbeek
2010-03-25disable MSI on Intel devicesJacob Meuser
2010-03-25regenChris Kuethe
2010-03-25remove duplicate definition. "Commit right away." deraadt@Chris Kuethe
2010-03-24Add a rwlock around the filehead and allproc lists, mainly to protectTed Unangst
2010-03-24syncTheo de Raadt