CVS commit: src/doc

2012-05-06 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun May 6 07:28:48 UTC 2012 Modified Files: src/doc: BRANCHES Log Message: Document the new agc-netpgp-standalone branch under src/crypto/external/bsd/netpgp, used to develop a version of netpgp with its own BIGNUM/MPI, cipher and s

CVS commit: src/sys/rump/dev/lib/libscsitest

2012-05-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 6 16:33:02 UTC 2012 Modified Files: src/sys/rump/dev/lib/libscsitest: scsitest.c Log Message: If we are not delivering a host iso file (USE_TOSI_ISO is undefined), use -1 as file descriptor initially. The -2 value confuse

CVS commit: src/sys/dev/scsipi

2012-05-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 6 16:42:20 UTC 2012 Modified Files: src/sys/dev/scsipi: cd.c Log Message: In cdopen: make the test for media presence always silent. In all cases requiring a message, we will most likely get that from the spinup attempt a

CVS commit: src/sys/rump/dev/lib/libscsitest

2012-05-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 6 16:58:31 UTC 2012 Modified Files: src/sys/rump/dev/lib/libscsitest: scsitest.c Log Message: Revert previous and add a comment - I misunderstood what this code is emulating. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/scsipi

2012-05-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 6 17:23:10 UTC 2012 Modified Files: src/sys/dev/scsipi: cd.c Log Message: When ejecting a medium, invalidate the in core disklabel - it is not meaningfull anymore. This makes the following cdclose() use silent mode and fi

CVS commit: src/tests/dev/scsipi

2012-05-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 6 17:27:22 UTC 2012 Modified Files: src/tests/dev/scsipi: t_cd.c Log Message: Comment out the expected failure, as it does not trigger anymore. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/dev/s

CVS commit: [agc-netpgp-standalone] src/crypto/external/bsd/netpgp/dist/src/libbn

2012-05-06 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun May 6 17:34:56 UTC 2012 Added Files: src/crypto/external/bsd/netpgp/dist/src/libbn [agc-netpgp-standalone]: Makefile bignum.c bn.h digest.c digest.h libnetpgpbn.3 misc.c misc.h rand.c rand.h stubs.c stubs.

CVS commit: [agc-netpgp-standalone] src/crypto/external/bsd/netpgp/dist/src/libcipher

2012-05-06 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun May 6 17:40:08 UTC 2012 Added Files: src/crypto/external/bsd/netpgp/dist/src/libcipher [agc-netpgp-standalone]: Makefile aes.h camellia.c camellia.h cast.c cast.h libnetpgpcipher.3 modes.c modes.h rijndae

CVS commit: [agc-netpgp-standalone] src/crypto/external/bsd/netpgp/dist/src/libnetpgp

2012-05-06 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun May 6 17:43:10 UTC 2012 Added Files: src/crypto/external/bsd/netpgp/dist/src/libnetpgp [agc-netpgp-standalone]: Makefile.am Makefile.in bufgap.c bufgap.h compress.c config.h.in create.c create.h crypto.c

CVS commit: [agc-netpgp-standalone] src/crypto/external/bsd/netpgp/dist/src/librsa

2012-05-06 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun May 6 17:46:45 UTC 2012 Added Files: src/crypto/external/bsd/netpgp/dist/src/librsa [agc-netpgp-standalone]: Makefile libnetpgprsa.3 rsa.c rsa.h rsastubs.c rsastubs.h Log Message: Add the RSA and DSA signature code t

CVS commit: [agc-netpgp-standalone] src/crypto/external/bsd/netpgp/dist/src/libverify

2012-05-06 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun May 6 17:49:30 UTC 2012 Added Files: src/crypto/external/bsd/netpgp/dist/src/libverify [agc-netpgp-standalone]: Makefile libnetpgpverify.3 verify.c verify.h Log Message: Add a library solely consisting of signature

CVS commit: [agc-netpgp-standalone] src/crypto/external/bsd/netpgp/bin

2012-05-06 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun May 6 17:57:11 UTC 2012 Added Files: src/crypto/external/bsd/netpgp/bin/hkpc [agc-netpgp-standalone]: Makefile src/crypto/external/bsd/netpgp/bin/hkpd [agc-netpgp-standalone]: Makefile src/

CVS commit: [agc-netpgp-standalone] src/crypto/external/bsd/netpgp/lib

2012-05-06 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun May 6 18:07:02 UTC 2012 Modified Files: src/crypto/external/bsd/netpgp/lib [agc-netpgp-standalone]: Makefile Added Files: src/crypto/external/bsd/netpgp/lib/bn [agc-netpgp-standalone]: Makefile shlib_version

CVS commit: [agc-netpgp-standalone] src/crypto/external/bsd/netpgp/lib

2012-05-06 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun May 6 18:08:12 UTC 2012 Removed Files: src/crypto/external/bsd/netpgp/lib [agc-netpgp-standalone]: shlib_version Log Message: clean up a file which has now moved location To generate a diff of this commit: cvs rdif

CVS commit: [agc-netpgp-standalone] src/crypto/external/bsd/netpgp

2012-05-06 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun May 6 18:14:17 UTC 2012 Modified Files: src/crypto/external/bsd/netpgp [agc-netpgp-standalone]: Makefile Removed Files: src/crypto/external/bsd/netpgp/hkpc [agc-netpgp-standalone]: Makefile src/crypto/external/bsd

CVS commit: [agc-netpgp-standalone] src/crypto/external/bsd/netpgp/bin

2012-05-06 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun May 6 18:15:26 UTC 2012 Added Files: src/crypto/external/bsd/netpgp/bin [agc-netpgp-standalone]: Makefile Log Message: Reachover Makefile for the bin directory for standalone netpgp To generate a diff of this commit: cvs rdiff

CVS commit: [agc-netpgp-standalone] src/crypto/external/bsd/netpgp/lib

2012-05-06 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun May 6 18:18:40 UTC 2012 Added Files: src/crypto/external/bsd/netpgp/lib/netpgp [agc-netpgp-standalone]: config.h Removed Files: src/crypto/external/bsd/netpgp/lib [agc-netpgp-standalone]: config.h Log Message

CVS commit: src/sys/arch/x68k

2012-05-06 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun May 6 19:46:18 UTC 2012 Modified Files: src/sys/arch/x68k/dev: fd.c src/sys/arch/x68k/x68k: machdep.c Log Message: Make x68k's floppy driver actually work with proper bounce buffer xfer ops on machines with extended

CVS commit: src/usr.bin/grep

2012-05-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun May 6 21:56:08 UTC 2012 Modified Files: src/usr.bin/grep: util.c Log Message: Make the matchall case a full short cut. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/grep/util.c Please note that d

CVS commit: src/usr.bin/grep

2012-05-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun May 6 22:27:01 UTC 2012 Modified Files: src/usr.bin/grep: grep.c grep.h util.c Log Message: Remove matchall handling for now, it doesn't work correctly and as such, it is a premature optimisation. To generate a diff of this

CVS commit: src/usr.bin/grep

2012-05-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun May 6 22:32:05 UTC 2012 Modified Files: src/usr.bin/grep: util.c Log Message: Consistently short cut the pattern loop on mismatches. Don't assign 1 conditionally, if unconditional works as well. To generate a diff of this co

CVS commit: src/external/bsd/bzip2

2012-05-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon May 7 00:21:47 UTC 2012 Update of /cvsroot/src/external/bsd/bzip2 In directory ivanova.netbsd.org:/tmp/cvs-serv26893 Log Message: Re-import bzip2-1.0.5 in more appropriate location. Status: Vendor Tag: JSEWARD Release Tags: bzip

CVS commit: src/external/bsd/bzip2

2012-05-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon May 7 00:30:06 UTC 2012 Modified Files: src/external/bsd/bzip2: bzip2.1 bzip2.c bzip2recover.c bzlib.c bzlib_private.h decompress.c Added Files: src/external/bsd/bzip2: bzip2netbsd Removed Files: src/e

CVS commit: src

2012-05-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon May 7 00:35:35 UTC 2012 Modified Files: src/doc: 3RDPARTY src/lib/libbz2: Makefile src/tests/usr.bin/bzip2: Makefile src/usr.bin/bzip2: Makefile src/usr.bin/bzip2recover: Makefile Removed Files:

CVS commit: src/external/bsd/bzip2

2012-05-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon May 7 00:41:52 UTC 2012 Update of /cvsroot/src/external/bsd/bzip2 In directory ivanova.netbsd.org:/tmp/cvs-serv3443 Log Message: Import bzip2-1.0.6: 1.0.6 (6 Sept 10) ~ * Security fix for CVE-2010-0405. This was repor

CVS commit: src/external/bsd/bzip2

2012-05-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon May 7 00:45:48 UTC 2012 Modified Files: src/external/bsd/bzip2: bzip2.1 bzip2.c bzip2recover.c bzlib.c bzlib_private.h decompress.c Log Message: merge 1.0.6 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1

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

2012-05-06 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Mon May 7 02:12:35 UTC 2012 Modified Files: src/sys/arch/i386/i386: db_memrw.c Log Message: I am not quite sure that __data_start (set through location counter) is a char... declare it as int, like amd64. To generate a diff of thi

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

2012-05-06 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Mon May 7 02:15:34 UTC 2012 Modified Files: src/sys/arch/i386/i386: db_memrw.c Log Message: Remove XXXSMP comment and explain why no TLB shootdown is required here. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src

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

2012-05-06 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Mon May 7 02:32:09 UTC 2012 Modified Files: src/sys/arch/i386/i386: db_memrw.c Log Message: Use pmap_pte_*bits macros to set/clear bits in a PTE. Remove pmap_pte_flush calls as these operations are synchronously flushed under Xen; t

CVS commit: [netbsd-6] src/crypto/external/bsd/openssl/dist/crypto/buffer

2012-05-06 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon May 7 02:57:22 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/buffer [netbsd-6]: buffer.c Log Message: Pull up following revision(s) (requested by drochner in ticket #203): crypto/external/bsd/opens

CVS commit: [netbsd-6] src/sys

2012-05-06 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon May 7 03:01:14 UTC 2012 Modified Files: src/sys/fs/msdosfs [netbsd-6]: msdosfs_vnops.c src/sys/fs/ntfs [netbsd-6]: ntfs_vnops.c src/sys/fs/sysvbfs [netbsd-6]: sysvbfs_vnops.c src/sys/fs/udf [netbsd-6]: udf

CVS commit: [netbsd-6] src/sys/dev

2012-05-06 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon May 7 03:03:18 UTC 2012 Modified Files: src/sys/dev [netbsd-6]: audio.c Log Message: Pull up following revision(s) (requested by mrg in ticket #205): sys/dev/audio.c: revision 1.260 don't hold the thread lock while calli

CVS commit: [netbsd-6] src/sys/arch/sparc/sparc

2012-05-06 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon May 7 03:06:16 UTC 2012 Modified Files: src/sys/arch/sparc/sparc [netbsd-6]: intr.c Log Message: Pull up following revision(s) (requested by mrg in ticket #206): sys/arch/sparc/sparc/intr.c: revision 1.116 don't bother w

CVS commit: [netbsd-6] src/tools

2012-05-06 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon May 7 03:08:35 UTC 2012 Modified Files: src/tools/binutils [netbsd-6]: Makefile src/tools/file [netbsd-6]: Makefile src/tools/gmp [netbsd-6]: Makefile src/tools/mpc [netbsd-6]: Makefile src/tools/m

CVS commit: [netbsd-6] src/sys/dev/pci

2012-05-06 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon May 7 03:10:28 UTC 2012 Modified Files: src/sys/dev/pci [netbsd-6]: if_bnxvar.h Log Message: Pull up following revision(s) (requested by gdt in ticket #208): sys/dev/pci/if_bnxvar.h: revision 1.3 Use RX_PAGES for rx_bd_c

CVS commit: [netbsd-6] src/lib/libpthread

2012-05-06 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon May 7 03:12:33 UTC 2012 Modified Files: src/lib/libpthread [netbsd-6]: pthread.c Log Message: Pull up following revision(s) (requested by enami in ticket #209): lib/libpthread/pthread.c: revision 1.134 Store allocated lw

CVS commit: [netbsd-6] src/sbin/gpt

2012-05-06 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon May 7 03:15:12 UTC 2012 Modified Files: src/sbin/gpt [netbsd-6]: gpt.8 Log Message: Pull up following revision(s) (requested by jakllsch in ticket #210): sbin/gpt/gpt.8: revision 1.10 sbin/gpt/gpt.8: revision 1.1

CVS commit: [netbsd-6] src

2012-05-06 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon May 7 03:16:45 UTC 2012 Modified Files: src/etc/rc.d [netbsd-6]: staticroute src/share/man/man5 [netbsd-6]: route.conf.5 Log Message: Pull up following revision(s) (requested by gendalia in ticket #211): share/ma

CVS commit: [netbsd-6] src/doc

2012-05-06 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon May 7 03:17:51 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Tickets 203-211. To generate a diff of this commit: cvs rdiff -u -r1.1.2.78 -r1.1.2.79 src/doc/CHANGES-6.0 Please note that diffs are not pu

CVS commit: othersrc/external/bsd/progress

2012-05-06 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Mon May 7 03:37:00 UTC 2012 Update of /cvsroot/othersrc/external/bsd/progress In directory ivanova.netbsd.org:/tmp/cvs-serv218 Log Message: Break out the routines (from tnftp) to calculate and draw a progress bar. The code was original