CVS commit: [matt-nb5-mips64] src/sys/uvm

2012-04-11 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Apr 12 01:40:27 UTC 2012 Modified Files: src/sys/uvm [matt-nb5-mips64]: uvm_extern.h uvm_fault.c uvm_km.c uvm_meter.c uvm_pdaemon.c uvm_pdaemon.h uvm_pdpolicy.h uvm_pdpolicy_clock.c uvm_stat.c Log Message

CVS commit: src/tools/gmp

2012-04-11 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Apr 12 01:05:32 UTC 2012 Modified Files: src/tools/gmp: Makefile Log Message: force ac_cv_path_mkdir to be set to nbinstall -d. this will avoid gmp/configure from trying to use its install-sh for mkdir -p, and should fix sources

CVS commit: src/external/gpl3/gdb/dist/gdb

2012-04-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 11 21:41:59 UTC 2012 Modified Files: src/external/gpl3/gdb/dist/gdb: nbsd-thread.c Log Message: - In the thread activation code, mutate the main thread (lid=0) to lid=1 like the kernel does. - Remove - 1 hack - Remove

CVS commit: src/external/gpl3/gdb/dist/gdb

2012-04-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 11 21:39:01 UTC 2012 Modified Files: src/external/gpl3/gdb/dist/gdb: inf-ptrace.c Log Message: On NetBSD the data part of the PT_STEP request is the lid to send the signal, not the signal to send! Make it so. To genera

CVS commit: src/external/gpl3/gdb/dist/gdb

2012-04-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 11 20:21:35 UTC 2012 Modified Files: src/external/gpl3/gdb/dist/gdb: nbsd-thread.c Log Message: remove more unused SA userland thread stuff. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/external/gp

CVS commit: src/tests/lib/libc/stdio

2012-04-11 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Apr 11 16:21:43 UTC 2012 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: Reduce the number of snprintf(3) invocations, as sparc/qemu timeouts. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src

CVS commit: src/tests/lib/libc/gen

2012-04-11 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Apr 11 16:18:39 UTC 2012 Modified Files: src/tests/lib/libc/gen: t_fpsetmask.c Log Message: Flip previous (i386/qemu fails, not the amd64/qemu). To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/

CVS commit: src/share/examples/puffs/pgfs

2012-04-11 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Wed Apr 11 14:28:46 UTC 2012 Modified Files: src/share/examples/puffs/pgfs: newfs.sql Log Message: comment To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/examples/puffs/pgfs/newfs.sql Please note that diffs

CVS commit: src/share/examples/puffs/pgfs

2012-04-11 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Wed Apr 11 14:28:18 UTC 2012 Modified Files: src/share/examples/puffs/pgfs: pgfs_subs.c Log Message: don't bother to call lo_close. as we ever open a few LOs at most in a transaction, just let them be closed automatically at the end

CVS commit: src/share/examples/puffs/pgfs

2012-04-11 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Wed Apr 11 14:27:43 UTC 2012 Modified Files: src/share/examples/puffs/pgfs: pgfs_db.c Log Message: setlabel: save SQL statements by caching the last label To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/examp

CVS commit: src/share/examples/puffs/pgfs

2012-04-11 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Wed Apr 11 14:27:15 UTC 2012 Modified Files: src/share/examples/puffs/pgfs: newfs.sql Log Message: remove FK references as it creates more problems than it solves. particularly, it involves shared lock on the referenced table and ca

CVS commit: src/share/examples/puffs/pgfs

2012-04-11 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Wed Apr 11 14:26:45 UTC 2012 Modified Files: src/share/examples/puffs/pgfs: pgfs_db.c pgfs_db.h pgfs_puffs.c Log Message: abuse application_name to show the last puffs activity for the connection. To generate a diff of this commit

CVS commit: src/share/examples/puffs/pgfs

2012-04-11 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Wed Apr 11 14:26:20 UTC 2012 Modified Files: src/share/examples/puffs/pgfs: newfs.sql pgfs_puffs.c pgfs_subs.c pgfs_subs.h Log Message: reduce number of SQL statements for inactivate To generate a diff of this commit:

CVS commit: src/share/examples/puffs/pgfs

2012-04-11 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Wed Apr 11 14:25:54 UTC 2012 Modified Files: src/share/examples/puffs/pgfs: mount.c pgfs_puffs.c Log Message: - enable writeback cache and namecache. - use setback hack to reduce number of puffs OPs. To generate a diff of this com

CVS commit: src/sys/external/isc/atheros_hal/ic

2012-04-11 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Wed Apr 11 13:48:11 UTC 2012 Modified Files: src/sys/external/isc/atheros_hal/ic: ah_osdep.c Log Message: Fix ATHHAL_DEBUG by syncing HALDEBUG() with Atheros HAL code. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.

CVS commit: src/tests/lib/libc/gen

2012-04-11 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Apr 11 10:18:26 UTC 2012 Modified Files: src/tests/lib/libc/gen: t_fpsetmask.c Log Message: Revisit the previous: fails on qemu/amd64 but not qemu/i386. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/l