Re: CVS commit: src/sys/arch

2011-07-18 Thread David Laight
On Mon, Jul 18, 2011 at 02:18:54AM +0200, Jean-Yves Migeon wrote: On 18.07.2011 02:00, David Young wrote: Can we please use ansi function definitions in newly committed code? This was tedious enough without converting to ANSI function definitions. A good job for Coccinelle (spatch)?

re: CVS commit: src/sys/arch/alpha/include

2011-07-18 Thread matthew green
On Mon, Jul 18, 2011 at 11:26:59AM +1000, matthew green wrote: making port-alpha build by simply removing what isn't building is the wrong answer, unless you're positive that is the right thing to do. This was rather poor phrasing, wasn't it? hope you understand this then: please revert

Re: CVS commit: src/sys/arch

2011-07-18 Thread Jean-Yves Migeon
On Mon, 18 Jul 2011 07:41:30 +0100, David Laight wrote: On Mon, Jul 18, 2011 at 02:18:54AM +0200, Jean-Yves Migeon wrote: On 18.07.2011 02:00, David Young wrote: Can we please use ansi function definitions in newly committed code? This was tedious enough without converting to ANSI function

Re: CVS commit: src/sbin/newfs_v7fs

2011-07-18 Thread tsugutomo . enami
Matthias Scheler t...@netbsd.org writes: Log Message: Don't use roundup2(9) (which should have been howmany(9) anyway) to fix builds on platforms other than NetBSD. Since usr.sbin/makefs/cd9660.[ch] already uses howmany(), we can use it here too, can't we? enami.

Re: CVS commit: src/usr.sbin/makefs

2011-07-18 Thread UCHIYAMA Yasushi
From: Matthias Scheler t...@netbsd.org Subject: CVS commit: src/usr.sbin/makefs Date: Mon, 18 Jul 2011 22:52:37 + Module Name: src Committed By: tron Date: Mon Jul 18 22:52:37 UTC 2011 Modified Files: src/usr.sbin/makefs: Makefile makefs.c makefs.h Log Message:

CVS commit: src/sys/dev/usb

2011-07-18 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jul 18 06:30:49 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add MSI MegaSky DVB-T dongle. To generate a diff of this commit: cvs rdiff -u -r1.582 -r1.583 src/sys/dev/usb/usbdevs Please note that diffs

CVS commit: src/sys/dev/usb

2011-07-18 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jul 18 06:31:59 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.575 -r1.576 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.576 -r1.577

CVS commit: src/sys/ufs/ufs

2011-07-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jul 18 06:45:47 UTC 2011 Modified Files: src/sys/ufs/ufs: ufs_vnops.c Log Message: Eliminate the old ufs_rename. The only reason the WAPBL one was different is that in order to avoid issues with the WAPBL journal lock the

CVS commit: src/sys/ufs/ufs

2011-07-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jul 18 06:46:05 UTC 2011 Modified Files: src/sys/ufs/ufs: ufs_wapbl.c Log Message: Remove some unneeded rename-related static const data. (Why didn't gcc warn that this was unused?) To generate a diff of this commit: cvs

CVS commit: src/tests/fs/vfs

2011-07-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jul 18 06:47:08 UTC 2011 Modified Files: src/tests/fs/vfs: t_renamerace.c Log Message: ffs and ffslog are no longer xfail. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/tests/fs/vfs/t_renamerace.c

CVS commit: src/usr.sbin/makefs

2011-07-18 Thread UCHIYAMA Yasushi
Module Name:src Committed By: uch Date: Mon Jul 18 08:58:39 UTC 2011 Modified Files: src/usr.sbin/makefs: Makefile README makefs.8 makefs.c makefs.h Added Files: src/usr.sbin/makefs: v7fs.c v7fs_makefs.h src/usr.sbin/makefs/v7fs: Makefile.inc

CVS commit: src/sys

2011-07-18 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Mon Jul 18 11:28:24 UTC 2011 Modified Files: src/sys/kern: syscalls.master src/sys/sys: xattr.h Log Message: make the data arguments of *setxattr(2) const, as in Linux (is this an official NetBSD API or should it be

CVS commit: src/sys

2011-07-18 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Mon Jul 18 11:43:54 UTC 2011 Modified Files: src/sys/kern: init_sysent.c syscalls.c src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern: rump_syscalls.c src/sys/sys: syscall.h

CVS commit: src/doc

2011-07-18 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jul 18 11:55:08 UTC 2011 Modified Files: src/doc: CHANGES Log Message: Note luna68k updates. To generate a diff of this commit: cvs rdiff -u -r1.1579 -r1.1580 src/doc/CHANGES Please note that diffs are not public domain;

CVS commit: xsrc/external/mit/MesaLib/dist/src/glu/sgi/libnurbs/nurbtess

2011-07-18 Thread Christos Zoulas
Module Name:xsrc Committed By: christos Date: Mon Jul 18 13:16:41 UTC 2011 Modified Files: xsrc/external/mit/MesaLib/dist/src/glu/sgi/libnurbs/nurbtess: mystdio.h Log Message: fix debugging printf. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 \

CVS commit: src/sys/arch/m68k/fpe

2011-07-18 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Mon Jul 18 14:11:27 UTC 2011 Modified Files: src/sys/arch/m68k/fpe: fpu_calcea.c fpu_emulate.c fpu_fmovecr.c fpu_fscale.c fpu_fstore.c fpu_int.c fpu_log.c fpu_rem.c Log Message: fix indent again. - Second level indents

CVS commit: src/usr.bin/rfcomm_sppd

2011-07-18 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Mon Jul 18 15:44:17 UTC 2011 Modified Files: src/usr.bin/rfcomm_sppd: rfcomm_sppd.c Log Message: only modify the termios structure when tty_in is verifiably a terminal To generate a diff of this commit: cvs rdiff -u -r1.13

CVS commit: src/external/lgpl3/gmp/lib/libgmp

2011-07-18 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Mon Jul 18 16:55:49 UTC 2011 Modified Files: src/external/lgpl3/gmp/lib/libgmp: Makefile Log Message: Disable SSP warnings (not SSP itself) for this library as their are too many source files with functions that use variable sized

CVS commit: src/external/lgpl3/mpfr/lib/libmpfr

2011-07-18 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Mon Jul 18 17:01:04 UTC 2011 Modified Files: src/external/lgpl3/mpfr/lib/libmpfr: Makefile Log Message: Disable SSP warnings (not SSP itself) for this library as their are too many source files with functions that use variable

CVS commit: src/usr.sbin/makefs/v7fs

2011-07-18 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Mon Jul 18 17:15:07 UTC 2011 Modified Files: src/usr.sbin/makefs/v7fs: Makefile.inc v7fs_populate.c Log Message: Fix broken error check found by GCC 4.5. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/usr.sbin/makefs

2011-07-18 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Mon Jul 18 17:15:52 UTC 2011 Modified Files: src/usr.sbin/makefs: Makefile makefs.c makefs.h Log Message: Don't include v7fs support into tool version of makefs because it breaks the build. To generate a diff of this commit: cvs

CVS commit: src/distrib/sets/lists/comp

2011-07-18 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Jul 18 17:18:14 UTC 2011 Modified Files: src/distrib/sets/lists/comp: md.cats md.dreamcast md.evbarm md.iyonix md.netwinder Log Message: Mark machine/bus.h obsolete in some more set lists. To generate a diff of

CVS commit: src/sys/arch/rs6000

2011-07-18 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Jul 18 17:26:56 UTC 2011 Modified Files: src/sys/arch/rs6000/include: mca_machdep.h src/sys/arch/rs6000/ioplanar: com_iop.c ioplanarvar.h src/sys/arch/rs6000/mca: ioplanar.c mca_machdep.c mcadma_machdep.c

CVS commit: src/distrib/sets/lists/comp

2011-07-18 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Jul 18 17:29:20 UTC 2011 Modified Files: src/distrib/sets/lists/comp: md.hpcarm md.hpcsh md.landisk md.mmeye md.shark md.zaurus Log Message: Mark bus.h obsolete on more archs. To generate a diff of this commit:

CVS commit: src/distrib/sets/lists/comp

2011-07-18 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Jul 18 17:39:05 UTC 2011 Modified Files: src/distrib/sets/lists/comp: ad.arm ad.sh3 md.hpcarm md.hpcsh md.mmeye md.shark md.zaurus Log Message: Fix last: obsolete the right machine/architecture bus.h file(s) in

CVS commit: src/distrib/sets/lists/comp

2011-07-18 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Jul 18 17:42:35 UTC 2011 Modified Files: src/distrib/sets/lists/comp: md.dreamcast Log Message: Fix last: dreamcast/bus.h is not obsolete, yet, so put it back in the set list. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/amigappc

2011-07-18 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Jul 18 17:51:17 UTC 2011 Modified Files: src/sys/arch/amigappc/amigappc: cpu.c mainbus.c Added Files: src/sys/arch/amigappc/include: bus_defs.h bus_funcs.h Removed Files: src/sys/arch/amigappc/include: bus.h

CVS commit: src/tools/llvm

2011-07-18 Thread Adam Ciarcinski
Module Name:src Committed By: adam Date: Mon Jul 18 18:37:15 UTC 2011 Modified Files: src/tools/llvm: Makefile Log Message: Pass HOST_CC otherwise fails e.g. on Mac OS X; fixed typo in --disable-assertions To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/tools/llvm

2011-07-18 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jul 18 19:11:28 UTC 2011 Modified Files: src/tools/llvm: Makefile Log Message: Partially revert last, keep assertions enabled (but with the correct spelling of the option). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/bsd/atf/tests/atf/atf-c/detail

2011-07-18 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Mon Jul 18 19:30:49 UTC 2011 Modified Files: src/external/bsd/atf/tests/atf/atf-c/detail: Makefile Log Message: Turn SSP warnings for dynstr_test.c off, found GCC 4.5. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/usb

2011-07-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jul 18 20:23:32 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs Log Message: add SMK eHome Infrared Transceiver To generate a diff of this commit: cvs rdiff -u -r1.583 -r1.584 src/sys/dev/usb/usbdevs Please note that

CVS commit: src/sys/dev/usb

2011-07-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jul 18 20:24:18 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.576 -r1.577 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.577 -r1.578

CVS commit: src/sys/arch/sparc/sparc

2011-07-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jul 18 21:00:28 UTC 2011 Modified Files: src/sys/arch/sparc/sparc: openfirm.c Log Message: if _KERNEL is not defined, include sys/stdarg.h for va_list. For the kernel (or modules) this is already done by systm.h. To

CVS commit: src/usr.sbin/makefs

2011-07-18 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Mon Jul 18 21:22:55 UTC 2011 Modified Files: src/usr.sbin/makefs: Makefile src/usr.sbin/makefs/v7fs: Makefile.inc Log Message: Define USE_V7FS in the makefile of the directory with the actual source. To generate a diff of

CVS commit: src/usr.bin/error

2011-07-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 18 21:46:16 UTC 2011 Modified Files: src/usr.bin/error: input.c Log Message: gcc 4.5 error support (file:line:col: error instead of file:line: error) To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/usr.sbin/makefs

2011-07-18 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Mon Jul 18 22:52:37 UTC 2011 Modified Files: src/usr.sbin/makefs: Makefile makefs.c makefs.h Log Message: Re-enable v7fs support in the tools version of makefs after the issues have been fixed by Alan Barrett. Tested under Mac OS

CVS commit: src/tests/lib/libc

2011-07-18 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Mon Jul 18 23:16:11 UTC 2011 Modified Files: src/tests/lib/libc/sys: Makefile t_mprotect.c Added Files: src/tests/lib/libc/arch: Makefile.exec_prot src/tests/lib/libc/arch/alpha: exec_prot_support.c return_one.S

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2011-07-18 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jul 19 01:38:00 UTC 2011 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: merge the common CPPFLAGS and HOST_CPPFLAGS. put -DGENERATOR_FILE into HOST_CPPFLAGS, and remove the hacky list of files to

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

2011-07-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jul 19 03:07:09 UTC 2011 Modified Files: src/external/bsd/libpcap/lib: Makefile Log Message: Remove spurious trailing slash; PR 45067 from Henning Petersen. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/tests/fs/nfs/nfsservice

2011-07-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jul 19 03:30:46 UTC 2011 Modified Files: src/tests/fs/nfs/nfsservice: Makefile Log Message: Remove nonexistent include directory from CPPFLAGS. PR 45068 from Henning Petersen. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/usb

2011-07-18 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jul 18 06:30:49 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add MSI MegaSky DVB-T dongle. To generate a diff of this commit: cvs rdiff -u -r1.582 -r1.583 src/sys/dev/usb/usbdevs Please note that diffs

CVS commit: src/sys/dev/usb

2011-07-18 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jul 18 06:31:59 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.575 -r1.576 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.576 -r1.577

CVS commit: src/sys/ufs/ufs

2011-07-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jul 18 06:46:05 UTC 2011 Modified Files: src/sys/ufs/ufs: ufs_wapbl.c Log Message: Remove some unneeded rename-related static const data. (Why didn't gcc warn that this was unused?) To generate a diff of this commit: cvs

CVS commit: src/tests/fs/vfs

2011-07-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jul 18 06:47:08 UTC 2011 Modified Files: src/tests/fs/vfs: t_renamerace.c Log Message: ffs and ffslog are no longer xfail. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/tests/fs/vfs/t_renamerace.c

CVS commit: src/sys/arch/m68k/fpe

2011-07-18 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Mon Jul 18 07:44:31 UTC 2011 Modified Files: src/sys/arch/m68k/fpe: fpu_calcea.c fpu_emulate.c fpu_emulate.h fpu_exp.c fpu_explode.c fpu_fmovecr.c fpu_fscale.c fpu_fstore.c fpu_getexp.c fpu_hyperb.c

CVS commit: src/usr.sbin/makefs

2011-07-18 Thread UCHIYAMA Yasushi
Module Name:src Committed By: uch Date: Mon Jul 18 08:58:39 UTC 2011 Modified Files: src/usr.sbin/makefs: Makefile README makefs.8 makefs.c makefs.h Added Files: src/usr.sbin/makefs: v7fs.c v7fs_makefs.h src/usr.sbin/makefs/v7fs: Makefile.inc

CVS commit: src/sys

2011-07-18 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Mon Jul 18 11:28:24 UTC 2011 Modified Files: src/sys/kern: syscalls.master src/sys/sys: xattr.h Log Message: make the data arguments of *setxattr(2) const, as in Linux (is this an official NetBSD API or should it be

CVS commit: src/sys

2011-07-18 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Mon Jul 18 11:43:54 UTC 2011 Modified Files: src/sys/kern: init_sysent.c syscalls.c src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern: rump_syscalls.c src/sys/sys: syscall.h

CVS commit: src/doc

2011-07-18 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jul 18 11:55:08 UTC 2011 Modified Files: src/doc: CHANGES Log Message: Note luna68k updates. To generate a diff of this commit: cvs rdiff -u -r1.1579 -r1.1580 src/doc/CHANGES Please note that diffs are not public domain;

CVS commit: src/sys/arch/m68k/fpe

2011-07-18 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Mon Jul 18 14:11:27 UTC 2011 Modified Files: src/sys/arch/m68k/fpe: fpu_calcea.c fpu_emulate.c fpu_fmovecr.c fpu_fscale.c fpu_fstore.c fpu_int.c fpu_log.c fpu_rem.c Log Message: fix indent again. - Second level indents

CVS commit: src/usr.bin/rfcomm_sppd

2011-07-18 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Mon Jul 18 15:44:17 UTC 2011 Modified Files: src/usr.bin/rfcomm_sppd: rfcomm_sppd.c Log Message: only modify the termios structure when tty_in is verifiably a terminal To generate a diff of this commit: cvs rdiff -u -r1.13

CVS commit: src/external/lgpl3/gmp/lib/libgmp

2011-07-18 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Mon Jul 18 16:55:49 UTC 2011 Modified Files: src/external/lgpl3/gmp/lib/libgmp: Makefile Log Message: Disable SSP warnings (not SSP itself) for this library as their are too many source files with functions that use variable sized

CVS commit: src/external/lgpl3/mpfr/lib/libmpfr

2011-07-18 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Mon Jul 18 17:01:04 UTC 2011 Modified Files: src/external/lgpl3/mpfr/lib/libmpfr: Makefile Log Message: Disable SSP warnings (not SSP itself) for this library as their are too many source files with functions that use variable

CVS commit: src/usr.sbin/makefs/v7fs

2011-07-18 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Mon Jul 18 17:15:07 UTC 2011 Modified Files: src/usr.sbin/makefs/v7fs: Makefile.inc v7fs_populate.c Log Message: Fix broken error check found by GCC 4.5. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/usr.sbin/makefs

2011-07-18 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Mon Jul 18 17:15:52 UTC 2011 Modified Files: src/usr.sbin/makefs: Makefile makefs.c makefs.h Log Message: Don't include v7fs support into tool version of makefs because it breaks the build. To generate a diff of this commit: cvs

CVS commit: src/distrib/sets/lists/comp

2011-07-18 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Jul 18 17:18:14 UTC 2011 Modified Files: src/distrib/sets/lists/comp: md.cats md.dreamcast md.evbarm md.iyonix md.netwinder Log Message: Mark machine/bus.h obsolete in some more set lists. To generate a diff of

CVS commit: src/sys/arch/rs6000

2011-07-18 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Jul 18 17:26:56 UTC 2011 Modified Files: src/sys/arch/rs6000/include: mca_machdep.h src/sys/arch/rs6000/ioplanar: com_iop.c ioplanarvar.h src/sys/arch/rs6000/mca: ioplanar.c mca_machdep.c mcadma_machdep.c

CVS commit: src/distrib/sets/lists/comp

2011-07-18 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Jul 18 17:29:20 UTC 2011 Modified Files: src/distrib/sets/lists/comp: md.hpcarm md.hpcsh md.landisk md.mmeye md.shark md.zaurus Log Message: Mark bus.h obsolete on more archs. To generate a diff of this commit:

CVS commit: src/distrib/sets/lists/comp

2011-07-18 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Jul 18 17:39:05 UTC 2011 Modified Files: src/distrib/sets/lists/comp: ad.arm ad.sh3 md.hpcarm md.hpcsh md.mmeye md.shark md.zaurus Log Message: Fix last: obsolete the right machine/architecture bus.h file(s) in

CVS commit: src/distrib/sets/lists/comp

2011-07-18 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Jul 18 17:42:35 UTC 2011 Modified Files: src/distrib/sets/lists/comp: md.dreamcast Log Message: Fix last: dreamcast/bus.h is not obsolete, yet, so put it back in the set list. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/amigappc

2011-07-18 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Jul 18 17:51:17 UTC 2011 Modified Files: src/sys/arch/amigappc/amigappc: cpu.c mainbus.c Added Files: src/sys/arch/amigappc/include: bus_defs.h bus_funcs.h Removed Files: src/sys/arch/amigappc/include: bus.h

CVS commit: src/tools/llvm

2011-07-18 Thread Adam Ciarcinski
Module Name:src Committed By: adam Date: Mon Jul 18 18:37:15 UTC 2011 Modified Files: src/tools/llvm: Makefile Log Message: Pass HOST_CC otherwise fails e.g. on Mac OS X; fixed typo in --disable-assertions To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/tools/llvm

2011-07-18 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jul 18 19:11:28 UTC 2011 Modified Files: src/tools/llvm: Makefile Log Message: Partially revert last, keep assertions enabled (but with the correct spelling of the option). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/bsd/atf/tests/atf/atf-c/detail

2011-07-18 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Mon Jul 18 19:30:49 UTC 2011 Modified Files: src/external/bsd/atf/tests/atf/atf-c/detail: Makefile Log Message: Turn SSP warnings for dynstr_test.c off, found GCC 4.5. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/usb

2011-07-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jul 18 20:24:18 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.576 -r1.577 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.577 -r1.578

CVS commit: src/sys/arch/sparc/sparc

2011-07-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jul 18 21:00:28 UTC 2011 Modified Files: src/sys/arch/sparc/sparc: openfirm.c Log Message: if _KERNEL is not defined, include sys/stdarg.h for va_list. For the kernel (or modules) this is already done by systm.h. To

CVS commit: src/usr.sbin/makefs

2011-07-18 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Mon Jul 18 21:22:55 UTC 2011 Modified Files: src/usr.sbin/makefs: Makefile src/usr.sbin/makefs/v7fs: Makefile.inc Log Message: Define USE_V7FS in the makefile of the directory with the actual source. To generate a diff of

CVS commit: src/usr.bin/error

2011-07-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 18 21:46:16 UTC 2011 Modified Files: src/usr.bin/error: input.c Log Message: gcc 4.5 error support (file:line:col: error instead of file:line: error) To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/usr.bin/rfcomm_sppd

2011-07-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 18 21:51:07 UTC 2011 Modified Files: src/usr.bin/rfcomm_sppd: rfcomm_sppd.c Log Message: - use poll() instead of select() - make everything static - knf - consistently check for == -1 for syscall errors - isatty(fd) ==

CVS commit: src/usr.sbin/makefs

2011-07-18 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Mon Jul 18 22:52:37 UTC 2011 Modified Files: src/usr.sbin/makefs: Makefile makefs.c makefs.h Log Message: Re-enable v7fs support in the tools version of makefs after the issues have been fixed by Alan Barrett. Tested under Mac OS

CVS commit: src/tests/lib/libc

2011-07-18 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Mon Jul 18 23:16:11 UTC 2011 Modified Files: src/tests/lib/libc/sys: Makefile t_mprotect.c Added Files: src/tests/lib/libc/arch: Makefile.exec_prot src/tests/lib/libc/arch/alpha: exec_prot_support.c return_one.S

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2011-07-18 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jul 19 01:38:00 UTC 2011 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: merge the common CPPFLAGS and HOST_CPPFLAGS. put -DGENERATOR_FILE into HOST_CPPFLAGS, and remove the hacky list of files to

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

2011-07-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jul 19 03:07:09 UTC 2011 Modified Files: src/external/bsd/libpcap/lib: Makefile Log Message: Remove spurious trailing slash; PR 45067 from Henning Petersen. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/tests/fs/nfs/nfsservice

2011-07-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jul 19 03:30:46 UTC 2011 Modified Files: src/tests/fs/nfs/nfsservice: Makefile Log Message: Remove nonexistent include directory from CPPFLAGS. PR 45068 from Henning Petersen. To generate a diff of this commit: cvs rdiff