summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-23Use MIN() instead of min() as we're dealing with 64-bit types.Mark Kettenis
2014-01-23drm/radeon: fix resume on some rs4xx boards (v2)Jonathan Gray
2014-01-22Do not assume the data buffers handed down to us from the SCSI midlayer areMark Kettenis
2014-01-22Assert copyright.Joel Sing
2014-01-22Add some debug messages to the rebuild process and fix a bogus comment.Joel Sing
2014-01-22syncTheo de Raadt
2014-01-22Use consistent phrasing for bitmask flags.Philip Guenther
2014-01-22drm/edid: add quirk for BPC in Samsung NP700G7A-S01PL notebookJonathan Gray
2014-01-22drm/i915: No LVDS hardware on Intel D410PT and D425KTJonathan Gray
2014-01-22Support paste key in copy mode input (for search etc). Also clamp lengthNicholas Marriott
2014-01-22drm/i915: quirk away phantom LVDS on Intel's D525MW mainboardJonathan Gray
2014-01-22Only kick the iopool if we've just established a new connection to the server.Mark Kettenis
2014-01-22drm/i915: quirk away phantom LVDS on Intel's D510MO mainboardJonathan Gray
2014-01-22add explicit_bzero to NAME;Jason McIntyre
2014-01-22add DMI_EXACT_MATCH macro, handled the same as DMI_MATCH for nowJonathan Gray
2014-01-22regrand can die, from millertTheo de Raadt
2014-01-22syncTodd T. Fries
2014-01-22drm/edid: add quirk for Medion MD30217PGJonathan Gray
2014-01-22fix endianness for FC4 type registrationJonathan Matthew
2014-01-22this gets rid of NO_CCB in vdsk. it considers space on the tx ringDavid Gwynne
2014-01-22replace sensitive memsets with explicit_bzeroTed Unangst
2014-01-22minor++Ted Unangst
2014-01-22add explicit_bzero to libc. implementation subject to change, but startTed Unangst
2014-01-22Implement the \: (optional line break) escape sequence,Ingo Schwarze
2014-01-22fix .Xr usage; ok nicm@ jmc@Ingo Schwarze
2014-01-22Fixed typo in error message.Tobias Stoeckmann
2014-01-22bring over kqfilter code from ufs which works better than theTed Unangst
2014-01-22Merge server-info into show-messages and remove some not useful output.Nicholas Marriott
2014-01-22add manpage for new ubcmtp driverjoshua stein
2014-01-22tpms(4) was renamed to utpms(4)joshua stein
2014-01-22syncTodd T. Fries
2014-01-22Split the checksum calculation for IPv6 like for IPv4:Christian Weisgerber
2014-01-22Do not permit periods in session names (colons are already banned). FromNicholas Marriott
2014-01-22Only exit copy mode at the bottom if no selection in progress, fromNicholas Marriott
2014-01-22There's no reason to pass a netmask argument when doing a RTF_HOSTMartin Pieuchot
2014-01-22Do not attempt to handle rebuild work units in the RAID5 work unitJoel Sing
2014-01-22To prevent lock ordering problems with the kernel lock, we need to make sureMark Kettenis
2014-01-22Use extent_alloc_subregion_with_descr(9). This should make bus_dmamap_load(9)Mark Kettenis
2014-01-22Do not bother comparing/merging empty files. Regression from previousAntoine Jacoutot
2014-01-22Kill the RN_DEBUG code it is broken since rev 1.1 and not worth fixing.Claudio Jeker
2014-01-22clean up macro usage;Ingo Schwarze
2014-01-22fix a leak in getgrouplist()Jonathan Gray
2014-01-22fix a leakJonathan Gray
2014-01-22fix an fd leakJonathan Gray
2014-01-22fix fd leaks in error pathsJonathan Gray
2014-01-22Add a debug flag for rebuild.Joel Sing
2014-01-22fix a leak in an error pathJonathan Gray
2014-01-22fix leaksJonathan Gray
2014-01-22Allocate two work units for use by rebuild/scrub.Joel Sing
2014-01-22fix printing of IPcomp SAs; ok mikeb@ & todd@Markus Friedl