CVS commit: src/lib/libperfuse

2011-09-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 9 22:51:44 UTC 2011 Modified Files: src/lib/libperfuse: ops.c perfuse.c Log Message: make this build on amd64 and remove redundant and unused code. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/lib

CVS commit: src/sys/arch/usermode/dev

2011-09-09 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Sep 9 20:14:33 UTC 2011 Modified Files: src/sys/arch/usermode/dev: cpu.c Log Message: Make the trampoline only jump once! All next calls are directed directly to the func specified. To generate a diff of this commit: cvs r

CVS commit: src/sys/arch/usermode

2011-09-09 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Sep 9 20:06:04 UTC 2011 Modified Files: src/sys/arch/usermode/dev: cpu.c src/sys/arch/usermode/usermode: machdep.c Log Message: Use the new thunk_makecontext() scheme with function and upto 3 aguments To generate a

CVS commit: src/sys/arch/usermode

2011-09-09 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Sep 9 20:04:43 UTC 2011 Modified Files: src/sys/arch/usermode/include: thunk.h src/sys/arch/usermode/usermode: thunk.c Log Message: Sanitise thunk_makecontext() allowing upto 3 random arguments To generate a diff o

CVS commit: src

2011-09-09 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Sep 9 18:48:34 UTC 2011 Modified Files: src: BUILDING build.sh src/doc: BUILDING.mdoc Log Message: Add tests for the shell under which build.sh is run. If the shell fails the tests, then build.sh tries to re-exec itself

CVS commit: src/sys/arch/usermode

2011-09-09 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Sep 9 18:41:17 UTC 2011 Modified Files: src/sys/arch/usermode/dev: cpu.c src/sys/arch/usermode/include: thunk.h src/sys/arch/usermode/usermode: thunk.c Log Message: Streamline makecontext() calls to really on

CVS commit: src/external/cddl/osnet/dev/dtrace/i386

2011-09-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 9 17:48:39 UTC 2011 Modified Files: src/external/cddl/osnet/dev/dtrace/i386: dtrace_subr.c Log Message: fix a shadow variable warning. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \ src/external/cdd

CVS commit: src/sys/arch/usermode/dev

2011-09-09 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Sep 9 16:24:45 UTC 2011 Modified Files: src/sys/arch/usermode/dev: cpu.c Log Message: Clean up cpu_trampoline and link the context so we dont have to manually do that. To generate a diff of this commit: cvs rdiff -u -r1.40

CVS commit: src

2011-09-09 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Fri Sep 9 15:45:28 UTC 2011 Modified Files: src/lib/libperfuse: ops.c perfuse_if.h perfuse_priv.h src/usr.sbin/perfused: Makefile perfused.c Log Message: Serialize access to file size. We already have such a thing in the ke

CVS commit: src/lib/libperfuse

2011-09-09 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Fri Sep 9 15:35:22 UTC 2011 Modified Files: src/lib/libperfuse: perfuse.c Log Message: Make sure perfused remains locked in memory, otherwise we can get deadlocks in low memory situations, where ioflush waits for perfused to fsync

CVS commit: src/sys/dev/pckbport

2011-09-09 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Sep 9 14:29:47 UTC 2011 Modified Files: src/sys/dev/pckbport: elantech.c pms.c pmsvar.h synaptics.c Log Message: Replace pms_synaptics_send_command() and identical pms_elantech_send_command() with pms_sliced_command(). Lin

CVS commit: src

2011-09-09 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Sep 9 14:23:38 UTC 2011 Modified Files: src: Makefile src/doc: BUILDING.mdoc Added Files: src/doc: Makefile Log Message: Move the code for creating src/BUILDING from "make build-docs" in src/Makefile to "make reg

CVS commit: src

2011-09-09 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Sep 9 14:01:29 UTC 2011 Modified Files: src: BUILDING src/doc: BUILDING.mdoc Log Message: Revisions 1.92 and 1.93 of src/BUILDING were not reflected in src/doc/BUILDING.mdoc, so those changes were lost when src/BUILDING

CVS commit: src/sys/dev/pckbport

2011-09-09 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Sep 9 14:00:01 UTC 2011 Modified Files: src/sys/dev/pckbport: pckbport.c pckbportvar.h Log Message: const-ify input command buffer argument to pckbport_poll_cmd and pckbport_enqueue_cmd. To generate a diff of this commit:

CVS commit: src

2011-09-09 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Sep 9 13:29:23 UTC 2011 Modified Files: src: BUILDING build.sh src/doc: BUILDING.mdoc Log Message: Allow MAKEFLAGS to be set via build.sh -V. Somebody asked for this in 2008. Also add comments above a few functions in

CVS commit: src/sys/arch/usermode

2011-09-09 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Sep 9 12:44:27 UTC 2011 Modified Files: src/sys/arch/usermode/include: machdep.h src/sys/arch/usermode/usermode: machdep.c syscall.c Log Message: machdep.c: Cleanup the machine dependent code and set the carry flag o

CVS commit: src/external/bsd/libarchive/bin/tar

2011-09-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 9 12:43:14 UTC 2011 Modified Files: src/external/bsd/libarchive/bin/tar: Makefile Log Message: document another non-literal string. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/libarchi

CVS commit: src/sys/arch/usermode/usermode

2011-09-09 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Sep 9 12:41:12 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: pmap.c Log Message: Make pmap.c not so chatty unless we've enabled debug and verbose To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src

CVS commit: src/sys/arch/usermode/usermode

2011-09-09 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Sep 9 12:28:05 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: pmap.c Log Message: Implement TBL functionality by remembering if its mapped in or not before guessing and adjusting access types. While here, when we

CVS commit: src/sys/arch/usermode/usermode

2011-09-09 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Sep 9 12:21:57 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: trap.c Log Message: Be more verbose in trap.c on what address should be passed to userland. Also detail about what function goes into recurse To gener

CVS commit: [cherry-xenmp] src/sys/arch/xen/x86

2011-09-09 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Fri Sep 9 11:53:43 UTC 2011 Modified Files: src/sys/arch/xen/x86 [cherry-xenmp]: cpu.c x86_xpmap.c Log Message: fix amd64 boot. To generate a diff of this commit: cvs rdiff -u -r1.56.2.10 -r1.56.2.11 src/sys/arch/xen/x86/cpu.c

CVS commit: [cherry-xenmp] src/sys/arch

2011-09-09 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Fri Sep 9 11:38:21 UTC 2011 Modified Files: src/sys/arch/x86/x86 [cherry-xenmp]: pmap.c src/sys/arch/xen/include [cherry-xenmp]: xenpmap.h Log Message: make #define PG_k visible on all xen archs To generate a diff of th

CVS commit: src/share/mk

2011-09-09 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Sep 9 10:08:14 UTC 2011 Modified Files: src/share/mk: bsd.README Log Message: Document the FILESBUILD variable, which was added in bsd.files.mk revision 1.41 dated 2010-02-03. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: [cherry-xenmp] src/sys/arch/amd64/amd64

2011-09-09 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Fri Sep 9 08:14:39 UTC 2011 Modified Files: src/sys/arch/amd64/amd64 [cherry-xenmp]: trap.c Log Message: Use appropriate format strings. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.66.2.1 src/sys/arch/amd64/amd64