CVS commit: src/crypto/external/bsd/netpgp/dist/bindings/lua

2009-10-18 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Mon Oct 19 05:17:46 UTC 2009 Modified Files: src/crypto/external/bsd/netpgp/dist/bindings/lua: Makefile Log Message: Add 'a' and 'a.sig' to CLEANFILES - from Marc Balmer Wrap long lines To generate a diff of this commit: cvs rdiff

CVS commit: src/games/rogue

2009-10-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Oct 19 02:34:40 UTC 2009 Modified Files: src/games/rogue: monster.c Log Message: Fix '=' for '==' in a test. From NAKAJIMA Yoshihiro in PR 42177. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/games/rogu

CVS commit: src/external/gpl3/binutils

2009-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 19 02:31:26 UTC 2009 Modified Files: src/external/gpl3/binutils/usr.bin: Makefile.inc src/external/gpl3/binutils/usr.sbin: Makefile.inc Log Message: add -lz for the static platforms. To generate a diff of this

CVS commit: src/sys/miscfs/procfs

2009-10-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Oct 19 01:25:29 UTC 2009 Modified Files: src/sys/miscfs/procfs: procfs_linux.c Log Message: Avoid leaking pages. Fixes PR 42053 from SHIMIZU Ryo. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/miscfs

CVS commit: src/external/gpl2/xcvs/lib/libcvs

2009-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 19 01:24:19 UTC 2009 Modified Files: src/external/gpl2/xcvs/lib/libcvs: Makefile Log Message: we have getdelim and getline. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/gpl2/xcvs/lib/libcvs/

CVS commit: src/crypto/external/bsd/netpgp/dist/bindings/lua

2009-10-18 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Mon Oct 19 01:07:08 UTC 2009 Modified Files: src/crypto/external/bsd/netpgp/dist/bindings/lua: Makefile netpgp.lua Log Message: Use LD_LIBRARY_PATH to manage the library path, and don't try to second guess from the lua driver program

CVS commit: src/gnu/dist/gettext/gettext-tools/lib

2009-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 19 00:29:30 UTC 2009 Modified Files: src/gnu/dist/gettext/gettext-tools/lib: getline.c Log Message: if we have getdelim, we don't need to supply our own, always. To generate a diff of this commit: cvs rdiff -u -r1.1.1.

CVS commit: src/gnu/usr.bin/gettext/libnlsut

2009-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 19 00:28:19 UTC 2009 Modified Files: src/gnu/usr.bin/gettext/libnlsut: Makefile Log Message: put back getline. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/gnu/usr.bin/gettext/libnlsut/Makefile Plea

CVS commit: src/gnu/usr.bin/gettext/libnlsut

2009-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 18 23:47:43 UTC 2009 Modified Files: src/gnu/usr.bin/gettext/libnlsut: Makefile Log Message: we have getdelim and getline, no need for a separate copy here. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 s

CVS commit: src/sys/netsmb

2009-10-18 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Oct 18 23:20:31 UTC 2009 Modified Files: src/sys/netsmb: smb_smb.c Log Message: Fix cut & paste error spotted by Nicolas Joly. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/netsmb/smb_smb.c Please note

CVS commit: src/sys/netinet6

2009-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 18 22:57:05 UTC 2009 Modified Files: src/sys/netinet6: icmp6.c Log Message: fix the sun2 case for real. To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155 src/sys/netinet6/icmp6.c Please note that diffs a

CVS commit: src/sys/rump/net/lib/libsockin

2009-10-18 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Oct 18 22:55:56 UTC 2009 Modified Files: src/sys/rump/net/lib/libsockin: sockin.c Log Message: Avoid panic if a file system tries to write a chain of more than 32 mbuf-s to a socket. This happens e.g. when copying large files to

CVS commit: src/sys/netsmb

2009-10-18 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Oct 18 22:53:36 UTC 2009 Modified Files: src/sys/netsmb: smb_smb.c Log Message: Fix detection of SMB capabilities according to the CIFS spec: 1.) SMB_CAP_LARGE_FILES advertises support for 64-bit file offsets. 2.) SMB_CAP_LARGE_

CVS commit: src/etc/rc.d

2009-10-18 Thread Adam Hamsik
Module Name:src Committed By: haad Date: Sun Oct 18 21:58:37 UTC 2009 Modified Files: src/etc/rc.d: mountall Log Message: Add zfs volinit command, suggested by tnn@ this will initialize all zvols defined in a system. So they can be mounted from fstab as regular block devic

CVS commit: src

2009-10-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Oct 18 20:26:33 UTC 2009 Modified Files: src/distrib/sets/lists/base: md.amd64 md.sparc64 shl.mi src/lib/libpuffs: shlib_version Log Message: bump minor for puffs_setmntinfo() To generate a diff of this commit: cvs rd

CVS commit: src/lib/libpuffs

2009-10-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Oct 18 20:14:06 UTC 2009 Modified Files: src/lib/libpuffs: null.c Log Message: include some headers we use To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/lib/libpuffs/null.c Please note that diffs are not

CVS commit: src/usr.sbin/puffs/rump_smbfs

2009-10-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Oct 18 19:58:04 UTC 2009 Modified Files: src/usr.sbin/puffs/rump_smbfs: rump_smbfs.c Log Message: remove abort trap leftover from my testing To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/puffs/rump_

CVS commit: src/usr.sbin/puffs/rump_smbfs

2009-10-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Oct 18 19:38:35 UTC 2009 Modified Files: src/usr.sbin/puffs/rump_smbfs: rump_smbfs.c Log Message: Use new p2k interfaces and make it possible to detach rump_smbfs To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 sr

CVS commit: src/usr.sbin/puffs/rump_lfs

2009-10-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Oct 18 19:37:25 UTC 2009 Modified Files: src/usr.sbin/puffs/rump_lfs: rump_lfs.c Log Message: adapt to new p2k interfaces To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/puffs/rump_lfs/rump_lfs.c Pl

CVS commit: src/lib/libp2k

2009-10-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Oct 18 19:36:41 UTC 2009 Modified Files: src/lib/libp2k: p2k.c p2k.h Log Message: Split init routines a bit more to allow for p2k init without having to pass any real configuration data. This benefits things like rump_smbfs wh

CVS commit: src/distrib/utils/sysinst

2009-10-18 Thread Arnaud Ysmal
Module Name:src Committed By: stacktic Date: Sun Oct 18 19:31:53 UTC 2009 Modified Files: src/distrib/utils/sysinst: msg.mbr.fr msg.mi.fr Log Message: Corrected messages. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/distrib/utils/sysinst/msg.mbr.fr c

CVS commit: src/lib/libpuffs

2009-10-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Oct 18 19:09:20 UTC 2009 Modified Files: src/lib/libpuffs: puffs.c puffs.h Log Message: Make it possible to supply parameters to puffs_init() later (but before puffs_mount()). To generate a diff of this commit: cvs rdiff -u -

CVS commit: [netbsd-5] src/doc

2009-10-18 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Oct 18 19:04:42 UTC 2009 Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Ticket 1102. To generate a diff of this commit: cvs rdiff -u -r1.1.2.121 -r1.1.2.122 src/doc/CHANGES-5.1 Please note that diffs are not publ

CVS commit: [netbsd-5] src/distrib/sets/lists/base

2009-10-18 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Oct 18 19:02:34 UTC 2009 Modified Files: src/distrib/sets/lists/base [netbsd-5]: mi Log Message: Pull up following revision(s) (requested by sborrill in ticket #1102): distrib/sets/lists/base/mi: revision 1.830 add hdaudi

CVS commit: [netbsd-5] src/doc

2009-10-18 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Oct 18 18:28:58 UTC 2009 Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Ticket 1101. To generate a diff of this commit: cvs rdiff -u -r1.1.2.120 -r1.1.2.121 src/doc/CHANGES-5.1 Please note that diffs are not publ

CVS commit: [netbsd-5] src/distrib/sets/lists/comp

2009-10-18 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Oct 18 18:26:27 UTC 2009 Modified Files: src/distrib/sets/lists/comp [netbsd-5]: mi Log Message: Pull up following revision(s) (requested by sborrill in ticket #1101): distrib/sets/lists/comp/mi: revision 1.1312 Add hdaud

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

2009-10-18 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Oct 18 18:24:31 UTC 2009 Modified Files: src/sys/dev/pci [netbsd-5]: Makefile Added Files: src/sys/dev/pci/hdaudio [netbsd-5]: Makefile Log Message: Pull up following revision(s) (requested by sborrill in ticket #1101):

CVS commit: src/distrib/notes/common

2009-10-18 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Oct 18 18:23:29 UTC 2009 Modified Files: src/distrib/notes/common: legal.common Log Message: Prune Pfaller. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/distrib/notes/common/legal.common Please note that d

CVS commit: src

2009-10-18 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Oct 18 18:14:00 UTC 2009 Modified Files: src/share/man/man5: genassym.cf.5 src/sys/arch/amd64/amd64: kgdb_machdep.c src/sys/arch/arm/arm32: kgdb_machdep.c src/sys/arch/i386/i386: kgdb_machdep.c src/

CVS commit: src/external/apache2/mDNSResponder/usr.sbin/mdnsd

2009-10-18 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Oct 18 17:43:11 UTC 2009 Modified Files: src/external/apache2/mDNSResponder/usr.sbin/mdnsd: Makefile Log Message: Remove generated file "mdnsd.8" in "cleandir" target. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.

CVS commit: [netbsd-5] src/doc

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 17:07:31 UTC 2009 Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Tickets 1075, 1080, 1086 To generate a diff of this commit: cvs rdiff -u -r1.1.2.119 -r1.1.2.120 src/doc/CHANGES-5.1 Please note that dif

CVS commit: [netbsd-5] src

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 16:50:14 UTC 2009 Modified Files: src/distrib/sets/lists/base [netbsd-5]: mi src/distrib/sets/lists/man [netbsd-5]: mi src/sys/dev/pci/hdaudio [netbsd-5]: hdaudio.c hdaudio_afg.c hdaudioio.h h

CVS commit: [netbsd-5] src/sys/arch/i386/stand/boot

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 16:41:28 UTC 2009 Modified Files: src/sys/arch/i386/stand/boot [netbsd-5]: boot2.c Log Message: Apply patch, requested by snj in ticket 1080: sys/arch/i386/stand/boot/boot2.c: patch - If the menuformat is not l

CVS commit: [netbsd-5] src/sys/dev/ic

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 16:39:13 UTC 2009 Modified Files: src/sys/dev/ic [netbsd-5]: wdc.c Log Message: Pull up following revision(s) (requested by sborrill in ticket #1074): sys/dev/ic/wdc.c: revision 1.258 Commit patch from PR#41926.

CVS commit: [netbsd-5-0] src/doc

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 16:06:21 UTC 2009 Modified Files: src/doc [netbsd-5-0]: CHANGES-5.0.2 Log Message: Ticket 1075 To generate a diff of this commit: cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/CHANGES-5.0.2 Please note that diffs are no

CVS commit: [netbsd-5] src/doc

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 16:03:45 UTC 2009 Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Ticket 1075 To generate a diff of this commit: cvs rdiff -u -r1.1.2.118 -r1.1.2.119 src/doc/CHANGES-5.1 Please note that diffs are not pu

CVS commit: src/usr.sbin/puffs/rump_nfs

2009-10-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Oct 18 16:02:15 UTC 2009 Modified Files: src/usr.sbin/puffs/rump_nfs: rump_nfs.c Log Message: Remove threading ifdefs. It was never easy to run the nfs client without threads, but now it's even more difficult due to sillyrenam

CVS commit: src/usr.sbin/puffs/rump_nfs

2009-10-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Oct 18 15:57:15 UTC 2009 Modified Files: src/usr.sbin/puffs/rump_nfs: rump_nfs.c Log Message: Use write through cache here too. Doesn't make the same kind of difference as with smbfs since nfs is "stateless", but better to hav

CVS commit: [netbsd-4] src/doc

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 15:50:11 UTC 2009 Modified Files: src/doc [netbsd-4]: CHANGES-4.1 Log Message: Fix formatting To generate a diff of this commit: cvs rdiff -u -r1.1.2.181 -r1.1.2.182 src/doc/CHANGES-4.1 Please note that diffs are not

CVS commit: [netbsd-4-0] src/doc

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 15:49:45 UTC 2009 Modified Files: src/doc [netbsd-4-0]: CHANGES-4.0.2 Log Message: Ticket 1364 To generate a diff of this commit: cvs rdiff -u -r1.1.2.59 -r1.1.2.60 src/doc/CHANGES-4.0.2 Please note that diffs are no

CVS commit: [netbsd-4] src/doc

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 15:46:03 UTC 2009 Modified Files: src/doc [netbsd-4]: CHANGES-4.1 Log Message: Ticket 1364 To generate a diff of this commit: cvs rdiff -u -r1.1.2.180 -r1.1.2.181 src/doc/CHANGES-4.1 Please note that diffs are not pu

CVS commit: [netbsd-4] src/doc

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 15:24:41 UTC 2009 Modified Files: src/doc [netbsd-4]: CHANGES-4.1 Log Message: tickets 1362, 1363 To generate a diff of this commit: cvs rdiff -u -r1.1.2.179 -r1.1.2.180 src/doc/CHANGES-4.1 Please note that diffs are

CVS commit: src/usr.sbin/sup/source

2009-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 18 15:23:54 UTC 2009 Modified Files: src/usr.sbin/sup/source: ffilecopy.c scmio.c Log Message: fix size_t issues on _LP64 To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/sup/source/ffilecopy.

CVS commit: [netbsd-4] src/sys/arch/amd64/amd64

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 15:22:38 UTC 2009 Modified Files: src/sys/arch/amd64/amd64 [netbsd-4]: netbsd32_machdep.c Log Message: Pull up following revision(s) (requested by mlelstv in ticket #1363): sys/arch/i386/isa/npx.c: revision 1.13

CVS commit: [netbsd-4] src/sys/arch

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 15:20:43 UTC 2009 Modified Files: src/sys/arch/amd64/amd64 [netbsd-4]: machdep.c src/sys/arch/i386/i386 [netbsd-4]: machdep.c src/sys/arch/i386/isa [netbsd-4]: npx.c Log Message: Pull up following revisi

CVS commit: [netbsd-4] src/sys/arch/i386/include

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 15:17:30 UTC 2009 Modified Files: src/sys/arch/i386/include [netbsd-4]: npx.h Log Message: Pull up following revision(s) (requested by mlelstv in ticket #1362): sys/arch/i386/include/npx.h: revision 1.23 The FPU

CVS commit: src/usr.sbin/puffs/rump_smbfs

2009-10-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Oct 18 15:14:13 UTC 2009 Modified Files: src/usr.sbin/puffs/rump_smbfs: rump_smbfs.c Log Message: Use PUFFS_KFLAG_WTCACHE since it's sensible for a distributed file server (plus it makes write work in the first place since the

CVS commit: [netbsd-5] src/etc/etc.sparc

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 14:47:00 UTC 2009 Modified Files: src/etc/etc.sparc [netbsd-5]: ttys Log Message: Back out 961 To generate a diff of this commit: cvs rdiff -u -r1.14.2.1 -r1.14.2.2 src/etc/etc.sparc/ttys Please note that diffs are n

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

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 14:45:54 UTC 2009 Modified Files: src/sys/arch/sparc/conf [netbsd-5]: GENERIC Log Message: Back out 965 To generate a diff of this commit: cvs rdiff -u -r1.205.4.2 -r1.205.4.3 src/sys/arch/sparc/conf/GENERIC Please n

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

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 14:44:12 UTC 2009 Modified Files: src/sys/arch/sparc64/include [netbsd-5]: bus.h Log Message: Back out ticket 967 To generate a diff of this commit: cvs rdiff -u -r1.58.10.1 -r1.58.10.2 src/sys/arch/sparc64/include/bu

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

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 14:43:09 UTC 2009 Modified Files: src/sys/arch/sparc/conf [netbsd-5]: INSTALL Log Message: Back out ticket 968 To generate a diff of this commit: cvs rdiff -u -r1.62.4.1 -r1.62.4.2 src/sys/arch/sparc/conf/INSTALL Ple

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

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 14:40:40 UTC 2009 Modified Files: src/sys/arch/sparc/include [netbsd-5]: bus.h src/sys/arch/sparc/sparc [netbsd-5]: machdep.c Log Message: Back out ticket 969 To generate a diff of this commit: cvs rdiff -u -r

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

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 14:39:38 UTC 2009 Modified Files: src/sys/arch/sparc64/dev [netbsd-5]: ffb.c Log Message: back out ticket 972 To generate a diff of this commit: cvs rdiff -u -r1.35.4.2 -r1.35.4.3 src/sys/arch/sparc64/dev/ffb.c Pleas

CVS commit: [netbsd-5] src/sys/dev/sun

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 14:38:34 UTC 2009 Modified Files: src/sys/dev/sun [netbsd-5]: cgsix.c Log Message: Back out ticket 978 To generate a diff of this commit: cvs rdiff -u -r1.38.6.6 -r1.38.6.7 src/sys/dev/sun/cgsix.c Please note that di

CVS commit: [netbsd-5] src/sys/dev/sun

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 14:37:32 UTC 2009 Modified Files: src/sys/dev/sun [netbsd-5]: fbio.h Log Message: Back out ticket 991 To generate a diff of this commit: cvs rdiff -u -r1.8.74.1 -r1.8.74.2 src/sys/dev/sun/fbio.h Please note that diff

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

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 14:36:30 UTC 2009 Modified Files: src/sys/arch/sparc/conf [netbsd-5]: MRCOFFEE Log Message: Back out ticket 990 To generate a diff of this commit: cvs rdiff -u -r1.23.20.2 -r1.23.20.3 src/sys/arch/sparc/conf/MRCOFFEE

CVS commit: [netbsd-5] src/sys/dev/sbus

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 14:34:58 UTC 2009 Modified Files: src/sys/dev/sbus [netbsd-5]: p9100reg.h Log Message: back out ticket #993 To generate a diff of this commit: cvs rdiff -u -r1.4.10.1 -r1.4.10.2 src/sys/dev/sbus/p9100reg.h Please not

CVS commit: [netbsd-5] src/sys/dev/sbus

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 14:32:29 UTC 2009 Modified Files: src/sys/dev/sbus [netbsd-5]: files.sbus zx.c zxreg.h zxvar.h Log Message: Back out ticket 960 To generate a diff of this commit: cvs rdiff -u -r1.31.36.1 -r1.31.36.2 src/sys/dev/sbus/

CVS commit: src/distrib/notes/common

2009-10-18 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Oct 18 14:24:17 UTC 2009 Modified Files: src/distrib/notes/common: legal.common Log Message: adrianp's ad clause is no more. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/distrib/notes/common/legal.common P

CVS commit: src/distrib/notes/common

2009-10-18 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Oct 18 14:22:39 UTC 2009 Modified Files: src/distrib/notes/common: legal.common Log Message: agc's ad clause is no more. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/distrib/notes/common/legal.common Pleas

CVS commit: [netbsd-5] src/sys/dev/sbus

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 14:06:36 UTC 2009 Modified Files: src/sys/dev/sbus [netbsd-5]: p9100reg.h Log Message: Pull up following revision(s) (requested by macallan in ticket #993): sys/dev/sbus/p9100reg.h: revision 1.5 add a bunch of r

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

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 14:01:50 UTC 2009 Modified Files: src/sys/arch/sparc/conf [netbsd-5]: MRCOFFEE Log Message: Pull up following revision(s) (requested by macallan in ticket #990): sys/arch/sparc/conf/MRCOFFEE: revision 1.29 add t

CVS commit: [netbsd-5] src/sys/dev/sun

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 14:00:07 UTC 2009 Modified Files: src/sys/dev/sun [netbsd-5]: fbio.h Log Message: Pull up following revision(s) (requested by macallan in ticket #991): sys/dev/sun/fbio.h: revision 1.10 add FBTYPE_SUNTCX - forgo

CVS commit: [netbsd-5] src/sys/dev/sun

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 13:58:41 UTC 2009 Modified Files: src/sys/dev/sun [netbsd-5]: cgsix.c Log Message: Pull up following revision(s) (requested by macallan in ticket #978): sys/dev/sun/cgsix.c: revision 1.45 call vcons_replay_msgbu

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

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 13:45:50 UTC 2009 Modified Files: src/sys/arch/sparc64/dev [netbsd-5]: ffb.c Log Message: Pull up following revision(s) (requested by macallan in ticket #972): sys/arch/sparc64/dev/ffb.c: revision 1.37 call vcon

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

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 13:43:46 UTC 2009 Modified Files: src/sys/arch/sparc/include [netbsd-5]: bus.h src/sys/arch/sparc/sparc [netbsd-5]: machdep.c Log Message: Pull up following revision(s) (requested by macallan in ticket #969):

CVS commit: src/doc

2009-10-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Oct 18 13:42:18 UTC 2009 Modified Files: src/doc: 3RDPARTY Log Message: binutils-2.20 out. To generate a diff of this commit: cvs rdiff -u -r1.721 -r1.722 src/doc/3RDPARTY Please note that diffs are not public domain; they are

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

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 13:35:29 UTC 2009 Modified Files: src/sys/arch/sparc/conf [netbsd-5]: INSTALL Log Message: Pull up following revision(s) (requested by macallan in ticket #968): sys/arch/sparc/conf/INSTALL: revision 1.64 convert

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

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 13:34:49 UTC 2009 Modified Files: src/sys/arch/sparc64/include [netbsd-5]: bus.h Log Message: Pull up following revision(s) (requested by macallan in ticket #967): sys/arch/sparc64/include/bus.h: revision 1.59 a

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

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 13:33:29 UTC 2009 Modified Files: src/sys/arch/sparc/conf [netbsd-5]: GENERIC Log Message: Pull up following revision(s) (requested by macallan in ticket #965): sys/arch/sparc/conf/GENERIC: revision 1.208 wscons

CVS commit: [netbsd-5] src/etc/etc.sparc

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 13:27:34 UTC 2009 Modified Files: src/etc/etc.sparc [netbsd-5]: ttys Log Message: Pull up following revision(s) (requested by macallan in ticket #961): etc/etc.sparc/ttys: revision 1.15 do as sparc64 does To g

CVS commit: [netbsd-5] src/sys/dev/sbus

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 13:23:31 UTC 2009 Modified Files: src/sys/dev/sbus [netbsd-5]: files.sbus zx.c zxreg.h zxvar.h Log Message: Pull up following revision(s) (requested by macallan in ticket #960): sys/dev/sbus/zxreg.h: revision 1.

CVS commit: [netbsd-4] src/doc

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 13:02:42 UTC 2009 Modified Files: src/doc [netbsd-4]: CHANGES-4.1 Log Message: Tickets 1360, 1361 To generate a diff of this commit: cvs rdiff -u -r1.1.2.178 -r1.1.2.179 src/doc/CHANGES-4.1 Please note that diffs are

CVS commit: [netbsd-4] src/bin/kill

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 12:59:46 UTC 2009 Modified Files: src/bin/kill [netbsd-4]: kill.c Log Message: Pull up following revision(s) (requested by spz in ticket #1361): bin/kill/kill.c: revision 1.26 Make sure that numerical signals an

CVS commit: [netbsd-4] src/usr.sbin/pstat

2009-10-18 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 18 12:58:20 UTC 2009 Modified Files: src/usr.sbin/pstat [netbsd-4]: pstat.c Log Message: Pull up following revision(s) (requested by mlelstv in ticket #1360): usr.sbin/pstat/pstat.c: revision 1.115 Distinguish betw

CVS commit: [netbsd-5] src/doc

2009-10-18 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Sun Oct 18 12:46:42 UTC 2009 Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Ticket 1100 To generate a diff of this commit: cvs rdiff -u -r1.1.2.117 -r1.1.2.118 src/doc/CHANGES-5.1 Please note that diffs are not

CVS commit: [netbsd-5] src

2009-10-18 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Sun Oct 18 12:46:07 UTC 2009 Modified Files: src/lib/libpuffs [netbsd-5]: dispatcher.c puffs.c puffs.h src/sys/fs/puffs [netbsd-5]: puffs_msgif.h puffs_vnops.c Log Message: Pull up the following revisions(s) (requested b

CVS commit: src/etc/mtree

2009-10-18 Thread Arnaud Ysmal
Module Name:src Committed By: stacktic Date: Sun Oct 18 12:41:06 UTC 2009 Modified Files: src/etc/mtree: Makefile Log Message: Fixed build with read-only source tree. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/etc/mtree/Makefile Please note that dif

CVS commit: src/doc

2009-10-18 Thread Adam Hoka
Module Name:src Committed By: ahoka Date: Sun Oct 18 12:13:49 UTC 2009 Modified Files: src/doc: CHANGES Log Message: sysinst(8): Give the option to use tmpfs for /tmp in sysinst instead of the older mfs on i386 and amd64. [ahoka 20091018] To generate a diff

CVS commit: src/distrib/utils/sysinst

2009-10-18 Thread Adam Hoka
Module Name:src Committed By: ahoka Date: Sun Oct 18 12:09:48 UTC 2009 Modified Files: src/distrib/utils/sysinst: bsddisklabel.c defs.h disks.c main.c src/distrib/utils/sysinst/arch/amd64: md.h src/distrib/utils/sysinst/arch/i386: md.h Log Message: Give the

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

2009-10-18 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Oct 18 11:54:37 UTC 2009 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSPosix: mDNSPosix.c Log Message: Fix off by one in parser for "/etc/resolv.conf" found by SSP. To generate a diff of this commit: cvs rdiff -u

CVS commit: [netbsd-5] src/doc

2009-10-18 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Sun Oct 18 10:07:47 UTC 2009 Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Ticket 1098 To generate a diff of this commit: cvs rdiff -u -r1.1.2.116 -r1.1.2.117 src/doc/CHANGES-5.1 Please note that diffs are not

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

2009-10-18 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Sun Oct 18 10:07:10 UTC 2009 Modified Files: src/sys/arch/i386/pnpbios [netbsd-5]: ess_pnpbios.c Log Message: Pull up the following revisions(s) (requested by snj in ticket #1098): sys/arch/i386/pnpbios/ess_pnpbios.c:

CVS commit: [netbsd-5] src/doc

2009-10-18 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Sun Oct 18 09:58:56 UTC 2009 Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Ticket 1068 To generate a diff of this commit: cvs rdiff -u -r1.1.2.115 -r1.1.2.116 src/doc/CHANGES-5.1 Please note that diffs are not

CVS commit: [netbsd-5] src/dist/nvi

2009-10-18 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Sun Oct 18 09:58:03 UTC 2009 Modified Files: src/dist/nvi/common [netbsd-5]: multibyte.h options.c src/dist/nvi/ex [netbsd-5]: ex_shift.c ex_txt.c version.h src/dist/nvi/vi [netbsd-5]: v_ex.c v_increment.c v_txt.c

CVS commit: src/crypto/external/bsd/netpgp/dist/bindings/lua

2009-10-18 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun Oct 18 07:23:37 UTC 2009 Modified Files: src/crypto/external/bsd/netpgp/dist/bindings/lua: netpgp.lua Log Message: Use a lua for loop in preference to a while and increment in the lua example code - suggested by Marc Balmer.

CVS commit: src/crypto/external/bsd/netpgp/dist/bindings/lua

2009-10-18 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun Oct 18 07:17:28 UTC 2009 Modified Files: src/crypto/external/bsd/netpgp/dist/bindings/lua: netpgp.lua Log Message: Minor changes to find lua glue library, and to set the home directory on the correct C/Lua structure To generate

CVS commit: src/crypto/external/bsd/netpgp/dist/bindings/lua

2009-10-18 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun Oct 18 07:15:43 UTC 2009 Modified Files: src/crypto/external/bsd/netpgp/dist/bindings/lua: Makefile Log Message: Link in the netpgp shared library to the lua glue library To generate a diff of this commit: cvs rdiff -u -r1.1 -r

CVS commit: src/crypto/external/bsd/netpgp/dist/bindings/lua

2009-10-18 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun Oct 18 07:14:55 UTC 2009 Added Files: src/crypto/external/bsd/netpgp/dist/bindings/lua: shlib_version Log Message: Create .so from the lua interface library To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 \ src/cr

CVS commit: src/crypto/external/bsd/netpgp/dist/bindings/lua

2009-10-18 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun Oct 18 07:14:19 UTC 2009 Modified Files: src/crypto/external/bsd/netpgp/dist/bindings/lua: glue.c Log Message: Minor renaming of lua array Zero allocated storage after return from lua_newuserdata() To generate a diff of this co