CVS commit: src

2013-10-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 21 06:33:11 UTC 2013 Modified Files: src/sys/arch/x86/x86: identcpu.c src/usr.sbin/cpuctl/arch: i386.c Log Message: Check cpuid leaf 4 for newer Intel CPU to know the cache information. To generate a diff of thi

CVS commit: src/usr.sbin/cpuctl/arch

2013-10-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 21 06:28:15 UTC 2013 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: No functional change: - Add prototypes. - Make some function static. - Sort functions. To generate a diff of this commit: cvs rdiff -u -

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

2013-10-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 21 06:11:49 UTC 2013 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: - Add Intel Deterministic Cache Parameter Leaf (CPUID leaf 4). This definitions are required to know chache information of newer

CVS commit: src/external/historical/nawk/dist

2013-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 21:35:46 UTC 2013 Modified Files: src/external/historical/nawk/dist: lib.c Log Message: remove unused variable To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/historical/nawk/dist/lib.c Ple

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

2013-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 21:18:00 UTC 2013 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/threads: mttest.c Log Message: remove unused variables To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \ src/crypto/exter

CVS commit: src/common/lib/libx86emu

2013-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 21:16:55 UTC 2013 Modified Files: src/common/lib/libx86emu: x86emu_i8254.c Log Message: remove unused To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/common/lib/libx86emu/x86emu_i8254.c Please note

CVS commit: src/crypto/dist/ipsec-tools/src/setkey

2013-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 21:17:28 UTC 2013 Modified Files: src/crypto/dist/ipsec-tools/src/setkey: parse.y Log Message: remove unused variables To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/crypto/dist/ipsec-tools/src/se

CVS commit: src/dist/pppd/pppd

2013-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 21:16:05 UTC 2013 Modified Files: src/dist/pppd/pppd: auth.c cbcp.c utils.c Log Message: fix unused variable warnings To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/dist/pppd/pppd/auth.c cvs rdiff -

CVS commit: src/sys

2013-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 21:13:15 UTC 2013 Modified Files: src/sys/dev/acpi: acpi_verbose.c src/sys/dev/ic: nslm7x.c src/sys/fs/smbfs: smbfs_node.c Log Message: fix unused variable warnings To generate a diff of this commit:

CVS commit: src/sbin/gpt

2013-10-20 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Sun Oct 20 21:13:23 UTC 2013 Modified Files: src/sbin/gpt: gpt.8 Log Message: revert typo fix; teach me to blindly take changes from upstream To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sbin/gpt/gpt.8 Ple

CVS commit: src/sys/fs/efs

2013-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 21:12:08 UTC 2013 Modified Files: src/sys/fs/efs: efs_subr.c Log Message: Now that KASSERT will always consume its arguments, move a KASSERT inside a DIAGNOSTIC, because the function used is only defined with DIAGNOST

CVS commit: src/sys/dev/iscsi

2013-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 21:11:15 UTC 2013 Modified Files: src/sys/dev/iscsi: iscsi_rcv.c Log Message: 2 splbios in a row does not make sense. make the second one splx. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev

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

2013-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 21:06:37 UTC 2013 Modified Files: src/sys/arch/i386/stand/lib: dosfile.c Log Message: remove unused variable To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/i386/stand/lib/dosfile.c Pleas

CVS commit: src/sys/dev/pci

2013-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 21:06:09 UTC 2013 Modified Files: src/sys/dev/pci: azalia.c Log Message: move debugging code inside ifdef debug To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/dev/pci/azalia.c Please note tha

CVS commit: src/sys/dist/pf/net

2013-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 21:05:47 UTC 2013 Modified Files: src/sys/dist/pf/net: pf.c pf_norm.c pfvar.h Log Message: fix compiler warnings To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sys/dist/pf/net/pf.c cvs rdiff -u -r

CVS commit: src/sbin/slattach

2013-10-20 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 20 20:17:52 UTC 2013 Modified Files: src/sbin/slattach: slattach.c Log Message: attach tty line discipline by name, not by number. remove unused case value. lgtm christos To generate a diff of this commit: cvs rdiff

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

2013-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 19:47:28 UTC 2013 Modified Files: src/sys/arch/i386/stand/pxeboot: pxe.c pxe_call.S Log Message: Revert previous code move to accommodate relocation that does not fit. Move pxe_command_buf declaration next to the code

CVS commit: src/tests/net/net

2013-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 17:36:36 UTC 2013 Modified Files: src/tests/net/net: t_unix.c Log Message: write fail as a proper macro To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/net/net/t_unix.c Please note that diffs

CVS commit: src/tests/usr.sbin/mtree

2013-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 17:27:37 UTC 2013 Modified Files: src/tests/usr.sbin/mtree: mtree_d_create.out Log Message: adjust output now that we don't output size info for links and directories by default. To generate a diff of this commit: c

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

2013-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 17:22:49 UTC 2013 Modified Files: src/tests/lib/libc/net: t_hostent.sh Log Message: broadway changed addresses. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/net/t_hostent.sh Please

CVS commit: src/sys/ufs/chfs

2013-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 17:18:38 UTC 2013 Modified Files: src/sys/ufs/chfs: chfs_gc.c chfs_readinode.c chfs_subr.c chfs_vfsops.c chfs_vnops.c Log Message: remove unused To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.

CVS commit: src/sys/lib/libsa

2013-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 17:17:30 UTC 2013 Modified Files: src/sys/lib/libsa: ext2fs.c ufs.c Log Message: XXX: gcc initializations To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/lib/libsa/ext2fs.c cvs rdiff -u -r1.63

CVS commit: src/sys/lib/libsa

2013-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 17:16:57 UTC 2013 Modified Files: src/sys/lib/libsa: netif.c Log Message: remove unused To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/lib/libsa/netif.c Please note that diffs are not public

CVS commit: src/sys/lib/libsa

2013-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 17:15:42 UTC 2013 Modified Files: src/sys/lib/libsa: dosfs.c Log Message: use new function to avoid array overflow To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/lib/libsa/dosfs.c Please note

CVS commit: src/sys/fs/filecorefs

2013-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 17:14:48 UTC 2013 Modified Files: src/sys/fs/filecorefs: filecore_lookup.c filecore_vnops.c Log Message: remove unused To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/fs/filecorefs/filecore_loo

CVS commit: src/sys/external/bsd/ipf/netinet

2013-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 17:14:05 UTC 2013 Modified Files: src/sys/external/bsd/ipf/netinet: ip_auth.c Log Message: ifdef kernel used only variable To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/ipf/netinet

CVS commit: src/sys/dev/nand

2013-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 17:13:18 UTC 2013 Modified Files: src/sys/dev/nand: nand.c Log Message: remove unused To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/nand/nand.c Please note that diffs are not public doma

CVS commit: src/tools/gcc

2013-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 20 17:12:23 UTC 2013 Modified Files: src/tools/gcc: Makefile Log Message: Group the mknative stuff together - no functional change To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/tools/gcc/Makefile Plea

CVS commit: src/tools/gcc

2013-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 20 17:10:15 UTC 2013 Modified Files: src/tools/gcc: Makefile Log Message: g/c VAX_CONFIGURE_ARGS To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/tools/gcc/Makefile Please note that diffs are not public

CVS commit: src/tools/gcc

2013-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 20 16:00:20 UTC 2013 Modified Files: src/tools/gcc: mknative.common Log Message: Make sure gmake is quiet when grabbing variables. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tools/gcc/mknative.common

CVS commit: src/tools/gcc

2013-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 20 14:55:28 UTC 2013 Modified Files: src/tools/gcc: mknative-gcc Log Message: Deleted 1 line too many in previous commit. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/tools/gcc/mknative-gcc Please no

CVS commit: src/external/bsd/llvm

2013-10-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Oct 20 14:53:23 UTC 2013 Modified Files: src/external/bsd/llvm: Makefile.inc src/external/bsd/llvm/bin/lldb: Makefile src/external/bsd/llvm/lib: Makefile src/external/bsd/llvm/lib/libLLVMCodeGen: Makefile

CVS commit: src/tools/gcc

2013-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 20 14:14:18 UTC 2013 Modified Files: src/tools/gcc: mknative-gcc Log Message: g/c gcc3 goop To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/tools/gcc/mknative-gcc Please note that diffs are not public d

CVS commit: [netbsd-5] src/doc

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 14:06:27 UTC 2013 Modified Files: src/doc [netbsd-5]: CHANGES-5.3 Log Message: Tickets 1881, 1882, 1883, 1885, 1886 To generate a diff of this commit: cvs rdiff -u -r1.1.2.33 -r1.1.2.34 src/doc/CHANGES-5.3 Please not

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

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 14:05:36 UTC 2013 Modified Files: src/sys/arch/hp700/hp700 [netbsd-5]: autoconf.c Log Message: Pull up following revision(s) (requested by skrll in ticket #1886): sys/arch/hp700/hp700/autoconf.c: revision 1.51 R

CVS commit: [netbsd-5] src/usr.bin/systat

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 14:03:59 UTC 2013 Modified Files: src/usr.bin/systat [netbsd-5]: keyboard.c Log Message: Pull up following revision(s) (requested by dholland in ticket #1885): usr.bin/systat/keyboard.c: revision 1.25 No David,

CVS commit: [netbsd-5] src/common/lib/libc/sys

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 14:02:51 UTC 2013 Modified Files: src/common/lib/libc/sys [netbsd-5]: cpuset.c Log Message: Pull up following revision(s) (requested by dholland in ticket #1883): common/lib/libc/sys/cpuset.c: revision 1.16 _cpu

CVS commit: [netbsd-5] src/gnu/dist/texinfo/util

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 14:01:10 UTC 2013 Modified Files: src/gnu/dist/texinfo/util [netbsd-5]: texi2dvi Log Message: Pull up following revision(s) (requested by riastradh in ticket #1882): gnu/dist/texinfo/util/texi2dvi: revision 1.10

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

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 13:58:32 UTC 2013 Modified Files: src/lib/libpthread [netbsd-5]: pthread.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1881): lib/libpthread/pthread.c: revision 1.137 via patch

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

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 13:50:36 UTC 2013 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.4 Log Message: Tickets 963, 967, 971, 972 To generate a diff of this commit: cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/doc/CHANGES-6.0.4 Please note that

CVS commit: [netbsd-6-1] src/doc

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 13:50:00 UTC 2013 Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.3 Log Message: Tickets 963, 967, 971, 972 To generate a diff of this commit: cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/doc/CHANGES-6.1.3 Please note that

CVS commit: [netbsd-6] src/doc

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 13:48:56 UTC 2013 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Tickets 956, 957, 958, 961, 962, 963, 964, 965, 967, 968, 970, 971, 972, 973. To generate a diff of this commit: cvs rdiff -u -r1.1.2.54 -

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

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 13:45:46 UTC 2013 Modified Files: src/sys/arch/hp700/hp700 [netbsd-6]: autoconf.c Log Message: Pull up following revision(s) (requested by skrll in ticket #973): sys/arch/hp700/hp700/autoconf.c: revision 1.51 Re

CVS commit: [netbsd-6-1] src/distrib/utils/sysinst

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 13:43:23 UTC 2013 Modified Files: src/distrib/utils/sysinst [netbsd-6-1]: mbr.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #972): distrib/utils/sysinst/mbr.c: revision 1.92 Fix an

CVS commit: [netbsd-6-0] src/distrib/utils/sysinst

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 13:43:26 UTC 2013 Modified Files: src/distrib/utils/sysinst [netbsd-6-0]: mbr.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #972): distrib/utils/sysinst/mbr.c: revision 1.92 Fix an

CVS commit: [netbsd-6] src/distrib/utils/sysinst

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 13:43:17 UTC 2013 Modified Files: src/distrib/utils/sysinst [netbsd-6]: mbr.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #972): distrib/utils/sysinst/mbr.c: revision 1.92 Fix anot

CVS commit: [netbsd-6] src/external/mit/xorg/server/drivers/xf86-video-intel

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 13:40:00 UTC 2013 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-intel [netbsd-6]: Makefile Log Message: Pull up following revision(s) (requested by martin in ticket #971): external/

CVS commit: [netbsd-6-1] src/external/mit/xorg/server/drivers/xf86-video-intel

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 13:40:07 UTC 2013 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-intel [netbsd-6-1]: Makefile Log Message: Pull up following revision(s) (requested by martin in ticket #971): externa

CVS commit: [netbsd-6-0] src/external/mit/xorg/server/drivers/xf86-video-intel

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 13:40:10 UTC 2013 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-intel [netbsd-6-0]: Makefile Log Message: Pull up following revision(s) (requested by martin in ticket #971): externa

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

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 13:36:43 UTC 2013 Modified Files: src/sys/dev/i2c [netbsd-6]: w83795g.c Log Message: apply patch, requested by simonb in ticket #970: sys/dev/i2c/w83795g.c patch Make this driver compi

CVS commit: [netbsd-6] src/usr.bin/systat

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 13:32:45 UTC 2013 Modified Files: src/usr.bin/systat [netbsd-6]: keyboard.c Log Message: Pull up following revision(s) (requested by dholland in ticket #968): usr.bin/systat/keyboard.c: revision 1.25 No David, '

CVS commit: src/tests/lib/libc/tls_dso

2013-10-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Oct 20 13:30:50 UTC 2013 Modified Files: src/tests/lib/libc/tls_dso: h_tls_dynamic.c Log Message: Force use of static TLS space. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/tls_dso/h_tls_dyn

CVS commit: [netbsd-6-1] src/sys/netinet

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 13:29:44 UTC 2013 Modified Files: src/sys/netinet [netbsd-6-1]: tcp_usrreq.c Log Message: Pull up following revision(s) (requested by spz in ticket #967): sys/netinet/tcp_usrreq.c: revision 1.168 PR/48098: Brian

CVS commit: [netbsd-6-0] src/sys/netinet

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 13:29:48 UTC 2013 Modified Files: src/sys/netinet [netbsd-6-0]: tcp_usrreq.c Log Message: Pull up following revision(s) (requested by spz in ticket #967): sys/netinet/tcp_usrreq.c: revision 1.168 PR/48098: Brian

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

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 13:29:37 UTC 2013 Modified Files: src/sys/netinet [netbsd-6]: tcp_usrreq.c Log Message: Pull up following revision(s) (requested by spz in ticket #967): sys/netinet/tcp_usrreq.c: revision 1.168 PR/48098: Brian M

CVS commit: [netbsd-6] src

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 13:28:20 UTC 2013 Modified Files: src/share/man/man4/man4.x86 [netbsd-6]: vmt.4 src/sys/arch/x86/x86 [netbsd-6]: vmt.c Log Message: Pull up following revision(s) (requested by pettai in ticket #965): sys

CVS commit: [netbsd-6] src/usr.sbin/eeprom

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 13:25:02 UTC 2013 Modified Files: src/usr.sbin/eeprom [netbsd-6]: eehandlers.c Log Message: Pull up following revision(s) (requested by dholland in ticket #964): usr.sbin/eeprom/eehandlers.c: revision 1.16 PR/47

CVS commit: [netbsd-6-1] src/sys/arch/x86/pci

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 13:18:50 UTC 2013 Modified Files: src/sys/arch/x86/pci [netbsd-6-1]: pci_machdep.c Log Message: Apply patchm requested by gson in ticket #963: sys/arch/x86/pci/pci_machdep.c 1.61 via patch Forc

CVS commit: [netbsd-6-0] src/sys/arch/x86/pci

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 13:18:48 UTC 2013 Modified Files: src/sys/arch/x86/pci [netbsd-6-0]: pci_machdep.c Log Message: Apply patchm requested by gson in ticket #963: sys/arch/x86/pci/pci_machdep.c 1.61 via patch Forc

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

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 13:16:57 UTC 2013 Modified Files: src/sys/arch/x86/pci [netbsd-6]: pci_machdep.c Log Message: Apply patch, requested by riastradh in ticket #962: sys/arch/x86/pci/pci_machdep.c 1.61 via patch F

CVS commit: [netbsd-6] src/gnu/dist/texinfo/util

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 13:14:31 UTC 2013 Modified Files: src/gnu/dist/texinfo/util [netbsd-6]: texi2dvi Log Message: Pull up following revision(s) (requested by riastradh in ticket #962): gnu/dist/texinfo/util/texi2dvi: revision 1.10

CVS commit: [netbsd-6] src/external/ibm-public/postfix/dist

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 12:58:26 UTC 2013 Modified Files: src/external/ibm-public/postfix/dist [netbsd-6]: HISTORY RELEASE_NOTES src/external/ibm-public/postfix/dist/src/global [netbsd-6]: mail_version.h src/external

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

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 12:52:42 UTC 2013 Modified Files: src/sys/arch/hp300/hp300 [netbsd-6]: pmap_bootstrap.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #958): sys/arch/hp300/hp300/pmap_bootstrap.c: re

CVS commit: [netbsd-6] src/sys/arch/i386/stand/lib

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 12:51:10 UTC 2013 Modified Files: src/sys/arch/i386/stand/lib [netbsd-6]: vbe.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #957): sys/arch/i386/stand/lib/vbe.c: revision 1.8 The '

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

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 12:49:33 UTC 2013 Modified Files: src/sys/dev/usb [netbsd-6]: if_aue.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #956): sys/dev/usb/if_aue.c: revision 1.131 Change one aprint_err

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

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 11:37:53 UTC 2013 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: Fix memory leak if the provided mac address isn't valid. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/a

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

2013-10-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 20 11:37:11 UTC 2013 Modified Files: src/sys/arch/xen/xen: xbdback_xenbus.c Log Message: Add more XENPRINTF() to xbdback_connect() in xbdback_backend_changed(), fix memory leak. Do not free an uninitialized pointer in xbdb

CVS commit: src/sys/arch/arm/arm

2013-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 20 09:30:41 UTC 2013 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: Use cpuctrlmask in the arm1[01] case. To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 src/sys/arch/arm/arm/cpufunc.c Pleas