CVS commit: src/sys/arch/sparc64/dev
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 note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libperfuse
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 src/lib/libperfuse/Makefile cvs rdiff -u -r1.14 -r1.15 src/lib/libperfuse/perfuse_if.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/fs/v7fs
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 conflicted with those declared in . To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/fs/v7fs/v7fs_datablock.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/file
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 this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/file/dist/src/fsmagic.c cvs rdiff -u -r1.1.1.2 -r1.2 src/external/bsd/file/dist/src/print.c cvs rdiff -u -r1.1 -r1.2 src/external/bsd/file/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/stdlib
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 src/lib/libc/stdlib/strfmon.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc
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 commit: cvs rdiff -u -r1.58 -r1.59 src/lib/libc/locale/Makefile.inc cvs rdiff -u -r1.16 -r1.17 src/lib/libc/time/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin/ed
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 public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin/ksh
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 src/bin/ksh/eval.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin/pax
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 note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin
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 To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/bin/csh/Makefile cvs rdiff -u -r1.14 -r1.15 src/bin/date/Makefile cvs rdiff -u -r1.17 -r1.18 src/bin/df/Makefile cvs rdiff -u -r1.28 -r1.29 src/bin/ps/Makefile cvs rdiff -u -r1.96 -r1.97 src/bin/sh/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib
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 rdiff -u -r1.20 -r1.21 \ src/crypto/external/bsd/netpgp/dist/src/lib/packet-show.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin
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 src/sbin/mount_portal/Makefile cvs rdiff -u -r1.23 -r1.24 src/sbin/routed/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/httpd
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 that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/ftpd
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 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/ping6
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 rdiff -u -r1.73 -r1.74 src/sbin/ping6/ping6.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/dump_lfs
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 src/sbin/dump_lfs/Makefile cvs rdiff -u -r1.14 -r1.15 src/sbin/dump_lfs/lfs_inode.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/ifconfig
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 src/sbin/ifconfig/Makefile cvs rdiff -u -r1.17 -r1.18 src/sbin/ifconfig/af_atalk.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/fsdb
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 src/sbin/fsdb/fsdb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/fsck_ffs
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 rdiff -u -r1.48 -r1.49 src/sbin/fsck_ffs/pass1.c \ src/sbin/fsck_ffs/pass5.c cvs rdiff -u -r1.47 -r1.48 src/sbin/fsck_ffs/pass2.c cvs rdiff -u -r1.3 -r1.4 src/sbin/fsck_ffs/quota2.c cvs rdiff -u -r1.93 -r1.94 src/sbin/fsck_ffs/setup.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/dist/smbfs/lib/smb
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 not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/mount_smbfs
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 are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
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 src/sys/kern/vfs_wapbl.c cvs rdiff -u -r1.46 -r1.47 src/sys/ufs/ffs/ffs_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x86/pci
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 src/sys/arch/x86/pci/ichlpcib.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/top/bin
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 src/external/bsd/top/bin/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/cap_mkdb
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 rdiff -u -r1.25 -r1.26 src/usr.bin/cap_mkdb/cap_mkdb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/ftp
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 -r1.161 src/usr.bin/ftp/ftp.c cvs rdiff -u -r1.117 -r1.118 src/usr.bin/ftp/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/m4
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 src/usr.bin/m4/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/make
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 commit: cvs rdiff -u -r1.54 -r1.55 src/usr.bin/make/Makefile cvs rdiff -u -r1.82 -r1.83 src/usr.bin/make/compat.c cvs rdiff -u -r1.157 -r1.158 src/usr.bin/make/job.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/midiplay
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 unused functions To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.bin/midiplay/Makefile cvs rdiff -u -r1.27 -r1.28 src/usr.bin/midiplay/midiplay.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/sdpquery
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 rdiff -u -r1.16 -r1.17 src/usr.bin/sdpquery/print.c cvs rdiff -u -r1.5 -r1.6 src/usr.bin/sdpquery/sdpquery.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/byacc/bin
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 src/external/bsd/byacc/bin/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/at
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 -u -r1.28 -r1.29 src/usr.bin/at/at.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/hexdump
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 note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
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 are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
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 public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
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 note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
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 installed :) To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/share/man/man4/dtvi2c.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
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 commit: cvs rdiff -u -r1.1332 -r1.1333 src/distrib/sets/lists/man/mi cvs rdiff -u -r1.564 -r1.565 src/share/man/man4/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/ic
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 public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/fwctl
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 src/usr.sbin/fwctl/Makefile cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/fwctl/fwcontrol.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/installboot
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 -r1.45 -r1.46 src/usr.sbin/installboot/Makefile cvs rdiff -u -r1.20 -r1.21 src/usr.sbin/installboot/arch/alpha.c cvs rdiff -u -r1.36 -r1.37 src/usr.sbin/installboot/arch/i386.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/iopctl
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 rdiff -u -r1.19 -r1.20 src/usr.sbin/iopctl/iopctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/mlxctl
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 -r1.12 -r1.13 src/usr.sbin/mlxctl/cmds.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/gpio
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 domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tools/compat
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 NetBSD in a string that's indended to be copied to nbtool_config.h. Fix most lines longer than 80 columns. I don't know how to fix the long lines in the definition of NB_CHECK_INTTYPE. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/tools/compat/configure.ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tools/compat
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 , and add a HAVE_PTHREAD_H variable in defs.mk. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/tools/compat/configure.ac cvs rdiff -u -r1.9 -r1.10 src/tools/compat/defs.mk.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tools/compat
Module Name:src Committed By: apb Date: Sun Aug 14 20:25:02 UTC 2011 Modified Files: src/tools/compat: configure nbtool_config.h.in Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/tools/compat/configure cvs rdiff -u -r1.25 -r1.26 src/tools/compat/nbtool_config.h.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
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 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/iopctl
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 rdiff -u -r1.20 -r1.21 src/usr.sbin/iopctl/iopctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/sbin/drvctl
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 introduced by pullup ticket #1656. To generate a diff of this commit: cvs rdiff -u -r1.6.10.3 -r1.6.10.4 src/sbin/drvctl/drvctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/doc
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 public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/fsdb
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 public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/resize_ffs
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 not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/resize_ffs
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 -r1.27 src/sbin/resize_ffs/resize_ffs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/resize_ffs
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 are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/resize_ffs
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 that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/ic
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 on 5182. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/ic/mvsata.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sparc/sparc
Module Name:src Committed By: mrg Date: Mon Aug 15 02:19:45 UTC 2011 Modified Files: src/sys/arch/sparc/sparc: cpu.c cpuvar.h genassym.cf locore.s Log Message: re-introduce the NULL savefpstate IPI checks and evcnts. something is Wrong with GCC 4.5.3 and these trigger. i haven't seen anything else particularly wrong so for now this will allow sparc to switch to GCC 4.5, which otherwise seems to be working very well for me. sigh. i'm going to file a PR to research what is really wrong here. To generate a diff of this commit: cvs rdiff -u -r1.233 -r1.234 src/sys/arch/sparc/sparc/cpu.c cvs rdiff -u -r1.89 -r1.90 src/sys/arch/sparc/sparc/cpuvar.h cvs rdiff -u -r1.66 -r1.67 src/sys/arch/sparc/sparc/genassym.cf cvs rdiff -u -r1.264 -r1.265 src/sys/arch/sparc/sparc/locore.s Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/resize_ffs
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 -r1.30 src/sbin/resize_ffs/resize_ffs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/resize_ffs
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 note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
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 are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: msaitoh Date: Mon Aug 15 06:13:08 UTC 2011 Modified Files: src/sys/dev/pci: pcidevs Log Message: Sort lines. To generate a diff of this commit: cvs rdiff -u -r1.1094 -r1.1095 src/sys/dev/pci/pcidevs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: msaitoh Date: Mon Aug 15 06:13:42 UTC 2011 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen. To generate a diff of this commit: cvs rdiff -u -r1.1089 -r1.1090 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1088 -r1.1089 src/sys/dev/pci/pcidevs_data.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.