git: kernel/i386: Make digi(4) compilable into the kernel and add it to LINT.

2013-12-05 Thread Sascha Wildner
commit 4124d4965a17ccf11be3a839f8052da3b9467470 Author: Sascha Wildner Date: Fri Dec 6 02:22:02 2013 +0100 kernel/i386: Make digi(4) compilable into the kernel and add it to LINT. Summary of changes: sys/config/LINT | 2 ++ sys/platform/pc32/conf/files | 3 +++ 2 files chang

git: LINT/LINT64: Additional adjustment for e19e3c77407.

2013-12-05 Thread Sascha Wildner
commit af2ba4f0efd5b35e6e12e06dc2e8bd39612e7b97 Author: Sascha Wildner Date: Fri Dec 6 02:05:05 2013 +0100 LINT/LINT64: Additional adjustment for e19e3c77407. Summary of changes: sys/config/LINT | 4 ++-- sys/config/LINT64 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) htt

git: kernel: Drop ISA support from most remaining drivers that had some.

2013-12-05 Thread Sascha Wildner
commit e19e3c77407840afdd02e70d76f400caadaac591 Author: Sascha Wildner Date: Fri Dec 6 01:59:18 2013 +0100 kernel: Drop ISA support from most remaining drivers that had some. After this commit we're only left with things like atkbd, sio, etc. which have to stay. Summary of ch

git: kernel: Fix a bunch of drm warnings.

2013-12-05 Thread Sascha Wildner
commit 21ba7ac9929a2b65e2ef1ce0660d37afbc9c56a1 Author: Sascha Wildner Date: Fri Dec 6 01:45:44 2013 +0100 kernel: Fix a bunch of drm warnings. Summary of changes: sys/dev/drm/drm_edid.c | 2 ++ sys/dev/drm/include/drm/drmP.h | 3 --- 2 files changed, 2 insertions(+), 3 deletions

git: kernel/i386: Remove some old devices from the userconfig list.

2013-12-05 Thread Sascha Wildner
commit 147165eed84a52543bb20a5d65682e8f366d4fb0 Author: Sascha Wildner Date: Fri Dec 6 01:06:26 2013 +0100 kernel/i386: Remove some old devices from the userconfig list. Summary of changes: sys/platform/pc32/i386/userconfig.c | 22 -- 1 file changed, 22 deletions(-)

git: Remove libxpg4 stub which never played a role for DragonFly.

2013-12-05 Thread Sascha Wildner
commit 91e2d9989e9ad47ffa9b01b88d136ec1d2b743b6 Author: Sascha Wildner Date: Fri Dec 6 00:26:04 2013 +0100 Remove libxpg4 stub which never played a role for DragonFly. Summary of changes: Makefile_upgrade.inc | 4 lib/Makefile | 1 - lib/libxpg4/Makefile | 11 --

git: ipfw(8): Raise WARNS to 2 and fix warnings.

2013-12-05 Thread Sascha Wildner
commit c988a1dedc3cc334946c1bcdab14081759a3 Author: Sascha Wildner Date: Thu Dec 5 23:06:28 2013 +0100 ipfw(8): Raise WARNS to 2 and fix warnings. Summary of changes: sbin/ipfw/Makefile | 3 +-- sbin/ipfw/ipfw2.c | 30 +++--- 2 files changed, 16 insertions(+

git: fsck(8): Raise WARNS to 2 and fix warnings.

2013-12-05 Thread Sascha Wildner
commit a3e9bf8f3fb757b1e3eba53ad26c3006feeaec14 Author: Sascha Wildner Date: Thu Dec 5 23:05:57 2013 +0100 fsck(8): Raise WARNS to 2 and fix warnings. Summary of changes: sbin/fsck/Makefile | 3 +-- sbin/fsck/dir.c| 3 +-- sbin/fsck/fsutil.h | 13 - sbin/fsc

git: libm: Properly end some comments before starting a new one.

2013-12-05 Thread Sascha Wildner
commit 219be92a874e29fcb2485cb9c04d1258f6a97eb3 Author: Sascha Wildner Date: Thu Dec 5 21:06:55 2013 +0100 libm: Properly end some comments before starting a new one. Summary of changes: lib/libm/src/e_acosh.c | 2 +- lib/libm/src/s_asinh.c | 2 +- lib/libm/src/s_expm1.c | 2 +- 3 files

git: DragonFly_RELEASE_3_6 drm: Convert idr spinlocks to lockmgr locks

2013-12-05 Thread Francois Tigeot
commit b8620e2eab7e9ea6b646686707ceae80229beabc Author: François Tigeot Date: Thu Dec 5 13:39:36 2013 +0100 drm: Convert idr spinlocks to lockmgr locks * Since the idr code uses blocking calls in some code paths we can't hold spin locks accross idr calls * This com

git: DragonFly_RELEASE_3_6 idr: Fix an infinite loop issue

2013-12-05 Thread Francois Tigeot
commit adeb26dc7533ec231d3af71c3aa551c8d3d94390 Author: Matthew Dillon Date: Thu Dec 5 10:25:23 2013 +0100 idr: Fix an infinite loop issue * idr routines were doing an infinite loop when the array was full but element #0 was still free * Because allocations start a

git: DragonFly_RELEASE_3_6 idr: fix bounds checks

2013-12-05 Thread Francois Tigeot
commit 80f42d0a6a8b9229c3e4be236c68ee3b31b2a049 Author: Johannes Hofmann Date: Wed Dec 4 21:55:50 2013 +0100 idr: fix bounds checks Summary of changes: sys/libkern/linux_idr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commit

git: DragonFly_RELEASE_3_6 idr: access nodes array with token held

2013-12-05 Thread Francois Tigeot
commit 1ff4bf3252c31d590de648679b4bed414dc0a1ed Author: Johannes Hofmann Date: Tue Dec 3 22:36:31 2013 +0100 idr: access nodes array with token held Summary of changes: sys/libkern/linux_idr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) http://gitweb.dragonflybsd.org/dragonf

git: DragonFly_RELEASE_3_6 idr: fix sizeof in kmalloc calls

2013-12-05 Thread Francois Tigeot
commit 13418ad99b814594b685ea7981ef91981e27024f Author: Johannes Hofmann Date: Tue Dec 3 08:02:19 2013 +0100 idr: fix sizeof in kmalloc calls Summary of changes: sys/libkern/linux_idr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.gi

git: DragonFly_RELEASE_3_6 idr : Fix logic error in binary tree allocation

2013-12-05 Thread Francois Tigeot
commit a25082ce00c361fc5714e1eeabb274554abec5ab Author: Joris Giovannangeli Date: Tue Dec 3 01:55:27 2013 +0100 idr : Fix logic error in binary tree allocation * A complete binary tree has 2^n - 1 nodes, not 2^n. Changes default size to be 2^n - 1. * While here,

git: drm: Convert idr spinlocks to lockmgr locks

2013-12-05 Thread Francois Tigeot
commit 98a11977e6dcf0ebd569c1c65b6f0d4dd1c9bd2f Author: François Tigeot Date: Thu Dec 5 13:39:36 2013 +0100 drm: Convert idr spinlocks to lockmgr locks * Since the idr code uses blocking calls in some code paths we can't hold spin locks accross idr calls * This com

git: drm: Reduce differences with Linux 3.8

2013-12-05 Thread Francois Tigeot
commit af4b81b9fa0b40a0b482311a55a909d593a54aee Author: François Tigeot Date: Thu Dec 5 13:23:03 2013 +0100 drm: Reduce differences with Linux 3.8 Rename mode_config.lock to mode_config.mutex Summary of changes: sys/dev/drm/drm_crtc.c | 128 ++--- sy

git: drm: Add linux/i2c.h

2013-12-05 Thread Francois Tigeot
commit bdab7f2635cbf021efd8509625f458712f5351c9 Author: François Tigeot Date: Thu Dec 5 12:56:40 2013 +0100 drm: Add linux/i2c.h Summary of changes: sys/dev/drm/include/linux/{export.h => i2c.h} | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) copy sys/dev/drm/include/l

git: bge: Don't blindly clear GPIOs configuration.

2013-12-05 Thread Sepherosa Ziehau
commit d05296cfacc7c2847af2f475bfb374ddf5f985ac Author: Sepherosa Ziehau Date: Thu Dec 5 21:27:38 2013 +0800 bge: Don't blindly clear GPIOs configuration. Just use firmware configured one. This change also fixes non-working traffic LED on BCM57780. Obtained-from: Fre

git: bge: Correct setting TX random backoff register.

2013-12-05 Thread Sepherosa Ziehau
commit 0bf9631eae999627c5ae189775a5fe4b1ee75280 Author: Sepherosa Ziehau Date: Thu Dec 5 21:20:32 2013 +0800 bge: Correct setting TX random backoff register. Obtained-from: FreeBSD 251482 Summary of changes: sys/dev/netif/bge/if_bge.c | 6 +++--- 1 file changed, 3 insertions(+),

git: bge: Reorder reset sequence a little bit

2013-12-05 Thread Sepherosa Ziehau
commit cc224beafa386c6a9777d1a3296217d768ea7405 Author: Sepherosa Ziehau Date: Thu Dec 5 21:05:38 2013 +0800 bge: Reorder reset sequence a little bit Obtained-from: FreeBSD 241436 Summary of changes: sys/dev/netif/bge/if_bge.c| 53 ++-

git: idr: Fix an infinite loop issue

2013-12-05 Thread Francois Tigeot
commit 48f1ebb3911b6b20e431216a593896d0258fdba5 Author: Matthew Dillon Date: Thu Dec 5 10:25:23 2013 +0100 idr: Fix an infinite loop issue * idr routines were doing an infinite loop when the array was full but element #0 was still free * Because allocations start a

git: drm: Rename drm_debug_flag to drm_debug

2013-12-05 Thread Francois Tigeot
commit 1d5dd71d3a3528e2c34d873dd2861829fc612200 Author: François Tigeot Date: Thu Dec 5 08:42:22 2013 +0100 drm: Rename drm_debug_flag to drm_debug Summary of changes: sys/dev/drm/drm_drv.c| 8 sys/dev/drm/drm_edid.c | 2 +- sys/dev/drm/d