git: sysctl_add_oid.9: Reduce diffs to Free a bit.

2013-08-12 Thread Sascha Wildner
commit 3863e4c79923b765ed05e23769649c5a0f1240d4 Author: Sascha Wildner Date: Mon Aug 12 22:04:19 2013 +0200 sysctl_add_oid.9: Reduce diffs to Free a bit. Summary of changes: share/man/man9/sysctl_add_oid.9 | 88 - 1 file changed, 43 insertions(+),

git: acpica: Fix buildworld issue introduced by previous commit

2013-08-12 Thread Francois Tigeot
commit 39b24b57165ce9e57ac10d977cb3bafb042bbef7 Author: François Tigeot Date: Mon Aug 12 19:39:40 2013 +0200 acpica: Fix buildworld issue introduced by previous commit Summary of changes: sys/dev/acpica/acdragonfly.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http://gitweb.d

git: acpica: Replace some include paths by full ones

2013-08-12 Thread Francois Tigeot
commit 0c630021f5877d66e2c5d4a999bd9a719a7112ec Author: François Tigeot Date: Sun Aug 11 18:29:00 2013 +0200 acpica: Replace some include paths by full ones To allow the ACPI header files to be used in the whole kernel Summary of changes: sys/contrib/dev/acpica-unix/include/pla

git: kernel: Import pci_save_state and pci_restore_state from FreeBSD

2013-08-12 Thread Francois Tigeot
commit de41c4801db50e4faba31d35595a45dc43535701 Author: François Tigeot Date: Sun Aug 11 10:45:10 2013 +0200 kernel: Import pci_save_state and pci_restore_state from FreeBSD Summary of changes: sys/bus/pci/pci.c| 19 +++ sys/bus/pci/pcivar.h | 3 +++ 2 files changed

git: kernel: Add bitcount32 to sys/systm.h

2013-08-12 Thread Francois Tigeot
commit 7b86369a2e99e1ab1512e9dc72e82bd123f55a87 Author: François Tigeot Date: Sat Aug 10 19:22:20 2013 +0200 kernel: Add bitcount32 to sys/systm.h Summary of changes: sys/sys/systm.h | 12 1 file changed, 12 insertions(+) http://gitweb.dragonflybsd.org/dragonfly.git/commit

git: drm2: Remove dubious AGP locks

2013-08-12 Thread Francois Tigeot
commit 95f8e59bdeafc228c63f7d7c7486f775cf80d6c2 Author: François Tigeot Date: Mon Aug 12 08:28:00 2013 +0200 drm2: Remove dubious AGP locks They are not present in the original Linux code. Summary of changes: sys/dev/drm2/drm_agpsupport.c | 16 1 file changed,

git: drm2: remove DRM_SPINXXX macros

2013-08-12 Thread Francois Tigeot
commit 2ebde2718e60e34abf285eb65871d9e35ca5d251 Author: François Tigeot Date: Sat Aug 10 23:51:04 2013 +0200 drm2: remove DRM_SPINXXX macros * They did not apply 1:1 to DragonFly locking directives; keeping them in the drivers would have meant lockmgr locks would have had t