Age | Commit message (Expand) | Author |
2010-03-28 | Correctly account devio usage, instead of relying upon unused devio registers | Miod Vallat |
2010-03-28 | Correctly report the R16010 version. | Miod Vallat |
2010-03-28 | Driver for microguru sensor microcontroller found on ABIT motherboards. | Theo de Raadt |
2010-03-28 | Allow a multiprocessor kernel to compile. | Joel Sing |
2010-03-28 | Properly initialize variable instead of just ORing in bits into random garbage. | Mark Kettenis |
2010-03-28 | Remove uninitialized nitems and use npss as $deity intended. | Marco Peereboom |
2010-03-27 | At tl==0 call datafault directly instead of going through winfault. It is | Mark Kettenis |
2010-03-27 | correct the documentation to distinguish cache line purges from | Theo de Raadt |
2010-03-27 | Fix fallout of the scsi_cmd() interface change. | Miod Vallat |
2010-03-27 | aria(4) is an audio driver, but hasn't been compatible with audio(9) | Jacob Meuser |
2010-03-27 | Fix the pageqlock recusion on sun4m. | Owain Ainsworth |
2010-03-27 | Add locking to trap and syscall handlers. | Joel Sing |
2010-03-27 | Similar fix to amd64 and i386 for isa bus_dma. | Owain Ainsworth |
2010-03-27 | in _bus_dmamem_map use PMAP_CANFAIL for mapping in the pages. | Owain Ainsworth |
2010-03-25 | Make the i386 and amd64 bus_dma functions for isa less stupid: | Owain Ainsworth |
2010-03-25 | architectures which expect to hand-count the number of cpus must clear | Theo de Raadt |
2010-03-25 | Add MP lock support for OpenBSD/hppa. | Joel Sing |
2010-03-24 | vdsk_scsi_cmd doesnt need to return now, so fix some of its scsi command | David Gwynne |
2010-03-24 | Bring back PHYSLOAD_DEVICE for uvm_page_physload. | Owain Ainsworth |
2010-03-23 | Use CPUID leaf function 0x80000008 to fetch the physical address size | Mark Kettenis |
2010-03-23 | Change the scsi_cmd function member of scsi_adapter from int to | Kenneth R Westerback |
2010-03-22 | Put back bnx(4) now that claudio@ has made the driver work on big endian | Miod Vallat |
2010-03-22 | On SGI IP35 systems, get SPD memory records from L1 and attach spdmem to | Miod Vallat |
2010-03-22 | Read trap registers after setting up the stack frame in the slowtrap handler. | Mark Kettenis |
2010-03-21 | Add some additional Intel CPUID values for recent and upcoming processors. | Jonathan Gray |
2010-03-21 | Remove some left over debugging code, shaving off two instructions from | Mark Kettenis |
2010-03-21 | let this compile without DIAGNOSTIC; from miod | Theo de Raadt |
2010-03-21 | add glass console support to the ramdisks; from miod | Theo de Raadt |
2010-03-21 | Update KL structure definitions to match IP35 use of previously unused fields. | Miod Vallat |
2010-03-21 | Fix widget probe order for BASEIO boards and P-Brick. | Miod Vallat |
2010-03-20 | Add code to tell Origin 200 and Origin 2000 / Onyx 2 apart. | Miod Vallat |
2010-03-16 | PCXS processors (really, all PA-RISC processors with separate I and D tlb | Miod Vallat |
2010-03-15 | Do not leak mbuf in the TX path when a TX error occurs; found the hard way | Miod Vallat |
2010-03-13 | Make sure non-console impact_screen struct gets zeroed upon allocation, | Miod Vallat |
2010-03-13 | Octane PROM picks highest graphics widget as console, not lowest; | Miod Vallat |
2010-03-08 | When sensor update fails, set SENSOR_FINVALID in sensor->flags; | Miod Vallat |
2010-03-08 | Correctly initialize all members of struct wsemuldisplaydev_attach_args | Miod Vallat |
2010-03-08 | fix a miod typo (it has to be a typo; miod makes no real mistakes) | Theo de Raadt |
2010-03-08 | fix compiling without ACPI, ok marco@ deraadt@ krw@ mlarkin@ | Jolan Luff |
2010-03-07 | Minimalistic driver for the ImpactSR (Mardigras) video option found on older | Miod Vallat |
2010-03-07 | Allow iockbc(4) and odysseey(4) to act as console devices and attach early; | Miod Vallat |
2010-03-07 | On Origin-like systems, get glass console information (if any) from the | Miod Vallat |
2010-03-07 | Add an MD interface for PCI drivers to be able to retrieve the node and widget | Miod Vallat |
2010-03-07 | Correct layout of arc_config{,64} and order of items in enum arc_config_type. | Miod Vallat |
2010-03-07 | Better battery % computation; ok otto@ | Miod Vallat |
2010-03-07 | back out strict splassert semantics from 1.103; it breaks some things | Theo de Raadt |
2010-03-06 | Fix typos. | Joel Sing |
2010-03-06 | remove the (now inaccurate) note about not being able to run | Jason McIntyre |
2010-03-04 | has been no -r flag for a few years; J.C. Roberts | Theo de Raadt |
2010-03-04 | Introduce odyssey(4), a driver for the SGI VPro (aka Odyssey) graphics | Joel Sing |