Re: CVS commit: src/lib/libc/arch/alpha/gen

2012-03-22 Thread David Laight
On Wed, Mar 21, 2012 at 11:57:25PM +0100, Nicolas Joly wrote: On Wed, Mar 21, 2012 at 10:42:58PM +0200, Alan Barrett wrote: On Wed, 21 Mar 2012, Havard Eidnes wrote: Modified Files: src/lib/libc/arch/alpha/gen: fpgetround.c fpsetround.c Log Message: Add some casts to get rid of

Re: CVS commit: src/lib/libarch/alpha

2012-03-22 Thread Alan Barrett
On Thu, 22 Mar 2012, Havard Eidnes wrote: Modified Files: src/lib/libarch/alpha: alpha_pci_io.c Log Message: Add a cast of the shift count to int32_t, so that we don't try to do int32_t long, since ANSI C doesn't perform balancing before the shift operation according to lint. Should

Re: CVS commit: src/lib/libc/arch/alpha/gen

2012-03-22 Thread Valeriy E. Ushakov
On Thu, Mar 22, 2012 at 07:27:18 +, David Laight wrote: On Wed, Mar 21, 2012 at 11:57:25PM +0100, Nicolas Joly wrote: On Wed, Mar 21, 2012 at 10:42:58PM +0200, Alan Barrett wrote: On Wed, 21 Mar 2012, Havard Eidnes wrote: Modified Files: src/lib/libc/arch/alpha/gen: fpgetround.c

Re: CVS commit: src/lib/libc/gen

2012-03-22 Thread Alan Barrett
On Thu, 22 Mar 2012, Havard Eidnes wrote: Modified Files: src/lib/libc/gen: modf_ieee754.c Log Message: Add a pair of casts to silence lint about conversion possibly losing bits. - v.dblu_dbl.dbl_fracl = frac 0x; - v.dblu_dbl.dbl_frach = frac 32; +

Re: CVS commit: src/lib/libarch/alpha

2012-03-22 Thread Christos Zoulas
In article 20120322100642.ga1...@apb-laptoy.apb.alt.za, Alan Barrett a...@cequrux.com wrote: I don't know what balancing means, but this seems bogus to me. The type of the right hand operand of the operator is irrelevant; only its value is important. (See sectiopn 6.5.7 of the C99

Re: CVS commit: src/lib/libarch/alpha

2012-03-22 Thread Joerg Sonnenberger
On Thu, Mar 22, 2012 at 02:51:08PM +0100, Havard Eidnes wrote: IMHO, as long as lint is capable of helping us spot actual problems, adding a few of these sorts of constrcucts seems like a small price to pay. It doesn't. From what I see, the signal to noise ratio of lint is completely

Re: CVS commit: src/lib/libarch/alpha

2012-03-22 Thread Warner Losh
On Mar 22, 2012, at 8:43 AM, Joerg Sonnenberger wrote: On Thu, Mar 22, 2012 at 02:51:08PM +0100, Havard Eidnes wrote: IMHO, as long as lint is capable of helping us spot actual problems, adding a few of these sorts of constrcucts seems like a small price to pay. It doesn't. From what I

CVS commit: src

2012-03-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Mar 22 07:58:20 UTC 2012 Modified Files: src/bin/csh: csh.1 src/bin/kill: kill.1 src/bin/ln: ln.1 src/bin/mkdir: mkdir.1 src/bin/mv: mv.1 src/bin/pax: tar.1 src/bin/rcp: rcp.1

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

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 08:39:44 UTC 2012 Modified Files: src/sys/arch/arm/include: limits.h Log Message: Make sure that the UQUAD_MAX constant is marked as unsigned, to avoid ANSI C treats constant as unsigned warning from lint. To generate a

CVS commit: src/lib/libarch/alpha

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 08:52:22 UTC 2012 Modified Files: src/lib/libarch/alpha: alpha_bus_window.c Log Message: Make 'i' unsigned to avoid signed/unsigned comparison warnings from lint. To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/dist/pdisk

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 08:56:52 UTC 2012 Modified Files: src/dist/pdisk: dump.c Log Message: Add a void to make function declaration c89. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/dist/pdisk/dump.c Please note that

CVS commit: src/lib/libc/arch/sh3/gen

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 08:58:39 UTC 2012 Modified Files: src/lib/libc/arch/sh3/gen: flt_rounds.c Log Message: Add a void to make function declaration c89. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/lib/libc/arch

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 09:32:04 UTC 2012 Modified Files: src/lib/libc/arch/arm/gen: _lwp.c src/lib/libc/arch/sh3/gen: _lwp.c Log Message: Follow the pattern from powerpc, make lint happy. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libc/arch/hppa/gen

2012-03-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Mar 22 12:31:32 UTC 2012 Modified Files: src/lib/libc/arch/hppa/gen: __longjmp14.c makecontext.c Log Message: Shut lint up about dp. From he@ To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/net

2012-03-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Mar 22 12:59:33 UTC 2012 Modified Files: src/sys/net: if_bridge.c Log Message: Fix typo in kauth name. From PR 46234 by Matthew Mondor. Tested by Geoff Adams and Ryo ONODERA. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/csu/alpha

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 13:02:16 UTC 2012 Modified Files: src/lib/csu/alpha: crt0.c Log Message: Convert to use c89 function declaration. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/lib/csu/alpha/crt0.c Please note that

CVS commit: src/lib/libc/gdtoa

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 13:09:13 UTC 2012 Modified Files: src/lib/libc/gdtoa: strtodg.c Log Message: A few fixes to make this build for vax: * The fivesbits[] variable is not used for vax * The decpt variable is only used if INFNAN_CHECK, which

CVS commit: src/lib/libc/gdtoa

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 13:15:48 UTC 2012 Modified Files: src/lib/libc/gdtoa: strtod.c Log Message: A few modifications to make this build for vax: * The decpt variable is only used if INFNAN_CHECK, which isn't defined for vax. * Use a cast

CVS commit: src/lib/libc/gen

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 13:25:45 UTC 2012 Modified Files: src/lib/libc/gen: modf_ieee754.c Log Message: Add a pair of casts to silence lint about conversion possibly losing bits. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/libc/gen

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 13:42:36 UTC 2012 Modified Files: src/lib/libc/gen: nlist_coff.c Log Message: Make this lint-free (only built for real for the __sh__ ports): * Mark some code after goto as /* NOTREACHED */ * Add a cast for file size

CVS commit: src/lib/libc/gen

2012-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 22 14:18:34 UTC 2012 Modified Files: src/lib/libc/gen: nlist_coff.c Log Message: get rid of the cheesy BAD macros To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libc/gen/nlist_coff.c Please

CVS commit: src/sys/dev/pci

2012-03-22 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Thu Mar 22 15:05:37 UTC 2012 Modified Files: src/sys/dev/pci: mfi_pci.c Log Message: Add IBM ServeRAID M5014 as subtype To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pci/mfi_pci.c Please note that

CVS commit: src/external/gpl3/gdb/dist/gdb

2012-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 22 15:26:32 UTC 2012 Modified Files: src/external/gpl3/gdb/dist/gdb: nbsd-thread.c Log Message: complete the mapping of the lwp - (lwp - 1), by adding 1 where appropriate. To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libc/gdtoa

2012-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 22 15:34:14 UTC 2012 Modified Files: src/lib/libc/gdtoa: strtod.c Log Message: add constcond, make shifts unsigned To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libc/gdtoa/strtod.c Please note

CVS commit: src/share/man/man4

2012-03-22 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Thu Mar 22 15:43:37 UTC 2012 Modified Files: src/share/man/man4: mfi.4 Log Message: Add IBM ServeRAID M1015 and M5014 To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/share/man/man4/mfi.4 Please note that

CVS commit: src/common/lib/libc/stdlib

2012-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 22 15:57:29 UTC 2012 Modified Files: src/common/lib/libc/stdlib: _strtoul.h Log Message: bring the casts to the operands, not the operation results. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/external/gpl3/gdb/dist/gdb

2012-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 22 16:06:02 UTC 2012 Modified Files: src/external/gpl3/gdb/dist/gdb: nbsd-thread.c Log Message: only +1 for the 0'th thread (if we did not find any other) To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/lib/libc

2012-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 22 17:32:22 UTC 2012 Modified Files: src/lib/libc/arch/vax/gen: _lwp.c makecontext.c src/lib/libc/rpc: xdr_float.c Log Message: vax-specific lint fixes. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/sys/kern

2012-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Mar 22 17:46:07 UTC 2012 Modified Files: src/sys/kern: kern_time.c Log Message: Misplaced parenthesis; fixes PR 44927 To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174 src/sys/kern/kern_time.c Please note

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

2012-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 22 18:20:46 UTC 2012 Modified Files: src/tests/lib/libc/sys: t_getitimer.c Log Message: dholland fixed PR/44927 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/sys/t_getitimer.c Please

CVS commit: src/lib/libpthread

2012-03-22 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Mar 22 20:01:19 UTC 2012 Modified Files: src/lib/libpthread: pthread.c Log Message: don't reuse a dynamically allocated stack if a fixed one is requested To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133

CVS commit: src/external/gpl2/xcvs/dist/src

2012-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 22 20:49:55 UTC 2012 Modified Files: src/external/gpl2/xcvs/dist/src: sanity.sh Log Message: From Garo Taft: - Add a -w flag which will make the sanity script sleep for a second before and after checkouts, commits,

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

2012-03-22 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Mar 22 20:52:47 UTC 2012 Modified Files: src/distrib/sets/lists/man: mi Log Message: obsolete kame_ipsec(4) To generate a diff of this commit: cvs rdiff -u -r1.1383 -r1.1384 src/distrib/sets/lists/man/mi Please note that

CVS commit: src/sbin/mount_kernfs

2012-03-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Mar 22 21:47:20 UTC 2012 Modified Files: src/sbin/mount_kernfs: mount_kernfs.8 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sbin/mount_kernfs/mount_kernfs.8 Please

CVS commit: src/sys/fs/v7fs

2012-03-22 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Thu Mar 22 22:16:21 UTC 2012 Modified Files: src/sys/fs/v7fs: v7fs_vnops.c Log Message: Pass operations flags to genfs_can_chtimes(), not file ones. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/rump/librump/rumpvfs

2012-03-22 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Thu Mar 22 22:48:56 UTC 2012 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: Use the appropriates vop_*_args structures. To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109

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

2012-03-22 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Thu Mar 22 22:50:49 UTC 2012 Modified Files: src/sys/arch/amd64/amd64 [netbsd-6]: machdep.c src/sys/arch/i386/i386 [netbsd-6]: machdep.c Log Message: Pull up following revision(s) (requested by mrg in ticket #126):

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

2012-03-22 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Thu Mar 22 22:55:18 UTC 2012 Modified Files: src/sys/dev/pci [netbsd-6]: if_iwi.c Log Message: Pull up following revision(s) (requested by nisimura in ticket #134): sys/dev/pci/if_iwi.c: revision 1.90 Unbreak the endian

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

2012-03-22 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Thu Mar 22 22:56:55 UTC 2012 Modified Files: src/sys/kern [netbsd-6]: kern_sysctl.c Log Message: Pull up following revision(s) (requested by martin in ticket #135): sys/kern/kern_sysctl.c: revision 1.234 Fix query of

CVS commit: src/lib/libwrap

2012-03-22 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Mar 22 22:58:15 UTC 2012 Modified Files: src/lib/libwrap: diag.c Log Message: Format the diagnostic with vasprintf once and use plain syslog instead of messing with format strings. To generate a diff of this commit: cvs

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

2012-03-22 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Thu Mar 22 22:58:24 UTC 2012 Modified Files: src/sys/dev/ic [netbsd-6]: mfi.c Log Message: Pull up following revision(s) (requested by sborrill in ticket #136): sys/dev/ic/mfi.c: revision 1.37 From OpenBSD. Fixes a deadlock

CVS commit: src

2012-03-22 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Mar 22 22:59:43 UTC 2012 Modified Files: src/dist/bzip2: bzlib_private.h src/lib/csu/common: crt0-common.c src/lib/libskey: skeysubr.c src/lib/libwrap: options.c rfc931.c shell_cmd.c tcpd.h Log Message:

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

2012-03-22 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Thu Mar 22 23:00:29 UTC 2012 Modified Files: src/sys/dev/pci [netbsd-6]: pcidevs Log Message: Pull up following revision(s) (requested by sborrill in ticket #137): sys/dev/pci/pcidevs: revision 1.1107 Add some Symbios

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

2012-03-22 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Thu Mar 22 23:04:27 UTC 2012 Modified Files: src/sys/dev/ic [netbsd-6]: mfi.c mfireg.h mfivar.h src/sys/dev/pci [netbsd-6]: mfi_pci.c Log Message: Pull up following revision(s) (requested by sborrill in ticket #138):

CVS commit: [netbsd-6] src/doc

2012-03-22 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Thu Mar 22 23:05:17 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Tickets 126, 134-138. To generate a diff of this commit: cvs rdiff -u -r1.1.2.58 -r1.1.2.59 src/doc/CHANGES-6.0 Please note that diffs are

CVS commit: src/external/mit/xorg

2012-03-22 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Mar 22 23:46:28 UTC 2012 Modified Files: src/external/mit/xorg/bin/xsetwallpaper: Makefile src/external/mit/xorg/bin/xterm: Makefile src/external/mit/xorg/bin/xvinfo: Makefile

CVS commit: src/lib/libbluetooth

2012-03-22 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Mar 22 23:46:49 UTC 2012 Modified Files: src/lib/libbluetooth: sdp_data.c Log Message: Use __printflike. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libbluetooth/sdp_data.c Please note that diffs are

CVS commit: src

2012-03-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Mar 22 07:58:20 UTC 2012 Modified Files: src/bin/csh: csh.1 src/bin/kill: kill.1 src/bin/ln: ln.1 src/bin/mkdir: mkdir.1 src/bin/mv: mv.1 src/bin/pax: tar.1 src/bin/rcp: rcp.1

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

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 08:39:44 UTC 2012 Modified Files: src/sys/arch/arm/include: limits.h Log Message: Make sure that the UQUAD_MAX constant is marked as unsigned, to avoid ANSI C treats constant as unsigned warning from lint. To generate a

CVS commit: src/lib/libarch/alpha

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 08:52:22 UTC 2012 Modified Files: src/lib/libarch/alpha: alpha_bus_window.c Log Message: Make 'i' unsigned to avoid signed/unsigned comparison warnings from lint. To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/lib/libarch/alpha

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 08:54:48 UTC 2012 Modified Files: src/lib/libarch/alpha: alpha_pci_io.c Log Message: Add a cast of the shift count to int32_t, so that we don't try to do int32_t long, since ANSI C doesn't perform balancing before the

CVS commit: src/dist/pdisk

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 08:56:52 UTC 2012 Modified Files: src/dist/pdisk: dump.c Log Message: Add a void to make function declaration c89. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/dist/pdisk/dump.c Please note that

CVS commit: src/lib/libc/arch/sh3/gen

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 08:58:39 UTC 2012 Modified Files: src/lib/libc/arch/sh3/gen: flt_rounds.c Log Message: Add a void to make function declaration c89. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/lib/libc/arch

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 09:32:04 UTC 2012 Modified Files: src/lib/libc/arch/arm/gen: _lwp.c src/lib/libc/arch/sh3/gen: _lwp.c Log Message: Follow the pattern from powerpc, make lint happy. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libc/arch/hppa/gen

2012-03-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Mar 22 12:31:32 UTC 2012 Modified Files: src/lib/libc/arch/hppa/gen: __longjmp14.c makecontext.c Log Message: Shut lint up about dp. From he@ To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/net

2012-03-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Mar 22 12:59:33 UTC 2012 Modified Files: src/sys/net: if_bridge.c Log Message: Fix typo in kauth name. From PR 46234 by Matthew Mondor. Tested by Geoff Adams and Ryo ONODERA. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/csu/alpha

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 13:02:16 UTC 2012 Modified Files: src/lib/csu/alpha: crt0.c Log Message: Convert to use c89 function declaration. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/lib/csu/alpha/crt0.c Please note that

CVS commit: src/lib/libc/gdtoa

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 13:09:13 UTC 2012 Modified Files: src/lib/libc/gdtoa: strtodg.c Log Message: A few fixes to make this build for vax: * The fivesbits[] variable is not used for vax * The decpt variable is only used if INFNAN_CHECK, which

CVS commit: src/lib/libc/gdtoa

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 13:15:48 UTC 2012 Modified Files: src/lib/libc/gdtoa: strtod.c Log Message: A few modifications to make this build for vax: * The decpt variable is only used if INFNAN_CHECK, which isn't defined for vax. * Use a cast

CVS commit: src/lib/libc/gen

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 13:25:45 UTC 2012 Modified Files: src/lib/libc/gen: modf_ieee754.c Log Message: Add a pair of casts to silence lint about conversion possibly losing bits. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/libc/gen

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 13:42:36 UTC 2012 Modified Files: src/lib/libc/gen: nlist_coff.c Log Message: Make this lint-free (only built for real for the __sh__ ports): * Mark some code after goto as /* NOTREACHED */ * Add a cast for file size

CVS commit: src/lib/libc/gen

2012-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 22 14:18:34 UTC 2012 Modified Files: src/lib/libc/gen: nlist_coff.c Log Message: get rid of the cheesy BAD macros To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libc/gen/nlist_coff.c Please

CVS commit: src/sys/dev/pci

2012-03-22 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Thu Mar 22 15:05:37 UTC 2012 Modified Files: src/sys/dev/pci: mfi_pci.c Log Message: Add IBM ServeRAID M5014 as subtype To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pci/mfi_pci.c Please note that

CVS commit: src/external/gpl3/gdb/dist/gdb

2012-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 22 15:26:32 UTC 2012 Modified Files: src/external/gpl3/gdb/dist/gdb: nbsd-thread.c Log Message: complete the mapping of the lwp - (lwp - 1), by adding 1 where appropriate. To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libc/gdtoa

2012-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 22 15:34:14 UTC 2012 Modified Files: src/lib/libc/gdtoa: strtod.c Log Message: add constcond, make shifts unsigned To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libc/gdtoa/strtod.c Please note

CVS commit: src/share/man/man4

2012-03-22 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Thu Mar 22 15:43:37 UTC 2012 Modified Files: src/share/man/man4: mfi.4 Log Message: Add IBM ServeRAID M1015 and M5014 To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/share/man/man4/mfi.4 Please note that

CVS commit: src/common/lib/libc/stdlib

2012-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 22 15:57:29 UTC 2012 Modified Files: src/common/lib/libc/stdlib: _strtoul.h Log Message: bring the casts to the operands, not the operation results. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/external/gpl3/gdb/dist/gdb

2012-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 22 16:06:02 UTC 2012 Modified Files: src/external/gpl3/gdb/dist/gdb: nbsd-thread.c Log Message: only +1 for the 0'th thread (if we did not find any other) To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/lib/libc

2012-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 22 17:32:22 UTC 2012 Modified Files: src/lib/libc/arch/vax/gen: _lwp.c makecontext.c src/lib/libc/rpc: xdr_float.c Log Message: vax-specific lint fixes. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/sys/kern

2012-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Mar 22 17:46:07 UTC 2012 Modified Files: src/sys/kern: kern_time.c Log Message: Misplaced parenthesis; fixes PR 44927 To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174 src/sys/kern/kern_time.c Please note

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

2012-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 22 18:20:46 UTC 2012 Modified Files: src/tests/lib/libc/sys: t_getitimer.c Log Message: dholland fixed PR/44927 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/sys/t_getitimer.c Please

CVS commit: src/lib/libpthread

2012-03-22 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Mar 22 20:01:19 UTC 2012 Modified Files: src/lib/libpthread: pthread.c Log Message: don't reuse a dynamically allocated stack if a fixed one is requested To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133

CVS commit: src

2012-03-22 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Mar 22 20:34:43 UTC 2012 Modified Files: src/sbin/mount_kernfs: mount_kernfs.8 src/share/man/man4: Makefile fast_ipsec.4 ipsec.4 options.4 src/sys/conf: files src/sys/dist/ipf/netinet: ip_fil_netbsd.c

CVS commit: src/external/gpl2/xcvs/dist/src

2012-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 22 20:49:55 UTC 2012 Modified Files: src/external/gpl2/xcvs/dist/src: sanity.sh Log Message: From Garo Taft: - Add a -w flag which will make the sanity script sleep for a second before and after checkouts, commits,

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

2012-03-22 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Mar 22 20:52:47 UTC 2012 Modified Files: src/distrib/sets/lists/man: mi Log Message: obsolete kame_ipsec(4) To generate a diff of this commit: cvs rdiff -u -r1.1383 -r1.1384 src/distrib/sets/lists/man/mi Please note that

CVS commit: src/sbin/mount_kernfs

2012-03-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Mar 22 21:47:20 UTC 2012 Modified Files: src/sbin/mount_kernfs: mount_kernfs.8 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sbin/mount_kernfs/mount_kernfs.8 Please

CVS commit: src/sys/fs/v7fs

2012-03-22 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Thu Mar 22 22:16:21 UTC 2012 Modified Files: src/sys/fs/v7fs: v7fs_vnops.c Log Message: Pass operations flags to genfs_can_chtimes(), not file ones. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/rump/librump/rumpvfs

2012-03-22 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Thu Mar 22 22:48:56 UTC 2012 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: Use the appropriates vop_*_args structures. To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109

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

2012-03-22 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Thu Mar 22 22:50:49 UTC 2012 Modified Files: src/sys/arch/amd64/amd64 [netbsd-6]: machdep.c src/sys/arch/i386/i386 [netbsd-6]: machdep.c Log Message: Pull up following revision(s) (requested by mrg in ticket #126):

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

2012-03-22 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Thu Mar 22 22:55:18 UTC 2012 Modified Files: src/sys/dev/pci [netbsd-6]: if_iwi.c Log Message: Pull up following revision(s) (requested by nisimura in ticket #134): sys/dev/pci/if_iwi.c: revision 1.90 Unbreak the endian

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

2012-03-22 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Thu Mar 22 22:56:55 UTC 2012 Modified Files: src/sys/kern [netbsd-6]: kern_sysctl.c Log Message: Pull up following revision(s) (requested by martin in ticket #135): sys/kern/kern_sysctl.c: revision 1.234 Fix query of

CVS commit: src/lib/libwrap

2012-03-22 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Mar 22 22:58:15 UTC 2012 Modified Files: src/lib/libwrap: diag.c Log Message: Format the diagnostic with vasprintf once and use plain syslog instead of messing with format strings. To generate a diff of this commit: cvs

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

2012-03-22 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Thu Mar 22 22:58:24 UTC 2012 Modified Files: src/sys/dev/ic [netbsd-6]: mfi.c Log Message: Pull up following revision(s) (requested by sborrill in ticket #136): sys/dev/ic/mfi.c: revision 1.37 From OpenBSD. Fixes a deadlock

CVS commit: src

2012-03-22 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Mar 22 22:59:43 UTC 2012 Modified Files: src/dist/bzip2: bzlib_private.h src/lib/csu/common: crt0-common.c src/lib/libskey: skeysubr.c src/lib/libwrap: options.c rfc931.c shell_cmd.c tcpd.h Log Message:

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

2012-03-22 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Thu Mar 22 23:00:29 UTC 2012 Modified Files: src/sys/dev/pci [netbsd-6]: pcidevs Log Message: Pull up following revision(s) (requested by sborrill in ticket #137): sys/dev/pci/pcidevs: revision 1.1107 Add some Symbios

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

2012-03-22 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Thu Mar 22 23:01:06 UTC 2012 Modified Files: src/sys/dev/pci [netbsd-6]: pcidevs.h pcidevs_data.h Log Message: Regen for ticket #137. To generate a diff of this commit: cvs rdiff -u -r1.1097 -r1.1097.2.1 src/sys/dev/pci/pcidevs.h

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

2012-03-22 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Thu Mar 22 23:04:27 UTC 2012 Modified Files: src/sys/dev/ic [netbsd-6]: mfi.c mfireg.h mfivar.h src/sys/dev/pci [netbsd-6]: mfi_pci.c Log Message: Pull up following revision(s) (requested by sborrill in ticket #138):

CVS commit: [netbsd-6] src/doc

2012-03-22 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Thu Mar 22 23:05:17 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Tickets 126, 134-138. To generate a diff of this commit: cvs rdiff -u -r1.1.2.58 -r1.1.2.59 src/doc/CHANGES-6.0 Please note that diffs are

CVS commit: src/external/mit/xorg

2012-03-22 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Mar 22 23:46:28 UTC 2012 Modified Files: src/external/mit/xorg/bin/xsetwallpaper: Makefile src/external/mit/xorg/bin/xterm: Makefile src/external/mit/xorg/bin/xvinfo: Makefile

CVS commit: src/lib/libbluetooth

2012-03-22 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Mar 22 23:46:49 UTC 2012 Modified Files: src/lib/libbluetooth: sdp_data.c Log Message: Use __printflike. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libbluetooth/sdp_data.c Please note that diffs are