Age | Commit message (Expand) | Author |
2014-01-23 | a lot of people have pointed out to me that taking a lock just to read an | David Gwynne |
2014-01-23 | factor the mutex/bus_space handling of the sts block out. | David Gwynne |
2014-01-23 | msleep() with a NULL mtx argument is a programming error. | Philip Guenther |
2014-01-23 | if cold, do not use tsleep, but use the delay path. | Theo de Raadt |
2014-01-23 | Don't blindly continue if and hv_ldc_copy() call fails. For now, simply | Mark Kettenis |
2014-01-23 | put the in{,6}_delayed_cksum() and in{,6}_proto_cksum_out() prototypes | Christian Weisgerber |
2014-01-23 | drm/radeon/atom: initialize more atom interpretor elements to 0 | Jonathan Gray |
2014-01-23 | Rename ALTQ's HFSC_MAX_CLASSES for the upcoming change. | pelikan |
2014-01-23 | drm/radeon/atom: workaround vbios bug in transmitter table on rs780 | Jonathan Gray |
2014-01-23 | drm/radeon/atom: workaround vbios bug in transmitter table on rs880 (v2) | Jonathan Gray |
2014-01-23 | Waiting on a condition without a lock is an error: you need *some* lock | Philip Guenther |
2014-01-23 | Delete spurious if statement. | Kenneth R Westerback |
2014-01-23 | drm/radeon: Fix sideport problems on certain RS690 boards | Jonathan Gray |
2014-01-23 | Add support for rebuilding a RAID5 volume. Lots of testing is still | Joel Sing |
2014-01-23 | Use MIN() instead of min() as we're dealing with 64-bit types. | Mark Kettenis |
2014-01-23 | drm/radeon: fix resume on some rs4xx boards (v2) | Jonathan Gray |
2014-01-22 | Do not assume the data buffers handed down to us from the SCSI midlayer are | Mark Kettenis |
2014-01-22 | Assert copyright. | Joel Sing |
2014-01-22 | Add some debug messages to the rebuild process and fix a bogus comment. | Joel Sing |
2014-01-22 | drm/edid: add quirk for BPC in Samsung NP700G7A-S01PL notebook | Jonathan Gray |
2014-01-22 | drm/i915: No LVDS hardware on Intel D410PT and D425KT | Jonathan Gray |
2014-01-22 | drm/i915: quirk away phantom LVDS on Intel's D525MW mainboard | Jonathan Gray |
2014-01-22 | Only kick the iopool if we've just established a new connection to the server. | Mark Kettenis |
2014-01-22 | drm/i915: quirk away phantom LVDS on Intel's D510MO mainboard | Jonathan Gray |
2014-01-22 | add DMI_EXACT_MATCH macro, handled the same as DMI_MATCH for now | Jonathan Gray |
2014-01-22 | drm/edid: add quirk for Medion MD30217PG | Jonathan Gray |
2014-01-22 | fix endianness for FC4 type registration | Jonathan Matthew |
2014-01-22 | this gets rid of NO_CCB in vdsk. it considers space on the tx ring | David Gwynne |
2014-01-22 | bring over kqfilter code from ufs which works better than the | Ted Unangst |
2014-01-22 | Split the checksum calculation for IPv6 like for IPv4: | Christian Weisgerber |
2014-01-22 | There's no reason to pass a netmask argument when doing a RTF_HOST | Martin Pieuchot |
2014-01-22 | Do not attempt to handle rebuild work units in the RAID5 work unit | Joel Sing |
2014-01-22 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2014-01-22 | Use extent_alloc_subregion_with_descr(9). This should make bus_dmamap_load(9) | Mark Kettenis |
2014-01-22 | Kill the RN_DEBUG code it is broken since rev 1.1 and not worth fixing. | Claudio Jeker |
2014-01-22 | Add a debug flag for rebuild. | Joel Sing |
2014-01-22 | Allocate two work units for use by rebuild/scrub. | Joel Sing |
2014-01-22 | Pass the receiving interface pointer to carp_input() instead of re- | Martin Pieuchot |
2014-01-22 | Same clean up for hppa64. | Joel Sing |
2014-01-22 | Clean up code - sort headers, remove __OpenBSD__ #ifdefs and ansify | Joel Sing |
2014-01-22 | Make rebuild a discipline specific function pointer. For now, this defaults | Joel Sing |
2014-01-22 | Remove genmask support from the kernel. rtmsgs with RTA_GENMASK set will | Claudio Jeker |
2014-01-22 | dont piggyback on C_PRIVATEXFER because it must not touch splx. | David Gwynne |
2014-01-22 | - Unconditionally set IFCAP_VLAN_MTU | Brad Smith |
2014-01-22 | simplify ubcmtp_match | joshua stein |
2014-01-22 | The sr_rebuild function does not actually do the rebuild, it only starts | Joel Sing |
2014-01-22 | tweak ubcmtp comment | joshua stein |
2014-01-22 | Provide inline dummy implementations of drm_sysfs_connector_add() and | Mark Kettenis |
2014-01-22 | Move sr_dump from the RAID5 code into shared code. Rename it to | Joel Sing |
2014-01-22 | bring inteldrm back up after resume using DVACT_WAKEUP (non-cold, able | Theo de Raadt |