git: idr.9: Clean up a bit.

2012-10-24 Thread Sascha Wildner
commit f5f75637c30fba1dae44307fea295a853a8bb8b1 Author: Sascha Wildner s...@online.de Date: Wed Oct 24 16:19:31 2012 +0200 idr.9: Clean up a bit. Summary of changes: share/man/man9/idr.9 | 151 - 1 files changed, 86 insertions(+), 65

git: kernel: Make SMP support default (and non-optional).

2012-10-24 Thread Sascha Wildner
commit 1918fc5c9c2c4fb606fcb4387002c740729cc2c4 Author: Sascha Wildner s...@online.de Date: Wed Oct 24 18:04:05 2012 +0200 kernel: Make SMP support default (and non-optional). The 'SMP' kernel option gets removed with this commit, so it has to be removed from everybody's

git: ixgbe/netrate: Remove -DSMP from the Makefiles (no longer needed).

2012-10-24 Thread Sascha Wildner
commit 7b8d3ef36587f6cf558fa920065c2fbe08aadb4c Author: Sascha Wildner s...@online.de Date: Wed Oct 24 18:11:13 2012 +0200 ixgbe/netrate: Remove -DSMP from the Makefiles (no longer needed). Summary of changes: sys/dev/netif/ixgbe/Makefile|2 +-

git: kernel: Add back 'options SMP' as a no-op.

2012-10-24 Thread Sascha Wildner
commit ee8700d0964805ccabd2d07c989e76caed633261 Author: Sascha Wildner s...@online.de Date: Wed Oct 24 19:05:48 2012 +0200 kernel: Add back 'options SMP' as a no-op. This is to prevent people working with both 3.2 and master from needing different kernel configs.

git: UPDATING: Mention SMP is a no-op for now.

2012-10-24 Thread Sascha Wildner
commit 09ff663c54d9b5b8f21ecfb27471d7774615ac02 Author: Sascha Wildner s...@online.de Date: Wed Oct 24 19:13:59 2012 +0200 UPDATING: Mention SMP is a no-op for now. Summary of changes: UPDATING |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)

git: test - Adjust vnodeinfo

2012-10-24 Thread Matthew Dillon
commit a5ef8e885cb10270e3ad203a406422e37e1510d9 Author: Matthew Dillon dil...@apollo.backplane.com Date: Wed Oct 24 15:59:03 2012 -0700 test - Adjust vnodeinfo * Adjust vnodeinfo to provide more information about the buffer cache. Summary of changes: test/debug/vnodeinfo.c

git: devattr - Add monitoring mode (-M).

2012-10-24 Thread Matthew Dillon
commit 1de3960396be14736ccbdd7071801467c0ca1bee Author: Matthew Dillon dil...@apollo.backplane.com Date: Wed Oct 24 17:05:29 2012 -0700 devattr - Add monitoring mode (-M). * Add a new option, -M, which will monitor for events after doing the initial iteration. Summary of