Re: CVS commit: src/lib/libc/net

2011-12-26 Thread Joerg Sonnenberger
On Mon, Dec 26, 2011 at 05:49:41PM +1100, matthew green wrote: For completeness, it should be: .if ${HAVE_GCC:U} == 45 ${MACHINE_CPU} == arm COPTS.getaddrinfo.c+= ${${ACTIVE_CC} == gcc :? -fno-tree-ter :} COPTS.gethnameaddr.c+= ${${ACTIVE_CC} == gcc :? -fno-tree-ter :}

Re: CVS commit: src/sys/dev/rasops

2011-12-26 Thread David Laight
On Sat, Dec 24, 2011 at 02:13:21AM +, Michael Lorenz wrote: Module Name: src Committed By: macallan Date: Sat Dec 24 02:13:21 UTC 2011 Modified Files: src/sys/dev/rasops: rasops32.c Log Message: rename alpha variable to avoid conflict with a platform macro on alpha

re: CVS commit: src/lib/libc/net

2011-12-26 Thread matthew green
On Mon, Dec 26, 2011 at 05:49:41PM +1100, matthew green wrote: For completeness, it should be: .if ${HAVE_GCC:U} == 45 ${MACHINE_CPU} == arm COPTS.getaddrinfo.c+= ${${ACTIVE_CC} == gcc :? -fno-tree-ter :} COPTS.gethnameaddr.c+=${${ACTIVE_CC} == gcc :? -fno-tree-ter :}

Re: CVS commit: src/lib/libc/net

2011-12-26 Thread Joerg Sonnenberger
On Tue, Dec 27, 2011 at 12:44:10PM +1100, matthew green wrote: That adds a lot of restrictions on when UNSUPPORT_COMPILER.XXX can be set. I don't think it's a good idea to do that. i don't understand this. can you explain it further? The suggested pattern allows the variable to be set

CVS commit: src/sys/arch/usermode

2011-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 26 12:29:39 UTC 2011 Modified Files: src/sys/arch/usermode/dev: ttycons.c src/sys/arch/usermode/include: intr.h src/sys/arch/usermode/usermode: intr.c trap.c Log Message: add sigio_intr_establish so more

CVS commit: src/sys/arch/usermode

2011-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 26 12:39:20 UTC 2011 Modified Files: src/sys/arch/usermode/conf: GENERIC.common files.usermode src/sys/arch/usermode/dev: mainbus.c src/sys/arch/usermode/include: mainbus.h thunk.h

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

2011-12-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Dec 26 13:07:24 UTC 2011 Modified Files: src/sys/arch/amiga/conf: GENERIC.in Log Message: Add putter device to generic kernels. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90

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

2011-12-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Dec 26 13:09:03 UTC 2011 Modified Files: src/sys/arch/amiga/conf: DRACO GENERIC INSTALL Log Message: regen from GENERIC.in To generate a diff of this commit: cvs rdiff -u -r1.147 -r1.148 src/sys/arch/amiga/conf/DRACO cvs

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

2011-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 26 14:50:27 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: thunk.c Log Message: don't need O_NONBLOCK for tap To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

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

2011-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 26 14:51:20 UTC 2011 Modified Files: src/sys/arch/usermode/dev: if_veth.c Log Message: veth_start: copy data from mbuf into a buffer and pass that to thunk_write(), now this driver works as expected To generate a diff

CVS commit: [yamt-pagecache] src/sys

2011-12-26 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Mon Dec 26 16:03:12 UTC 2011 Modified Files: src/sys/kern [yamt-pagecache]: kern_mutex_obj.c src/sys/sys [yamt-pagecache]: mutex.h src/sys/uvm [yamt-pagecache]: uvm.h uvm_amap.c uvm_amap.h uvm_anon.c

CVS commit: src/lib/libcrypt

2011-12-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 26 16:03:42 UTC 2011 Modified Files: src/lib/libcrypt: crypt.c Log Message: avoid accessing array over its bound, from Solar Designer To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/external/bsd/flex/dist

2011-12-26 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Dec 26 17:32:28 UTC 2011 Modified Files: src/external/bsd/flex/dist: flex.skl main.c Log Message: Re-apply some lint comments that have been lost during move to external tree. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libpuffs

2011-12-26 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Dec 26 17:59:07 UTC 2011 Modified Files: src/lib/libpuffs: puffs.3 Log Message: Remove obsolete puffs_suspend(3) xref. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/lib/libpuffs/puffs.3 Please note that

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

2011-12-26 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Mon Dec 26 18:27:11 UTC 2011 Modified Files: src/sys/arch/xen/x86: hypervisor_machdep.c Log Message: Do not fiddle with the event masks of non-local vcpus when unmasking events across vcpus To generate a diff of this commit:

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

2011-12-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Dec 26 19:33:20 UTC 2011 Modified Files: src/sys/arch/sparc64/conf: GENERIC.DEBUG Log Message: DIAGNOSTIC is enabled in GENERIC already, don't do it again here To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/xen/xen

2011-12-26 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Mon Dec 26 20:26:38 UTC 2011 Modified Files: src/sys/arch/xen/xen: balloon.c Log Message: Properly protect the min/target variables from balloon_sc, not just target. Use their reference directly instead of going through their

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

2011-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 26 21:09:22 UTC 2011 Added Files: src/sys/arch/usermode/dev: vaudio.c Log Message: add vaudio(4) audio device driver To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/usermode/dev/vaudio.c Please

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

2011-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 26 21:22:23 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: machdep.c Log Message: update usage message: $ ./netbsd -h -h: unknown flag usage: ./netbsd [-acdqsvxz] [tap=dev,eaddr] [audio=dev] [fsimg]

CVS commit: src/lib/libcrypt

2011-12-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 26 21:51:53 UTC 2011 Modified Files: src/lib/libcrypt: bcrypt.c Log Message: Return :1 on error instead of :, so that sloppy password creation programs don't end up confusing libc or the other way around. From Solar

CVS commit: src/sys/arch/usermode

2011-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 26 22:04:35 UTC 2011 Modified Files: src/sys/arch/usermode/include: intr.h src/sys/arch/usermode/usermode: intr.c trap.c Log Message: make sure the sigio signal handler runs on the alternate signal stack, fixes

CVS commit: src/lib/libcrypt

2011-12-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 26 22:58:45 UTC 2011 Modified Files: src/lib/libcrypt: crypt.c Log Message: Provide a safer salting method that does not turn invalid salts to '.'. Be more sensitive to bad salts and counts. From:

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

2011-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 26 23:50:43 UTC 2011 Modified Files: src/sys/arch/usermode/dev: vaudio.c Log Message: mark vaudio callout and softint handler as mpsafe To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2011-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 26 23:57:13 UTC 2011 Modified Files: src/sys/arch/usermode/conf: GENERIC.common Log Message: add drvctl To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/usermode/conf/GENERIC.common Please

CVS commit: src/tests/lib

2011-12-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 27 00:47:23 UTC 2011 Modified Files: src/tests/lib: Makefile Added Files: src/tests/lib/libcrypt: Makefile t_crypt.c Log Message: Add a test for crypt salts. From:

CVS commit: src/distrib/sets/lists/tests

2011-12-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 27 00:49:16 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Add crypt tests. To generate a diff of this commit: cvs rdiff -u -r1.431 -r1.432 src/distrib/sets/lists/tests/mi Please note that

CVS commit: src/lib/libcrypt

2011-12-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 27 01:20:45 UTC 2011 Modified Files: src/lib/libcrypt: crypt.c Log Message: perform the check for all salts 2. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/lib/libcrypt/crypt.c Please note that

CVS commit: src/tests/lib/libcrypt

2011-12-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 27 01:24:28 UTC 2011 Modified Files: src/tests/lib/libcrypt: t_crypt.c Log Message: Proper copyright, RCSID. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libcrypt/t_crypt.c Please note

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/include

2011-12-26 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Dec 27 01:56:33 UTC 2011 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: cache.h cache_mipsNN.h cache_r4k.h mips_param.h pmap.h proc.h vmparam.h Log Message: Make these play nice with modules. To

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

2011-12-26 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Dec 27 03:39:41 UTC 2011 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: cache.c cache_mipsNN.c Log Message: Rework (rewrite) the cache code for MIPS32/MIPS64. Use an assembly stub for generate the cache

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

2011-12-26 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Dec 27 03:39:58 UTC 2011 Added Files: src/sys/arch/mips/mips [matt-nb5-mips64]: cache_r4k_pcache16.S cache_r4k_pcache32.S cache_r4k_subr.S Log Message: Rework (rewrite) the cache code for MIPS32/MIPS64. Use an

CVS commit: src/sys/dev/rasops

2011-12-26 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Dec 27 06:24:40 UTC 2011 Modified Files: src/sys/dev/rasops: rasops32.c Log Message: skip the multiplications for alpha values of 0 and 255, just use background and foreground colours there To generate a diff of this

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/include

2011-12-26 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Dec 27 06:54:29 UTC 2011 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: kcore.h Log Message: Add pg_size to the cpu_kcore_hdr_t as well support for ksegx. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/include

2011-12-26 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Dec 27 06:55:12 UTC 2011 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: cpuregs.h Log Message: Note that 1004K and 1074K are MT To generate a diff of this commit: cvs rdiff -u -r1.74.28.23 -r1.74.28.24

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/conf

2011-12-26 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Dec 27 06:55:38 UTC 2011 Modified Files: src/sys/arch/mips/conf [matt-nb5-mips64]: files.mips Log Message: Add core_r4k_pcache*.S files. To generate a diff of this commit: cvs rdiff -u -r1.58.24.18 -r1.58.24.19

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

2011-12-26 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Dec 27 06:57:34 UTC 2011 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: mips_machdep.c Log Message: Since MIPS supports multiple page sizes now, add pg_size to cpu_kcore_hdr_t as well members to decode ksegx

CVS commit: [matt-nb5-mips64] src/lib/libkvm

2011-12-26 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Dec 27 06:58:59 UTC 2011 Modified Files: src/lib/libkvm [matt-nb5-mips64]: kvm_mips.c Log Message: Don't use NBPG/PGSHIFT/PGOFFST any more. Use nbpg from kvm_t and initialize that from the cpu_kcore_hdr_t. To generate a diff

CVS commit: src/sys/dev/pci/voyager

2011-12-26 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Dec 27 07:05:53 UTC 2011 Modified Files: src/sys/dev/pci/voyager: voyagerfb.c Log Message: add fastpaths for alpha == 0 and alpha == 255 - no need to do the six multiplications dance there, just use background or foreground

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

2011-12-26 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Tue Dec 27 07:45:41 UTC 2011 Modified Files: src/sys/arch/xen/x86: hypervisor_machdep.c Log Message: Do not touch pending flags across vcpus To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/sys/arch/usermode

2011-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 26 12:29:39 UTC 2011 Modified Files: src/sys/arch/usermode/dev: ttycons.c src/sys/arch/usermode/include: intr.h src/sys/arch/usermode/usermode: intr.c trap.c Log Message: add sigio_intr_establish so more

CVS commit: src/sys/arch/usermode

2011-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 26 12:39:20 UTC 2011 Modified Files: src/sys/arch/usermode/conf: GENERIC.common files.usermode src/sys/arch/usermode/dev: mainbus.c src/sys/arch/usermode/include: mainbus.h thunk.h

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

2011-12-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Dec 26 13:07:24 UTC 2011 Modified Files: src/sys/arch/amiga/conf: GENERIC.in Log Message: Add putter device to generic kernels. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90

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

2011-12-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Dec 26 13:09:03 UTC 2011 Modified Files: src/sys/arch/amiga/conf: DRACO GENERIC INSTALL Log Message: regen from GENERIC.in To generate a diff of this commit: cvs rdiff -u -r1.147 -r1.148 src/sys/arch/amiga/conf/DRACO cvs

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

2011-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 26 14:50:27 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: thunk.c Log Message: don't need O_NONBLOCK for tap To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

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

2011-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 26 14:51:20 UTC 2011 Modified Files: src/sys/arch/usermode/dev: if_veth.c Log Message: veth_start: copy data from mbuf into a buffer and pass that to thunk_write(), now this driver works as expected To generate a diff

CVS commit: src/lib/libcrypt

2011-12-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 26 16:03:42 UTC 2011 Modified Files: src/lib/libcrypt: crypt.c Log Message: avoid accessing array over its bound, from Solar Designer To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/external/bsd/flex/dist

2011-12-26 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Dec 26 17:32:28 UTC 2011 Modified Files: src/external/bsd/flex/dist: flex.skl main.c Log Message: Re-apply some lint comments that have been lost during move to external tree. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libpuffs

2011-12-26 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Dec 26 17:59:07 UTC 2011 Modified Files: src/lib/libpuffs: puffs.3 Log Message: Remove obsolete puffs_suspend(3) xref. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/lib/libpuffs/puffs.3 Please note that

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

2011-12-26 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Mon Dec 26 18:27:11 UTC 2011 Modified Files: src/sys/arch/xen/x86: hypervisor_machdep.c Log Message: Do not fiddle with the event masks of non-local vcpus when unmasking events across vcpus To generate a diff of this commit:

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

2011-12-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Dec 26 19:33:20 UTC 2011 Modified Files: src/sys/arch/sparc64/conf: GENERIC.DEBUG Log Message: DIAGNOSTIC is enabled in GENERIC already, don't do it again here To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/xen/xen

2011-12-26 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Mon Dec 26 20:26:38 UTC 2011 Modified Files: src/sys/arch/xen/xen: balloon.c Log Message: Properly protect the min/target variables from balloon_sc, not just target. Use their reference directly instead of going through their

CVS commit: src/sys/arch/usermode

2011-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 26 21:06:42 UTC 2011 Modified Files: src/sys/arch/usermode/conf: GENERIC.common files.usermode src/sys/arch/usermode/dev: mainbus.c src/sys/arch/usermode/include: mainbus.h thunk.h

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

2011-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 26 21:09:22 UTC 2011 Added Files: src/sys/arch/usermode/dev: vaudio.c Log Message: add vaudio(4) audio device driver To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/usermode/dev/vaudio.c Please

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

2011-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 26 21:22:23 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: machdep.c Log Message: update usage message: $ ./netbsd -h -h: unknown flag usage: ./netbsd [-acdqsvxz] [tap=dev,eaddr] [audio=dev] [fsimg]

CVS commit: src/lib/libcrypt

2011-12-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 26 21:51:53 UTC 2011 Modified Files: src/lib/libcrypt: bcrypt.c Log Message: Return :1 on error instead of :, so that sloppy password creation programs don't end up confusing libc or the other way around. From Solar

CVS commit: src/sys/arch/usermode

2011-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 26 22:04:35 UTC 2011 Modified Files: src/sys/arch/usermode/include: intr.h src/sys/arch/usermode/usermode: intr.c trap.c Log Message: make sure the sigio signal handler runs on the alternate signal stack, fixes

CVS commit: src/lib/libcrypt

2011-12-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 26 22:58:45 UTC 2011 Modified Files: src/lib/libcrypt: crypt.c Log Message: Provide a safer salting method that does not turn invalid salts to '.'. Be more sensitive to bad salts and counts. From:

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

2011-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 26 23:50:43 UTC 2011 Modified Files: src/sys/arch/usermode/dev: vaudio.c Log Message: mark vaudio callout and softint handler as mpsafe To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2011-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 26 23:57:13 UTC 2011 Modified Files: src/sys/arch/usermode/conf: GENERIC.common Log Message: add drvctl To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/usermode/conf/GENERIC.common Please

CVS commit: src/tests/lib

2011-12-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 27 00:47:23 UTC 2011 Modified Files: src/tests/lib: Makefile Added Files: src/tests/lib/libcrypt: Makefile t_crypt.c Log Message: Add a test for crypt salts. From:

CVS commit: src/distrib/sets/lists/tests

2011-12-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 27 00:49:16 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Add crypt tests. To generate a diff of this commit: cvs rdiff -u -r1.431 -r1.432 src/distrib/sets/lists/tests/mi Please note that

CVS commit: src/lib/libcrypt

2011-12-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 27 01:20:45 UTC 2011 Modified Files: src/lib/libcrypt: crypt.c Log Message: perform the check for all salts 2. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/lib/libcrypt/crypt.c Please note that

CVS commit: src/tests/lib/libcrypt

2011-12-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 27 01:24:28 UTC 2011 Modified Files: src/tests/lib/libcrypt: t_crypt.c Log Message: Proper copyright, RCSID. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libcrypt/t_crypt.c Please note

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/include

2011-12-26 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Dec 27 01:56:33 UTC 2011 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: cache.h cache_mipsNN.h cache_r4k.h mips_param.h pmap.h proc.h vmparam.h Log Message: Make these play nice with modules. To

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

2011-12-26 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Dec 27 03:39:41 UTC 2011 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: cache.c cache_mipsNN.c Log Message: Rework (rewrite) the cache code for MIPS32/MIPS64. Use an assembly stub for generate the cache

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

2011-12-26 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Dec 27 03:39:58 UTC 2011 Added Files: src/sys/arch/mips/mips [matt-nb5-mips64]: cache_r4k_pcache16.S cache_r4k_pcache32.S cache_r4k_subr.S Log Message: Rework (rewrite) the cache code for MIPS32/MIPS64. Use an

CVS commit: src/sys/dev/rasops

2011-12-26 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Dec 27 06:24:40 UTC 2011 Modified Files: src/sys/dev/rasops: rasops32.c Log Message: skip the multiplications for alpha values of 0 and 255, just use background and foreground colours there To generate a diff of this

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/include

2011-12-26 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Dec 27 06:54:29 UTC 2011 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: kcore.h Log Message: Add pg_size to the cpu_kcore_hdr_t as well support for ksegx. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/include

2011-12-26 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Dec 27 06:55:12 UTC 2011 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: cpuregs.h Log Message: Note that 1004K and 1074K are MT To generate a diff of this commit: cvs rdiff -u -r1.74.28.23 -r1.74.28.24

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/conf

2011-12-26 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Dec 27 06:55:38 UTC 2011 Modified Files: src/sys/arch/mips/conf [matt-nb5-mips64]: files.mips Log Message: Add core_r4k_pcache*.S files. To generate a diff of this commit: cvs rdiff -u -r1.58.24.18 -r1.58.24.19

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

2011-12-26 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Dec 27 06:57:34 UTC 2011 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: mips_machdep.c Log Message: Since MIPS supports multiple page sizes now, add pg_size to cpu_kcore_hdr_t as well members to decode ksegx

CVS commit: [matt-nb5-mips64] src/lib/libkvm

2011-12-26 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Dec 27 06:58:59 UTC 2011 Modified Files: src/lib/libkvm [matt-nb5-mips64]: kvm_mips.c Log Message: Don't use NBPG/PGSHIFT/PGOFFST any more. Use nbpg from kvm_t and initialize that from the cpu_kcore_hdr_t. To generate a diff

CVS commit: src/sys/dev/pci/voyager

2011-12-26 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Dec 27 07:05:53 UTC 2011 Modified Files: src/sys/dev/pci/voyager: voyagerfb.c Log Message: add fastpaths for alpha == 0 and alpha == 255 - no need to do the six multiplications dance there, just use background or foreground

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

2011-12-26 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Tue Dec 27 07:45:41 UTC 2011 Modified Files: src/sys/arch/xen/x86: hypervisor_machdep.c Log Message: Do not touch pending flags across vcpus To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

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

2011-12-26 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Tue Dec 27 07:47:01 UTC 2011 Modified Files: src/sys/arch/xen/x86: hypervisor_machdep.c Log Message: Optimise branch predict hint for the intended use-case (cross cpu event notification) To generate a diff of this commit: cvs