Age | Commit message (Expand) | Author |
2009-09-20 | Support the AX88772A model (found while shopping today); tested by mtu | Theo de Raadt |
2009-09-20 | Remove XXX content about missing screen repaint when switching to EMUL | Marcus Glocker |
2009-09-20 | For now just clear the screen when switching to emulation mode (need to | Marcus Glocker |
2009-09-20 | Add WSDISPLAYIO_SMODE, WSDISPLAYIO_SVIDEO, WSDISPLAYIO_GVIDEO ioctl. To | Marcus Glocker |
2009-09-19 | Rename another function; udl_cmd_set_xfer -> udl_cmd_set_xfer_type is | Marcus Glocker |
2009-09-19 | Rename two functions; udl_cmd_get_offset -> udl_cmd_save_offset, and | Marcus Glocker |
2009-09-19 | Re-sort function pointer assignments. No functional changes. | Marcus Glocker |
2009-09-19 | If UDLIO_DAMAGE fails to queue the damage drawing request, undo the | Marcus Glocker |
2009-09-19 | Initial stab at a driver for LOMlite2 as found on the Sun Fire V100, Sun Fire | Mark Kettenis |
2009-09-19 | Add bits for X11 support over the wsdisplay framework (fully Huffman | Marcus Glocker |
2009-09-18 | Make sure we handle all possible ways regions can overlap when EX_CONFLICTOK | Mark Kettenis |
2009-09-18 | ldt removal missed some. amd64_{get,set}_ldt gone. also remove | Martynas Venckus |
2009-09-18 | For some dark reason there's a bit on the VLINK device of this chipset | Mark Kettenis |
2009-09-18 | Fix conversion of symbolic IPL level to hardware PSL value in the mutex code. | Miod Vallat |
2009-09-18 | Make sure to always initialize the scsi_xfer timeout with timeout_set() early | Miod Vallat |
2009-09-17 | Use __builtin_va_start instead of __builtin_stdarg_start | Jonathan Gray |
2009-09-17 | Fail bus_space_map() calls if the flags can't be honoured (such as | Miod Vallat |
2009-09-17 | Return a dense mapping for BUS_SPACE_MAP_PREFETCHABLE mappings; repaires | Miod Vallat |
2009-09-17 | Remove the comaptibility structures for routing socket version 3. | Claudio Jeker |
2009-09-17 | Wrap trunk_enqueue() calls in splnet() since sending out lacp packets | Claudio Jeker |
2009-09-17 | Add an splassert check trunk_enqueue() calling this function at anything | Claudio Jeker |
2009-09-16 | fix ENETRESET handling in run_ioctl() and run_media_change(). | Damien Bergamini |
2009-09-16 | style: in pf_test_state_other, fix indentation, kill excessive newlines, | Henning Brauer |
2009-09-16 | fix copy & paste error from almost a year ago (bad ryan) | Henning Brauer |
2009-09-15 | Make sure we block clock interrupts at IPL_CLOCK and higher. | Mark Kettenis |
2009-09-15 | TP-LINK TL-WN821N | Damien Bergamini |
2009-09-15 | usb id for TP-LINK TL-WN821N (otus(4)). | Damien Bergamini |
2009-09-15 | Sync | Claudio Jeker |
2009-09-15 | Better product names for the newest Intel cards. Include the product | Claudio Jeker |
2009-09-15 | cpu status flag, cpuid added to cpu_info. | Takuya ASADA |
2009-09-14 | simplify code in preparation for other things. tested by many. | Federico G. Schwindt |
2009-09-14 | Deal with the fact that we need to control an external PHY attached to TSEC2 | Mark Kettenis |
2009-09-14 | Add a way to convert the ifi_link_state to a string without the use of | Claudio Jeker |
2009-09-14 | don't try to manipulate an invalid node. fixes codec detection | Jacob Meuser |
2009-09-14 | Correctly empty the tty rings in wsdisplaystart() if the display is | Miod Vallat |
2009-09-14 | rework the scsi midlayer to start addressing some problems i have | David Gwynne |
2009-09-13 | Don't try to check for ECC with fbdimm as the offset exceeds | Jonathan Gray |
2009-09-13 | Unchecked copyout() calls cause premature death in furry animals, so | Miod Vallat |
2009-09-13 | Remove (last) obsolete panic() case. | Marcus Glocker |
2009-09-13 | M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly deal | Kenneth R Westerback |
2009-09-13 | ATI SB700 can be handled in ahci mode like SB600. suggested by | Matthieu Herrb |
2009-09-13 | Fix command undo for compression. Fixes artifacts seen in some cases. | Marcus Glocker |
2009-09-13 | Make sure we really have pending interrupts such that we don't do an | Mark Kettenis |
2009-09-13 | Move some real noisy operations to a higher debug level. | Marcus Glocker |
2009-09-13 | Use function pointers in erasecols and eraserows for framebuffer | Marcus Glocker |
2009-09-12 | Catch up with recent changes to GENERIC. | Mark Kettenis |
2009-09-12 | Don't use function pointers at places where we always call the same | Marcus Glocker |
2009-09-12 | Compensate for the fact the the FDT uses a different offset for the registers | Mark Kettenis |
2009-09-12 | Initialize global pointer to interrupt controller softc earlier such that we | Mark Kettenis |
2009-09-12 | Correctly report copyout() failure in SIOCG80211STATS ioctl; ok damien@ jsg@ | Miod Vallat |