Age | Commit message (Expand) | Author |
2013-09-06 | Instead of printing on spurious interrupts, use an event counter to show | Patrick Wildt |
2013-09-06 | Support for FreeScale's i.MX6 SoC. | Patrick Wildt |
2013-09-05 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-09-05 | Service the 88100 floating-point exceptions through trap(), keeping the | Miod Vallat |
2013-09-05 | ugold(4) is a driver for PCsensor's USB gold TEMPer temperature | sasano |
2013-09-05 | Split the files file into a generic one for armv7, and soc-specific ones. | Patrick Wildt |
2013-09-04 | Convert vgafb to use a proper softc. | Martin Pieuchot |
2013-09-04 | Ignore OMAP's kernel directories. Found by maja@. | Patrick Wildt |
2013-09-04 | In the future, we shouldn't have one port port ARM SoC, that's just | Patrick Wildt |
2013-09-03 | Rewrite the ARMv7 cache discovery, as some assumptions in the previous one | Patrick Wildt |
2013-08-30 | Lock the audio mutex before invoking the audio(4) call-back, fixes | Alexandre Ratchov |
2013-08-30 | Due to our current version of binutils not knowing newer ARMv7 instructions | Patrick Wildt |
2013-08-29 | Ditch useless variable during attach. | Paul Irofti |
2013-08-29 | Fix attach messages format for the pcibus. | Paul Irofti |
2013-08-28 | Move the early framebuffer initialization code outside of vgafb(4) | Martin Pieuchot |
2013-08-28 | Fix build, reported by jsg@ | Martin Pieuchot |
2013-08-27 | Remove definitions of nonexistent consdevs. | Martin Pieuchot |
2013-08-27 | Since we are no longer attaching radeondrm(4) to this driver there is | Martin Pieuchot |
2013-08-26 | Use %r27 as the thread control block pointer, allowing for __get_tcb() calls | Miod Vallat |
2013-08-26 | When a page needs to be flushed from all caches, make sure the writeback | Miod Vallat |
2013-08-25 | one change missed by jsging's commit is needed to unbreak the build; | Mike Belopuhov |
2013-08-25 | Make ommmc interrupts show up in vmstat -i, systat, etc. | Stefan Sperling |
2013-08-25 | Remove useless and ugly (code before decl, wrong indentation) debug printfs. | Stefan Sperling |
2013-08-25 | Do not require that `extra' partitions (i-p) start on cylinder boundaries; | Miod Vallat |
2013-08-25 | In bonito_mem_map(), initialize pcimap earlier to make sure its value is not | Miod Vallat |
2013-08-24 | fix use of uninitialized variables (used only in a DEBUG printf) | Mike Larkin |
2013-08-24 | Remove call to sched_start_secondary_cpus in MP unhibernate case until we | Mike Larkin |
2013-08-24 | Make sure do_xmem_* return the correct value. This fixes usage of fork() | Miod Vallat |
2013-08-24 | Cleanup amd64 and i386 MTRR code - | Mike Larkin |
2013-08-23 | Move the openfirmware color selection code outside of vgafb(4) to | Martin Pieuchot |
2013-08-23 | Fix memory initialization for octeon's with less than 256MB. | Paul Irofti |
2013-08-21 | Use the console locator to make sure wsdisplay0 always is the glass console. | Mark Kettenis |
2013-08-21 | Missed a spot in my last commit. | Paul Irofti |
2013-08-21 | get rid of the copy argument in m_devget that let you provide an | David Gwynne |
2013-08-20 | Add urtwn(4) to the sgi kernels where it makes sense. I've been using it | Brian Callahan |
2013-08-20 | Have some style(9). | Paul Irofti |
2013-08-20 | Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago. | Antoine Jacoutot |
2013-08-20 | ehci(4) without usb(4) is useless... from Alexey E. Suslikov. | Martin Pieuchot |
2013-08-20 | tedu netnatm and ueagle(4). | Martin Pieuchot |
2013-08-20 | enable mpii | David Gwynne |
2013-08-20 | enable mpii(4) | David Gwynne |
2013-08-19 | divdi3 moddi3 qdivrem are needed by 64 bit time_t | Matthieu Herrb |
2013-08-19 | Fix double allocation of memory in beagle machdep. This was caused by | Patrick Wildt |
2013-08-19 | Mark all the C functions called in real mode as non instrumented and | Martin Pieuchot |
2013-08-18 | data_access_emulation() may fault. Be sure to clear pcb_onfault before | Miod Vallat |
2013-08-18 | Rework the DAE print routines again to output something closer to an actual | Miod Vallat |
2013-08-18 | data_access_emulation() may fault. Be sure to clear pcb_onfault before | Miod Vallat |
2013-08-18 | No need to test for DMT0 being valid a second time in the `save DMT and | Miod Vallat |
2013-08-18 | Fix prototypes of do_load_half() and do_load_byte() - those return a | Miod Vallat |
2013-08-18 | make them fit, sigh | Theo de Raadt |