git: fastbulk - Adjustments to fix various issues (2)

2012-08-22 Thread Matthew Dillon
commit 1b3b024af8e69dc532c4db72c10946b0571e1bdf Author: Matthew Dillon dil...@apollo.backplane.com Date: Tue Aug 21 23:46:58 2012 -0700 fastbulk - Adjustments to fix various issues (2) * Use tmpfs for /usr/obj, this speeds up builds by a lot. make w/ -DNOTMPFS will use the

git: msgport.9: Fix some minor mdoc issues.

2012-08-22 Thread Sascha Wildner
commit c6e8b6c15bcace495c5c80fb97509bcc7adaee4c Author: Sascha Wildner s...@online.de Date: Wed Aug 22 15:18:31 2012 +0200 msgport.9: Fix some minor mdoc issues. Summary of changes: share/man/man9/msgport.9 | 19 +++ 1 files changed, 11 insertions(+), 8 deletions(-)

git: usched_bsd4 - Topology-aware scheduling

2012-08-22 Thread Alex Hornung
commit d6d39bc7221f794c45470c5d10267d321ca16677 Author: Mihai Carabas mihai.cara...@gmail.com Date: Wed Aug 22 10:03:45 2012 + usched_bsd4 - Topology-aware scheduling * Part of Add SMT/HT awareness to DragonFly BSD scheduler GSoC project. * Details at:

git: ktr - add KTR_COND_LOG

2012-08-22 Thread Alex Hornung
commit b0bbd261455dd9cdb5575610d5fe8a3975289ed8 Author: Mihai Carabas mihai.cara...@gmail.com Date: Wed Aug 22 13:07:18 2012 + ktr - add KTR_COND_LOG * KTR_COND_LOG provides conditional logging; the second parameter passed in is a condition which determines whether the

git: vkernel{,64} - CPU topology support

2012-08-22 Thread Alex Hornung
commit 9bea61140575a5730974980a453d1b7b4057b3e4 Author: Mihai Carabas mihai.cara...@gmail.com Date: Wed Aug 22 10:03:12 2012 + vkernel{,64} - CPU topology support * Part of Add SMT/HT awareness to DragonFly BSD scheduler GSoC project. * Details at:

git: ktr.4 - add note about KTR_USCHED_BSD4

2012-08-22 Thread Alex Hornung
commit c1dc8fe1d727dfd760ae21466556116ffcace058 Author: Alex Hornung a...@alexhornung.com Date: Wed Aug 22 15:20:07 2012 + ktr.4 - add note about KTR_USCHED_BSD4 Summary of changes: share/man/man4/ktr.4 |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)

git: Add an MLINK for KTR_COND_LOG.

2012-08-22 Thread Sascha Wildner
commit 5a25adc95b7d12268feb73a776bbbe87255ee0b9 Author: Sascha Wildner s...@online.de Date: Wed Aug 22 16:30:13 2012 +0200 Add an MLINK for KTR_COND_LOG. While here, sort the msgport.9 MLINKS alphabetically. Summary of changes: share/man/man9/Makefile | 31

git: fastbulk - Remove core files empty dirs from /var/pkg/db

2012-08-22 Thread Matthew Dillon
commit e0b0359903fc2e951f72dd8cdc9e2810efad140d Author: Matthew Dillon dil...@apollo.backplane.com Date: Wed Aug 22 12:40:47 2012 -0700 fastbulk - Remove core files empty dirs from /var/pkg/db * The presence of a core file prevents the pkg code from properly handling the

git: fastbulk - More fixes and improvements

2012-08-22 Thread Matthew Dillon
commit e7db19562b898c8ca35c089203edb0306c85870a Author: Matthew Dillon dil...@apollo.backplane.com Date: Wed Aug 22 15:07:15 2012 -0700 fastbulk - More fixes and improvements * Fix improper cleaning of the ${BUILDROOT}/usr/obj/work directory * Use lockf to lock the

git: fastbulk - more work

2012-08-22 Thread Matthew Dillon
commit ab988e041f2ce5e3480b31407a7cee48f024d327 Author: Matthew Dillon dil...@apollo.backplane.com Date: Wed Aug 22 16:17:01 2012 -0700 fastbulk - more work * Output start and end date stamps * Do a manual checksum test and delete the distfile if it fails (and the

git: kernel - Fix 32-bit build

2012-08-22 Thread Matthew Dillon
commit 153fa3e00a19a90a01d7f2bfe1cf983c84f657e8 Author: Matthew Dillon dil...@apollo.backplane.com Date: Wed Aug 22 16:44:55 2012 -0700 kernel - Fix 32-bit build * Fix kprintf format mismatches in usched_bsd4.c for 32-bit builds. Summary of changes: sys/kern/usched_bsd4.c | 32

git: kernel - Attempt to fix i386 wire_count panic (98)

2012-08-22 Thread Matthew Dillon
commit b148267406ef2d0543d5d87d15c283b2d314516f Author: Matthew Dillon dil...@apollo.backplane.com Date: Wed Aug 22 16:54:19 2012 -0700 kernel - Attempt to fix i386 wire_count panic (98) * Previous patch missed a code path. * Cleanup Summary of changes:

git: route: Routing table is replicated to all CPUs, not # of CPUs on power of 2

2012-08-22 Thread Sepherosa Ziehau
commit 271d38c464d5d4591bc37fb66189c6fbc2a6a5be Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Thu Aug 23 11:04:19 2012 +0800 route: Routing table is replicated to all CPUs, not # of CPUs on power of 2 DragonFly-bug: http://bugs.dragonflybsd.org/issues/2355 Summary of

git: DragonFly_RELEASE_3_0 Tag for 3.0.3.

2012-08-22 Thread Justin C. Sherrill
commit 2c9871604ae455a7921391b8720f407f5463ed43 Author: Justin C. Sherrill jus...@shiningsilence.com Date: Thu Aug 23 00:58:49 2012 -0400 Tag for 3.0.3. Summary of changes: sys/sys/param.h |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)

git: jme: Add TSO support

2012-08-22 Thread Sepherosa Ziehau
commit 1bedd927fdbd1e3b274b7948391a777aaa50d100 Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Thu Aug 23 13:27:15 2012 +0800 jme: Add TSO support Summary of changes: sys/dev/netif/jme/if_jme.c| 104 + sys/dev/netif/jme/if_jmevar.h |