summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-23a lot of people have pointed out to me that taking a lock just to read anDavid Gwynne
int isnt necessary.
2014-01-23factor the mutex/bus_space handling of the sts block out.David Gwynne
2014-01-23msleep() with a NULL mtx argument is a programming error.Philip Guenther
ok matthew@ phessler@ dlg@
2014-01-23if cold, do not use tsleep, but use the delay path.Theo de Raadt
Such as during DVACT_RESUME... ok guenther kettenis
2014-01-23Don't blindly continue if and hv_ldc_copy() call fails. For now, simplyMark Kettenis
clean up and return without ACKing any descriptors. That means the client probably hangs. Some thought is needed on what the correct way to handle these conditions is. Made me spot a small memory leak, which is fixed asi a bonus.
2014-01-23put the in{,6}_delayed_cksum() and in{,6}_proto_cksum_out() prototypesChristian Weisgerber
into consistent locations; ok henning@
2014-01-23improve some typesTheo de Raadt
2014-01-23first take in using ftp -D to more consistently show "named" progressRobert Peichaer
during (pre)fetch/verify/install idea from and OK deraadt@
2014-01-23Remove a mid-layer which acts like arc4random isn't fairly standard.Theo de Raadt
ok mikeb
2014-01-23syncTheo de Raadt
2014-01-23drm/radeon/atom: initialize more atom interpretor elements to 0Jonathan Gray
From Alex Deucher 566bdd38a2a524bf1ca2e9292ee8ca8ad336edf9 in ubuntu 3.8 42a21826dc54583cdb79cc8477732e911ac9c376 in mainline linux
2014-01-23Rename ALTQ's HFSC_MAX_CLASSES for the upcoming change.pelikan
Only added a prefix, no functional change. "sure" henning
2014-01-23drm/radeon/atom: workaround vbios bug in transmitter table on rs780Jonathan Gray
From Alex Deucher 3211bb3ea5444754b7281e342f613596fed7f374 in ubuntu 3.8 c23632d4e57c0dd20bf50eca08fa0eb8ad3ff680 in mainline linux
2014-01-23drm/radeon/atom: workaround vbios bug in transmitter table on rs880 (v2)Jonathan Gray
From Alex Deucher 1ec8cfa3fad213c7096139134fa329236cbc85a5 in ubuntu 3.8 91f3a6aaf280294b07c05dfe606e6c27b7ba3c72 in mainline linux
2014-01-23Add -D shorttitle support, so that the progress meter can show some sortTheo de Raadt
of reason why it is processing a certain file. This will be used by the installer for that purpose. ok krw rpe
2014-01-23Waiting on a condition without a lock is an error: you need *some* lockPhilip Guenther
to guarantee there isn't a window in which you can lose a wakeup. The exception for tsleep() is when it's just being used to sleep for a period of time, so permit that too. ok jsing@ deraadt@
2014-01-23Delete spurious if statement.Kenneth R Westerback
ok phessler@ deraadt@ jsing@ guenther@
2014-01-23Remove LD_NORANDOM feature. It serves no usable purpose. DeterminismTheo de Raadt
in this one specific area is not going to help debugging, because so many other parts are non-deterministic. ok guenthre matthew jsing
2014-01-23drm/radeon: Fix sideport problems on certain RS690 boardsJonathan Gray
From Alex Deucher 9be937acd9abcc00b5256e3830bda9264bcca804 in ubuntu 3.8 8333f0fe133be420ce3fcddfd568c3a559ab274e in mainline linux
2014-01-23Add support for rebuilding a RAID5 volume. Lots of testing is stillJoel Sing
required and there is missing functionality, such as the ability to resume a partially completed rebuild. ok krw@
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
From Alex Deucher e46cac0111dfea1fc18a513067abc67dd38e422f in ubuntu 3.8 acf88deb8ddbb73acd1c3fa32fde51af9153227f in mainline linux
2014-01-22Do not assume the data buffers handed down to us from the SCSI midlayer areMark Kettenis
page aligned.
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
tweaking and ok millert@ jmc@
2014-01-22drm/edid: add quirk for BPC in Samsung NP700G7A-S01PL notebookJonathan Gray
From Rafal Milecki f40ead76deb24bbb912c1791722f5ae6eabcc800 in ubuntu 3.8 49d45a31b71d7d9da74485922bdb63faf3dc9684 in mainline linux
2014-01-22drm/i915: No LVDS hardware on Intel D410PT and D425KTJonathan Gray
From Rob Pearce 4694d14ae2ffe12fa49f4b3e57d5c7a6b74c0856 in ubuntu 3.8 645378d85ee524e429aa4cf52806047b56cdc596 in mainline linux
2014-01-22Support paste key in copy mode input (for search etc). Also clamp lengthNicholas Marriott
to screen width.
2014-01-22drm/i915: quirk away phantom LVDS on Intel's D525MW mainboardJonathan Gray
From Jani Nikula 24498530d1a0246d7995baa386ee4fc0208911b2 in in ubuntu 3.8 dcf6d294830d46b0e6901477fb4bf455281d90c8 in mainline linux
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
From Chris Wilson b818e76978dda65f9c749970ebef14490eb93387 in ubuntu 3.8 e5614f0c2d0f4d7f0b8ef745d34593baf2c5dbf8 in mainline linux
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
From Alex Deucher d0d012f66761701d9cda6b9e27bfbac9be766060 in ubuntu 3.8 118bdbd86b39dbb843155054021d2c59058f1e05 in mainline linux
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
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-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
the ball rolling. ok deraadt.
2014-01-22Implement 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-22fix .Xr usage; ok nicm@ jmc@Ingo Schwarze
2014-01-22Fixed typo in error message.Tobias Stoeckmann
ok jmc@
2014-01-22bring over kqfilter code from ufs which works better than theTed Unangst
generic flavor. problems noted and tested by ajacoutot
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
ok jmc@
2014-01-22tpms(4) was renamed to utpms(4)joshua stein