git: hammer2 - Fix compiler warnings

2013-04-28 Thread Matthew Dillon
commit a1b0744772b1d56cb4f043bb4cbd8006b63108ed Author: Matthew Dillon dil...@apollo.backplane.com Date: Sat Apr 27 22:36:42 2013 -0700 hammer2 - Fix compiler warnings * Fix compiler warnings Summary of changes: sbin/hammer2/cmd_remote.c | 4 ++-- sbin/hammer2/main.c | 8

git: hammer2 - Major restructuring, part 1/several

2013-04-28 Thread Matthew Dillon
commit 0dea3156dc9c037aae4fd9fb00c631a401f62e5a Author: Matthew Dillon dil...@apollo.backplane.com Date: Sat Apr 27 22:38:20 2013 -0700 hammer2 - Major restructuring, part 1/several * This breaks a lot of things. The next few commits will get it all working again.

git: Remove some header files for drivers that were deleted.

2013-04-28 Thread Sascha Wildner
commit e7d467f45493b91624cee528ba390c4b27140336 Author: Sascha Wildner s...@online.de Date: Sun Apr 28 09:48:25 2013 +0200 Remove some header files for drivers that were deleted. Summary of changes: Makefile_upgrade.inc | 2 ++ sys/platform/pc32/include/ioctl_ctx.h | 32

git: netisr: Function renaming; no functional changes

2013-04-28 Thread Sepherosa Ziehau
commit ec7f7fc8051aca41f5737f910479ef1a02be345b Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Sun Apr 28 16:12:58 2013 +0800 netisr: Function renaming; no functional changes This cleans up code for keeping input packets' hash instead of masking the hash with

git: Remove pca and speaker device remains (both deleted).

2013-04-28 Thread Sascha Wildner
commit 66c222b3be8e921163143360b6e2f726e8290031 Author: Sascha Wildner s...@online.de Date: Sun Apr 28 10:27:14 2013 +0200 Remove pca and speaker device remains (both deleted). Summary of changes: Makefile_upgrade.inc | 9 ++ etc/apmd.conf | 3

git: usr.sbin/Makefile: Fix typo from the last commit.

2013-04-28 Thread Sascha Wildner
commit 6a4fdc0ba3ebe223423410ee5c2d636f7b025bd1 Author: Sascha Wildner s...@online.de Date: Sun Apr 28 10:52:47 2013 +0200 usr.sbin/Makefile: Fix typo from the last commit. Summary of changes: usr.sbin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

git: sbp(4): Sync sbp.h with FreeBSD

2013-04-28 Thread Francois Tigeot
commit f6b960770d69946178520d0503e41a79d47db1d7 Author: François Tigeot ftig...@wolfpond.org Date: Sun Apr 28 14:56:24 2013 +0200 sbp(4): Sync sbp.h with FreeBSD * Change u_intXX_t to uintXX_t. * Change a couple of 'unsigned long's to uint32_t where appropriate.

git: sbp(4): Support MAXPHYS up to 512KB

2013-04-28 Thread Francois Tigeot
commit 8a32dff3bbb5f1044369b831e189ce0b151b7944 Author: François Tigeot ftig...@wolfpond.org Date: Sun Apr 28 15:53:56 2013 +0200 sbp(4): Support MAXPHYS up to 512KB - We need at least two OCBs with indirect pointers allocated in a 4KB page. - SBP_MAXPHYS can increase to 1MB

git: hammer2 - Major restructuring, part 2/several

2013-04-28 Thread Matthew Dillon
commit d5fabb7006ddb6d88f786e86892f6f5381b584ea Author: Matthew Dillon dil...@apollo.backplane.com Date: Sun Apr 28 16:24:56 2013 -0700 hammer2 - Major restructuring, part 2/several * Stabilization pass on hammer2_inode_connect() and hammer2_hardlink_consolidate(). Adjust