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

2014-01-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jan 19 07:01:55 UTC 2014 Modified Files: src/sys/rump/include/machine: intr.h Log Message: Make IPL_ values different. This makes ni real difference for rump, but avoods KASSERTs in common code when we try to assert "ipl not h

CVS commit: src/sys/arch/alpha/pci

2014-01-18 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 19 03:44:13 UTC 2014 Modified Files: src/sys/arch/alpha/pci: tsp_bus_mem.c Log Message: Set a proper address for PCI memspace to make bus_space_mmap(9) work correctly. Reported and confirmed with radeonfb(4) by Naruaki E

CVS commit: src/sys/arch/powerpc/conf

2014-01-18 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jan 19 02:32:21 UTC 2014 Modified Files: src/sys/arch/powerpc/conf: kern.ldscript Log Message: make this look more like the latest elf32ppc.x. tested on pegasosII. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 sr

CVS commit: src/external/gpl3/gcc

2014-01-18 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jan 19 00:37:30 UTC 2014 Modified Files: src/external/gpl3/gcc: gcc2netbsd Log Message: delete .svn subdirs as part of the pre-import. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/gcc2netbsd

CVS commit: src/sys/arch/sparc/sparc

2014-01-18 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jan 19 00:22:33 UTC 2014 Modified Files: src/sys/arch/sparc/sparc: timer.c timer_sun4m.c timervar.h Log Message: remove schedintr_4m(), and go back to only having the level 14 timer call statclock/schedclock. the randomness for

CVS commit: src/lib/libc/compiler_rt

2014-01-18 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Jan 18 21:26:46 UTC 2014 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: Must use LIBC_MACHINE_ARCH for deciding whether 64bit support code is neded. Otherwise e.g. i386 compat libs are broken. To generate

CVS commit: src/lib/libc/compiler_rt

2014-01-18 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Jan 18 21:27:11 UTC 2014 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: ARM needs __clear_cache. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libc/compiler_rt/Makefile.inc Please

CVS commit: src/tests/crypto/opencrypto

2014-01-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Jan 18 20:40:27 UTC 2014 Modified Files: src/tests/crypto/opencrypto: h_aesctr1.c Log Message: Include more of the test cases from RFC 1321. XXX cases 3, 6, and 9 are currently disabled because we don't seem to handle plain

CVS commit: src/tests/crypto/opencrypto

2014-01-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Jan 18 20:10:34 UTC 2014 Modified Files: src/tests/crypto/opencrypto: h_md5.c Log Message: Remove some debugging code. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/crypto/opencrypto/h_md5.c Please

CVS commit: src/tests/crypto/opencrypto

2014-01-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Jan 18 19:44:41 UTC 2014 Modified Files: src/tests/crypto/opencrypto: h_md5.c Log Message: Free each crypto(4) session when we're done with it. (A new session is created for each test case.) To generate a diff of this com

CVS commit: src/sys/arch/evbmips/conf

2014-01-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Jan 18 19:26:41 UTC 2014 Modified Files: src/sys/arch/evbmips/conf: LOONGSON Log Message: Add FONT_BOLD8x16, which will help to have a 80x25 tty on sisfb (which is limited to 640x400 pixels at this time). To generate a diff

CVS commit: src/sys/dev/pci

2014-01-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Jan 18 19:24:46 UTC 2014 Modified Files: src/sys/dev/pci: sisfb.c Log Message: Request a 80x25 tty emulation, which is more likely to work than 80x30 on a 640x400 VGA. To generate a diff of this commit: cvs rdiff -u -r1.2 -r

CVS commit: src/lib/librumphijack

2014-01-18 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sat Jan 18 18:37:30 UTC 2014 Modified Files: src/lib/librumphijack: Makefile Log Message: Make sure that "_FORTIFY_SOURCE" really gets undefined even if "USE_SSP" is set to "yes" to fix build problems caused by the recent change to

CVS commit: src/lib/libm

2014-01-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 18 17:20:36 UTC 2014 Modified Files: src/lib/libm: Makefile Log Message: Add various functions which need fenv support to arm. To generate a diff of this commit: cvs rdiff -u -r1.152 -r1.153 src/lib/libm/Makefile Please

CVS commit: src/doc

2014-01-18 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sat Jan 18 17:09:04 UTC 2014 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Postfix was updated to version 2.10.3. To generate a diff of this commit: cvs rdiff -u -r1.1087 -r1.1088 src/doc/3RDPARTY cvs rdiff -u -r1.1881 -r

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSPosix

2014-01-18 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Jan 18 16:51:44 UTC 2014 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSPosix: mDNSUNP.c Log Message: Don't try and use an address we can't use. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ src

CVS commit: src/tests/crypto/opencrypto

2014-01-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Jan 18 15:55:32 UTC 2014 Modified Files: src/tests/crypto/opencrypto: h_md5.c Log Message: Fix verification to use correct buffer. Use test cases defined in RFC 1321 To generate a diff of this commit: cvs rdiff -u -r1.2 -

CVS commit: src/lib/libc/citrus/modules

2014-01-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 18 15:21:41 UTC 2014 Modified Files: src/lib/libc/citrus/modules: citrus_euc.c Log Message: revert previous, it causes other problem and I cannot easily debug it. To generate a diff of this commit: cvs rdiff -u -r1.16

CVS commit: src/tests/crypto/opencrypto

2014-01-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Jan 18 15:15:16 UTC 2014 Modified Files: src/tests/crypto/opencrypto: t_opencrypto.sh Log Message: Add the test cases for sha1_hmac To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/crypto/opencrypto/t_

CVS commit: [netbsd-6-0] src/distrib/notes/common

2014-01-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Jan 18 11:23:51 UTC 2014 Modified Files: src/distrib/notes/common [netbsd-6-0]: main Log Message: Update Date To generate a diff of this commit: cvs rdiff -u -r1.484.2.4.2.7 -r1.484.2.4.2.8 src/distrib/notes/common/main Ple

CVS commit: [netbsd-6-1] src/distrib/notes/common

2014-01-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Jan 18 11:23:52 UTC 2014 Modified Files: src/distrib/notes/common [netbsd-6-1]: main Log Message: Update Date To generate a diff of this commit: cvs rdiff -u -r1.484.2.6.2.6 -r1.484.2.6.2.7 src/distrib/notes/common/main Ple

CVS commit: [netbsd-5-2] src/distrib/notes/common

2014-01-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Jan 18 11:23:44 UTC 2014 Modified Files: src/distrib/notes/common [netbsd-5-2]: main Log Message: Update Date To generate a diff of this commit: cvs rdiff -u -r1.425.2.16.2.4 -r1.425.2.16.2.5 src/distrib/notes/common/main P

CVS commit: [netbsd-5-1] src/distrib/notes/common

2014-01-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Jan 18 11:23:49 UTC 2014 Modified Files: src/distrib/notes/common [netbsd-5-1]: main Log Message: Update Date To generate a diff of this commit: cvs rdiff -u -r1.425.2.14.2.6 -r1.425.2.14.2.7 src/distrib/notes/common/main P

CVS commit: [netbsd-6-0] src/distrib/notes/common

2014-01-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Jan 18 11:16:02 UTC 2014 Modified Files: src/distrib/notes/common [netbsd-6-0]: main Log Message: Also note CVE-2014-0591. To generate a diff of this commit: cvs rdiff -u -r1.484.2.4.2.6 -r1.484.2.4.2.7 src/distrib/notes/com

CVS commit: [netbsd-6-1] src/distrib/notes/common

2014-01-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Jan 18 11:16:01 UTC 2014 Modified Files: src/distrib/notes/common [netbsd-6-1]: main Log Message: Also note CVE-2014-0591. To generate a diff of this commit: cvs rdiff -u -r1.484.2.6.2.5 -r1.484.2.6.2.6 src/distrib/notes/com

CVS commit: [netbsd-5-1] src/distrib/notes/common

2014-01-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Jan 18 11:15:56 UTC 2014 Modified Files: src/distrib/notes/common [netbsd-5-1]: main Log Message: Also note CVE-2014-0591. To generate a diff of this commit: cvs rdiff -u -r1.425.2.14.2.5 -r1.425.2.14.2.6 src/distrib/notes/c

CVS commit: [netbsd-5-2] src/distrib/notes/common

2014-01-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Jan 18 11:15:59 UTC 2014 Modified Files: src/distrib/notes/common [netbsd-5-2]: main Log Message: Also note CVE-2014-0591. To generate a diff of this commit: cvs rdiff -u -r1.425.2.16.2.3 -r1.425.2.16.2.4 src/distrib/notes/c

CVS commit: src/sys/dev/acpi/acpica

2014-01-18 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jan 18 09:51:08 UTC 2014 Modified Files: src/sys/dev/acpi/acpica: README Log Message: + Please also update ACPI_DATE in include/acapps.h. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/acpi/acpica/READM

CVS commit: src/sys/external/bsd/acpica/dist/include

2014-01-18 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jan 18 09:48:24 UTC 2014 Modified Files: src/sys/external/bsd/acpica/dist/include: acapps.h Log Message: Update ACPI_DATE to "18 Dec 2013", because acpica version 20131218 was imported on 27 Dec 2013. To generate a diff of this

CVS commit: src/sys/external/bsd/acpica/dist/compiler

2014-01-18 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jan 18 09:25:24 UTC 2014 Modified Files: src/sys/external/bsd/acpica/dist/compiler: aslutils.c Log Message: Use ACPI_DATE instead of __DATE__ in a version string that ends up in the iasl executable. ACPI_DATE is defined in sys/e

CVS commit: src/crypto/external/bsd/heimdal/dist/lib

2014-01-18 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jan 18 09:20:36 UTC 2014 Modified Files: src/crypto/external/bsd/heimdal/dist/lib/asn1: gen.c src/crypto/external/bsd/heimdal/dist/lib/com_err: compile_et.c Log Message: Use basename(filename) in "Generated from %s" comme