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

2011-08-14 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Aug 14 08:14:00 UTC 2011 Modified Files: src/sys/arch/sparc64/dev: ebus_mainbus.c Log Message: initialise ih_ivec. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/sparc64/dev/ebus_mainbus.c Please

CVS commit: src/lib/libperfuse

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 08:19:04 UTC 2011 Modified Files: src/lib/libperfuse: Makefile perfuse_if.h Log Message: simplify and eliminate non literal string formats. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/fs/v7fs

2011-08-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 14 09:02:07 UTC 2011 Modified Files: src/sys/fs/v7fs: v7fs_datablock.c Log Message: Rename all static functions to have v7fs_ prefix. Fixes a problem in the tools build, where the static link() and unlink() functions

CVS commit: src/external/bsd/file

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 09:06:12 UTC 2011 Modified Files: src/external/bsd/file/dist/src: fsmagic.c print.c src/external/bsd/file/lib: Makefile Log Message: fix non-literal strings where they are not needed. To generate a diff of

CVS commit: src/lib/libc/stdlib

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 09:07:15 UTC 2011 Modified Files: src/lib/libc/stdlib: strfmon.c Log Message: no need for the snprintf/asprintf dance; use fixed width formats. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/lib/libc

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 09:07:37 UTC 2011 Modified Files: src/lib/libc/locale: Makefile.inc src/lib/libc/time: Makefile.inc Log Message: annotate that some functions use non-literal format strings. To generate a diff of this

CVS commit: src/bin/ed

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 09:38:05 UTC 2011 Modified Files: src/bin/ed: main.c Log Message: eliminate non-literal format string. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/bin/ed/main.c Please note that diffs are not

CVS commit: src/bin/ksh

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 10:40:25 UTC 2011 Modified Files: src/bin/ksh: Makefile eval.c Log Message: kill gcc-4.5 hack. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/bin/ksh/Makefile cvs rdiff -u -r1.12 -r1.13

CVS commit: src/bin/pax

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 10:49:58 UTC 2011 Modified Files: src/bin/pax: gen_subs.c Log Message: eliminate dup code and non literal format strings To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/bin/pax/gen_subs.c Please

CVS commit: src/bin

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 10:53:17 UTC 2011 Modified Files: src/bin/csh: Makefile src/bin/date: Makefile src/bin/df: Makefile src/bin/ps: Makefile src/bin/sh: Makefile Log Message: Document non-literal formats

CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 11:19:51 UTC 2011 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: packet-show.c Log Message: simplify the code; this is what asprintf() is for, don't re-invent it. To generate a diff of this commit:

CVS commit: src/sbin

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 11:34:12 UTC 2011 Modified Files: src/sbin/mount_portal: Makefile src/sbin/routed: Makefile Log Message: document non-literal strings To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/libexec/httpd

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 11:38:11 UTC 2011 Modified Files: src/libexec/httpd: ssl-bozo.c Log Message: XXX: gcc avoid non-literal strings To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/libexec/httpd/ssl-bozo.c Please note

CVS commit: src/libexec/ftpd

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 11:46:28 UTC 2011 Modified Files: src/libexec/ftpd: Makefile conf.c Log Message: remove gcc-4.5 hack To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/libexec/ftpd/Makefile src/libexec/ftpd/conf.c

CVS commit: src/sbin/ping6

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:09:35 UTC 2011 Modified Files: src/sbin/ping6: Makefile ping6.c Log Message: fix gcc warnings and eliminate duplicate code. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sbin/ping6/Makefile

CVS commit: src/sbin/dump_lfs

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:13:24 UTC 2011 Modified Files: src/sbin/dump_lfs: Makefile lfs_inode.c Log Message: use a union to eliminate strict alias warnings. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sbin/ifconfig

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:15:15 UTC 2011 Modified Files: src/sbin/ifconfig: Makefile af_atalk.c Log Message: use memcpy to avoid strict aliasing warnings To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src/sbin/fsdb

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:30:04 UTC 2011 Modified Files: src/sbin/fsdb: Makefile fsdb.c Log Message: remove gcc-4.5 hacks. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sbin/fsdb/Makefile cvs rdiff -u -r1.41 -r1.42

CVS commit: src/sbin/fsck_ffs

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:32:02 UTC 2011 Modified Files: src/sbin/fsck_ffs: Makefile pass1.c pass2.c pass5.c quota2.c setup.c Log Message: WARNS=4 To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sbin/fsck_ffs/Makefile

CVS commit: src/dist/smbfs/lib/smb

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:35:35 UTC 2011 Modified Files: src/dist/smbfs/lib/smb: rap.c Log Message: fix gcc45 warnings To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/dist/smbfs/lib/smb/rap.c Please note that diffs are

CVS commit: src/sbin/mount_smbfs

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:36:02 UTC 2011 Modified Files: src/sbin/mount_smbfs: Makefile Log Message: kill gcc45 warnings To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sbin/mount_smbfs/Makefile Please note that diffs

CVS commit: src/sys

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:37:09 UTC 2011 Modified Files: src/sys/kern: vfs_wapbl.c src/sys/ufs/ffs: ffs_subr.c Log Message: fix sign-compare warnings To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

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

2011-08-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Aug 14 12:42:20 UTC 2011 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Add some LPC entries for Intel 6 series and C20x. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/external/bsd/top/bin

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:48:02 UTC 2011 Modified Files: src/external/bsd/top/bin: Makefile Log Message: document that display.c uses non-literal format strings To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/usr.bin/cap_mkdb

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:50:10 UTC 2011 Modified Files: src/usr.bin/cap_mkdb: Makefile cap_mkdb.c Log Message: eliminate gcc4.5 warnings To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.bin/cap_mkdb/Makefile cvs

CVS commit: src/usr.bin/ftp

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:58:16 UTC 2011 Modified Files: src/usr.bin/ftp: Makefile ftp.c main.c Log Message: fix gcc-4.5 warnings To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/usr.bin/ftp/Makefile cvs rdiff -u -r1.160

CVS commit: src/usr.bin/m4

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:59:25 UTC 2011 Modified Files: src/usr.bin/m4: Makefile main.c Log Message: kill gcc-4.5 warning To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.bin/m4/Makefile cvs rdiff -u -r1.39 -r1.40

CVS commit: src/usr.bin/make

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 13:06:09 UTC 2011 Modified Files: src/usr.bin/make: Makefile compat.c job.c Log Message: - remove gcc-4.5 warnings - simplify job printing code - document non-literal format strings To generate a diff of this

CVS commit: src/usr.bin/midiplay

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 13:26:23 UTC 2011 Modified Files: src/usr.bin/midiplay: Makefile midiplay.c Log Message: - add a SYSEX0 macro that does not override the initializers and use it - fix whitespace - make things static and eliminate

CVS commit: src/usr.bin/sdpquery

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 13:27:47 UTC 2011 Modified Files: src/usr.bin/sdpquery: Makefile print.c sdpquery.c Log Message: kill gcc-4.5 warnings To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.bin/sdpquery/Makefile cvs

CVS commit: src/external/bsd/byacc/bin

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 13:29:26 UTC 2011 Modified Files: src/external/bsd/byacc/bin: 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/usr.bin/at

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 13:41:17 UTC 2011 Modified Files: src/usr.bin/at: at.c Log Message: Provide a consistent date/time format instead of a locale-specific one that might have 2 digit years To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/hexdump

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 13:45:34 UTC 2011 Modified Files: src/usr.bin/hexdump: Makefile Log Message: document non-literal format strings. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/hexdump/Makefile Please

CVS commit: src/share/man/man4

2011-08-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Aug 14 15:21:02 UTC 2011 Modified Files: src/share/man/man4: emdtv.4 Log Message: emdtv was written by jmcneill. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/emdtv.4 Please note that diffs

CVS commit: src/share/man/man4

2011-08-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Aug 14 15:21:46 UTC 2011 Modified Files: src/share/man/man4: auvitek.4 Log Message: Add AUTHORS section. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/auvitek.4 Please note that diffs are not

CVS commit: src/share/man/man4

2011-08-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Aug 14 15:36:35 UTC 2011 Added Files: src/share/man/man4: dtv.4 Log Message: Very basic dtv(4) man page for review (not hooked in yet). To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/share/man/man4/dtv.4 Please

CVS commit: src/share/man/man4

2011-08-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Aug 14 16:04:12 UTC 2011 Added Files: src/share/man/man4: dtvi2c.4 Log Message: Add very preliminary dtvi2c(4) man page for describing the dtv(4) support modules connected via i2c. Needs heavy reviewing before it can be

CVS commit: src

2011-08-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Aug 14 16:11:16 UTC 2011 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile Log Message: Install irmce(4) after review by jmcneill. Sort set lists while there. To generate a diff of this

CVS commit: src/sys/dev/ic

2011-08-14 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Aug 14 16:50:49 UTC 2011 Modified Files: src/sys/dev/ic: mvsata.c Log Message: Spell enqueue correctly. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/ic/mvsata.c Please note that diffs are not

CVS commit: src/usr.sbin/fwctl

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 17:42:23 UTC 2011 Modified Files: src/usr.sbin/fwctl: Makefile fwcontrol.c Log Message: use memcpy to avoid type punned warnings To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/usr.sbin/installboot

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 17:50:17 UTC 2011 Modified Files: src/usr.sbin/installboot: Makefile src/usr.sbin/installboot/arch: alpha.c i386.c Log Message: fix various gcc-4.5 warnings To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/iopctl

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 17:54:55 UTC 2011 Modified Files: src/usr.sbin/iopctl: Makefile iopctl.c Log Message: remove gcc type punned warnings To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/iopctl/Makefile cvs

CVS commit: src/usr.sbin/mlxctl

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 17:57:44 UTC 2011 Modified Files: src/usr.sbin/mlxctl: Makefile cmds.c Log Message: avoid type punned warnings To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/mlxctl/Makefile cvs rdiff -u

CVS commit: src/sys/dev/gpio

2011-08-14 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Aug 14 18:49:18 UTC 2011 Modified Files: src/sys/dev/gpio: gpiosim.c Log Message: fix indents To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/gpio/gpiosim.c Please note that diffs are not public

CVS commit: src/tools/compat

2011-08-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 14 20:20:59 UTC 2011 Modified Files: src/tools/compat: configure.ac Log Message: Prevent expansion of dollarNetBSDdollar in a string that's indended to be copied to nbtool_config.h. Fix most lines longer than 80 columns. I

CVS commit: src/tools/compat

2011-08-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 14 20:22:42 UTC 2011 Modified Files: src/tools/compat: configure.ac defs.mk.in Log Message: Detect the presence of pthread.h, and add a HAVE_PTHREAD_H variable in defs.mk. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/man/man4

2011-08-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Aug 14 20:42:09 UTC 2011 Modified Files: src/share/man/man4: dtv.4 Log Message: Mention two packages making use of the API. From jmcneill. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/dtv.4

CVS commit: src/usr.sbin/iopctl

2011-08-14 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 14 23:13:44 UTC 2011 Modified Files: src/usr.sbin/iopctl: iopctl.c Log Message: Add compile-time assertion to make sure the previous doesn't go off the rails sometime in the future. To generate a diff of this commit:

CVS commit: [netbsd-5] src/sbin/drvctl

2011-08-14 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sun Aug 14 23:44:48 UTC 2011 Modified Files: src/sbin/drvctl [netbsd-5]: drvctl.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #1659): sbin/drvctl/drvctl.c: patch Fix the build problem

CVS commit: [netbsd-5] src/doc

2011-08-14 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sun Aug 14 23:45:15 UTC 2011 Modified Files: src/doc [netbsd-5]: CHANGES-5.2 Log Message: Ticket 1659. To generate a diff of this commit: cvs rdiff -u -r1.1.2.99 -r1.1.2.100 src/doc/CHANGES-5.2 Please note that diffs are not

CVS commit: src/sbin/fsdb

2011-08-14 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 15 00:16:58 UTC 2011 Modified Files: src/sbin/fsdb: Makefile Log Message: Remove redundant WARNS=4 To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sbin/fsdb/Makefile Please note that diffs are not

CVS commit: src/sbin/resize_ffs

2011-08-14 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 15 00:24:19 UTC 2011 Modified Files: src/sbin/resize_ffs: resize_ffs.c Log Message: Minor KNF. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sbin/resize_ffs/resize_ffs.c Please note that diffs are

CVS commit: src/sbin/resize_ffs

2011-08-14 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 15 00:26:16 UTC 2011 Modified Files: src/sbin/resize_ffs: resize_ffs.c Log Message: Avoid switch-jumping into the middle of an if. Compiler output is unchanged. To generate a diff of this commit: cvs rdiff -u -r1.26

CVS commit: src/sbin/resize_ffs

2011-08-14 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 15 00:27:51 UTC 2011 Modified Files: src/sbin/resize_ffs: resize_ffs.c Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sbin/resize_ffs/resize_ffs.c Please note that diffs

CVS commit: src/sbin/resize_ffs

2011-08-14 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 15 00:30:25 UTC 2011 Modified Files: src/sbin/resize_ffs: resize_ffs.c Log Message: Add missing __RCSID(). To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sbin/resize_ffs/resize_ffs.c Please note

CVS commit: src/sys/dev/ic

2011-08-14 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Aug 15 01:04:05 UTC 2011 Modified Files: src/sys/dev/ic: mvsata.c Log Message: Even if the hardware can handle concurrent transfers, ata(4) can't. Also, completely rework mvsata_bio_ready(). Seems to make mvsata(4) usable

CVS commit: src/sbin/resize_ffs

2011-08-14 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 15 02:19:50 UTC 2011 Modified Files: src/sbin/resize_ffs: Makefile resize_ffs.c Log Message: WARNS = 4 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sbin/resize_ffs/Makefile cvs rdiff -u -r1.29

CVS commit: src/sbin/resize_ffs

2011-08-14 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 15 02:22:46 UTC 2011 Modified Files: src/sbin/resize_ffs: resize_ffs.c Log Message: Fix another dodgy switch-jump. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sbin/resize_ffs/resize_ffs.c Please

CVS commit: src/doc

2011-08-14 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 15 02:29:38 UTC 2011 Modified Files: src/doc: HACKS Log Message: note the sparc / GCC 4.5.3 / NULL savefpstate IPI hack. To generate a diff of this commit: cvs rdiff -u -r1.115 -r1.116 src/doc/HACKS Please note that diffs

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

2011-08-14 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Aug 14 08:14:00 UTC 2011 Modified Files: src/sys/arch/sparc64/dev: ebus_mainbus.c Log Message: initialise ih_ivec. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/sparc64/dev/ebus_mainbus.c Please

CVS commit: src/lib/libperfuse

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 08:19:04 UTC 2011 Modified Files: src/lib/libperfuse: Makefile perfuse_if.h Log Message: simplify and eliminate non literal string formats. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/fs/v7fs

2011-08-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 14 09:02:07 UTC 2011 Modified Files: src/sys/fs/v7fs: v7fs_datablock.c Log Message: Rename all static functions to have v7fs_ prefix. Fixes a problem in the tools build, where the static link() and unlink() functions

CVS commit: src/external/bsd/file

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 09:06:12 UTC 2011 Modified Files: src/external/bsd/file/dist/src: fsmagic.c print.c src/external/bsd/file/lib: Makefile Log Message: fix non-literal strings where they are not needed. To generate a diff of

CVS commit: src/lib/libc/stdlib

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 09:07:15 UTC 2011 Modified Files: src/lib/libc/stdlib: strfmon.c Log Message: no need for the snprintf/asprintf dance; use fixed width formats. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/lib/libc

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 09:07:37 UTC 2011 Modified Files: src/lib/libc/locale: Makefile.inc src/lib/libc/time: Makefile.inc Log Message: annotate that some functions use non-literal format strings. To generate a diff of this

CVS commit: src/bin/ed

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 09:38:05 UTC 2011 Modified Files: src/bin/ed: main.c Log Message: eliminate non-literal format string. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/bin/ed/main.c Please note that diffs are not

CVS commit: src/bin/ksh

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 10:40:25 UTC 2011 Modified Files: src/bin/ksh: Makefile eval.c Log Message: kill gcc-4.5 hack. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/bin/ksh/Makefile cvs rdiff -u -r1.12 -r1.13

CVS commit: src/bin/pax

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 10:49:58 UTC 2011 Modified Files: src/bin/pax: gen_subs.c Log Message: eliminate dup code and non literal format strings To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/bin/pax/gen_subs.c Please

CVS commit: src/bin

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 10:53:17 UTC 2011 Modified Files: src/bin/csh: Makefile src/bin/date: Makefile src/bin/df: Makefile src/bin/ps: Makefile src/bin/sh: Makefile Log Message: Document non-literal formats

CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 11:19:51 UTC 2011 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: packet-show.c Log Message: simplify the code; this is what asprintf() is for, don't re-invent it. To generate a diff of this commit:

CVS commit: src/sbin

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 11:34:12 UTC 2011 Modified Files: src/sbin/mount_portal: Makefile src/sbin/routed: Makefile Log Message: document non-literal strings To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/libexec/httpd

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 11:38:11 UTC 2011 Modified Files: src/libexec/httpd: ssl-bozo.c Log Message: XXX: gcc avoid non-literal strings To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/libexec/httpd/ssl-bozo.c Please note

CVS commit: src/libexec/ftpd

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 11:46:28 UTC 2011 Modified Files: src/libexec/ftpd: Makefile conf.c Log Message: remove gcc-4.5 hack To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/libexec/ftpd/Makefile src/libexec/ftpd/conf.c

CVS commit: src/sbin/ping6

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:09:35 UTC 2011 Modified Files: src/sbin/ping6: Makefile ping6.c Log Message: fix gcc warnings and eliminate duplicate code. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sbin/ping6/Makefile

CVS commit: src/sbin/dump_lfs

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:13:24 UTC 2011 Modified Files: src/sbin/dump_lfs: Makefile lfs_inode.c Log Message: use a union to eliminate strict alias warnings. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sbin/ifconfig

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:15:15 UTC 2011 Modified Files: src/sbin/ifconfig: Makefile af_atalk.c Log Message: use memcpy to avoid strict aliasing warnings To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src/sbin/fsdb

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:30:04 UTC 2011 Modified Files: src/sbin/fsdb: Makefile fsdb.c Log Message: remove gcc-4.5 hacks. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sbin/fsdb/Makefile cvs rdiff -u -r1.41 -r1.42

CVS commit: src/sbin/fsck_ffs

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:32:02 UTC 2011 Modified Files: src/sbin/fsck_ffs: Makefile pass1.c pass2.c pass5.c quota2.c setup.c Log Message: WARNS=4 To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sbin/fsck_ffs/Makefile

CVS commit: src/dist/smbfs/lib/smb

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:35:35 UTC 2011 Modified Files: src/dist/smbfs/lib/smb: rap.c Log Message: fix gcc45 warnings To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/dist/smbfs/lib/smb/rap.c Please note that diffs are

CVS commit: src/sbin/mount_smbfs

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:36:02 UTC 2011 Modified Files: src/sbin/mount_smbfs: Makefile Log Message: kill gcc45 warnings To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sbin/mount_smbfs/Makefile Please note that diffs

CVS commit: src/sys

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:37:09 UTC 2011 Modified Files: src/sys/kern: vfs_wapbl.c src/sys/ufs/ffs: ffs_subr.c Log Message: fix sign-compare warnings To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

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

2011-08-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Aug 14 12:42:20 UTC 2011 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Add some LPC entries for Intel 6 series and C20x. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/external/bsd/top/bin

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:48:02 UTC 2011 Modified Files: src/external/bsd/top/bin: Makefile Log Message: document that display.c uses non-literal format strings To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/usr.bin/cap_mkdb

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:50:10 UTC 2011 Modified Files: src/usr.bin/cap_mkdb: Makefile cap_mkdb.c Log Message: eliminate gcc4.5 warnings To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.bin/cap_mkdb/Makefile cvs

CVS commit: src/usr.bin/ftp

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:58:16 UTC 2011 Modified Files: src/usr.bin/ftp: Makefile ftp.c main.c Log Message: fix gcc-4.5 warnings To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/usr.bin/ftp/Makefile cvs rdiff -u -r1.160

CVS commit: src/usr.bin/m4

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:59:25 UTC 2011 Modified Files: src/usr.bin/m4: Makefile main.c Log Message: kill gcc-4.5 warning To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.bin/m4/Makefile cvs rdiff -u -r1.39 -r1.40

CVS commit: src/usr.bin/make

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 13:06:09 UTC 2011 Modified Files: src/usr.bin/make: Makefile compat.c job.c Log Message: - remove gcc-4.5 warnings - simplify job printing code - document non-literal format strings To generate a diff of this

CVS commit: src/usr.bin/midiplay

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 13:26:23 UTC 2011 Modified Files: src/usr.bin/midiplay: Makefile midiplay.c Log Message: - add a SYSEX0 macro that does not override the initializers and use it - fix whitespace - make things static and eliminate

CVS commit: src/usr.bin/sdpquery

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 13:27:47 UTC 2011 Modified Files: src/usr.bin/sdpquery: Makefile print.c sdpquery.c Log Message: kill gcc-4.5 warnings To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.bin/sdpquery/Makefile cvs

CVS commit: src/external/bsd/byacc/bin

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 13:29:26 UTC 2011 Modified Files: src/external/bsd/byacc/bin: 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/usr.bin/at

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 13:41:17 UTC 2011 Modified Files: src/usr.bin/at: at.c Log Message: Provide a consistent date/time format instead of a locale-specific one that might have 2 digit years To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/hexdump

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 13:45:34 UTC 2011 Modified Files: src/usr.bin/hexdump: Makefile Log Message: document non-literal format strings. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/hexdump/Makefile Please

CVS commit: src/share/man/man4

2011-08-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Aug 14 15:21:02 UTC 2011 Modified Files: src/share/man/man4: emdtv.4 Log Message: emdtv was written by jmcneill. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/emdtv.4 Please note that diffs

CVS commit: src/share/man/man4

2011-08-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Aug 14 15:21:46 UTC 2011 Modified Files: src/share/man/man4: auvitek.4 Log Message: Add AUTHORS section. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/auvitek.4 Please note that diffs are not

CVS commit: src/share/man/man4

2011-08-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Aug 14 15:36:35 UTC 2011 Added Files: src/share/man/man4: dtv.4 Log Message: Very basic dtv(4) man page for review (not hooked in yet). To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/share/man/man4/dtv.4 Please

CVS commit: src/share/man/man4

2011-08-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Aug 14 16:04:12 UTC 2011 Added Files: src/share/man/man4: dtvi2c.4 Log Message: Add very preliminary dtvi2c(4) man page for describing the dtv(4) support modules connected via i2c. Needs heavy reviewing before it can be

CVS commit: src

2011-08-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Aug 14 16:11:16 UTC 2011 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile Log Message: Install irmce(4) after review by jmcneill. Sort set lists while there. To generate a diff of this

CVS commit: src/sys/dev/ic

2011-08-14 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Aug 14 16:50:49 UTC 2011 Modified Files: src/sys/dev/ic: mvsata.c Log Message: Spell enqueue correctly. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/ic/mvsata.c Please note that diffs are not

CVS commit: src/usr.sbin/fwctl

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 17:42:23 UTC 2011 Modified Files: src/usr.sbin/fwctl: Makefile fwcontrol.c Log Message: use memcpy to avoid type punned warnings To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/usr.sbin/installboot

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 17:50:17 UTC 2011 Modified Files: src/usr.sbin/installboot: Makefile src/usr.sbin/installboot/arch: alpha.c i386.c Log Message: fix various gcc-4.5 warnings To generate a diff of this commit: cvs rdiff -u

  1   2   >