Age | Commit message (Expand) | Author |
2008-12-23 | record the offset into each pool page that item allocations actually begin | David Gwynne |
2008-12-23 | a) a widget's nid is always it's index in the codec's widget list. | Jacob Meuser |
2008-12-23 | The splvm() protection is way outdated, only splnet is needed to protect | Theo de Raadt |
2008-12-23 | backout previous. changing the index of valid nids breaks things. | Jacob Meuser |
2008-12-23 | sizeof(bge_devices) / sizeof(bge_devices[0]) -> nitems(bge_devices) | David Gwynne |
2008-12-23 | if we cant put enough packets on the rx ring then schedule a timeout to | David Gwynne |
2008-12-23 | don't add invalid widgets to connection lists. | Jacob Meuser |
2008-12-22 | We never actually rely on storing %fp in tf_global[0] for clockframes. So | Mark Kettenis |
2008-12-22 | First shoot of the uvideo firmware package. | Marcus Glocker |
2008-12-22 | do not leak an AMRR USB xfer at each ifconfig down/up. | Damien Bergamini |
2008-12-22 | Doh. Correct address in bcopy -- m->m_data not &m->m_data -- this should fix | Claudio Jeker |
2008-12-22 | I swapped MGETHDR arguments in my m_defrag removal commit. | Damien Bergamini |
2008-12-22 | If we ever get an interrupt from userland with %otherwin set, we have a serious | Mark Kettenis |
2008-12-22 | Get rid of many arbitrary differences between the i386 and amd64 mpbios code. | Mark Kettenis |
2008-12-22 | use the exact same policy for choosing apic on all 3 types of kernel. | Theo de Raadt |
2008-12-22 | Fix some logic in the isight specific stream header decode function | Marcus Glocker |
2008-12-22 | Change DLT_MPLS number. | Michele Marchetto |
2008-12-22 | sync | Stuart Henderson |
2008-12-22 | correct typo in ATI FireMV device id; Joe Malcolm on misc@ | Stuart Henderson |
2008-12-22 | Sort quirk device list and fix some comments there. | Marcus Glocker |
2008-12-22 | Add firmware load for Apple iSight first generation devices | Marcus Glocker |
2008-12-22 | With respect to the previous diff we cannot just call acpicpu_setperf | Gordon Willem Klok |
2008-12-22 | Make acpicpu_setperf behave the same as the ACPI aware EST and | Gordon Willem Klok |
2008-12-22 | create "_source" mixer items for single connections, but be careful | Jacob Meuser |
2008-12-22 | hex for unused widget names | Jacob Meuser |
2008-12-22 | set a default name for widgets (u-wid$NID) and don't try to give | Jacob Meuser |
2008-12-22 | disable unusable converters | Jacob Meuser |
2008-12-22 | special case after general case. it's better to be named after | Jacob Meuser |
2008-12-22 | new function azalia_pin_config_ov, used to override configuration | Jacob Meuser |
2008-12-22 | - expand/add macros for pin configuration manipulation | Jacob Meuser |
2008-12-21 | split the pfsync input routine up so that each action has its own function | David Gwynne |
2008-12-21 | rework the programming of the multicast addresses onto the chip to use the | David Gwynne |
2008-12-21 | use the RXO (rx overflow) interrupt to try to refill the rx ring. this lets | David Gwynne |
2008-12-21 | Proper cpu_unidle() function for MP kernels. ok art@ long ago | Miod Vallat |
2008-12-21 | During early device probes, make sure to iounaccess() address ranges when | Miod Vallat |
2008-12-21 | add option COMPAT_35, needed by COMPAT_VAX1K | Miod Vallat |
2008-12-21 | vfs_syscalls_35 is required if option COMPAT_35 | Miod Vallat |
2008-12-21 | move the codec specific widget initialization out of | Jacob Meuser |
2008-12-21 | if a widget is the sole connection to another widget, name the | Jacob Meuser |
2008-12-21 | label converter widgets for their place in the converter group. | Jacob Meuser |
2008-12-21 | a little rearranging: | Jacob Meuser |
2008-12-21 | add mixer_class member to struct widget_t, and define the mixer | Jacob Meuser |
2008-12-21 | add function azalia_widget_sole_conn, which determines if the | Jacob Meuser |
2008-12-21 | on i386 and amd64, let ctrl-alt-delete let you enter ddb if ddb.console=1 | David Gwynne |
2008-12-21 | Make the "machine xir" ddb command work on machines with pyro(4). | Mark Kettenis |
2008-12-21 | just attach cpu0, not cpu*, ok kettenis | Theo de Raadt |
2008-12-21 | Change the way we include mpbios code to be similar to what we do on i386. | Mark Kettenis |
2008-12-21 | Undo m_defrag(). | Damien Bergamini |
2008-12-21 | Teach the header files not to bail out if pcc is used instead of gcc. | Anders Magnusson |
2008-12-20 | protect mbstat with spl; ok claudio mikeb | Theo de Raadt |