Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
From Alex Deucher e46cac0111dfea1fc18a513067abc67dd38e422f in ubuntu 3.8 acf88deb8ddbb73acd1c3fa32fde51af9153227f in mainline linux | |||
2014-01-22 | Do not assume the data buffers handed down to us from the SCSI midlayer are | Mark Kettenis | |
page aligned. | |||
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 | sync | Theo de Raadt | |
2014-01-22 | Use consistent phrasing for bitmask flags. | Philip Guenther | |
tweaking and ok millert@ jmc@ | |||
2014-01-22 | drm/edid: add quirk for BPC in Samsung NP700G7A-S01PL notebook | Jonathan Gray | |
From Rafal Milecki f40ead76deb24bbb912c1791722f5ae6eabcc800 in ubuntu 3.8 49d45a31b71d7d9da74485922bdb63faf3dc9684 in mainline linux | |||
2014-01-22 | drm/i915: No LVDS hardware on Intel D410PT and D425KT | Jonathan Gray | |
From Rob Pearce 4694d14ae2ffe12fa49f4b3e57d5c7a6b74c0856 in ubuntu 3.8 645378d85ee524e429aa4cf52806047b56cdc596 in mainline linux | |||
2014-01-22 | Support paste key in copy mode input (for search etc). Also clamp length | Nicholas Marriott | |
to screen width. | |||
2014-01-22 | drm/i915: quirk away phantom LVDS on Intel's D525MW mainboard | Jonathan Gray | |
From Jani Nikula 24498530d1a0246d7995baa386ee4fc0208911b2 in in ubuntu 3.8 dcf6d294830d46b0e6901477fb4bf455281d90c8 in mainline linux | |||
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 | |
From Chris Wilson b818e76978dda65f9c749970ebef14490eb93387 in ubuntu 3.8 e5614f0c2d0f4d7f0b8ef745d34593baf2c5dbf8 in mainline linux | |||
2014-01-22 | add explicit_bzero to NAME; | Jason McIntyre | |
2014-01-22 | add DMI_EXACT_MATCH macro, handled the same as DMI_MATCH for now | Jonathan Gray | |
2014-01-22 | regrand can die, from millert | Theo de Raadt | |
2014-01-22 | sync | Todd T. Fries | |
2014-01-22 | drm/edid: add quirk for Medion MD30217PG | Jonathan Gray | |
From Alex Deucher d0d012f66761701d9cda6b9e27bfbac9be766060 in ubuntu 3.8 118bdbd86b39dbb843155054021d2c59058f1e05 in mainline linux | |||
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 | |
as the resource the iopool is managing, but gated by the availability of the service domain. it takes advantage of the newly available scsi_iopool_run() interface to restart io when the domain providing a disk comes back. ok kettenis@ | |||
2014-01-22 | replace sensitive memsets with explicit_bzero | Ted Unangst | |
2014-01-22 | minor++ | Ted Unangst | |
2014-01-22 | add explicit_bzero to libc. implementation subject to change, but start | Ted Unangst | |
the ball rolling. ok deraadt. | |||
2014-01-22 | Implement the \: (optional line break) escape sequence, | Ingo Schwarze | |
documented in the Ossanna-Kernighan-Ritter troff manual and also supported by groff. Missing feature reported by Steffen Nurpmeso <sdaoden at gmail dot com>. | |||
2014-01-22 | fix .Xr usage; ok nicm@ jmc@ | Ingo Schwarze | |
2014-01-22 | Fixed typo in error message. | Tobias Stoeckmann | |
ok jmc@ | |||
2014-01-22 | bring over kqfilter code from ufs which works better than the | Ted Unangst | |
generic flavor. problems noted and tested by ajacoutot | |||
2014-01-22 | Merge server-info into show-messages and remove some not useful output. | Nicholas Marriott | |
2014-01-22 | add manpage for new ubcmtp driver | joshua stein | |
ok jmc@ | |||
2014-01-22 | tpms(4) was renamed to utpms(4) | joshua stein | |
2014-01-22 | sync | Todd T. Fries | |
2014-01-22 | Split the checksum calculation for IPv6 like for IPv4: | Christian Weisgerber | |
Always calculate the pseudo-header checksum. Complete the checksum if hardware offload is not available. Parts originally from NetBSD; ok henning@ | |||
2014-01-22 | Do not permit periods in session names (colons are already banned). From | Nicholas Marriott | |
J Raynor. | |||
2014-01-22 | Only exit copy mode at the bottom if no selection in progress, from | Nicholas Marriott | |
Benoit Pierre. | |||
2014-01-22 | There's no reason to pass a netmask argument when doing a RTF_HOST | Martin Pieuchot | |
request, so kill it along with the associated global variable. ok claudio@ | |||
2014-01-22 | Do not attempt to handle rebuild work units in the RAID5 work unit | Joel Sing | |
completion code. Add a comment about retrying on write failures. | |||
2014-01-22 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis | |
we block all interrupts that can grab the kernel lock. The simplest way to achieve this is to make sure mutexes always raise the ipl to the highest level that has interrupts that grab the kernel lock. This will allow us to have "mpsafe" interrupt handlers at lower priority levels. No change for non-MULTIPROCESSOR kernels. tested by mpi@, landry@ ok mpi@, dlg@ | |||
2014-01-22 | Use extent_alloc_subregion_with_descr(9). This should make bus_dmamap_load(9) | Mark Kettenis | |
and bus_dmamap_unload(9) "mpsafe". | |||
2014-01-22 | Do not bother comparing/merging empty files. Regression from previous | Antoine Jacoutot | |
spotted by kettenis@ | |||
2014-01-22 | Kill the RN_DEBUG code it is broken since rev 1.1 and not worth fixing. | Claudio Jeker | |
OK mpi@ and krw@ | |||
2014-01-22 | clean up macro usage; | Ingo Schwarze | |
tweak and ok ratchov@, ok jmc@ | |||
2014-01-22 | fix a leak in getgrouplist() | Jonathan Gray | |
problem reproduced and fix verified by schwarze who wrote the code ok krw@ deraadt@ schwarze@ | |||
2014-01-22 | fix a leak | Jonathan Gray | |
ok krw@ deraadt@ benno@ | |||
2014-01-22 | fix an fd leak | Jonathan Gray | |
ok krw@ deraadt@ | |||
2014-01-22 | fix fd leaks in error paths | Jonathan Gray | |
ok krw@ phessler@ | |||
2014-01-22 | Add a debug flag for rebuild. | Joel Sing | |
2014-01-22 | fix a leak in an error path | Jonathan Gray | |
ok krw@ deraadt@ | |||
2014-01-22 | fix leaks | Jonathan Gray | |
ok krw@ deraadt@ benno@ phessler@ | |||
2014-01-22 | Allocate two work units for use by rebuild/scrub. | Joel Sing | |
2014-01-22 | fix printing of IPcomp SAs; ok mikeb@ & todd@ | Markus Friedl | |