Re: CVS commit: src/sys/kern

2011-08-17 Thread David Holland
On Wed, Aug 17, 2011 at 08:31:27AM +, Martin Husemann wrote: Modified Files: src/sys/kern: vfs_syscalls.c Log Message: add missing prototype shouldn't that be in a header file somewhere? -- David A. Holland dholl...@netbsd.org

Re: CVS commit: src/sys/kern

2011-08-17 Thread Martin Husemann
On Wed, Aug 17, 2011 at 09:17:18AM +, David Holland wrote: On Wed, Aug 17, 2011 at 08:31:27AM +, Martin Husemann wrote: Modified Files: src/sys/kern: vfs_syscalls.c Log Message: add missing prototype shouldn't that be in a header file somewhere? Dunno - I just

Re: CVS commit: src/sys/kern

2011-08-17 Thread Emmanuel Dreyfus
On Wed, Aug 17, 2011 at 11:19:02AM +0200, Martin Husemann wrote: shouldn't that be in a header file somewhere? Dunno - I just needed a quick build fix. Manu? Yes, there was a missing header, I just fixed it (and rolled back the prototype in vfs_syscalls.c). -- Emmanuel Dreyfus

Re: CVS commit: src

2011-08-17 Thread Iain Hibbert
On Thu, 21 Jul 2011, matthew green wrote: Module Name: src Committed By: mrg Date: Thu Jul 21 03:13:32 UTC 2011 Modified Files: src/compat/amd64/i386: bsd.i386.mk src/compat/mips64/64: bsd.64.mk src/compat/mips64/o32: bsd.o32.mk src/compat/sparc64/sparc:

re: CVS commit: src

2011-08-17 Thread matthew green
Log Message: build GMP, MPFR and MPC as private libraries just for GCC. don't install the headers or librarys into the system. in lib/Makefile should this really be .if (${MKGCC} != no) ${HAVE_GCC} = 45 rather than .if defined(HAVE_GCC) ${HAVE_GCC} = 45 ? I think that

Re: CVS commit: src/external/bsd/mdocml

2011-08-17 Thread Joerg Sonnenberger
Could you please stop randomly changing 3rd party code without contacting the maintainer? Joerg On Wed, Aug 17, 2011 at 05:30:14AM -0400, Christos Zoulas wrote: Module Name: src Committed By: christos Date: Wed Aug 17 09:30:14 UTC 2011 Modified Files:

Re: CVS commit: src/usr.bin/unzip

2011-08-17 Thread Joerg Sonnenberger
Did you test this change for breaking compatibility with 3rd party scripts that parse the output of unzip? Joerg On Wed, Aug 17, 2011 at 09:37:40AM -0400, Christos Zoulas wrote: Module Name: src Committed By: christos Date: Wed Aug 17 13:37:40 UTC 2011 Modified Files:

Re: CVS commit: src/external/bsd/mdocml

2011-08-17 Thread Christos Zoulas
In article 20110817212805.gb16...@britannica.bec.de, Joerg Sonnenberger jo...@britannica.bec.de wrote: Could you please stop randomly changing 3rd party code without contacting the maintainer? Unless the rules have changed, for simple compilation fixes we don't do that. Otherwise the overhead of

Re: CVS commit: src/usr.bin/unzip

2011-08-17 Thread Christos Zoulas
In article 20110817212950.gc16...@britannica.bec.de, Joerg Sonnenberger jo...@britannica.bec.de wrote: Did you test this change for breaking compatibility with 3rd party scripts that parse the output of unzip? I thought about that, but where does one find such scripts? Providing a flag to make

Re: CVS commit: src/usr.bin/unzip

2011-08-17 Thread Bernd Ernesti
On Thu, Aug 18, 2011 at 01:49:30AM +, Christos Zoulas wrote: In article 20110817212950.gc16...@britannica.bec.de, Joerg Sonnenberger jo...@britannica.bec.de wrote: Did you test this change for breaking compatibility with 3rd party scripts that parse the output of unzip? I thought

CVS commit: src/sys/arch/mips

2011-08-17 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Aug 17 06:59:29 UTC 2011 Modified Files: src/sys/arch/mips/include: mips_opcode.h src/sys/arch/mips/mips: mips_emul.c Log Message: emulate the special3 opcode LX (lwx, ldx, lhx, lbux) instructions. To generate a diff

CVS commit: src

2011-08-17 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Wed Aug 17 07:22:35 UTC 2011 Modified Files: src/distrib/sets/lists/comp: mi src/lib/libc/sys: Makefile.inc utimes.2 src/sys/kern: syscalls.master vfs_syscalls.c Log Message: Add futimens(2) and part of utimnsat(2)

CVS commit: src/sys/sys

2011-08-17 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Wed Aug 17 07:25:30 UTC 2011 Modified Files: src/sys/sys: stat.h Log Message: Add futimens(2) and part utimensat(2) (missing bit from previous commit) To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62

CVS commit: src/sys

2011-08-17 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Wed Aug 17 07:26:17 UTC 2011 Modified Files: src/sys/kern: init_sysent.c syscalls.c src/sys/sys: syscall.h syscallargs.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.257 -r1.258

CVS commit: src/dist/dhcp/client

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 08:06:38 UTC 2011 Modified Files: src/dist/dhcp/client: dhclient.c Log Message: Instead of printing the raw suspect value instead of the name (!?!?), print the name and the suspect value vis encoded. To generate a

CVS commit: src/external/bsd/am-utils/dist/amd

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 08:22:50 UTC 2011 Modified Files: src/external/bsd/am-utils/dist/amd: readdir.c Log Message: fix type-punned warnings using memcpy To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2

CVS commit: src/lib/libc/sys

2011-08-17 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Aug 17 08:29:20 UTC 2011 Modified Files: src/lib/libc/sys: utimes.2 Log Message: Remove trailing whitespace. Bump date for previous. New sentence, new live. End sentence with dot. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/kern

2011-08-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 17 08:31:27 UTC 2011 Modified Files: src/sys/kern: vfs_syscalls.c Log Message: add missing prototype To generate a diff of this commit: cvs rdiff -u -r1.434 -r1.435 src/sys/kern/vfs_syscalls.c Please note that diffs

CVS commit: src/external/bsd/am-utils

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 09:03:47 UTC 2011 Modified Files: src/external/bsd/am-utils/bin/amd: Makefile src/external/bsd/am-utils/bin/amq: Makefile src/external/bsd/am-utils/bin/hlfsd: Makefile

CVS commit: src

2011-08-17 Thread matthew green
changes that might cause problems in the build process, and a guide for @@ -15,6 +15,10 @@ Recent changes: ^^^ +20110817: + sparc has been changed to use GCC 4.5.3, so any objdir or + DESTDIR for them should be deleted before updating. + 20110806: i386 and amd64 have been changed

CVS commit: src/external/bsd/fetch/dist/libfetch

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 09:19:38 UTC 2011 Modified Files: src/external/bsd/fetch/dist/libfetch: ftp.c Log Message: fix gcc array out of bounds confusion. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/bsd/fetch/lib

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 09:20:14 UTC 2011 Modified Files: src/external/bsd/fetch/lib: Makefile Log Message: remove gcc hacks. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/bsd/fetch/lib/Makefile Please note

CVS commit: src/external/bsd/iscsi

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 09:24:24 UTC 2011 Modified Files: src/external/bsd/iscsi/dist/src/initiator: iscsi-initiator.c src/external/bsd/iscsi/initiator: Makefile Log Message: fix strict aliasing issues. To generate a diff of this

CVS commit: src/sys

2011-08-17 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Wed Aug 17 09:29:59 UTC 2011 Modified Files: src/sys/kern: vfs_syscalls.c src/sys/sys: vfs_syscalls.h Log Message: Missing bit in previous commit: do_sys_utimens prototype in the right place. To generate a diff of this

CVS commit: src/external/bsd/mdocml

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 09:30:14 UTC 2011 Modified Files: src/external/bsd/mdocml/dist: mdoc_validate.c src/external/bsd/mdocml/lib/libmandoc: Makefile Log Message: fix cast warnings To generate a diff of this commit: cvs rdiff -u

CVS commit: [cherry-xenmp] src/sys/arch

2011-08-17 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Wed Aug 17 09:40:40 UTC 2011 Modified Files: src/sys/arch/i386/include [cherry-xenmp]: cpu.h src/sys/arch/x86/include [cherry-xenmp]: cpu.h src/sys/arch/x86/x86 [cherry-xenmp]: pmap.c

CVS commit: src/lib/libc

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 09:53:54 UTC 2011 Modified Files: src/lib/libc: Makefile src/lib/libc/resolv: res_comp.c src/lib/libc/stdio: vfwprintf.c vswprintf.c Log Message: fix the rest of libc mi gcc-4.5 hacks. portmasters

CVS commit: src/dist/openpam/lib

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 09:55:41 UTC 2011 Modified Files: src/dist/openpam/lib: openpam_dispatch.c Log Message: fix gcc-4.5 cast warning To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/dist/openpam/lib/openpam_dispatch.c

CVS commit: src/lib/libpam/libpam

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 09:56:03 UTC 2011 Modified Files: src/lib/libpam/libpam: Makefile Log Message: remove gcc-4.5 hacks To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libpam/libpam/Makefile Please note that

CVS commit: src/lib/libisns

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 10:08:43 UTC 2011 Modified Files: src/lib/libisns: Makefile isns_pdu.h isns_util.h Log Message: fix gcc aliasing issues. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libisns/Makefile cvs

CVS commit: src/sys/sys

2011-08-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 17 10:46:39 UTC 2011 Modified Files: src/sys/sys: bus_proto.h Log Message: Add missing prototypes for bus_*_is_equal functions. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/sys/bus_proto.h Please

CVS commit: src/external/bsd/tcpdump

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 10:48:02 UTC 2011 Modified Files: src/external/bsd/tcpdump/bin: Makefile src/external/bsd/tcpdump/dist: extract.h print-isakmp.c Log Message: fix strict aliasing issues. To generate a diff of this commit:

CVS commit: src/doc

2011-08-17 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Aug 17 12:03:47 UTC 2011 Modified Files: src/doc: 3RDPARTY Log Message: mdocml-1.11.6 is out To generate a diff of this commit: cvs rdiff -u -r1.858 -r1.859 src/doc/3RDPARTY Please note that diffs are not public domain; they

CVS commit: src/sbin/gpt

2011-08-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 17 12:27:50 UTC 2011 Modified Files: src/sbin/gpt: biosboot.c Log Message: Fix sign compare bugs To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sbin/gpt/biosboot.c Please note that diffs are not public

CVS commit: src/dist/nvi

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 12:56:55 UTC 2011 Modified Files: src/dist/nvi/common: msg.c src/dist/nvi/ex: ex_tag.c Log Message: fix raw string formats To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/usr.bin/nvi/build

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 12:57:19 UTC 2011 Modified Files: src/usr.bin/nvi/build: Makefile Log Message: document non-literal format strings. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.bin/nvi/build/Makefile

CVS commit: src/usr.bin/error

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 13:11:22 UTC 2011 Modified Files: src/usr.bin/error: error.h main.c pi.c Log Message: avoid ... dutch being interpreted as a pascal continuation message, and core-dumping. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/radioctl

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 13:12:39 UTC 2011 Modified Files: src/usr.bin/radioctl: radioctl.c Log Message: fix non-literal format stringg. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.bin/radioctl/radioctl.c Please

CVS commit: src/usr.bin/seq

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 13:19:09 UTC 2011 Modified Files: src/usr.bin/seq: Makefile Log Message: document non literal string format To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.bin/seq/Makefile Please note that

CVS commit: src/usr.bin/stat

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 13:22:33 UTC 2011 Modified Files: src/usr.bin/stat: Makefile Log Message: document non-literal format strings To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.bin/stat/Makefile Please note that

CVS commit: src/usr.bin/systat

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 13:26:49 UTC 2011 Modified Files: src/usr.bin/systat: ps.c Log Message: eliminate non-literal format strings. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/usr.bin/systat/ps.c Please note that

CVS commit: src/usr.bin/time

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 13:29:39 UTC 2011 Modified Files: src/usr.bin/time: Makefile Log Message: document non-literal string format To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.bin/time/Makefile Please note that

CVS commit: src/usr.bin/w

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 13:48:11 UTC 2011 Modified Files: src/usr.bin/w: Makefile pr_time.c Log Message: Eliminate non-literal format strings, and now that gcc warns, kill y2k format warning. To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/vmstat

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 13:54:31 UTC 2011 Modified Files: src/usr.bin/vmstat: Makefile Log Message: document that we are using non-literal string formats. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/usr.bin/whois

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 13:57:12 UTC 2011 Modified Files: src/usr.bin/whois: whois.c Log Message: fix non-literal string format To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/usr.bin/whois/whois.c Please note that

CVS commit: src/usr.bin/xinstall

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 14:00:31 UTC 2011 Modified Files: src/usr.bin/xinstall: Makefile Log Message: document non-literal format strings To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/usr.bin/xinstall/Makefile Please

CVS commit: src/usr.bin/gzip

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 14:07:31 UTC 2011 Modified Files: src/usr.bin/gzip: gzip.c Log Message: add noreturn atttribute. To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104 src/usr.bin/gzip/gzip.c Please note that diffs are

CVS commit: src/usr.bin/gzip

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 14:07:45 UTC 2011 Modified Files: src/usr.bin/gzip: unxz.c Log Message: fix non-literal format strings To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.bin/gzip/unxz.c Please note that diffs are

CVS commit: src/sys/arch/mips

2011-08-17 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Aug 17 14:39:59 UTC 2011 Modified Files: src/sys/arch/mips/include: locore.h src/sys/arch/mips/mips: mips_fixup.c Log Message: Redo mips_fixup so that it can handle indirect loads and deal with loongson2 extra

CVS commit: othersrc/external/bsd/iscsi/sbin/iscsictl

2011-08-17 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Wed Aug 17 14:41:53 UTC 2011 Modified Files: othersrc/external/bsd/iscsi/sbin/iscsictl: iscsic_main.c Log Message: don't use a -v command line argument to print the version - we have the version command to do that To generate

CVS commit: othersrc/external/bsd/iscsi/sbin/iscsictl

2011-08-17 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Wed Aug 17 14:43:16 UTC 2011 Modified Files: othersrc/external/bsd/iscsi/sbin/iscsictl: iscsictl.8 Log Message: we refer to an iSCSI session later in this man page as a distinguished value, so define it properly at first use.

CVS commit: othersrc/external/bsd/iscsi/sbin/iscsid

2011-08-17 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Wed Aug 17 14:44:06 UTC 2011 Added Files: othersrc/external/bsd/iscsi/sbin/iscsid: iscsid.8 Log Message: add a first stab at a manual page for this daemon To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: othersrc/external/bsd/iscsi/sbin/iscsid

2011-08-17 Thread Thomas Klausner
Module Name:othersrc Committed By: wiz Date: Wed Aug 17 14:49:00 UTC 2011 Modified Files: othersrc/external/bsd/iscsi/sbin/iscsid: iscsid.8 Log Message: Add some punctuation. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/sys

2011-08-17 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Aug 17 14:52:09 UTC 2011 Modified Files: src/sys/sys: bus.h Log Message: Remove bus_space_handle_is_equal() and bus_space_is_equal() since they're declared in bus_proto.h. To generate a diff of this commit: cvs rdiff -u

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

2011-08-17 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Aug 17 14:55:11 UTC 2011 Modified Files: src/sys/arch/x86/include: i82093reg.h Log Message: Add definitions from [1] for the I/O APIC's MSI Message Address Data registers. [1] Intel Corporation, Intel 64 and IA-32

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

2011-08-17 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Aug 17 14:56:55 UTC 2011 Modified Files: src/sys/arch/x86/pci: pci_intr_machdep.c Log Message: In pci_msi_establish(), replace several anonymous constants with IOAPIC_ symbols. No change in the generated assembly. To

CVS commit: src/usr.bin/grep

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 15:32:20 UTC 2011 Modified Files: src/usr.bin/grep: Makefile Log Message: document non-literal format strings To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.bin/grep/Makefile Please note that

CVS commit: src/etc/rc.d

2011-08-17 Thread Greg Troxel
Module Name:src Committed By: gdt Date: Wed Aug 17 16:39:30 UTC 2011 Modified Files: src/etc/rc.d: route6d Log Message: Make route6d REQUIRE: mountcritremote. route6d is in /usr/sbin, and thus on systems with separate / and /usr, /etc/rc.d/route6d can be run before /usr

CVS commit: src/tests/lib/libcurses/slave

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 16:57:14 UTC 2011 Modified Files: src/tests/lib/libcurses/slave: Makefile Log Message: document non-literal format strings To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/util

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 17:08:59 UTC 2011 Modified Files: src/tests/util/df: Makefile src/tests/util/id: Makefile Log Message: document non-literal format strings To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/games/fortune/strfile

2011-08-17 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 17 18:16:51 UTC 2011 Modified Files: src/games/fortune/strfile: strfile.c Log Message: Move some things around so declarations appear in a reasonable order. To generate a diff of this commit: cvs rdiff -u -r1.31

CVS commit: src/games/fortune/strfile

2011-08-17 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 17 18:17:40 UTC 2011 Modified Files: src/games/fortune/strfile: strfile.c Log Message: Remove redundant set of prototypes for local functions, exposed by previous. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc

2011-08-17 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Aug 17 18:33:03 UTC 2011 Modified Files: src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc: configargs.h Log Message: Regen (since mknative blew away _SOFT_FLOAT changes). To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/tools/gcc

2011-08-17 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Aug 17 18:34:13 UTC 2011 Modified Files: src/tools/gcc: mknative-gcc Log Message: Add an inline ex script to modify configargs.h for powerpc to auto-enable -msoft-float. To generate a diff of this commit: cvs rdiff -u -r1.61

CVS commit: src/external/bsd/tmux

2011-08-17 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Aug 17 18:37:59 UTC 2011 Modified Files: src/external/bsd/tmux: README prepare-import.sh Log Message: Adjust instructions and import script in preparation for tmux 1.5. To generate a diff of this commit: cvs rdiff -u -r1.1

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

2011-08-17 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Aug 17 18:40:16 UTC 2011 Update of /cvsroot/src/external/bsd/tmux/dist In directory ivanova.netbsd.org:/tmp/cvs-serv28275 Log Message: Import tmux 1.5: CHANGES FROM 1.4 TO 1.5, 09 July 2011 * Support xterm mouse modes 1002 and 1003.

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

2011-08-17 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Aug 17 18:48:37 UTC 2011 Modified Files: src/external/bsd/tmux/dist: cmd-paste-buffer.c cmd-server-info.c cmd-string.c environ.c input.c job.c options.c screen-write.c screen.c server-fn.c session.c

CVS commit: src/external/bsd/tmux/usr.bin/tmux

2011-08-17 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Aug 17 18:51:10 UTC 2011 Modified Files: src/external/bsd/tmux/usr.bin/tmux: Makefile Removed Files: src/external/bsd/tmux/usr.bin/tmux: config.h version.txt Log Message: Adjust reachover Makefiles after tmux 1.5

CVS commit: src/sys/arch/powerpc

2011-08-17 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Aug 17 18:52:01 UTC 2011 Modified Files: src/sys/arch/powerpc/booke/pci: pq3pci.c src/sys/arch/powerpc/ibm4xx/dev: ibm405gp.c src/sys/arch/powerpc/include: pci_machdep.h src/sys/arch/powerpc/marvell:

CVS commit: src/doc

2011-08-17 Thread Julio Merino
. @@ -1106,4 +1106,4 @@ gpio(4), gpiosim(4): Build as modules. [mbalmer 20110812] mips: add support for MIPS DSP v2 ASE. [matt 20110815] sparc: Switch to GCC 4.5.3 [mrg 20110817] - + tmux(1): Import of tmux 1.5. [jmmv 20110817]

CVS commit: src/external/bsd/tmux

2011-08-17 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Aug 17 19:28:37 UTC 2011 Modified Files: src/external/bsd/tmux/dist: input-keys.c input.c tty-keys.c tty-term.c window-copy.c src/external/bsd/tmux/usr.bin/tmux: Makefile Log Message: Reenable all warning

CVS commit: src/sys/uvm

2011-08-17 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed Aug 17 20:46:27 UTC 2011 Modified Files: src/sys/uvm: uvm_amap.c Log Message: amap_cow_now: just free the fresh anon on error, no need to dispose it. To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103

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

2011-08-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Aug 17 21:42:16 UTC 2011 Modified Files: src/sys/arch/xen/conf: Makefile.xen Log Message: Works with clang's integrated assembler now. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/usr.bin/midiplay

2011-08-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Aug 17 22:16:42 UTC 2011 Modified Files: src/usr.bin/midiplay: Makefile Log Message: Fix disable stricter format string messages with clang again. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/arch/i386/stand/mbr/gptmbr

2011-08-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Aug 17 22:26:40 UTC 2011 Modified Files: src/sys/arch/i386/stand/mbr/gptmbr: Makefile Log Message: .code16 user, so disable integrated assembler with clang for now. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/usr.bin/make

2011-08-17 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Thu Aug 18 00:00:21 UTC 2011 Modified Files: src/usr.bin/make: meta.c Log Message: If a target is explicitly flagged .META, a missing .meta file means it is out-of-date. To generate a diff of this commit: cvs rdiff -u -r1.20

CVS commit: src/sys/dev/i2c

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 18 02:08:07 UTC 2011 Modified Files: src/sys/dev/i2c: dbcool.c Log Message: fix gcc-4.5 warnings To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/dev/i2c/dbcool.c Please note that diffs are not

CVS commit: src/sys/dev/pci

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 18 02:09:45 UTC 2011 Modified Files: src/sys/dev/pci: radeonfb.c Log Message: fix gcc-4.5 warnings To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/dev/pci/radeonfb.c Please note that diffs are

CVS commit: src/sys/dev/adb

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 18 02:18:41 UTC 2011 Modified Files: src/sys/dev/adb: adb_kbd.c adb_ms.c Log Message: Fix gcc-4.5 warnings. If you still see them, e-mail them to me. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/conf

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 18 02:19:20 UTC 2011 Modified Files: src/sys/conf: Makefile.kern.inc Log Message: Remove gcc-4.5 hacks To generate a diff of this commit: cvs rdiff -u -r1.145 -r1.146 src/sys/conf/Makefile.kern.inc Please note that

CVS commit: src/sys/compat/linux/common

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 18 02:21:02 UTC 2011 Modified Files: src/sys/compat/linux/common: linux_exec.c Log Message: sizeof type - sizeof *var To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115

CVS commit: src/sys/compat/linux/common

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 18 02:26:39 UTC 2011 Modified Files: src/sys/compat/linux/common: linux_sched.c Log Message: Better debugging. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/compat/linux/common/linux_sched.c

CVS commit: src/regress/sys/kern/getcwd

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 18 02:32:32 UTC 2011 Modified Files: src/regress/sys/kern/getcwd: Makefile getcwd.c Log Message: provide the out of address space test in a gcc-4.5 friendly way. To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/tests/lib/libcurses/director

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 18 02:44:46 UTC 2011 Modified Files: src/tests/lib/libcurses/director: Makefile testlang_parse.y Log Message: Fix enums confusion. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2011-08-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Aug 18 02:56:21 UTC 2011 Modified Files: src/sys/arch/sgimips/dev: crime.c crimevar.h Log Message: device_t-ify To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/sgimips/dev/crime.c cvs rdiff -u

CVS commit: src/sys/arch/sgimips/mace

2011-08-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Aug 18 03:25:34 UTC 2011 Modified Files: src/sys/arch/sgimips/mace: mace.c Log Message: device_t-ify To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/sgimips/mace/mace.c Please note that diffs

CVS commit: othersrc/crypto/external/bsd/ssss/dist/src/libssss

2011-08-17 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Thu Aug 18 04:19:47 UTC 2011 Modified Files: othersrc/crypto/external/bsd//dist/src/lib: secsplit.c Log Message: With thanks to yamt for the heads-up, and to tls for the suggestion, needs a csprng - use

CVS commit: src/sys/arch/mips

2011-08-17 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Aug 17 06:59:29 UTC 2011 Modified Files: src/sys/arch/mips/include: mips_opcode.h src/sys/arch/mips/mips: mips_emul.c Log Message: emulate the special3 opcode LX (lwx, ldx, lhx, lbux) instructions. To generate a diff

CVS commit: src

2011-08-17 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Wed Aug 17 07:22:35 UTC 2011 Modified Files: src/distrib/sets/lists/comp: mi src/lib/libc/sys: Makefile.inc utimes.2 src/sys/kern: syscalls.master vfs_syscalls.c Log Message: Add futimens(2) and part of utimnsat(2)

CVS commit: src/sys/sys

2011-08-17 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Wed Aug 17 07:25:30 UTC 2011 Modified Files: src/sys/sys: stat.h Log Message: Add futimens(2) and part utimensat(2) (missing bit from previous commit) To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62

CVS commit: src/sys

2011-08-17 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Wed Aug 17 07:26:17 UTC 2011 Modified Files: src/sys/kern: init_sysent.c syscalls.c src/sys/sys: syscall.h syscallargs.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.257 -r1.258

CVS commit: src/dist/dhcp/client

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 08:06:38 UTC 2011 Modified Files: src/dist/dhcp/client: dhclient.c Log Message: Instead of printing the raw suspect value instead of the name (!?!?), print the name and the suspect value vis encoded. To generate a

CVS commit: src/external/bsd/am-utils/dist/amd

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 08:22:50 UTC 2011 Modified Files: src/external/bsd/am-utils/dist/amd: readdir.c Log Message: fix type-punned warnings using memcpy To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2

CVS commit: src/lib/libc/sys

2011-08-17 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Aug 17 08:29:20 UTC 2011 Modified Files: src/lib/libc/sys: utimes.2 Log Message: Remove trailing whitespace. Bump date for previous. New sentence, new live. End sentence with dot. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/kern

2011-08-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 17 08:31:27 UTC 2011 Modified Files: src/sys/kern: vfs_syscalls.c Log Message: add missing prototype To generate a diff of this commit: cvs rdiff -u -r1.434 -r1.435 src/sys/kern/vfs_syscalls.c Please note that diffs

CVS commit: src/external/bsd/am-utils

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 09:03:47 UTC 2011 Modified Files: src/external/bsd/am-utils/bin/amd: Makefile src/external/bsd/am-utils/bin/amq: Makefile src/external/bsd/am-utils/bin/hlfsd: Makefile

CVS commit: src

2011-08-17 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Aug 17 09:18:38 UTC 2011 Modified Files: src: UPDATING src/doc: CHANGES src/share/mk: bsd.own.mk Log Message: switch sparc to GCC 4.5.3. To generate a diff of this commit: cvs rdiff -u -r1.227 -r1.228

CVS commit: src/external/bsd/fetch/lib

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 09:20:14 UTC 2011 Modified Files: src/external/bsd/fetch/lib: Makefile Log Message: remove gcc hacks. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/bsd/fetch/lib/Makefile Please note

CVS commit: src/sys

2011-08-17 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Wed Aug 17 09:29:59 UTC 2011 Modified Files: src/sys/kern: vfs_syscalls.c src/sys/sys: vfs_syscalls.h Log Message: Missing bit in previous commit: do_sys_utimens prototype in the right place. To generate a diff of this

CVS commit: src/external/bsd/mdocml

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 09:30:14 UTC 2011 Modified Files: src/external/bsd/mdocml/dist: mdoc_validate.c src/external/bsd/mdocml/lib/libmandoc: Makefile Log Message: fix cast warnings To generate a diff of this commit: cvs rdiff -u

  1   2   >