CVS commit: src/lib/libc/arch/arm/gen
Module Name:src Committed By: bsh Date: Wed Mar 21 09:05:36 UTC 2012 Modified Files: src/lib/libc/arch/arm/gen: _lwp.c Log Message: shut up lint(1) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/arch/arm/gen/_lwp.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/stdlib
Module Name:src Committed By: he Date: Wed Mar 21 09:49:03 UTC 2012 Modified Files: src/lib/libc/stdlib: jemalloc.c Log Message: Cast an int argument to umax2s() to size_t. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/lib/libc/stdlib/jemalloc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib
Module Name:src Committed By: matt Date: Wed Mar 21 10:08:31 UTC 2012 Modified Files: src/lib/libbsdmalloc: Makefile src/lib/libcompat: Makefile src/lib/libkvm: Makefile src/lib/libossaudio: Makefile src/lib/librpcsvc: Makefile src/lib/libz: Makefile Log Message: These directories don't handle WARNS=5 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libbsdmalloc/Makefile cvs rdiff -u -r1.30 -r1.31 src/lib/libcompat/Makefile cvs rdiff -u -r1.48 -r1.49 src/lib/libkvm/Makefile cvs rdiff -u -r1.8 -r1.9 src/lib/libossaudio/Makefile cvs rdiff -u -r1.39 -r1.40 src/lib/librpcsvc/Makefile cvs rdiff -u -r1.20 -r1.21 src/lib/libz/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/csu/common_elf
Module Name:src Committed By: matt Date: Wed Mar 21 10:09:21 UTC 2012 Modified Files: src/lib/csu/common_elf: common.h Log Message: Use __UNCONST to unconst a "" To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/csu/common_elf/common.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib
Module Name:src Committed By: matt Date: Wed Mar 21 10:10:37 UTC 2012 Modified Files: src/lib/libc/stdlib: jemalloc.c src/lib/libintl: gettext.c textdomain.c src/lib/libkvm: kvm_getloadavg.c src/lib/libperfuse: debug.c ops.c perfuse.c perfuse_priv.h subr.c src/lib/librmt: rmtlib.c src/lib/librumpclient: rumpclient.c src/lib/libskey: skeysubr.c src/lib/libwrap: clean_exit.c diag.c eval.c fix_options.c hosts_access.c hosts_ctl.c misc.c options.c percent_x.c refuse.c rfc931.c shell_cmd.c socket.c tcpd.h update.c src/lib/liby: yyerror.c Log Message: Use C89 function definition To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/lib/libc/stdlib/jemalloc.c cvs rdiff -u -r1.26 -r1.27 src/lib/libintl/gettext.c cvs rdiff -u -r1.12 -r1.13 src/lib/libintl/textdomain.c cvs rdiff -u -r1.10 -r1.11 src/lib/libkvm/kvm_getloadavg.c cvs rdiff -u -r1.10 -r1.11 src/lib/libperfuse/debug.c cvs rdiff -u -r1.51 -r1.52 src/lib/libperfuse/ops.c cvs rdiff -u -r1.25 -r1.26 src/lib/libperfuse/perfuse.c cvs rdiff -u -r1.26 -r1.27 src/lib/libperfuse/perfuse_priv.h cvs rdiff -u -r1.16 -r1.17 src/lib/libperfuse/subr.c cvs rdiff -u -r1.25 -r1.26 src/lib/librmt/rmtlib.c cvs rdiff -u -r1.47 -r1.48 src/lib/librumpclient/rumpclient.c cvs rdiff -u -r1.26 -r1.27 src/lib/libskey/skeysubr.c cvs rdiff -u -r1.4 -r1.5 src/lib/libwrap/clean_exit.c \ src/lib/libwrap/hosts_ctl.c src/lib/libwrap/percent_x.c \ src/lib/libwrap/refuse.c cvs rdiff -u -r1.8 -r1.9 src/lib/libwrap/diag.c src/lib/libwrap/rfc931.c \ src/lib/libwrap/update.c cvs rdiff -u -r1.6 -r1.7 src/lib/libwrap/eval.c cvs rdiff -u -r1.10 -r1.11 src/lib/libwrap/fix_options.c cvs rdiff -u -r1.19 -r1.20 src/lib/libwrap/hosts_access.c cvs rdiff -u -r1.9 -r1.10 src/lib/libwrap/misc.c cvs rdiff -u -r1.14 -r1.15 src/lib/libwrap/options.c cvs rdiff -u -r1.5 -r1.6 src/lib/libwrap/shell_cmd.c cvs rdiff -u -r1.18 -r1.19 src/lib/libwrap/socket.c cvs rdiff -u -r1.12 -r1.13 src/lib/libwrap/tcpd.h cvs rdiff -u -r1.8 -r1.9 src/lib/liby/yyerror.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/tcpdchk
Module Name:src Committed By: matt Date: Wed Mar 21 10:11:34 UTC 2012 Modified Files: src/usr.sbin/tcpdchk: scaffold.c scaffold.h tcpdchk.c Log Message: Use a little const for quotes strings. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/tcpdchk/scaffold.c cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/tcpdchk/scaffold.h cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/tcpdchk/tcpdchk.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/pci
Module Name:src Committed By: matt Date: Wed Mar 21 10:14:19 UTC 2012 Modified Files: src/sys/dev/pci: pci_subr.c Log Message: Use an unsigned value to hold the pci_class To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/sys/dev/pci/pci_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/dev/ic
Module Name:src Committed By: sborrill Date: Wed Mar 21 13:19:12 UTC 2012 Modified Files: src/sys/dev/ic: mfi.c Log Message: >From OpenBSD. Fixes a deadlock during autoconf. scrub more fields in the ccb when returning them to the free list after theyve been used, in particular the mfi header flags which has a bit that specifies if a command should be completed via the interrupt path. if we use a ccb during boot we set that bit, but it isnt necessarily cleared by things that use it later on. this means a ccb we expected to complete via an interrupt never actually generates an interrupt or appears in the reply queue. this obviously stalls the io. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/dev/ic/mfi.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/pci
Module Name:src Committed By: sborrill Date: Wed Mar 21 13:30:12 UTC 2012 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add some Symbios SAS2108 devices. Add new Symbios SAS2008 device (as used by IBM ServeRAID M1015). To generate a diff of this commit: cvs rdiff -u -r1.1106 -r1.1107 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: sborrill Date: Wed Mar 21 13:31:41 UTC 2012 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.1101 -r1.1102 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1100 -r1.1101 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.
CVS commit: src/lib/libc/arch/arm/gen
Module Name:src Committed By: christos Date: Wed Mar 21 14:03:06 UTC 2012 Modified Files: src/lib/libc/arch/arm/gen: _lwp.c makecontext.c Log Message: no need for linted annotations To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libc/arch/arm/gen/_lwp.c cvs rdiff -u -r1.3 -r1.4 src/lib/libc/arch/arm/gen/makecontext.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/arch/sparc64
Module Name:src Committed By: christos Date: Wed Mar 21 14:10:47 UTC 2012 Modified Files: src/lib/libc/arch/sparc64: Makefile.inc Log Message: do not need lint overrides anymore To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libc/arch/sparc64/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/locale
Module Name:src Committed By: christos Date: Wed Mar 21 14:11:24 UTC 2012 Modified Files: src/lib/libc/locale: fix_grouping.c global_locale.c Log Message: cast CHAR_MAX to (char) for unsigned character machines To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/locale/fix_grouping.c cvs rdiff -u -r1.12 -r1.13 src/lib/libc/locale/global_locale.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/xlint/lint1
Module Name:src Committed By: christos Date: Wed Mar 21 14:17:22 UTC 2012 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: -0 is not unary overflow. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/usr.bin/xlint/lint1/tree.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/softfloat/bits32
Module Name:src Committed By: christos Date: Wed Mar 21 14:17:54 UTC 2012 Modified Files: src/lib/libc/softfloat/bits32: softfloat.c Log Message: add casts To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/softfloat/bits32/softfloat.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/stdlib
Module Name:src Committed By: christos Date: Wed Mar 21 14:19:15 UTC 2012 Modified Files: src/lib/libc/stdlib: strfmon.c Log Message: unsigned char portability casts To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 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/stdio
Module Name:src Committed By: christos Date: Wed Mar 21 14:20:47 UTC 2012 Modified Files: src/lib/libc/stdio: vfwprintf.c Log Message: unsigned char portability casts To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/libc/stdio/vfwprintf.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
Module Name:src Committed By: sborrill Date: Wed Mar 21 14:22:36 UTC 2012 Modified Files: src/sys/dev/ic: mfi.c mfireg.h mfivar.h src/sys/dev/pci: mfi_pci.c Log Message: Add support for skinny variants (e.g. IBM ServeRAID M1015). Based on OpenBSD changes with some improvements. Tested on IBM x3550M3 with RAID0 and RAID1 volumes including bioctl(8) operation. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev/ic/mfi.c cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/mfireg.h cvs rdiff -u -r1.14 -r1.15 src/sys/dev/ic/mfivar.h cvs rdiff -u -r1.12 -r1.13 src/sys/dev/pci/mfi_pci.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/gen
Module Name:src Committed By: christos Date: Wed Mar 21 14:28:32 UTC 2012 Modified Files: src/lib/libc/gen: setmode.c Log Message: fix argument order. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/lib/libc/gen/setmode.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/stdlib
Module Name:src Committed By: christos Date: Wed Mar 21 14:32:22 UTC 2012 Modified Files: src/lib/libc/stdlib: jemalloc.c Log Message: rename umax2s->size_t2s function per apb's request. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/lib/libc/stdlib/jemalloc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: martin Date: Wed Mar 21 14:51:36 UTC 2012 Modified Files: src/sys/kern: kern_sysctl.c Log Message: Fix query of IMMEDIATE bool values (copy & pasto). To generate a diff of this commit: cvs rdiff -u -r1.233 -r1.234 src/sys/kern/kern_sysctl.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: Wed Mar 21 14:52:40 UTC 2012 Modified Files: src/lib/libc: Makefile.inc Log Message: welcome to WARNS=5 To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libc/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/gen
Module Name:src Committed By: christos Date: Wed Mar 21 15:32:26 UTC 2012 Modified Files: src/lib/libc/gen: nlist.c nlist_aout.c nlist_coff.c Log Message: c89 definitions To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libc/gen/nlist.c cvs rdiff -u -r1.22 -r1.23 src/lib/libc/gen/nlist_aout.c cvs rdiff -u -r1.8 -r1.9 src/lib/libc/gen/nlist_coff.c 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: jakllsch Date: Wed Mar 21 15:38:32 UTC 2012 Modified Files: src/share/man/man4: options.4 Log Message: Remove remaining references to pccons options for i386 and shark. pccons has not existed on either port since late 2007. To generate a diff of this commit: cvs rdiff -u -r1.413 -r1.414 src/share/man/man4/options.4 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: christos Date: Wed Mar 21 15:55:50 UTC 2012 Modified Files: src/sys/fs/v7fs: v7fs_file.c Log Message: don't re-define MIN To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/fs/v7fs/v7fs_file.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/external/lgpl3/gmp
Module Name:src Committed By: riz Date: Wed Mar 21 16:07:13 UTC 2012 Modified Files: src/external/lgpl3/gmp [netbsd-6]: README src/external/lgpl3/gmp/lib/libgmp/arch/alpha [netbsd-6]: config.h gmp.h src/external/lgpl3/gmp/lib/libgmp/arch/arm [netbsd-6]: config.h src/external/lgpl3/gmp/lib/libgmp/arch/armeb [netbsd-6]: config.h src/external/lgpl3/gmp/lib/libgmp/arch/hppa [netbsd-6]: config.h gmp.h src/external/lgpl3/gmp/lib/libgmp/arch/m68000 [netbsd-6]: config.h gmp.h src/external/lgpl3/gmp/lib/libgmp/arch/m68k [netbsd-6]: config.h gmp.h src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb [netbsd-6]: config.h gmp.h src/external/lgpl3/gmp/lib/libgmp/arch/mips64el [netbsd-6]: config.h gmp.h src/external/lgpl3/gmp/lib/libgmp/arch/mipseb [netbsd-6]: config.h gmp.h src/external/lgpl3/gmp/lib/libgmp/arch/mipsel [netbsd-6]: config.h gmp.h src/external/lgpl3/gmp/lib/libgmp/arch/powerpc64 [netbsd-6]: config.h config.m4 gmp.h src/external/lgpl3/gmp/lib/libgmp/arch/sh3eb [netbsd-6]: config.h gmp.h src/external/lgpl3/gmp/lib/libgmp/arch/sh3el [netbsd-6]: config.h gmp.h src/external/lgpl3/gmp/lib/libgmp/arch/sparc [netbsd-6]: config.h Log Message: Pull up following revision(s) (requested by mrg in ticket #130): external/lgpl3/gmp/lib/libgmp/arch/alpha/gmp.h: revision 1.2 external/lgpl3/gmp/lib/libgmp/arch/armeb/config.h: revision 1.2 external/lgpl3/gmp/lib/libgmp/arch/sh3eb/config.h: revision 1.2 external/lgpl3/gmp/lib/libgmp/arch/mipsel/gmp.h: revision 1.2 external/lgpl3/gmp/lib/libgmp/arch/powerpc64/gmp.h: revision 1.2 external/lgpl3/gmp/lib/libgmp/arch/mipseb/config.h: revision 1.2 external/lgpl3/gmp/lib/libgmp/arch/m68k/gmp.h: revision 1.2 external/lgpl3/gmp/lib/libgmp/arch/sh3el/gmp.h: revision 1.2 external/lgpl3/gmp/lib/libgmp/arch/hppa/config.h: revision 1.2 external/lgpl3/gmp/lib/libgmp/arch/arm/config.h: revision 1.2 external/lgpl3/gmp/lib/libgmp/arch/mips64el/gmp.h: revision 1.3 external/lgpl3/gmp/lib/libgmp/arch/sh3el/config.h: revision 1.2 external/lgpl3/gmp/lib/libgmp/arch/hppa/gmp.h: revision 1.2 external/lgpl3/gmp/lib/libgmp/arch/mipseb/gmp.h: revision 1.2 external/lgpl3/gmp/lib/libgmp/arch/mips64eb/config.h: revision 1.2 external/lgpl3/gmp/lib/libgmp/arch/m68000/config.h: revision 1.2 external/lgpl3/gmp/lib/libgmp/arch/mipsel/config.h: revision 1.2 external/lgpl3/gmp/lib/libgmp/arch/sh3eb/gmp.h: revision 1.2 external/lgpl3/gmp/lib/libgmp/arch/sparc/config.h: revision 1.2 external/lgpl3/gmp/lib/libgmp/arch/mips64eb/gmp.h: revision 1.3 external/lgpl3/gmp/lib/libgmp/arch/m68k/config.h: revision 1.2 external/lgpl3/gmp/lib/libgmp/arch/powerpc64/config.m4: revision 1.3 external/lgpl3/gmp/lib/libgmp/arch/alpha/config.h: revision 1.2 external/lgpl3/gmp/lib/libgmp/arch/m68000/gmp.h: revision 1.2 external/lgpl3/gmp/lib/libgmp/arch/powerpc64/config.h: revision 1.2 external/lgpl3/gmp/lib/libgmp/arch/mips64el/config.h: revision 1.2 external/lgpl3/gmp/README: revision 1.3 remove references to my src/obj trees, and make a note about avoiding this in the future / should automate it too. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.4.1 src/external/lgpl3/gmp/README cvs rdiff -u -r1.1 -r1.1.4.1 \ src/external/lgpl3/gmp/lib/libgmp/arch/alpha/config.h \ src/external/lgpl3/gmp/lib/libgmp/arch/alpha/gmp.h cvs rdiff -u -r1.1 -r1.1.4.1 \ src/external/lgpl3/gmp/lib/libgmp/arch/arm/config.h cvs rdiff -u -r1.1 -r1.1.4.1 \ src/external/lgpl3/gmp/lib/libgmp/arch/armeb/config.h cvs rdiff -u -r1.1 -r1.1.4.1 \ src/external/lgpl3/gmp/lib/libgmp/arch/hppa/config.h \ src/external/lgpl3/gmp/lib/libgmp/arch/hppa/gmp.h cvs rdiff -u -r1.1 -r1.1.4.1 \ src/external/lgpl3/gmp/lib/libgmp/arch/m68000/config.h \ src/external/lgpl3/gmp/lib/libgmp/arch/m68000/gmp.h cvs rdiff -u -r1.1 -r1.1.4.1 \ src/external/lgpl3/gmp/lib/libgmp/arch/m68k/config.h \ src/external/lgpl3/gmp/lib/libgmp/arch/m68k/gmp.h cvs rdiff -u -r1.1 -r1.1.4.1 \ src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/config.h cvs rdiff -u -r1.2 -r1.2.4.1 \ src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/gmp.h cvs rdiff -u -r1.1 -r1.1.4.1 \ src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/config.h cvs rdiff -u -r1.2 -r1.2.4.1 \ src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/gmp.h cvs rdiff -u -r1.1 -r1.1.4.1 \ src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/config.h \ src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/gmp.h cvs rdiff -u -r1.1 -r1.1.4.1 \ src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/config.h \ src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/gmp.h cvs rdiff -u -r1.1 -r1.1.4.1 \ s
CVS commit: [netbsd-6] src/sys/arch/sparc64/sparc64
Module Name:src Committed By: riz Date: Wed Mar 21 16:10:22 UTC 2012 Modified Files: src/sys/arch/sparc64/sparc64 [netbsd-6]: locore.s trap.c Log Message: Pull up following revision(s) (requested by mrg in ticket #131): sys/arch/sparc64/sparc64/trap.c: revision 1.170 sys/arch/sparc64/sparc64/trap.c: revision 1.171 sys/arch/sparc64/sparc64/locore.s: revision 1.341 port the corrected ECC error handling code from freebsd. i noticed my U10 took one of these and then hang. it shouldn't hang, there's a 'sir' here that doesn't seem to reset properly. oh well. tested by simulated a trap via 'ta 0x10' and considering that the same, but it hasn't been tested against a real ECC error yet. count ECC corrected traps with evcnt(9). To generate a diff of this commit: cvs rdiff -u -r1.338.8.1 -r1.338.8.2 src/sys/arch/sparc64/sparc64/locore.s cvs rdiff -u -r1.168 -r1.168.8.1 src/sys/arch/sparc64/sparc64/trap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/ldconfig
Module Name:src Committed By: he Date: Wed Mar 21 16:11:26 UTC 2012 Modified Files: src/sbin/ldconfig: shlib.c Log Message: Convert from K&R to c89 function definitions. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sbin/ldconfig/shlib.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/sys/dev/pci
Module Name:src Committed By: riz Date: Wed Mar 21 16:12:19 UTC 2012 Modified Files: src/sys/dev/pci [netbsd-6]: radeonfb.c radeonfbvar.h Log Message: Pull up following revision(s) (requested by macallan in ticket #132): sys/dev/pci/radeonfb.c: revision 1.59 sys/dev/pci/radeonfbvar.h: revision 1.16 adjust the backlight control interface to match the other drivers ( genfb, r128fb, voyagerfb etc. ) so the lid_switch script does the right thing noticed by riz, I thought I fixed that a long time ago To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.53.2.1 src/sys/dev/pci/radeonfb.c cvs rdiff -u -r1.13 -r1.13.2.1 src/sys/dev/pci/radeonfbvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/sys/dev/raidframe
Module Name:src Committed By: riz Date: Wed Mar 21 16:14:58 UTC 2012 Modified Files: src/sys/dev/raidframe [netbsd-6]: rf_netbsdkintf.c Log Message: Pull up following revision(s) (requested by buhrow in ticket #133): sys/dev/raidframe/rf_netbsdkintf.c: revision 1.296 Add the ability to autoconfigure raid components on raw disks. This change causes components on raw disks, as opposed to components inside partitions or wedges, to be autoconfigured if the raid set is configured for autoconfiguration. Approved by oster@ and mrg@ for submission after the NetBSD-6 tag. I've been running these changes in production at my day job for over a year without a problem. See http://mail-index.NetBSD.org/tech-kern/2010/11/09/msg009167.html for the original discussion of this patch and for a version of this patch that works with NetBSD-5.x systems. To generate a diff of this commit: cvs rdiff -u -r1.295 -r1.295.6.1 src/sys/dev/raidframe/rf_netbsdkintf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/doc
Module Name:src Committed By: riz Date: Wed Mar 21 16:16:00 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Tickets 130-133. To generate a diff of this commit: cvs rdiff -u -r1.1.2.57 -r1.1.2.58 src/doc/CHANGES-6.0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gdb/dist/gdb
Module Name:src Committed By: christos Date: Wed Mar 21 18:01:34 UTC 2012 Modified Files: src/external/gpl3/gdb/dist/gdb: inf-ptrace.c Log Message: Disable OS supplied single step functionality, because the code here is wrong. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gdb/dist/gdb/inf-ptrace.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/m68k/include
Module Name:src Committed By: he Date: Wed Mar 21 19:59:18 UTC 2012 Modified Files: src/sys/arch/m68k/include: profile.h Log Message: Use c89 function declarations in MCOUNT definition. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/m68k/include/profile.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/common/lib/libc/net
Module Name:src Committed By: he Date: Wed Mar 21 20:02:56 UTC 2012 Modified Files: src/common/lib/libc/net: htonl.c htons.c ntohl.c ntohs.c Log Message: Lint seems to prefer that we cast via (void*) and not directly to (u_char*), so follow suit. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/common/lib/libc/net/htonl.c \ src/common/lib/libc/net/htons.c src/common/lib/libc/net/ntohl.c \ src/common/lib/libc/net/ntohs.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/arch/arm/gen
Module Name:src Committed By: he Date: Wed Mar 21 20:04:57 UTC 2012 Modified Files: src/lib/libc/arch/arm/gen: flt_rounds.c Log Message: Use c89 function declaration. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/arch/arm/gen/flt_rounds.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/arch/alpha/gen
Module Name:src Committed By: he Date: Wed Mar 21 20:07:52 UTC 2012 Modified Files: src/lib/libc/arch/alpha/gen: fpgetround.c fpsetround.c Log Message: Add some casts to get rid of "bitwise op on signed value is non-portable" warning from lint. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libc/arch/alpha/gen/fpgetround.c cvs rdiff -u -r1.11 -r1.12 src/lib/libc/arch/alpha/gen/fpsetround.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gdb/dist/gdb
Module Name:src Committed By: christos Date: Wed Mar 21 21:25:38 UTC 2012 Modified Files: src/external/gpl3/gdb/dist/gdb: inf-ptrace.c Log Message: Undo previous, it was wrong: The problem has to do with the threaded initialization. After we take the first breakpoint and we enter single step mode, we set trap_expected = 1 in the thread_info structure for main . After the threads initialize, the main thread becomes , and so we get a new thread_info struct with trap_expected = 0, and so we break. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gdb/dist/gdb/inf-ptrace.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/sys/dev/wscons
Module Name:src Committed By: jdc Date: Wed Mar 21 21:27:37 UTC 2012 Modified Files: src/sys/dev/wscons [netbsd-5]: wsemul_vt100.c wsemul_vt100_chars.c wsksymdef.h Log Message: Pull up revisions (requested by bouyer in ticket #1727): src/sys/dev/wscons/wsemul_vt100.c 1.31 src/sys/dev/wscons/wsemul_vt100_chars.c 1.12 src/sys/dev/wscons/wsksymdef.h1.62 s/portugese/portuguese/, spotted by Ari Constancio in PR misc/40202. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.30.64.1 src/sys/dev/wscons/wsemul_vt100.c cvs rdiff -u -r1.11 -r1.11.86.1 src/sys/dev/wscons/wsemul_vt100_chars.c cvs rdiff -u -r1.61.8.1 -r1.61.8.2 src/sys/dev/wscons/wsksymdef.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-0] src/sys/dev/wscons
Module Name:src Committed By: jdc Date: Wed Mar 21 21:27:42 UTC 2012 Modified Files: src/sys/dev/wscons [netbsd-5-0]: wsemul_vt100.c wsemul_vt100_chars.c wsksymdef.h Log Message: Pull up revisions (requested by bouyer in ticket #1727): src/sys/dev/wscons/wsemul_vt100.c 1.31 src/sys/dev/wscons/wsemul_vt100_chars.c 1.12 src/sys/dev/wscons/wsksymdef.h1.62 s/portugese/portuguese/, spotted by Ari Constancio in PR misc/40202. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.30.70.1 src/sys/dev/wscons/wsemul_vt100.c cvs rdiff -u -r1.11 -r1.11.92.1 src/sys/dev/wscons/wsemul_vt100_chars.c cvs rdiff -u -r1.61 -r1.61.14.1 src/sys/dev/wscons/wsksymdef.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-1] src/sys/dev/wscons
Module Name:src Committed By: jdc Date: Wed Mar 21 21:27:47 UTC 2012 Modified Files: src/sys/dev/wscons [netbsd-5-1]: wsemul_vt100.c wsemul_vt100_chars.c wsksymdef.h Log Message: Pull up revisions (requested by bouyer in ticket #1727): src/sys/dev/wscons/wsemul_vt100.c 1.31 src/sys/dev/wscons/wsemul_vt100_chars.c 1.12 src/sys/dev/wscons/wsksymdef.h1.62 s/portugese/portuguese/, spotted by Ari Constancio in PR misc/40202. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.30.74.1 src/sys/dev/wscons/wsemul_vt100.c cvs rdiff -u -r1.11 -r1.11.96.1 src/sys/dev/wscons/wsemul_vt100_chars.c cvs rdiff -u -r1.61.8.1 -r1.61.8.1.2.1 src/sys/dev/wscons/wsksymdef.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/sys/arch/i386
Module Name:src Committed By: jdc Date: Wed Mar 21 21:29:32 UTC 2012 Modified Files: src/sys/arch/i386/i386 [netbsd-5]: gdt.c machdep.c src/sys/arch/i386/include [netbsd-5]: segments.h Log Message: Apply patch (requested by bouyer in ticket #1738). Do not special-case XEN and always use the proper selectors for %fs and %gs in buildcontext() and setregs(). The consequence was that signal handlers would have the wrong %fs/%gs. Found by running atf tests under Xen/i386. To generate a diff of this commit: cvs rdiff -u -r1.45.10.1 -r1.45.10.2 src/sys/arch/i386/i386/gdt.c cvs rdiff -u -r1.644.4.12 -r1.644.4.13 src/sys/arch/i386/i386/machdep.c cvs rdiff -u -r1.50.4.1 -r1.50.4.2 src/sys/arch/i386/include/segments.h 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: jdc Date: Wed Mar 21 21:30:57 UTC 2012 Modified Files: src/doc [netbsd-5]: CHANGES-5.2 Log Message: Tickets 1727, 1738. To generate a diff of this commit: cvs rdiff -u -r1.1.2.152 -r1.1.2.153 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: [netbsd-5-0] src/doc
Module Name:src Committed By: jdc Date: Wed Mar 21 21:31:04 UTC 2012 Modified Files: src/doc [netbsd-5-0]: CHANGES-5.0.3 Log Message: Ticket 1727. To generate a diff of this commit: cvs rdiff -u -r1.1.2.68 -r1.1.2.69 src/doc/CHANGES-5.0.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-1] src/doc
Module Name:src Committed By: jdc Date: Wed Mar 21 21:31:07 UTC 2012 Modified Files: src/doc [netbsd-5-1]: CHANGES-5.1.3 Log Message: Ticket 1727. To generate a diff of this commit: cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-5.1.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libarch/i386
Module Name:src Committed By: christos Date: Wed Mar 21 21:37:29 UTC 2012 Modified Files: src/lib/libarch/i386: i386_get_ioperm.c i386_get_ldt.c i386_iopl.c i386_set_ioperm.c i386_set_ldt.c i386_vm86.c Log Message: c89 prototypes To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libarch/i386/i386_get_ioperm.c \ src/lib/libarch/i386/i386_get_ldt.c \ src/lib/libarch/i386/i386_set_ioperm.c \ src/lib/libarch/i386/i386_set_ldt.c cvs rdiff -u -r1.5 -r1.6 src/lib/libarch/i386/i386_iopl.c cvs rdiff -u -r1.9 -r1.10 src/lib/libarch/i386/i386_vm86.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/powerpc/conf
Module Name:src Committed By: matt Date: Wed Mar 21 22:29:21 UTC 2012 Modified Files: src/sys/arch/powerpc/conf: Makefile.powerpc Log Message: For BookE kernels, use -mmultiple and -misel and enable -fstack-protector To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/arch/powerpc/conf/Makefile.powerpc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gdb/dist/gdb
Module Name:src Committed By: christos Date: Wed Mar 21 23:20:58 UTC 2012 Modified Files: src/external/gpl3/gdb/dist/gdb: nbsd-thread.c Log Message: Use tid - 1 for the thread id, so that thread 1 matches the main thread before the threaded code gets loaded. fixes spurious breakpoints. Is there a better way? To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/gdb/dist/gdb/nbsd-thread.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/include
Module Name:src Committed By: dholland Date: Thu Mar 22 03:06:06 UTC 2012 Modified Files: src/include: fenv.h Log Message: typo in comment To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/include/fenv.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/arch/powerpc/gen
Module Name:src Committed By: matt Date: Thu Mar 22 05:36:50 UTC 2012 Modified Files: src/lib/libc/arch/powerpc/gen: _lwp.c Log Message: Make lint happy. While here, make sure the top of stack is aligned properly. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libc/arch/powerpc/gen/_lwp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.