git: drm: linux/mm.h: Add offset_in_page()

2015-02-28 Thread Francois Tigeot
commit d0f32dcc1a90b3acc46595a8ed98e66dee4f7bfe Author: François Tigeot ftig...@wolfpond.org Date: Sat Feb 28 08:50:44 2015 +0100 drm: linux/mm.h: Add offset_in_page() Obtained-from: OpenBSD Summary of changes: sys/dev/drm/include/linux/mm.h | 2 ++ 1 file changed, 2

git: kernel: Remove unused xwait headers.

2015-02-28 Thread Sascha Wildner
commit 4235d6d609bf06c1fd35dae6e73262100d503836 Author: Sascha Wildner s...@online.de Date: Sat Feb 28 12:53:03 2015 +0100 kernel: Remove unused xwait headers. xsleep/xwakeup were added to DragonFly in 2003 to replace asleep/awakeup from FreeBSD 4.x. tsleep wakeup sleep on

git: kernel: Remove unused hogticks global from kern_synch.c.

2015-02-28 Thread Sascha Wildner
commit 916e1a45d2e42d27f761da5c39e1c23d53624f14 Author: Sascha Wildner s...@online.de Date: Sat Feb 28 12:33:07 2015 +0100 kernel: Remove unused hogticks global from kern_synch.c. hogticks was a global definition used in kern_synch.c:should_yield(). A thread that had remained

git: drm: Add drm_clflush_virt_range()

2015-02-28 Thread Francois Tigeot
commit 40d5c1084ddaba8f5c7725ad5c0f1fe76d34c82a Author: François Tigeot ftig...@wolfpond.org Date: Sat Feb 28 08:57:43 2015 +0100 drm: Add drm_clflush_virt_range() Obtained-from: Linux 3.11 Summary of changes: sys/dev/drm/drm/Makefile | 1 +

git: sbin/hammer: Don't show FLAG_BADMIRRORTID for root node in certain corner case situation

2015-02-28 Thread Tomohiro Kusumi
commit 44cd685c7ff64915c6067e9911cb9d6f03e2eaf8 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Sun Mar 1 05:06:01 2015 +0900 sbin/hammer: Don't show FLAG_BADMIRRORTID for root node in certain corner case situation - Make hammer show command stop showwing an error flag

git: drm: Import drm_memory.h from Linux 3.11

2015-02-28 Thread Francois Tigeot
commit 97829b152f9cf49a9e4688f048eb06b355a056fb Author: François Tigeot ftig...@wolfpond.org Date: Sat Feb 28 09:05:56 2015 +0100 drm: Import drm_memory.h from Linux 3.11 Summary of changes: sys/dev/drm/include/drm/drmP.h | 3 +- .../drm/{drm_stub.c =

git: sbin/hammer: Rename static function print_elm_flags() to get_elm_flags()

2015-02-28 Thread Tomohiro Kusumi
commit 17958f92d4f32316b39587da1fb1d83801539ffa Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Fri Feb 27 20:45:22 2015 +0900 sbin/hammer: Rename static function print_elm_flags() to get_elm_flags() - print_elm_flags() doesn't print anything. Summary of changes:

git: hammer2 / kern_dmsg - Fix bugs

2015-02-28 Thread Matthew Dillon
commit 1a2a529d2ed1cb3da316f7fe2d8ae44b4bdd27b7 Author: Matthew Dillon dil...@apollo.backplane.com Date: Sat Feb 28 08:13:49 2015 -0800 hammer2 / kern_dmsg - Fix bugs * Fix header size limt check. * Do not free the message data out from under a running I/O.

git: hammer2 - Add extra debugging

2015-02-28 Thread Matthew Dillon
commit 78b00acd173f6f0b31078700db93eae225b6fea1 Author: Matthew Dillon dil...@apollo.backplane.com Date: Sat Feb 28 10:06:14 2015 -0800 hammer2 - Add extra debugging * Enable DMsgDebugOpt if -d is specified twice. Summary of changes: sbin/hammer2/main.c | 2 ++ 1 file changed, 2

git: DragonFly_RELEASE_4_0 kernel/scsi: Fix sense information printing in bootverbose.

2015-02-28 Thread Sascha Wildner
commit 1af1e3e4363ab4e8deabf282a04d392f12396286 Author: Sascha Wildner s...@online.de Date: Sat Feb 28 20:55:30 2015 +0100 kernel/scsi: Fix sense information printing in bootverbose. Summary of changes: sys/bus/cam/scsi/scsi_all.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

git: drm/i915: Sync i915_gem.c with Linux 3.11

2015-02-28 Thread Francois Tigeot
commit 7256b59b62b12fddef869bc7ea717abafcd1049c Author: François Tigeot ftig...@wolfpond.org Date: Sat Feb 28 11:48:43 2015 +0100 drm/i915: Sync i915_gem.c with Linux 3.11 * Make the GEM code more similar to Linux * Replace i915_gem_shmem_pread() by the OpenBSD

git: kernel: Mark sigexit() and cpu_halt() as not returning.

2015-02-28 Thread Sascha Wildner
commit e64c3faa61cdcddadc0334df21ef42870258eb00 Author: Sascha Wildner s...@online.de Date: Sat Feb 28 21:31:02 2015 +0100 kernel: Mark sigexit() and cpu_halt() as not returning. Summary of changes: sys/sys/signalvar.h | 2 +- sys/sys/systm.h | 2 +- 2 files changed, 2 insertions(+),

git: libdmsg - Fix buffer indexing bug in crypted path

2015-02-28 Thread Matthew Dillon
commit f2239a4e4b26690b110df082d3616165c94839fc Author: Matthew Dillon dil...@apollo.backplane.com Date: Sat Feb 28 08:11:33 2015 -0800 libdmsg - Fix buffer indexing bug in crypted path * Fix a buffering index bug in the crypted path which causes a buffer overrun and/or

git: kernel/scsi: Fix sense information printing in bootverbose.

2015-02-28 Thread Sascha Wildner
commit f5c36c3e4c612f366cb62cfdfeb4097e1d585ca8 Author: Sascha Wildner s...@online.de Date: Sat Feb 28 20:55:30 2015 +0100 kernel/scsi: Fix sense information printing in bootverbose. Summary of changes: sys/bus/cam/scsi/scsi_all.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)