git: mbuf: Jumbo clusters are rarely used; keep the amount small.

2012-10-19 Thread Sepherosa Ziehau
commit 8033b958c9acabcc9a3e22d889752d9204391525 Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Fri Oct 19 13:53:54 2012 +0800 mbuf: Jumbo clusters are rarely used; keep the amount small. Summary of changes: sys/kern/uipc_mbuf.c | 36 1 files

git: mbuf: Make cacheable fraction of mbuf clusters tunable

2012-10-19 Thread Sepherosa Ziehau
commit fa8f5efbae5e026ccc91681abc697060a87dd20b Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Fri Oct 19 16:03:45 2012 +0800 mbuf: Make cacheable fraction of mbuf clusters tunable Summary of changes: sys/kern/uipc_mbuf.c | 29 + 1 files changed, 25

git: libstdc++47: Rework to prevent regeneration during install

2012-10-19 Thread Francois Tigeot
commit 7992527c2f628411e22267e3c70477cc9f7853f5 Author: John Marino net...@marino.st Date: Fri Oct 19 09:15:22 2012 +0200 libstdc++47: Rework to prevent regeneration during install The installincludes target regenerated files such as c++config.h during the install phase. It

git: DragonFly_RELEASE_3_2 libstdc++47: Rework to prevent regeneration during install

2012-10-19 Thread Francois Tigeot
commit 7b365e9817ed51a47cc93f7cb9ead0142db40ce2 Author: John Marino net...@marino.st Date: Fri Oct 19 09:15:22 2012 +0200 libstdc++47: Rework to prevent regeneration during install The installincludes target regenerated files such as c++config.h during the install phase. It

git: Move gcc47's -Wunused-but-set-{parameter, variable} to WARNS = 4.

2012-10-19 Thread Sascha Wildner
commit c0b7aaeb900f0be8f97f7c58d67b4765b137ef5e Author: Sascha Wildner s...@online.de Date: Fri Oct 19 10:43:55 2012 +0200 Move gcc47's -Wunused-but-set-{parameter,variable} to WARNS = 4. It's not really important stuff that they uncover. Also, -Wunused-parameter is added

git: Revert some no longer needed local CFLAGS modifications.

2012-10-19 Thread Sascha Wildner
commit 16ad1ec00f8aad18b1967c28c23fdd09b4b71740 Author: Sascha Wildner s...@online.de Date: Fri Oct 19 10:49:34 2012 +0200 Revert some no longer needed local CFLAGS modifications. Summary of changes: bin/csh/Makefile |2 -- lib/libldns/Makefile |1 - lib/libsmdb/Makefile

git: Revert a few additions of __unused that need some more thought.

2012-10-19 Thread Sascha Wildner
commit 312a61c7bfeb5c091ddfe90fce7194047b502c01 Author: Sascha Wildner s...@online.de Date: Fri Oct 19 17:47:17 2012 +0200 Revert a few additions of __unused that need some more thought. We can postpone it until WARNS gets raised to 4 (at the moment, all this stuff is WARNS =

git: DragonFly_RELEASE_3_2 crypto: Revert some changes in contributed code.

2012-10-19 Thread Sascha Wildner
commit 6770bff66d880af5c091d13ac0c99b5f6ba6cdf4 Author: Sascha Wildner s...@online.de Date: Fri Oct 19 10:47:11 2012 +0200 crypto: Revert some changes in contributed code. Summary of changes: crypto/openssh/ssh-pkcs11-helper.c |3 +-- crypto/openssh/ssh.c |2 +- 2

git: DragonFly_RELEASE_3_2 Revert some no longer needed local CFLAGS modifications.

2012-10-19 Thread Sascha Wildner
commit 268d0316381c44b8af0fb5418a263e52740e8528 Author: Sascha Wildner s...@online.de Date: Fri Oct 19 10:49:34 2012 +0200 Revert some no longer needed local CFLAGS modifications. Summary of changes: bin/csh/Makefile |2 -- lib/libldns/Makefile |1 - lib/libsmdb/Makefile

git: DragonFly_RELEASE_3_2 Revert a few additions of __unused that need some more thought.

2012-10-19 Thread Sascha Wildner
commit 7358dc4bf9d78777c9398c10b51aef7d610c7944 Author: Sascha Wildner s...@online.de Date: Fri Oct 19 17:47:17 2012 +0200 Revert a few additions of __unused that need some more thought. We can postpone it until WARNS gets raised to 4 (at the moment, all this stuff is WARNS =

git: gcc47: Add libssp and libssp_noshared

2012-10-19 Thread John Marino
commit c666f28aa7c82e205ee3709528b79a41e8cc5308 Author: John Marino net...@marino.st Date: Fri Oct 19 17:43:21 2012 +0200 gcc47: Add libssp and libssp_noshared These libraries were not part of the gcc 4.4 system compiler set. Some pkgsrc packages assume the ssp libraries come