CVS commit: src/usr.sbin/rtadvd

2013-06-28 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Jun 28 07:59:32 UTC 2013 Modified Files: src/usr.sbin/rtadvd: rtadvd.c Log Message: If we die and there are no timers, just exit. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/usr.sbin/rtadvd/rtadvd.c Pleas

CVS commit: src/tools/gcc

2013-06-28 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jun 28 08:30:10 UTC 2013 Modified Files: src/tools/gcc: Makefile mknative-gcc Log Message: pass both NEWCONFIGDIR and NETBSDSRCDIR to mknative-gcc. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/tools/gcc/Mak

CVS commit: src/usr.bin/man

2013-06-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jun 28 10:13:18 UTC 2013 Modified Files: src/usr.bin/man: man.conf.5 Log Message: Prefer Aq to \*[Lt] etc. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/usr.bin/man/man.conf.5 Please note that diffs are not

CVS commit: src/external/gpl3/gcc

2013-06-28 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jun 28 12:45:03 UTC 2013 Modified Files: src/external/gpl3/gcc/lib/crtstuff/arch: alpha.mk arm.mk armeb.mk earm.mk earmeb.mk earmhf.mk earmhfeb.mk hppa.mk i386.mk m68000.mk m68k.mk mips64eb.mk mips64el.mk m

CVS commit: src/tests/fs/vfs

2013-06-28 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Jun 28 13:04:06 UTC 2013 Modified Files: src/tests/fs/vfs: Makefile Log Message: Add the rumpfs_udf to the LDADD variable To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/tests/fs/vfs/Makefile Please note

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

2013-06-28 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Jun 28 14:31:49 UTC 2013 Modified Files: src/sys/arch/x86/x86: ioapic.c Log Message: Print the ioapic version using unambiguous base. >From Felix Deichmann. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 sr

CVS commit: src/sys/arch/prep/prep

2013-06-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 28 14:42:31 UTC 2013 Modified Files: src/sys/arch/prep/prep: autoconf.c Log Message: undefined behavior, buffer overflow http://m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html To generate a diff of this commit: cvs r

CVS commit: src/sys/dev/hpc

2013-06-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 28 14:44:15 UTC 2013 Modified Files: src/sys/dev/hpc: hpf1275a_tty.c Log Message: fix uninitialized pointer. This could have never worked. http://m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html To generate a diff of

CVS commit: src/sys/dev/ic

2013-06-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 28 14:46:45 UTC 2013 Modified Files: src/sys/dev/ic: mfi.c Log Message: Fix the non-thunderbolt case. XXX: Is that right even? http://m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html To generate a diff of this commit:

CVS commit: src/sys/dev/ic

2013-06-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 28 14:48:17 UTC 2013 Modified Files: src/sys/dev/ic: opl.c Log Message: avoid undefined behavior http://m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 sr

CVS commit: src/sys/fs/v7fs

2013-06-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 28 14:49:14 UTC 2013 Modified Files: src/sys/fs/v7fs: v7fs_io.c Log Message: prevent memory leak on error http://m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html To generate a diff of this commit: cvs rdiff -u -r1.2 -

CVS commit: src

2013-06-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jun 28 15:04:35 UTC 2013 Modified Files: src/bin/ed: re.c src/crypto/external/bsd/libsaslc/dist/src: mech_digestmd5.c xsess.c src/libexec/ftpd: cmds.c src/usr.bin/sed: compile.c src/usr.sbin/mouse

CVS commit: src/sys/dev/pci

2013-06-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 28 15:26:57 UTC 2013 Modified Files: src/sys/dev/pci: pm2fb.c Log Message: this could have never worked. Cleanup bogus code. http://m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html To generate a diff of this commit: c

CVS commit: src/distrib/evbarm/instkernel/sshramdisk

2013-06-28 Thread Hisashi T Fujinaka
Module Name:src Committed By: htodd Date: Fri Jun 28 15:31:26 UTC 2013 Modified Files: src/distrib/evbarm/instkernel/sshramdisk: Makefile Log Message: Bump imagesize to fix build. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/distrib/evbarm/instkernel/s

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

2013-06-28 Thread Hisashi T Fujinaka
Module Name:src Committed By: htodd Date: Fri Jun 28 15:32:07 UTC 2013 Modified Files: src/sys/arch/evbarm/conf: INSTALL Log Message: Bump MEMORY_DISK_ROOT_SIZE to fix build. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/INSTALL Pl

CVS commit: src/sys/kern

2013-06-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 28 15:32:20 UTC 2013 Modified Files: src/sys/kern: vfs_syscalls.c Log Message: don't store random values in retval http://m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html To generate a diff of this commit: cvs rdiff -

CVS commit: src/sys/kern

2013-06-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 28 15:34:22 UTC 2013 Modified Files: src/sys/kern: vfs_bio.c Log Message: remove useless initialization http://m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html To generate a diff of this commit: cvs rdiff -u -r1.244 -

CVS commit: src/sys/kern

2013-06-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 28 15:33:40 UTC 2013 Modified Files: src/sys/kern: subr_autoconf.c Log Message: delete useless initialization http://m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html To generate a diff of this commit: cvs rdiff -u -r1

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

2013-06-28 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jun 28 15:38:56 UTC 2013 Modified Files: src/sys/arch/evbarm/conf: INSTALL Log Message: Use a multiple of 256 for the size. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/conf/INSTALL Please n

CVS commit: src/distrib/utils/more

2013-06-28 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jun 28 15:44:27 UTC 2013 Modified Files: src/distrib/utils/more: main.c Log Message: Use ANSI C string concatenation To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/distrib/utils/more/main.c Please note that

CVS commit: src/sys/fs/ntfs

2013-06-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 28 15:46:37 UTC 2013 Modified Files: src/sys/fs/ntfs: ntfs_subr.c Log Message: remove useless initialization, KNF http://m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html To generate a diff of this commit: cvs rdiff -u

CVS commit: src/libexec/telnetd

2013-06-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 28 15:48:02 UTC 2013 Modified Files: src/libexec/telnetd: sys_term.c Log Message: fix wrong variable check, remove casts http://m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html To generate a diff of this commit: cvs r

CVS commit: src/sys/ufs/lfs

2013-06-28 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jun 28 16:14:06 UTC 2013 Modified Files: src/sys/ufs/lfs: lfs.h Log Message: Remove duplicate define of LFS_MAXNAMLEN To generate a diff of this commit: cvs rdiff -u -r1.156 -r1.157 src/sys/ufs/lfs/lfs.h Please note that diff

CVS commit: xsrc/external/mit/xf86-video-openchrome/dist/src

2013-06-28 Thread Thomas Klausner
Module Name:xsrc Committed By: wiz Date: Fri Jun 28 16:53:55 UTC 2013 Modified Files: xsrc/external/mit/xf86-video-openchrome/dist/src: via_driver.c Log Message: Use correct format string. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 \ xsrc/externa

CVS commit: src/sys/fs/ntfs

2013-06-28 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jun 28 17:13:35 UTC 2013 Modified Files: src/sys/fs/ntfs: ntfs_subr.c Log Message: Make this compile again. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/fs/ntfs/ntfs_subr.c Please note that diffs are

CVS commit: src/libexec/tftpd

2013-06-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 28 17:20:16 UTC 2013 Modified Files: src/libexec/tftpd: tftpd.c Log Message: Prevent buffer overflows; reported by Maxime Villard To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/libexec/tftpd/tftpd.c

CVS commit: xsrc/external/mit/xdm/dist/xdm

2013-06-28 Thread Thomas Klausner
Module Name:xsrc Committed By: wiz Date: Fri Jun 28 17:25:47 UTC 2013 Modified Files: xsrc/external/mit/xdm/dist/xdm: dm.c xdmauth.c Log Message: Improvements to format strings from upstream. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 xsrc/external/m

CVS commit: src/usr.bin/mail

2013-06-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 28 17:36:18 UTC 2013 Modified Files: src/usr.bin/mail: collect.c Log Message: prevent re-entry race and crash To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/usr.bin/mail/collect.c Please note that d

CVS commit: xsrc/external/mit/xdm/dist/greeter

2013-06-28 Thread Thomas Klausner
Module Name:xsrc Committed By: wiz Date: Fri Jun 28 18:32:55 UTC 2013 Modified Files: xsrc/external/mit/xdm/dist/greeter: greet.c Log Message: Use proper format string. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 xsrc/external/mit/xdm/dist/greeter/greet.c

CVS commit: src

2013-06-28 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Jun 28 19:24:29 UTC 2013 Modified Files: src/distrib/zaurus/ramdisk: Makefile src/sys/arch/zaurus/conf: INSTALL Log Message: Bump the INSTALL ramdisk by 100k so that the contents fits again. Approved by nonaka@ To genera

CVS commit: src/distrib/evbarm/instkernel/ramdisk

2013-06-28 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jun 28 22:13:56 UTC 2013 Modified Files: src/distrib/evbarm/instkernel/ramdisk: list Log Message: Add sysctl To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/distrib/evbarm/instkernel/ramdisk/list Please note

CVS commit: src

2013-06-28 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sat Jun 29 04:52:55 UTC 2013 Modified Files: src/lib/libutil: login_cap.c src/share/man/man5: login.conf.5 Log Message: add "maxthread" tunable to login.conf to adjust RLIMIT_NTHR. PR/47626 ok'ed by christos To generate a

CVS commit: src/usr.bin/su

2013-06-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jun 29 05:08:35 UTC 2013 Modified Files: src/usr.bin/su: su_pam.c Log Message: Change to home directory only after setting the full user context to avoid issues with NFS or other user-mapped mounts that don't give root the pr