git: Fix VKERNEL/i386 build.

2014-07-06 Thread Sascha Wildner
commit 29bce202ccc66ba3f3092931c805e40c2678d7db Author: Sascha Wildner s...@online.de Date: Sun Jul 6 11:06:28 2014 +0200 Fix VKERNEL/i386 build. Summary of changes: sys/platform/vkernel/i386/mp.c | 2 -- sys/platform/vkernel/platform/pmap.c | 1 + 2 files changed, 1 insertion(+),

git: kernel - extend cpus past 64 - fixes

2014-07-06 Thread Matthew Dillon
commit 586f3381714f121268b0a97c375c8a975eee8175 Author: Matthew Dillon dil...@apollo.backplane.com Date: Sun Jul 6 12:19:18 2014 -0700 kernel - extend cpus past 64 - fixes * qemu testing. Kernel can get stuck due to there not being enough pre-allocated vm_map_entry

git: kernel - remove debugging

2014-07-06 Thread Matthew Dillon
commit 20e194b60cf385a15d6431fc4c9bb1c2b885640c Author: Matthew Dillon dil...@apollo.backplane.com Date: Sun Jul 6 12:21:17 2014 -0700 kernel - remove debugging * Remove debugging for sip-subsystem. Reminded-by: swildner Summary of changes: sys/kern/init_main.c | 2 ++

git: kernel - extend cpus past 64 - fixes and adjustments

2014-07-06 Thread Matthew Dillon
commit 1997b4c272782aad27f0d0387f9189ed1e1befbd Author: Matthew Dillon dil...@apollo.backplane.com Date: Sun Jul 6 12:27:04 2014 -0700 kernel - extend cpus past 64 - fixes and adjustments * Reorder the SMP cpu boot code to remove a great deal of lock contention. The APs must

git: boot - Fix timecount issues with some BIOSes

2014-07-06 Thread Matthew Dillon
commit 1a1ada88346625b2b581e0676eea4df99f1b89b6 Author: Matthew Dillon dil...@apollo.backplane.com Date: Sun Jul 6 12:49:22 2014 -0700 boot - Fix timecount issues with some BIOSes * Some BIOSes do not correctly read RTC which means there is no timecount at boot time. The

git: RPC: replace Sun license with 3-clause BSD license.

2014-07-06 Thread Justin C. Sherrill
commit ba96d07f7c72db2df2f4855fd9cef54db7111960 Author: hrs h...@freebsd.org Date: Mon Nov 25 19:04:36 2013 + RPC: replace Sun license with 3-clause BSD license. Original commit message: Replace Sun RPC license in TI-RPC library with a 3-clause BSD license, with the

git: RPC: remove some extraneous $id$ lines.

2014-07-06 Thread Justin C. Sherrill
commit f997c7ee267fed205a26272d851e2ddeb137fdc2 Author: Justin C. Sherrill jus...@shiningsilence.com Date: Sun Jul 6 19:10:44 2014 -0400 RPC: remove some extraneous $id$ lines. Summary of changes: include/rpc/auth.h | 2 -- include/rpc/auth_des.h | 2 -- 2 files changed, 4