CVS commit: src/sys/rump/include/rump

2013-12-11 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Dec 11 23:14:03 UTC 2013

Modified Files:
src/sys/rump/include/rump: rumpdefs.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/rump/include/rump/rumpdefs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/rump/include/rump

2013-12-11 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Dec 11 23:13:49 UTC 2013

Modified Files:
src/sys/rump/include/rump: makerumpdefs.sh

Log Message:
need to grab KTRFACv[n] too


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/rump/include/rump/makerumpdefs.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amd64

2013-12-11 Thread David Laight
Module Name:src
Committed By:   dsl
Date:   Wed Dec 11 22:06:51 UTC 2013

Modified Files:
src/sys/arch/amd64/amd64: fpu.c
src/sys/arch/amd64/include: fpu.h pcb.h

Log Message:
Remove the fields that were used to save the i387 fp state on interrupt.
They were written but never read.
Possibly they should be saved for 32 bit processes, but that might be a relic
  from real i387 where the fpu was actully asynchronous.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/amd64/amd64/fpu.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/amd64/include/fpu.h
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/amd64/include/pcb.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/lib/csu

2013-12-11 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Dec 11 17:31:56 UTC 2013

Modified Files:
src/tests/lib/csu: Makefile.check_stack
Added Files:
src/tests/lib/csu/arch/alpha: h_initfini_align.S
src/tests/lib/csu/arch/arm: h_initfini_align.S
src/tests/lib/csu/arch/mips: h_initfini_align.S
src/tests/lib/csu/arch/powerpc: h_initfini_align.S
src/tests/lib/csu/arch/vax: h_initfini_align.S

Log Message:
Add stack alignment checks for alpha, arm, mips, powerpc, and vax.
Fix makefile to support MACHINE_CPU


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/csu/Makefile.check_stack
cvs rdiff -u -r0 -r1.1 src/tests/lib/csu/arch/alpha/h_initfini_align.S
cvs rdiff -u -r0 -r1.1 src/tests/lib/csu/arch/arm/h_initfini_align.S
cvs rdiff -u -r0 -r1.1 src/tests/lib/csu/arch/mips/h_initfini_align.S
cvs rdiff -u -r0 -r1.1 src/tests/lib/csu/arch/powerpc/h_initfini_align.S
cvs rdiff -u -r0 -r1.1 src/tests/lib/csu/arch/vax/h_initfini_align.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5] src/doc

2013-12-11 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Wed Dec 11 16:01:26 UTC 2013

Modified Files:
src/doc [netbsd-5]: CHANGES-5.3

Log Message:
Ticket #1890

Fix typo in previous ticket


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.37 -r1.1.2.38 src/doc/CHANGES-5.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5] src/sys/arch/xen/xen

2013-12-11 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Wed Dec 11 16:00:46 UTC 2013

Modified Files:
src/sys/arch/xen/xen [netbsd-5]: evtchn.c

Log Message:
Pull up the following revisions(s) (requested by bouyer in ticket #1890):
sys/arch/xen/xen/evtchn.c:  revision 1.70

Remove the "evtchn_do_event: handler %p didn't lower ipl %d %d\n" printf
as analysis shows it actually isn't a bug in the handler, but related to
spin mutexes. Fixes port-xen/46313


To generate a diff of this commit:
cvs rdiff -u -r1.39.4.2 -r1.39.4.3 src/sys/arch/xen/xen/evtchn.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/fortune/datfiles

2013-12-11 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Wed Dec 11 14:59:47 UTC 2013

Modified Files:
src/games/fortune/datfiles: fortunes2

Log Message:
remove duplicate


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/games/fortune/datfiles/fortunes2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/fortune/datfiles

2013-12-11 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Wed Dec 11 14:56:10 UTC 2013

Modified Files:
src/games/fortune/datfiles: fortunes2

Log Message:
another minor fix


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/games/fortune/datfiles/fortunes2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/fortune/datfiles

2013-12-11 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Dec 11 11:52:27 UTC 2013

Modified Files:
src/games/fortune/datfiles: fortunes

Log Message:
Reinstate typo since kre claims it's by purpose.
Discussion in PR 48442.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/games/fortune/datfiles/fortunes

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/fortune/datfiles

2013-12-11 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Dec 11 11:33:49 UTC 2013

Modified Files:
src/games/fortune/datfiles: fortunes2

Log Message:
Error and typo fixes from OpenBSD and FreeBSD via Henning Petersen
in PR 48443.

While here, remove a duplication, fix another typo, and
don't claim that Mr. Sheperd was the first man in space.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/games/fortune/datfiles/fortunes2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/fortune/datfiles

2013-12-11 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Dec 11 11:24:56 UTC 2013

Modified Files:
src/games/fortune/datfiles: fortunes

Log Message:
Error and typo fixes from OpenBSD and FreeBSD via Henning Petersen
in PR 48442.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/games/fortune/datfiles/fortunes

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2013-12-11 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Dec 11 09:45:02 UTC 2013

Modified Files:
src/sys/kern: init_sysent.c syscalls.c
src/sys/rump/include/rump: rump_syscalls.h
src/sys/rump/librump/rumpkern: rump_syscalls.c
src/sys/sys: syscall.h syscallargs.h

Log Message:
reregengen


To generate a diff of this commit:
cvs rdiff -u -r1.279 -r1.280 src/sys/kern/init_sysent.c
cvs rdiff -u -r1.270 -r1.271 src/sys/kern/syscalls.c
cvs rdiff -u -r1.71 -r1.72 src/sys/rump/include/rump/rump_syscalls.h
cvs rdiff -u -r1.96 -r1.97 src/sys/rump/librump/rumpkern/rump_syscalls.c
cvs rdiff -u -r1.266 -r1.267 src/sys/sys/syscall.h
cvs rdiff -u -r1.249 -r1.250 src/sys/sys/syscallargs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2013-12-11 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Dec 11 09:40:56 UTC 2013

Modified Files:
src/sys/kern: syscalls.master

Log Message:
create rump kernel wrapper for utrace() too


To generate a diff of this commit:
cvs rdiff -u -r1.265 -r1.266 src/sys/kern/syscalls.master

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.