git: drm/i915: Only build on amd64/x86_64 machines

2014-08-15 Thread Francois Tigeot
commit 4b892e6b4435f6ff8916ac755a6014e0ca737b0d Author: François Tigeot ftig...@wolfpond.org Date: Fri Aug 15 08:44:44 2014 +0200 drm/i915: Only build on amd64/x86_64 machines This driver now requires a direct memory map. Summary of changes: sys/dev/drm/Makefile | 6 -- 1

git: drm/i915: Sync i915_drv.h and i915_debugfs.c with Linux 3.8.13

2014-08-16 Thread Francois Tigeot
commit 3f2f609dd7c1ec850f537ee3f5defd14fedba6e0 Author: François Tigeot ftig...@wolfpond.org Date: Sat Aug 16 11:52:04 2014 +0200 drm/i915: Sync i915_drv.h and i915_debugfs.c with Linux 3.8.13 Summary of changes: sys/dev/drm/i915/i915_debugfs.c | 2058

git: drm/i915: Enable fbc on Mobile Ironlake

2014-08-17 Thread Francois Tigeot
commit 00dca1bbb5856f9568ff192ab9e01250dd474392 Author: François Tigeot ftig...@wolfpond.org Date: Sun Aug 17 11:08:58 2014 +0200 drm/i915: Enable fbc on Mobile Ironlake Summary of changes: sys/dev/drm/i915/i915_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

git: drm/i915: Sync ioctl definitions with Linux 3.8.13

2014-08-18 Thread Francois Tigeot
commit c737e47cd0a97af504a886a3c2f8cbcdf419ce9b Author: François Tigeot ftig...@wolfpond.org Date: Mon Aug 18 08:34:57 2014 +0200 drm/i915: Sync ioctl definitions with Linux 3.8.13 Many ioctls are now unlocked. Summary of changes: sys/dev/drm/i915/i915_dma.c | 84

git: drm/i915: Implement GEM GET and SET_CACHING ioctls

2014-08-26 Thread Francois Tigeot
commit e61afc2bd565291a3326f25abec118a60e3ce9c0 Author: François Tigeot ftig...@wolfpond.org Date: Tue Aug 26 18:21:17 2014 +0200 drm/i915: Implement GEM GET and SET_CACHING ioctls They can be used by userspace drivers to accelerate uploads and downloads from the GPU and also

git: drm/i915: Add the I915_GEM_WAIT ioctl

2014-08-30 Thread Francois Tigeot
commit fabb21f34f36e68a5df616b01a5b656599309798 Author: François Tigeot ftig...@wolfpond.org Date: Sat Aug 30 17:41:58 2014 +0200 drm/i915: Add the I915_GEM_WAIT ioctl It can be used to implement the GL_ARB_sync OpenGL extension. Summary of changes: sys/dev/drm/i915/i915_dma.c

git: drm: struct drm_driver.max_ioctl doesn't exist

2014-08-31 Thread Francois Tigeot
commit 8e6138a1b45a9015db71dbeee70b19888aade80a Author: François Tigeot ftig...@wolfpond.org Date: Sun Aug 31 11:41:23 2014 +0200 drm: struct drm_driver.max_ioctl doesn't exist Use num_ioctls like in Linux. Summary of changes: sys/dev/drm/Makefile| 2 +-

git: drm: Stop building the mach64 driver

2014-09-01 Thread Francois Tigeot
commit 3a2e111918d16b0d2e7c1bc6eb645ba9eb2539b4 Author: François Tigeot ftig...@wolfpond.org Date: Mon Sep 1 15:51:31 2014 +0200 drm: Stop building the mach64 driver It doesn't compile anymore with some drm changes from Linux 3.8. Summary of changes: sys/conf/files| 4

git: drm: Add WARN_ON_ONCE()

2014-09-07 Thread Francois Tigeot
commit b8e08b9d552eab24a3f4f83e064c75700bb8f18b Author: François Tigeot ftig...@wolfpond.org Date: Sun Sep 7 17:23:42 2014 +0200 drm: Add WARN_ON_ONCE() Obtained-from: OpenBSD Summary of changes: sys/dev/drm/include/linux/kernel.h | 11 +++ 1 file changed, 11

git: drm/i915: Add hardware context support

2014-09-07 Thread Francois Tigeot
commit e555d299b9df087fb3878de0ef3f8a84d1405952 Author: François Tigeot ftig...@wolfpond.org Date: Sun Sep 7 17:52:40 2014 +0200 drm/i915: Add hardware context support This feature is required by Mesa 9.2+ Inspired-by: Jean-Sébastien Pédron's FreeBSD HW context patch

git: drm/i915: i915_gem_object_pin() takes 4 arguments

2014-09-13 Thread Francois Tigeot
commit b00bc81c64504e37ae5da25cab354f3b0dc27358 Author: François Tigeot ftig...@wolfpond.org Date: Sat Sep 13 09:13:09 2014 +0200 drm/i915: i915_gem_object_pin() takes 4 arguments Obtained-from: Linux 3.8.13 Summary of changes: sys/dev/drm/i915/i915_drv.h| 6 +++--

git: drm: Fix a randr bug

2014-09-18 Thread Francois Tigeot
commit 07f3367ee7d642d76029c7c1c36e9d9f725b33b0 Author: François Tigeot ftig...@wolfpond.org Date: Thu Sep 18 20:15:24 2014 +0200 drm: Fix a randr bug * Sync drm_linux_list_sort.c with FreeBSD, fixing a qsort_r() bug * Array elements were not properly sorted, resulting

git: Bump __DragonFly_version for i915 hw context support

2014-09-30 Thread Francois Tigeot
commit c37490a2ce808ac4613c19319b7d212746766c8d Author: François Tigeot ftig...@wolfpond.org Date: Tue Sep 30 08:50:45 2014 +0200 Bump __DragonFly_version for i915 hw context support Summary of changes: sys/sys/param.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

git: drm/i915: Simplify the flush code

2014-10-03 Thread Francois Tigeot
commit b312333e54566be897b29c3b284eca83f432be43 Author: François Tigeot ftig...@wolfpond.org Date: Fri Oct 3 11:20:58 2014 +0200 drm/i915: Simplify the flush code Reduce differences with Linux 3.8.13 Summary of changes: sys/dev/drm/i915/i915_drv.h| 4 --

git: drm: Add Linux PCI headers

2014-10-04 Thread Francois Tigeot
commit 5af3f531a8b3627162fadb10394e394b115c6535 Author: François Tigeot ftig...@wolfpond.org Date: Sat Oct 4 09:45:33 2014 +0200 drm: Add Linux PCI headers Summary of changes: sys/dev/drm/i915/intel_display.c | 2 -- sys/dev/drm/include/drm/drmP.h | 1

git: drm: Consolidate memory allocation types

2014-10-15 Thread Francois Tigeot
commit 5a3b77d553181ca735914f643937647d4f215d0e Author: François Tigeot ftig...@wolfpond.org Date: Wed Oct 15 20:43:53 2014 +0200 drm: Consolidate memory allocation types * The DRM subsystem was using many different kmalloc types for no good reason * Some types

git: drm: Add and use drm/drm_mem_util.h

2014-10-16 Thread Francois Tigeot
commit df93e31ee490260143a85069dcba944418268900 Author: François Tigeot ftig...@wolfpond.org Date: Thu Oct 16 08:42:01 2014 +0200 drm: Add and use drm/drm_mem_util.h Reducing differences with the Linux code base Summary of changes: sys/dev/drm/i915/i915_gem_execbuffer.c | 43

git: drm: msleep() must not sleep forever

2014-10-23 Thread Francois Tigeot
commit 973d111be925a4b40dea8054522c357ae9c23640 Author: François Tigeot ftig...@wolfpond.org Date: Thu Oct 23 17:36:30 2014 +0200 drm: msleep() must not sleep forever * In some cases, the msleep() implementation called tsleep() with a timeout value of zero, making the

git: drm: Remove unused PCI ids

2014-10-23 Thread Francois Tigeot
commit cd783a9c9939d40e39c9941b004e75342c607f76 Author: François Tigeot ftig...@wolfpond.org Date: Thu Oct 23 22:11:33 2014 +0200 drm: Remove unused PCI ids Summary of changes: sys/dev/drm/include/drm/drm_pciids.h | 335 --- 1 file changed, 335

git: Remove remaining drm1 bits

2014-10-23 Thread Francois Tigeot
commit 828b87c8ef3a3a3088fcb6d0abc73ad214776367 Author: François Tigeot ftig...@wolfpond.org Date: Thu Oct 23 22:42:58 2014 +0200 Remove remaining drm1 bits * Remove kernel compilation options and manpages for old drivers * Make sure make upgrade removes old kernel

git: build.7: document rescue target

2014-10-26 Thread Francois Tigeot
commit a63e7f945bbca836e59c1cdfea41b6fe397e397b Author: Robin Hahling robin.hahl...@gw-computing.net Date: Sun Oct 26 08:41:01 2014 +0100 build.7: document rescue target Summary of changes: share/man/man7/build.7 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)

git: DragonFly_RELEASE_4_0 build.7: document rescue target

2014-10-26 Thread Francois Tigeot
commit 6149fdce2a5178d5f85e12ff1cc235c0d63378d4 Author: Robin Hahling robin.hahl...@gw-computing.net Date: Sun Oct 26 08:41:01 2014 +0100 build.7: document rescue target Summary of changes: share/man/man7/build.7 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)

git: kernel/x86: Add Advanced Power Management Information constants

2014-11-01 Thread Francois Tigeot
commit deb2112cd3ff7bd2b2df79057e6b3982bf46d668 Author: François Tigeot ftig...@wolfpond.org Date: Sat Nov 1 21:18:37 2014 +0100 kernel/x86: Add Advanced Power Management Information constants Obtained-from: FreeBSD Summary of changes: sys/cpu/x86_64/include/specialreg.h | 14

git: drm/i915: Clean up various non-critical files

2014-11-01 Thread Francois Tigeot
commit e3440f963d168fa3ccb25daabd2beebd240133f5 Author: François Tigeot ftig...@wolfpond.org Date: Sat Nov 1 22:04:59 2014 +0100 drm/i915: Clean up various non-critical files Remove dead code and obsolete fields in various areas, reducing differences with Linux 3.8.13.

git: drm/i915: Make the GEM code more Linux-like

2014-11-03 Thread Francois Tigeot
commit d1c259eee6a290aadce1c78a746e131034aba76a Author: François Tigeot ftig...@wolfpond.org Date: Mon Nov 3 11:36:06 2014 +0200 drm/i915: Make the GEM code more Linux-like * Reduce differences with Linux 3.8.13 * Segregate memory domains in the GTT using coloring

git: DragonFly_RELEASE_4_0 sysv_shm: allow attaching to REMOVED shm segments

2014-11-05 Thread Francois Tigeot
commit 1d8185a6e0bef5d587ac190107ba4c9261925d12 Author: Joris Giovannangeli jo...@giovannangeli.fr Date: Sun Nov 2 19:08:18 2014 +0100 sysv_shm: allow attaching to REMOVED shm segments * Add kern.ipc.shm_allow_removed to allow for this behavior * chrome relies on this

git: kernel: Allow pf to build without INET6

2014-11-05 Thread Francois Tigeot
commit 06397f9c6ab6df05b0ee82cd8aaa9ca5db346e45 Author: François Tigeot ftig...@wolfpond.org Date: Wed Nov 5 10:11:31 2014 +0100 kernel: Allow pf to build without INET6 Submitted-by: lhmwzy Summary of changes: sys/net/pf/pf_table.c | 4 1 file changed, 4 insertions(+)

git: drm/i915: Remove a premature i915_gem_valid_gtt_space() check

2014-11-05 Thread Francois Tigeot
commit b36651542ccf7e819ad4fd072e348c9d964f5eaf Author: François Tigeot ftig...@wolfpond.org Date: Wed Nov 5 23:08:23 2014 +0100 drm/i915: Remove a premature i915_gem_valid_gtt_space() check We still miss some gtt initialization code at this point in time

git: DragonFly_RELEASE_4_0 kernel: Allow pf to build without INET6

2014-11-06 Thread Francois Tigeot
commit 51dd107e9df0ca29270b062268962c7e0f2c5fd5 Author: François Tigeot ftig...@wolfpond.org Date: Wed Nov 5 10:11:31 2014 +0100 kernel: Allow pf to build without INET6 Submitted-by: lhmwzy Summary of changes: sys/net/pf/pf_table.c | 4 1 file changed, 4 insertions(+)

git: kernel: Move dev2unit() to a common place

2014-11-09 Thread Francois Tigeot
commit fdd7924a4a20466eab9b8146798e62a86e7752d7 Author: François Tigeot ftig...@wolfpond.org Date: Sun Nov 9 11:28:08 2014 +0100 kernel: Move dev2unit() to a common place It is required by both the firewire driver and recent versions of the FreeBSD sound framework. Summary

git: kernel: Document pci_find_extcap(9)

2014-11-09 Thread Francois Tigeot
commit 7432ac83caa34c5e71ca03b978d176c54a21cb35 Author: François Tigeot ftig...@wolfpond.org Date: Sun Nov 9 11:45:13 2014 +0100 kernel: Document pci_find_extcap(9) Inspired-from: FreeBSD's pci.9 manpage Reviewed-by: swildner Summary of changes: share/man/man9/Makefile | 1

git: drm: Remove some useless macros

2014-11-09 Thread Francois Tigeot
commit 9afd5b1c521d0761b2ea2564a556baa1be4a15b2 Author: François Tigeot ftig...@wolfpond.org Date: Sun Nov 9 14:16:33 2014 +0100 drm: Remove some useless macros Summary of changes: sys/dev/drm/i915/i915_gem.c | 3 --- sys/dev/drm/include/drm/drmP.h| 7 ---

git: drm: linux/io.h is really asm/io.h, rename it

2014-11-15 Thread Francois Tigeot
commit 4cdd475a0515aff2fb1af9c57a12e4eddf628908 Author: François Tigeot ftig...@wolfpond.org Date: Sat Nov 15 18:46:18 2014 +0100 drm: linux/io.h is really asm/io.h, rename it While there, also add ioremap() and ioremap_wc() to the new file Summary of changes:

git: date(1): Add -R flag to use RFC 2822 date and time output format

2014-11-15 Thread Francois Tigeot
commit 3ea318c6a5debb74a8ef8e61ff0d45babbfb50c2 Author: Robin Hahling robin.hahl...@gw-computing.net Date: Sat Nov 15 19:57:37 2014 +0100 date(1): Add -R flag to use RFC 2822 date and time output format As stated in the man page, this is equivalent to use %a, %d %b %Y %T %z as

git: drm: Rename drm_os_freebsd.h to drm_os_linux.h

2014-11-15 Thread Francois Tigeot
commit 0fb52de5996e4bcbedf7fb6b1ef019833068257b Author: François Tigeot ftig...@wolfpond.org Date: Sat Nov 15 21:23:12 2014 +0100 drm: Rename drm_os_freebsd.h to drm_os_linux.h Move DRM_READ() and DRM_WRITE() macros to the new file Summary of changes:

git: drm: Change sruct drm_local_map

2014-11-16 Thread Francois Tigeot
commit 5c002123a080c7e282ce7c588de5ce158857c0b1 Author: François Tigeot ftig...@wolfpond.org Date: Sat Nov 15 11:13:08 2014 +0100 drm: Change sruct drm_local_map Make it identical to the version from Linux 3.8.13. Summary of changes: sys/dev/drm/drm_bufs.c | 48

git: newsyslog(8): use the size of the file instead of the blocks...

2014-11-16 Thread Francois Tigeot
commit 050a6d49248024cfa4717fca3b065fdde7f3878b Author: Robin Hahling robin.hahl...@gw-computing.net Date: Sun Nov 16 11:13:01 2014 +0100 newsyslog(8): use the size of the file instead of the blocks... ... it takes on disk, as advertised in newsyslog.conf(5). Taken-from:

git: sysctl: Give each device its own context and subtree

2014-11-16 Thread Francois Tigeot
commit 8e4d13764bdfc916c23fb22158c65e486dce631c Author: François Tigeot ftig...@wolfpond.org Date: Sun Nov 16 12:35:45 2014 +0100 sysctl: Give each device its own context and subtree * Add device_get_sysctl_ctx() and device_get_sysctl_tree() functions * All devices now

git: drm/ttm: Fix ttm_bo_wait_unreserved()

2014-11-16 Thread Francois Tigeot
commit e434fbb5b75d1f4dcd1ea15b038280f8c81a2cad Author: François Tigeot ftig...@wolfpond.org Date: Sun Nov 16 18:09:45 2014 +0100 drm/ttm: Fix ttm_bo_wait_unreserved() By using the wait event API and code from Linux 3.8.13 The old implementation of this function had a

git: drm/radeon: Replace some custom code by Linux wait queues

2014-11-16 Thread Francois Tigeot
commit 0d5a30c12812b3160d571c62fe8d953391f38f7b Author: François Tigeot ftig...@wolfpond.org Date: Sun Nov 16 18:29:44 2014 +0100 drm/radeon: Replace some custom code by Linux wait queues Summary of changes: sys/dev/drm/radeon/radeon.h | 3 +- sys/dev/drm/radeon/radeon_fence.c |

git: patch(1): Add dry-run alias for compatibility with other implementations

2014-11-16 Thread Francois Tigeot
commit c4be1ed54eff4542e7a8605007f73b381092df37 Author: Robin Hahling robin.hahl...@gw-computing.net Date: Sun Nov 16 20:11:36 2014 +0100 patch(1): Add dry-run alias for compatibility with other implementations Other implementations of patch(1), including GNU patch, svn patch and

git: DragonFly_RELEASE_4_0 drm/ttm: Fix ttm_bo_wait_unreserved()

2014-11-16 Thread Francois Tigeot
commit cfa972faf187868ffc93e59ed777ef290b7fdf13 Author: François Tigeot ftig...@wolfpond.org Date: Sun Nov 16 18:09:45 2014 +0100 drm/ttm: Fix ttm_bo_wait_unreserved() By using the wait event API and code from Linux 3.8.13 The old implementation of this function had a

git: DragonFly_RELEASE_4_0 newsyslog(8): use the size of the file instead of the blocks...

2014-11-16 Thread Francois Tigeot
commit 4ef9d078f2cb8cfca5499dbb625154c6a0a0bcd2 Author: Robin Hahling robin.hahl...@gw-computing.net Date: Sun Nov 16 11:13:01 2014 +0100 newsyslog(8): use the size of the file instead of the blocks... ... it takes on disk, as advertised in newsyslog.conf(5). Taken-from:

git: camcontrol(8): Add '-b' flag to 'camcontrol devlist'

2014-11-16 Thread Francois Tigeot
commit bbb051afca844a81b0fc2b4033979811b7461db3 Author: Robin Hahling robin.hahl...@gw-computing.net Date: Sun Nov 16 22:04:15 2014 +0100 camcontrol(8): Add '-b' flag to 'camcontrol devlist' This prints only the existing buses and their parent sims, useful for creating a

git: drm: Add linux/mm.h

2014-11-16 Thread Francois Tigeot
commit 33c8403b0802c5174745de585f04d15cdb89861a Author: François Tigeot ftig...@wolfpond.org Date: Sun Nov 16 22:20:18 2014 +0100 drm: Add linux/mm.h Obtained-from: FreeBSD's OFED framework Summary of changes: sys/dev/drm/include/drm/drmP.h | 2 +-

git: drm: Use the ERESTARTSYS error code

2014-11-16 Thread Francois Tigeot
commit 797013cfbc62bad83a82eef6ad5504d6797bd4f5 Author: François Tigeot ftig...@wolfpond.org Date: Sun Nov 16 23:14:17 2014 +0100 drm: Use the ERESTARTSYS error code * Linux kernel functions can return -ERESTARTSYS in some cases, a negative value indicating an error

git: drm: Use lockmgr locks with Linux wait queues

2014-11-18 Thread Francois Tigeot
commit 88c5318ef0b15bc6f23c6ddfe09d2226a2720d8e Author: François Tigeot ftig...@wolfpond.org Date: Tue Nov 18 22:18:03 2014 +0100 drm: Use lockmgr locks with Linux wait queues * On Linux, it is possible to grab a second spinlock in an already spinlock-protected code

git: DragonFly_RELEASE_4_0 drm: Add linux/mm.h

2014-11-18 Thread Francois Tigeot
commit 3cba8d925cf087c053dd12ebeeaf14069c79b249 Author: François Tigeot ftig...@wolfpond.org Date: Sun Nov 16 22:20:18 2014 +0100 drm: Add linux/mm.h Obtained-from: FreeBSD's OFED framework Summary of changes: sys/dev/drm/include/drm/drmP.h | 2 +-

git: DragonFly_RELEASE_4_0 drm: Use the ERESTARTSYS error code

2014-11-18 Thread Francois Tigeot
commit b0c3948b7bda9ab43188bc0e7b1d4b34874b749c Author: François Tigeot ftig...@wolfpond.org Date: Sun Nov 16 23:14:17 2014 +0100 drm: Use the ERESTARTSYS error code * Linux kernel functions can return -ERESTARTSYS in some cases, a negative value indicating an error

git: DragonFly_RELEASE_4_0 drm: Make wait_event_interruptible interruptible and fix its return value.

2014-11-18 Thread Francois Tigeot
commit a464d9e7d08c7b9352c84bc4860f62cab180fd8a Author: Imre Vadasz i...@vdsz.com Date: Sat Nov 15 16:59:06 2014 +0100 drm: Make wait_event_interruptible interruptible and fix its return value. * __wait_event_common now works like wait_event_interruptible_timeout does in

git: DragonFly_RELEASE_4_0 drm: Use lockmgr locks with Linux wait queues

2014-11-18 Thread Francois Tigeot
commit d8f9751d0ff36e11540de0f3b1132ddc6df25639 Author: François Tigeot ftig...@wolfpond.org Date: Tue Nov 18 22:18:03 2014 +0100 drm: Use lockmgr locks with Linux wait queues * On Linux, it is possible to grab a second spinlock in an already spinlock-protected code

git: drm/ttm: glob-lru_lock locking from Linux 3.9.11

2014-11-22 Thread Francois Tigeot
commit b34e14961f8c050d594bcc83ef8c5faa47151cec Author: François Tigeot ftig...@wolfpond.org Date: Sat Nov 22 22:31:42 2014 +0100 drm/ttm: glob-lru_lock locking from Linux 3.9.11 Summary of changes: sys/dev/drm/ttm/ttm_bo.c | 11 --- 1 file changed, 4 insertions(+), 7

git: OpenSSH: Correctly set xauth's path

2014-11-23 Thread Francois Tigeot
commit bc9ae6216fb1a40262ecb75443ac919787f5 Author: François Tigeot ftig...@wolfpond.org Date: Sun Nov 23 11:11:42 2014 +0100 OpenSSH: Correctly set xauth's path Revision 111f4c913a18de9586649cc1a374240679ec903a saw the removal of X11BASE from the tree. Howewer,

git: DragonFly_RELEASE_4_0 OpenSSH: Correctly set xauth's path

2014-11-23 Thread Francois Tigeot
commit 9d1a23f7481afc90916ba96070a57eee2eb550d5 Author: François Tigeot ftig...@wolfpond.org Date: Sun Nov 23 11:11:42 2014 +0100 OpenSSH: Correctly set xauth's path Revision 111f4c913a18de9586649cc1a374240679ec903a saw the removal of X11BASE from the tree. Howewer,

git: drm: Move intel-gtt.h to include/drm

2014-11-23 Thread Francois Tigeot
commit b2776052b920503cea1a75e1f7b7577bd9c406c7 Author: François Tigeot ftig...@wolfpond.org Date: Sun Nov 23 10:23:35 2014 +0100 drm: Move intel-gtt.h to include/drm Summary of changes: sys/dev/agp/Makefile | 2 ++ sys/dev/agp/agp_i810.c |

git: OpenSSH: Correctly set xauth's path (2/2)

2014-11-23 Thread Francois Tigeot
commit 63f9ee7039bc524263053af70901a0e7e82e1e57 Author: François Tigeot ftig...@wolfpond.org Date: Sun Nov 23 12:41:12 2014 +0100 OpenSSH: Correctly set xauth's path (2/2) X11BASE is used internally by dports and setting it globally can be dangerous. Only define this

git: DragonFly_RELEASE_4_0 OpenSSH: Correctly set xauth's path (2/2)

2014-11-23 Thread Francois Tigeot
commit 7794a0bfe47018adc0b56ee65cc488065b612865 Author: François Tigeot ftig...@wolfpond.org Date: Sun Nov 23 12:41:12 2014 +0100 OpenSSH: Correctly set xauth's path (2/2) X11BASE is used internally by dports and setting it globally can be dangerous. Only define this

git: World: Remove the X11BASE variable

2014-11-23 Thread Francois Tigeot
commit feffc1e7b46d19f17e5136ad42b0a79d1c6925b4 Author: François Tigeot ftig...@wolfpond.org Date: Sun Nov 23 16:32:59 2014 +0100 World: Remove the X11BASE variable Requested-by: marino Summary of changes: secure/usr.bin/ssh/Makefile | 3 +-- secure/usr.sbin/sshd/Makefile | 3

git: DragonFly_RELEASE_4_0 World: Remove the X11BASE variable

2014-11-23 Thread Francois Tigeot
commit b2e0e49381c47661a35de48869fae0ac2c6329ea Author: François Tigeot ftig...@wolfpond.org Date: Sun Nov 23 16:32:59 2014 +0100 World: Remove the X11BASE variable Requested-by: marino Summary of changes: secure/usr.bin/ssh/Makefile | 3 +-- secure/usr.sbin/sshd/Makefile | 3

git: drm/i915: revert part of Make the GEM code more Linux-like

2014-11-23 Thread Francois Tigeot
commit 7e793f0f65ddb0079aff564e23816504c945f876 Author: François Tigeot ftig...@wolfpond.org Date: Sun Nov 23 20:49:32 2014 +0100 drm/i915: revert part of Make the GEM code more Linux-like This reverts part of commit d1c259eee6a290aadce1c78a746e131034aba76a drm/i915: Make the

git: drm/i915: Rename mm.gtt_list to bound_list

2014-11-25 Thread Francois Tigeot
commit 2d63acd6e749962ee328ee2de771c3d8d1ae77ad Author: François Tigeot ftig...@wolfpond.org Date: Wed Nov 26 08:49:24 2014 +0100 drm/i915: Rename mm.gtt_list to bound_list Reducing differences with Linux 3.8.13. Summary of changes: sys/dev/drm/i915/i915_drv.h | 3 ++-

git: drm/i915: Extract general object init routine

2014-11-28 Thread Francois Tigeot
commit dfa241830619f9369e62cec32c3e2bb980144407 Author: François Tigeot ftig...@wolfpond.org Date: Fri Nov 28 09:41:52 2014 +0100 drm/i915: Extract general object init routine Obtained-from: Linux 3.8.13 Summary of changes: sys/dev/drm/i915/i915_gem.c | 68

git: drm/i915: i915_wire_page is shmem_read_mapping_page()

2014-11-28 Thread Francois Tigeot
commit 56c606a8bc16ae424da0bdeeaaac755ac252e47c Author: François Tigeot ftig...@wolfpond.org Date: Fri Nov 28 16:42:04 2014 +0100 drm/i915: i915_wire_page is shmem_read_mapping_page() * Rename it and change its return type to be 100% compatible with the same function from

git: drm: Add linux/shmem_fs.h

2014-11-28 Thread Francois Tigeot
commit 1964046db393a7a301eb7b6135069ec66f125e90 Author: François Tigeot ftig...@wolfpond.org Date: Fri Nov 28 17:08:11 2014 +0100 drm: Add linux/shmem_fs.h shmem_read_mapping_page() is part of the public Linux API. Make it accessible from linux/shmem_fs.h Summary of changes:

git: drm/i915: i915_gem_do_init() is i915_gem_init_global_gtt()

2014-11-29 Thread Francois Tigeot
commit e084c92d05826a7dc9fbbf899ccc6e8908c83a72 Author: François Tigeot ftig...@wolfpond.org Date: Sat Nov 29 08:12:11 2014 +0100 drm/i915: i915_gem_do_init() is i915_gem_init_global_gtt() Drop it and reduce differences with Linux 3.8.13 in the code using it. Summary of changes:

git: namecache: Remove a diagnostic message

2014-12-04 Thread Francois Tigeot
commit b3bc663a538d210d413eac42ddf5138409702d99 Author: François Tigeot ftig...@wolfpond.org Date: Thu Dec 4 15:22:11 2014 +0100 namecache: Remove a diagnostic message It only scares users these days. Summary of changes: sys/kern/vfs_cache.c | 2 -- 1 file changed, 2

git: DragonFly_RELEASE_4_0 namecache: Remove a diagnostic message

2014-12-05 Thread Francois Tigeot
commit 53eb4da59ee54989f99d8289ef78777e5414b68c Author: François Tigeot ftig...@wolfpond.org Date: Thu Dec 4 15:22:11 2014 +0100 namecache: Remove a diagnostic message It only scares users these days. Summary of changes: sys/kern/vfs_cache.c | 2 -- 1 file changed, 2

git: ichwd: Add support for Ivy-Bridge EP and Haswell chipsets

2014-12-10 Thread Francois Tigeot
commit 35d6cbceb29bc6c8987a16f636fbbf41c9307195 Author: François Tigeot ftig...@wolfpond.org Date: Mon Nov 10 09:45:16 2014 +0100 ichwd: Add support for Ivy-Bridge EP and Haswell chipsets * Add support for the Coleto Creek Ivy-Bridge EP chipset * Add support for the

git: drm: Sync drm_pci_alloc() with Linux 3.8.13

2014-12-10 Thread Francois Tigeot
commit b31e9d591c0d0422f964b416dba161720611bb09 Author: François Tigeot ftig...@wolfpond.org Date: Wed Dec 10 08:07:44 2014 +0100 drm: Sync drm_pci_alloc() with Linux 3.8.13 Summary of changes: sys/dev/drm/ati_pcigart.c | 2 +- sys/dev/drm/drm_bufs.c | 41

git: devfs: Remove alias nodes first

2014-12-13 Thread Francois Tigeot
commit 40c007d7cf31cd4b054fce71d38c588382196213 Author: François Tigeot ftig...@wolfpond.org Date: Sat Dec 13 18:30:20 2014 +0100 devfs: Remove alias nodes first Fix a crash at unmount time where some device nodes were being removed before their aliases. Summary of changes:

git: drm/i915: use i915_ggtt_clear_range()

2014-12-14 Thread Francois Tigeot
commit 483e304bfce34514c6accb90824899258afc08cd Author: François Tigeot ftig...@wolfpond.org Date: Sun Dec 14 13:51:42 2014 +0100 drm/i915: use i915_ggtt_clear_range() Summary of changes: sys/dev/drm/i915/i915_gem_gtt.c | 15 +-- 1 file changed, 5 insertions(+), 10

git: drm: Add linux/io.h

2014-12-23 Thread Francois Tigeot
commit dd453158188ecc437e97eec169965425dc8c89b6 Author: François Tigeot ftig...@wolfpond.org Date: Tue Dec 23 20:46:48 2014 +0100 drm: Add linux/io.h Summary of changes: sys/dev/drm/include/linux/{errno.h = io.h} | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-)

git: drm: Improve linux/pci.h

2014-12-23 Thread Francois Tigeot
commit 9ca0d65ea7bb0e50e0c9c27986b815cf5ddf5ed3 Author: François Tigeot ftig...@wolfpond.org Date: Tue Dec 23 20:57:23 2014 +0100 drm: Improve linux/pci.h Summary of changes: sys/dev/drm/include/linux/pci.h | 80 + 1 file changed, 80 insertions(+)

git: drm/i915: Use struct pci_dev and Linux pci functions

2014-12-24 Thread Francois Tigeot
commit f0d07c1231a69d5bade023857628b3a3c58b0e7d Author: François Tigeot ftig...@wolfpond.org Date: Wed Dec 24 17:11:27 2014 +0100 drm/i915: Use struct pci_dev and Linux pci functions Summary of changes: sys/dev/drm/i915/i915_dma.c | 59 ---

git: drm: Add linux/log2.h

2015-01-02 Thread Francois Tigeot
commit 1392385e821c9f8b26f79564dd126d28ea715706 Author: François Tigeot ftig...@wolfpond.org Date: Thu Jan 2 10:13:38 2014 +0100 drm: Add linux/log2.h Obtained-from: FreeBSD's OFED subsystem Summary of changes: sys/dev/drm/include/drm/drm_os_linux.h | 6 --

git: drm: Add the mutex_lock and _unlock() Linux functions

2015-01-02 Thread Francois Tigeot
commit 303d234d03a3cd1f19e0c6148cb9413cc2aeea09 Author: François Tigeot ftig...@wolfpond.org Date: Fri Jan 2 11:06:40 2015 +0100 drm: Add the mutex_lock and _unlock() Linux functions Summary of changes: sys/dev/drm/include/linux/mutex.h | 7 +-- 1 file changed, 5 insertions(+), 2

git: drm: Add linux/pm_qos.h

2015-01-02 Thread Francois Tigeot
commit 81a2a032113c33b249e0b55ffe55796b574ba612 Author: François Tigeot ftig...@wolfpond.org Date: Fri Jan 2 09:46:53 2015 +0100 drm: Add linux/pm_qos.h Summary of changes: sys/dev/drm/include/linux/{mutex.h = pm_qos.h} | 15 +-- 1 file changed, 9 insertions(+), 6

git: drm: Add the atomic_set_mask() Linux function

2015-01-02 Thread Francois Tigeot
commit f563f1746c8a23b168cc259b755984da16438841 Author: François Tigeot ftig...@wolfpond.org Date: Fri Jan 2 11:07:00 2015 +0100 drm: Add the atomic_set_mask() Linux function Summary of changes: sys/dev/drm/include/linux/atomic.h | 10 +- 1 file changed, 9 insertions(+), 1

git: drm/linux: Implement waitqueue_active()

2015-01-02 Thread Francois Tigeot
commit c0e97ee64647193be0fcd1ca9c63727f845beeb4 Author: François Tigeot ftig...@wolfpond.org Date: Fri Jan 2 10:05:42 2015 +0100 drm/linux: Implement waitqueue_active() Summary of changes: sys/dev/drm/include/linux/wait.h | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-)

git: drm: Add linux/bug.h

2015-01-02 Thread Francois Tigeot
commit 0effaaac7beef8ecd2d43d7dfff1d9b6bbc89a73 Author: François Tigeot ftig...@wolfpond.org Date: Thu Jan 2 10:13:09 2014 +0100 drm: Add linux/bug.h Summary of changes: sys/dev/drm/include/linux/{i2c.h = bug.h} | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) copy

git: drm: Add linux/scatterlist.h

2015-01-02 Thread Francois Tigeot
commit c97981ba4254b1a1aa327639c25609ead26b41df Author: François Tigeot ftig...@wolfpond.org Date: Fri Jan 2 11:12:01 2015 +0100 drm: Add linux/scatterlist.h With some minimal adaptation to DragonFly Obtained-from: FreeBSD's OFED subsystem Summary of changes:

git: drm: Add linux/sched.h

2015-01-02 Thread Francois Tigeot
commit 8c49d0de4ae7903a34bb17902094c394f5679efd Author: François Tigeot ftig...@wolfpond.org Date: Fri Jan 2 11:41:53 2015 +0100 drm: Add linux/sched.h Summary of changes: sys/dev/drm/include/linux/i2c.h| 2 ++ sys/dev/drm/include/linux/{delay.h = sched.h} | 41

git: drm: Add BUILD_BUG_ON_NOT_POWER_OF_2()

2015-01-02 Thread Francois Tigeot
commit b61dea7f343102c5d8eb523a278177cb1ce2b8f5 Author: François Tigeot ftig...@wolfpond.org Date: Fri Jan 2 12:04:51 2015 +0100 drm: Add BUILD_BUG_ON_NOT_POWER_OF_2() Obtained-from: NetBSD Summary of changes: sys/dev/drm/include/linux/bug.h | 3 +++ 1 file changed, 3

git: drm: Improve linux/jiffies.h

2015-01-02 Thread Francois Tigeot
commit 9ad212b2c167534ffefab982c2f41f3e2e1b65e7 Author: François Tigeot ftig...@wolfpond.org Date: Fri Jan 2 11:18:54 2015 +0100 drm: Improve linux/jiffies.h Summary of changes: sys/dev/drm/i915/intel_drv.h| 13 - sys/dev/drm/include/linux/jiffies.h | 14

git: drm: Add DIV_ROUND_CLOSEST()

2015-01-02 Thread Francois Tigeot
commit 04d865a66e995b0b4cc4f9f6a1e194bbdb8b0f18 Author: François Tigeot ftig...@wolfpond.org Date: Fri Jan 2 12:05:28 2015 +0100 drm: Add DIV_ROUND_CLOSEST() Obtained-from: OpenBSD Summary of changes: sys/dev/drm/include/linux/kernel.h | 2 ++ 1 file changed, 2 insertions(+)

git: drm: Improve linux/wait.h

2015-01-02 Thread Francois Tigeot
commit 0c55ada23488f3e826ee4f5d2b0f0311f4ff39b4 Author: François Tigeot ftig...@wolfpond.org Date: Fri Jan 2 11:46:11 2015 +0100 drm: Improve linux/wait.h Summary of changes: sys/dev/drm/include/linux/wait.h | 16 1 file changed, 16 insertions(+)

git: Sync intel_sdvo.c with Linux 3.10

2015-02-07 Thread Francois Tigeot
commit b4170e34335cef07f751271c37d6ad9b8f7bd3da Author: François Tigeot ftig...@wolfpond.org Date: Fri Feb 6 19:05:49 2015 +0100 Sync intel_sdvo.c with Linux 3.10 Summary of changes: sys/dev/drm/i915/intel_sdvo.c | 53 ++- 1 file changed, 22

git: drm: Reintroduce drm_kms_free()

2015-02-07 Thread Francois Tigeot
commit a5f723789ad9efa919f88614b7d8afe920fc0bda Author: François Tigeot ftig...@wolfpond.org Date: Sat Feb 7 17:57:28 2015 +0100 drm: Reintroduce drm_kms_free() * The Linux version of kfree() is a macro with one argument. * The real kfree() function takes two arguments.

git: drm: Sync drm_context.c with Linux 3.10

2015-02-07 Thread Francois Tigeot
commit 8b59d098964d5fc5c91c088e8fd6f23df48b412e Author: François Tigeot ftig...@wolfpond.org Date: Sat Feb 7 10:58:06 2015 +0100 drm: Sync drm_context.c with Linux 3.10 Summary of changes: sys/dev/drm/drm_context.c | 366 ++---

git: idr: Implement idr_alloc()

2015-02-07 Thread Francois Tigeot
commit 829d44e610efb23d0cb7e81d766dc9a8637fce4c Author: François Tigeot ftig...@wolfpond.org Date: Sat Feb 7 10:37:27 2015 +0100 idr: Implement idr_alloc() Summary of changes: sys/libkern/linux_idr.c | 58 + sys/sys/idr.h | 1 +

git: drm: Start using idr_alloc()

2015-02-07 Thread Francois Tigeot
commit 9f0f5970db54ce9c42f2d66e54e9cb3c35333c13 Author: François Tigeot ftig...@wolfpond.org Date: Sat Feb 7 11:11:17 2015 +0100 drm: Start using idr_alloc() Summary of changes: sys/dev/drm/drm_crtc.c | 27 +-- sys/dev/drm/i915/i915_gem_context.c |

git: drm: Sync drm_crtc.c and drm_crtc_helper.c with Linux 3.10

2015-02-06 Thread Francois Tigeot
commit 4dbb207bd44e73321c3b6c385ae151b2c1932a59 Author: François Tigeot ftig...@wolfpond.org Date: Fri Feb 6 17:14:47 2015 +0100 drm: Sync drm_crtc.c and drm_crtc_helper.c with Linux 3.10 Summary of changes: sys/dev/drm/drm_crtc.c| 1001 -

git: drm: Sync drm_buffer.c with Linux 3.10

2015-02-06 Thread Francois Tigeot
commit 4260e1c2fad33226f649da92561a0c0faa715687 Author: François Tigeot ftig...@wolfpond.org Date: Fri Feb 6 17:23:36 2015 +0100 drm: Sync drm_buffer.c with Linux 3.10 Summary of changes: sys/dev/drm/drm_buffer.c | 21 + 1 file changed, 13 insertions(+), 8

git: drm/i915: Use kzalloc()

2015-02-06 Thread Francois Tigeot
commit 159fc1d722ce9dd763313e018f34a260d01af9f5 Author: François Tigeot ftig...@wolfpond.org Date: Fri Feb 6 16:50:03 2015 +0100 drm/i915: Use kzalloc() Fix little differences with Linux 3.10 when appropriate. Summary of changes: sys/dev/drm/i915/i915_dma.c| 5

git: drm: Implement kzalloc()

2015-02-06 Thread Francois Tigeot
commit f43360b9c7c5c9270270fb236728e2b8d8fbd144 Author: François Tigeot ftig...@wolfpond.org Date: Fri Feb 6 16:44:33 2015 +0100 drm: Implement kzalloc() Summary of changes: sys/dev/drm/include/linux/{fb.h = gfp.h} | 9 + sys/dev/drm/include/linux/slab.h | 4 2

git: drm/i915: Remove intel_encoder_noop and intel_crtc_noop()

2015-02-06 Thread Francois Tigeot
commit f270b769da87862b4581e73d83c5ff85629a66f2 Author: François Tigeot ftig...@wolfpond.org Date: Fri Feb 6 17:48:41 2015 +0100 drm/i915: Remove intel_encoder_noop and intel_crtc_noop() Reducing differences with Linux 3.10 Summary of changes: sys/dev/drm/drm_crtc_helper.c|

git: idr: Remove a debugging message

2015-02-07 Thread Francois Tigeot
commit ca2c5fcebc65d020e7be194395695125b49882d6 Author: François Tigeot ftig...@wolfpond.org Date: Sat Feb 7 22:41:45 2015 +0100 idr: Remove a debugging message Summary of changes: sys/libkern/linux_idr.c | 2 -- 1 file changed, 2 deletions(-)

git: drm: Sync drm_edid.c and drm_modes.c with Linux 3.9.11

2015-01-18 Thread Francois Tigeot
commit d82bf20e140aec50c92872caf409b8632e9597b6 Author: François Tigeot ftig...@wolfpond.org Date: Sun Jan 18 10:50:27 2015 +0100 drm: Sync drm_edid.c and drm_modes.c with Linux 3.9.11 Summary of changes: sys/dev/drm/drm_edid.c | 827 ---

git: drm: Implement and use the Linux version of kfree()

2015-01-25 Thread Francois Tigeot
commit 158486a6a57db6e82c3f8da282e6d6e37932d133 Author: François Tigeot ftig...@wolfpond.org Date: Sun May 24 08:53:21 2015 +0100 drm: Implement and use the Linux version of kfree() Summary of changes: sys/dev/drm/drm_bufs.c | 2 +- sys/dev/drm/drm_crtc_helper.c

git: drm: Improve linux/jiffies.h

2015-01-24 Thread Francois Tigeot
commit dd664e5c7980e272aacba4f558b13a65c2645a41 Author: François Tigeot ftig...@wolfpond.org Date: Sat Jan 24 12:11:27 2015 +0100 drm: Improve linux/jiffies.h Summary of changes: sys/dev/drm/include/linux/jiffies.h | 8 1 file changed, 8 insertions(+)

<    1   2   3   4   5   6   7   8   9   10   >