Age | Commit message (Expand) | Author |
2013-05-05 | With KMS, the inteldrm_quiesce dance isn't needed anymore. Zap the code. | Mark Kettenis |
2013-05-05 | Remove some #ifdef'ed out code that's never going to get used again. | Mark Kettenis |
2013-05-04 | revert uthum_activate removal, it is needed in the detach path as found the | Stuart Henderson |
2013-05-04 | In i915_alloc_ifp() and i965_alloc_ifp() use extent_alloc_subregion() to make | Mark Kettenis |
2013-05-04 | - remove unused DPRINTFN, simple DPRINTF is enough | Stuart Henderson |
2013-05-03 | switch the malloc and pool freelists to using xor simpleq. | Ted Unangst |
2013-05-03 | add an xor cookie variant of simpleq | Ted Unangst |
2013-05-03 | Fix a shift in the beagle prcm. | Patrick Wildt |
2013-05-03 | Don't return before calling splx. | Patrick Wildt |
2013-05-03 | Export ingress/egress interface index in pflow(4). | Florian Obser |
2013-05-03 | fix mem leak in swapmount | Florian Obser |
2013-05-03 | Document which gobal variables are used for sysctl(8), add static to | Martin Pieuchot |
2013-05-03 | break out the battery status into excruciating detail. makes it harder for | David Gwynne |
2013-05-02 | Remove an #endif I forgot in there. | Patrick Wildt |
2013-05-02 | Add a driver for the secondary cache controller on the PandaBoard and | Patrick Wildt |
2013-05-02 | typos | Miod Vallat |
2013-05-02 | according to pedro, ids work better with the ending $ | Ted Unangst |
2013-05-02 | tedu broken Resource Reservation Protocol code that was ifdef RSVP_ISI. | Martin Pieuchot |
2013-05-02 | always attach the battery sensor if the adapter lets us query it. | David Gwynne |
2013-05-02 | remove static from a simple lock to avoid a compiler warning/error that | Ted Unangst |
2013-05-01 | a few tweaks noticed by jsing | Ted Unangst |
2013-05-01 | exorcise lockmgr. the api remains, but is now backed by recursive rwlocks. | Ted Unangst |
2013-05-01 | Remove useless cast of ROOT_INFO to ino_t. OK otto@ | Todd C. Miller |
2013-05-01 | Add a secure monitor call function, so that a secondary cache controller | Patrick Wildt |
2013-05-01 | Disable PandaBoard's L2 Cache early on bootup. We will re-enable it | Patrick Wildt |
2013-05-01 | Fix a case where we might be cache flushing unmapped pages. | Patrick Wildt |
2013-05-01 | provide a sensor for the battery backup unit (bbu) on mfi boards that | David Gwynne |
2013-05-01 | there's some extra bits for the bbu status that freebsd dont have. provide | David Gwynne |
2013-05-01 | provide a couple of %b things for mfi_hw_present and mfi_adapter_ops cos | David Gwynne |
2013-05-01 | dont need to walk alldevs during sensor creation looking for the logical | David Gwynne |
2013-05-01 | Add a cortex bus which represents the ARM MPCore Complex. | Patrick Wildt |
2013-04-30 | Clear the right pixels when scrolling backwards. | Mark Kettenis |
2013-04-30 | Fix beagle makefile dependency after switching to new context switching | Patrick Wildt |
2013-04-30 | Use ARMv7 access permission bits. | Patrick Wildt |
2013-04-30 | Switch from pmap to pmap7. | Patrick Wildt |
2013-04-30 | Add context switching code matching to our pmap for ARMv7. | Patrick Wildt |
2013-04-30 | Add matching header for pmap7. | Patrick Wildt |
2013-04-30 | Replace the statically defined protection bits with a macro, which will | Patrick Wildt |
2013-04-30 | white space tweak | David Gwynne |
2013-04-30 | white space fixes | David Gwynne |
2013-04-30 | use MR_DCMD consistently. some MD_DCMD was in there somehow. | David Gwynne |
2013-04-30 | pull in BBU bits from freebsd | David Gwynne |
2013-04-30 | Handle newer fiber adapters the same way as 82575/82576, | Jonathan Gray |
2013-04-29 | Tweak previous: test __BSD_VISIBLE with #if, not #ifdef | Philip Guenther |
2013-04-29 | regen | Matthew Dempsky |
2013-04-29 | Extend P_SIGSUSPEND handling in userret() to properly restore the | Matthew Dempsky |
2013-04-29 | ulpt(4) depends on firmload since its rev 1.41 when it got support for | Martin Pieuchot |
2013-04-28 | Preliminary modifications for Xorg 1bpp server, based on OpenBSD/hp300 | Kenji Aoyama |
2013-04-28 | Revert the ARMv7 header split introduced in pmap7. | Patrick Wildt |
2013-04-28 | Improved dealing of ARMv7 faults. Added ARMv7 fault descriptions. | Patrick Wildt |