git: arcmsr(4): Sync with FreeBSD (Areca's driver version 1.20.00.25).

2012-09-24 Thread Sascha Wildner
commit 629e42e202cd61a79ed31382b13eeaba00b5c471 Author: Sascha Wildner Date: Tue Sep 25 07:37:07 2012 +0200 arcmsr(4): Sync with FreeBSD (Areca's driver version 1.20.00.25). Some bug fixes and added support for ARC-1213, ARC-1223 and ARC-1882. Thanks to ftigeot for giving

git: kernel - usched_dfly revamp (6), reimplement shared spinlocks & misc others

2012-09-24 Thread Matthew Dillon
commit 0846e4ceea46414947a7162124a713ecf1cab19b Author: Matthew Dillon Date: Mon Sep 24 18:24:22 2012 -0700 kernel - usched_dfly revamp (6), reimplement shared spinlocks & misc others * Rename gd_spinlocks_wr to just gd_spinlocks. * Reimplement shared spinlocks and optimi

git: kernel - Add PC sampling for x86-64

2012-09-24 Thread Matthew Dillon
commit 433c75c34a02757b400e474eab030c6e56f3e8a3 Author: Matthew Dillon Date: Mon Sep 24 14:34:41 2012 -0700 kernel - Add PC sampling for x86-64 * Xtimer interrupt (lapic timer) now samples the %rip value and stores it in the globaldata structure. Sampling occurs whether the

git: kernel - usched_dfly revamp (5), correct default in last commit

2012-09-24 Thread Matthew Dillon
commit 4e9f1e6f8e64941b9e0d54c32e693d9020bceb52 Author: Matthew Dillon Date: Mon Sep 24 13:43:50 2012 -0700 kernel - usched_dfly revamp (5), correct default in last commit * Doh. weight2 should be 120, not 1200. Summary of changes: sys/kern/usched_dfly.c |2 +- 1 files chang

git: kernel - usched_dfly revamp (4), improve tail

2012-09-24 Thread Matthew Dillon
commit d992c3771baa6d7578bf112b8dbea1326e461f01 Author: Matthew Dillon Date: Mon Sep 24 13:32:11 2012 -0700 kernel - usched_dfly revamp (4), improve tail * Improve tail performance (many more cpu-bound processes than available cpus). * Experiment with removing the L

git: systat - Ensure vmmeter output separates fields by at least one space.

2012-09-24 Thread Matthew Dillon
commit d9ae8717dd8b42d5e415cff4a15751d9d7608551 Author: Matthew Dillon Date: Mon Sep 24 10:31:47 2012 -0700 systat - Ensure vmmeter output separates fields by at least one space. * Ensure vmmeter output separates fields by at least one space. * Fix minor formatting issue

git: systat - Display colliding token

2012-09-24 Thread Matthew Dillon
commit 8ec307ed033e14cbcdcf94d9b89a27f0400f7c83 Author: Matthew Dillon Date: Mon Sep 24 10:27:32 2012 -0700 systat - Display colliding token * Display the colliding token when a non-zero token collision count is reported. This is somewhat statistical but should still provid

git: kernel - Add v_token_name to gd_cnt

2012-09-24 Thread Matthew Dillon
commit 173423b5b625915b119ed063ba3c32a5b2c1e458 Author: Matthew Dillon Date: Mon Sep 24 10:26:28 2012 -0700 kernel - Add v_token_name to gd_cnt * Copy the tok->t_desc field into the gd_cnt.v_token_name buffer when a token collides so systat -pv 1 can pick it up. Summary of

git: pnpinfo(8): Don't build/install for x86_64.

2012-09-24 Thread Sascha Wildner
commit be9a7c1c859ab3f16da19820fd434c5fe24a4a91 Author: Sascha Wildner Date: Mon Sep 24 12:44:16 2012 + pnpinfo(8): Don't build/install for x86_64. It crashes and isn't really useful. FreeBSD did so, too. Summary of changes: Makefile_upgrade.inc |3 +++ usr.sbin/Makefile

git: usr.sbin/Makefile: Remove an obsolete old comment.

2012-09-24 Thread Sascha Wildner
commit c68b5359e854d91f32e9598be99a8026fb06fccb Author: Sascha Wildner Date: Mon Sep 24 12:45:04 2012 + usr.sbin/Makefile: Remove an obsolete old comment. Summary of changes: usr.sbin/Makefile |1 - 1 files changed, 0 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/