CVS commit: src/sys/kern

2014-01-11 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Jan 12 00:29:15 UTC 2014 Modified Files: src/sys/kern: subr_prf.c Log Message: Revert, breaks the build due to missing rumpns_delay in librump.so. To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152 src/sys/kern/s

CVS commit: src/sys/dev/pckbport

2014-01-11 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 11 20:29:03 UTC 2014 Modified Files: src/sys/dev/pckbport: pckbport.c Log Message: KASSERT that cmd is non-NULL in more places, and in a place that previously did not use KASSERT to do the same thing. To generate a dif

CVS commit: src/sys/dev/ic

2014-01-11 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 11 20:17:56 UTC 2014 Modified Files: src/sys/dev/ic: pckbc.c Log Message: Do not take data from the controller in interrupt handler if we are polling. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/s

CVS commit: src/tests/lib/libexecinfo

2014-01-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jan 11 19:48:22 UTC 2014 Modified Files: src/tests/lib/libexecinfo: t_backtrace.c Log Message: New gcc can reuse stack frames for tail calls, so "main" is an optional frame as well. To generate a diff of this commit: cvs rdi

CVS commit: src/sys/arch/amd64/amd64

2014-01-11 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 11 19:31:47 UTC 2014 Modified Files: src/sys/arch/amd64/amd64: mptramp.S Log Message: remove unused and undefined .globl To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/amd64/amd64/mptramp.S

CVS commit: src/tests/lib/libexecinfo

2014-01-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jan 11 19:13:41 UTC 2014 Modified Files: src/tests/lib/libexecinfo: t_backtrace.c Log Message: Make the output of the test case better suited for debugging (output full backtrace before failing any unclear asserts) To genera

CVS commit: src/distrib/sets/lists

2014-01-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 11 18:38:00 UTC 2014 Modified Files: src/distrib/sets/lists/base: ad.arm ad.mips md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/debug: ad.arm ad.mips md.amd64 md.sparc64 shl.mi Log Message: bump openssl librar

CVS commit: src/doc

2014-01-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 11 18:35:48 UTC 2014 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new openssl To generate a diff of this commit: cvs rdiff -u -r1.1086 -r1.1087 src/doc/3RDPARTY cvs rdiff -u -r1.1880 -r1.1881 src/doc/CHANGES

CVS commit: src/crypto/external/bsd/openssl

2014-01-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 11 18:34:37 UTC 2014 Modified Files: src/crypto/external/bsd/openssl/dist: Configure src/crypto/external/bsd/openssl/dist/crypto: opensslv.h src/crypto/external/bsd/openssl/dist/crypto/buffer: buffer.c

CVS commit: src/sys/arch/sparc64/sparc64

2014-01-11 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Sat Jan 11 18:31:35 UTC 2014 Modified Files: src/sys/arch/sparc64/sparc64: genassym.cf Log Message: No need to make CI_MMFSA depend on SUN4V since the ci_mmfsa field is always present in the cpu_info struct now To generate a dif

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/man

2014-01-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 11 18:25:31 UTC 2014 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/man: ASN1_OBJECT_new.3 ASN1_STRING_length.3 ASN1_STRING_new.3 ASN1_STRING_print_ex.3 ASN1_generate_nconf.3 BIO_ctr

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64

2014-01-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 11 18:21:45 UTC 2014 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64: bsaes-x86_64.S Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ src/crypto

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386

2014-01-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 11 18:20:06 UTC 2014 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386: x86cpuid.S Log Message: zero %exc To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 \ src/crypto/external/bsd/

CVS commit: src/sys/arch/arm

2014-01-11 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Jan 11 17:32:20 UTC 2014 Modified Files: src/sys/arch/arm/arm32: arm32_machdep.c fault.c src/sys/arch/arm/include: locore.h Log Message: Add hw.printfataltraps sysctl. Always print fatal traps for init. For all other p

CVS commit: src/sys/arch/x86/x86

2014-01-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 11 17:14:00 UTC 2014 Modified Files: src/sys/arch/x86/x86: vm_machdep.c Log Message: Comment about missing stackframe member initialization (Richard Hansen) I haven't studied the code, but I'm concerned that not initial

CVS commit: src/sys/arch/i386/i386

2014-01-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 11 17:11:50 UTC 2014 Modified Files: src/sys/arch/i386/i386: db_machdep.c Log Message: stop ddb backtrace at Xsoftintr() (Richard Hansen) Stop unwinding frames when db_stack_trace_print() encouters Xsoftintr(). This av

CVS commit: src/sys/arch/x86/include

2014-01-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 11 17:10:40 UTC 2014 Modified Files: src/sys/arch/x86/include: db_machdep.h Log Message: Add softint case (Richard Hansen) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x86/include/db_machdep

CVS commit: src/sys/kern

2014-01-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 11 17:07:45 UTC 2014 Modified Files: src/sys/kern: subr_prf.c Log Message: Sleep 10 seconds before rebooting due to panic() To give an opportunity to screencap a panic(), or pause a VM to attach a debugger. (Richard Han

CVS commit: src/sys/arch/i386/i386

2014-01-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 11 17:06:15 UTC 2014 Modified Files: src/sys/arch/i386/i386: spl.S Log Message: remove vestige from old call to printk() This line was introduced with a call to printk() in CVS revision 1.22.4.3 and should have been rem

CVS commit: src/sys/arch/i386/i386

2014-01-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 11 17:05:17 UTC 2014 Modified Files: src/sys/arch/i386/i386: locore.S Log Message: fix a comment (cpu_switch() -> cpu_switchto()) (Richard Hansen) To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109 src/sys

CVS commit: src/sys/arch/luna68k/stand/boot

2014-01-11 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 11 17:00:37 UTC 2014 Modified Files: src/sys/arch/luna68k/stand/boot: samachdep.h Log Message: Remove unused declarations. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/luna68k/stand/boot/sa

CVS commit: src/sys/arch/luna68k/luna68k

2014-01-11 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 11 16:34:05 UTC 2014 Modified Files: src/sys/arch/luna68k/luna68k: machdep.c Log Message: Remove tab nits. To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/sys/arch/luna68k/luna68k/machdep.c Please not

CVS commit: src/sys/kern

2014-01-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 11 16:31:20 UTC 2014 Modified Files: src/sys/kern: kern_verifiedexec.c Log Message: Reorder code to avoid use-after-free on error. From Maxime Villard To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132 src

CVS commit: src/sys/arch/luna68k/stand/boot

2014-01-11 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 11 15:51:02 UTC 2014 Modified Files: src/sys/arch/luna68k/stand/boot: bmc.c bmd.c cons.c disklabel.c getline.c if_le.c init_main.c kbd.c kbdreg.h lance.c locore.S machdep.c omron_disklabel.h parse.c

CVS commit: src/sys/arch/luna68k/stand/boot

2014-01-11 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 11 14:35:15 UTC 2014 Modified Files: src/sys/arch/luna68k/stand/boot: boot.c init_main.c Log Message: ctually remove all references to obsolete stinger.h. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/

CVS commit: src/sys/arch/luna68k/stand/boot

2014-01-11 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 11 14:09:13 UTC 2014 Modified Files: src/sys/arch/luna68k/stand/boot: init_main.c Removed Files: src/sys/arch/luna68k/stand/boot: stinger.h Log Message: Remove unused KernInter stuff. To generate a diff of this

CVS commit: src/sys/arch/sparc64/sparc64

2014-01-11 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Sat Jan 11 12:20:07 UTC 2014 Modified Files: src/sys/arch/sparc64/sparc64: genassym.cf Log Message: Uncomment ifdef/endif and tabify. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sys/arch/sparc64/sparc64/g

CVS commit: src/doc

2014-01-11 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 11 09:04:17 UTC 2014 Modified Files: src/doc: CHANGES Log Message: Note recent visible luna68k bootloader updates. To generate a diff of this commit: cvs rdiff -u -r1.1879 -r1.1880 src/doc/CHANGES Please note that diff

CVS commit: src/sys/arch/luna68k/stand/boot

2014-01-11 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 11 08:20:51 UTC 2014 Modified Files: src/sys/arch/luna68k/stand/boot: version Log Message: Bump version to denote support to pass boothowto and bootdev to kernel. To generate a diff of this commit: cvs rdiff -u -r1.9 -r

CVS commit: src/sys/arch/luna68k/stand/boot

2014-01-11 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 11 08:08:23 UTC 2014 Modified Files: src/sys/arch/luna68k/stand/boot: boot.c conf.c devopen.c init_main.c parse.c samachdep.h Log Message: Add support to pass boothowto and bootdev info from bootloader to kern

CVS commit: src/sys/arch/luna68k

2014-01-11 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 11 08:07:16 UTC 2014 Modified Files: src/sys/arch/luna68k/luna68k: autoconf.c locore.s machdep.c Added Files: src/sys/arch/luna68k/include: bootinfo.h Log Message: Add support to pass boothowto and bootdev info fr