CVS commit: src/sys
Module Name:src Committed By: jruoho Date: Wed Jul 13 07:34:56 UTC 2011 Modified Files: src/sys/arch/x86/acpi: acpi_cpu_md.c src/sys/dev/acpi: acpi_cpu_cstate.c Log Message: Do not disable interrupts at machine-level in the MI idle-loop entry. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/arch/x86/acpi/acpi_cpu_md.c cvs rdiff -u -r1.53 -r1.54 src/sys/dev/acpi/acpi_cpu_cstate.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/locate/locate
Module Name:src Committed By: apb Date: Wed Jul 13 07:48:19 UTC 2011 Modified Files: src/usr.bin/locate/locate: updatedb.sh Log Message: Fix error in previous: The first character of $i should be removed only if it is '!', but it was removed in the wrong case branch. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.bin/locate/locate/updatedb.sh 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: jruoho Date: Wed Jul 13 07:52:50 UTC 2011 Modified Files: src/distrib/sets/lists/man: mi src/distrib/sets/lists/modules: md.amd64 md.i386 src/doc: CHANGES src/share/man/man4: Makefile src/sys/arch/amd64/conf: GENERIC src/sys/arch/i386/conf: ALL GENERIC src/sys/dev/acpi: files.acpi src/sys/modules: Makefile Added Files: src/share/man/man4: hpacel.4 src/sys/dev/acpi: hpacel_acpi.c src/sys/modules/hpacel: Makefile hpacel.ioconf Log Message: A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on HP NC4400. Like aps(4), this is commented out in the GENERIC kernels. To generate a diff of this commit: cvs rdiff -u -r1.1323 -r1.1324 src/distrib/sets/lists/man/mi cvs rdiff -u -r1.22 -r1.23 src/distrib/sets/lists/modules/md.amd64 cvs rdiff -u -r1.26 -r1.27 src/distrib/sets/lists/modules/md.i386 cvs rdiff -u -r1.1576 -r1.1577 src/doc/CHANGES cvs rdiff -u -r1.560 -r1.561 src/share/man/man4/Makefile cvs rdiff -u -r0 -r1.1 src/share/man/man4/hpacel.4 cvs rdiff -u -r1.322 -r1.323 src/sys/arch/amd64/conf/GENERIC cvs rdiff -u -r1.310 -r1.311 src/sys/arch/i386/conf/ALL cvs rdiff -u -r1.1037 -r1.1038 src/sys/arch/i386/conf/GENERIC cvs rdiff -u -r1.90 -r1.91 src/sys/dev/acpi/files.acpi cvs rdiff -u -r0 -r1.1 src/sys/dev/acpi/hpacel_acpi.c cvs rdiff -u -r1.74 -r1.75 src/sys/modules/Makefile cvs rdiff -u -r0 -r1.1 src/sys/modules/hpacel/Makefile \ src/sys/modules/hpacel/hpacel.ioconf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/locate/locate
Module Name:src Committed By: apb Date: Wed Jul 13 07:58:35 UTC 2011 Modified Files: src/usr.bin/locate/locate: updatedb.sh Log Message: Comments and white space changes, inspired by Greg Woods' remarks in PR 45130, but not directly copied from the patch in the PR. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/locate/locate/updatedb.sh 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: Wed Jul 13 08:38:16 UTC 2011 Modified Files: src/share/man/man4: hpacel.4 Log Message: Fix RCS Id. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/hpacel.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/acpi
Module Name:src Committed By: jruoho Date: Wed Jul 13 09:58:53 UTC 2011 Modified Files: src/sys/dev/acpi: acpi_bat.c Log Message: In revision 1.103 the serial number was used to determine whether the battery was changed to another one. However, this is unreliable as many vendors hardcode the serial number string in the DSDT. Thus, use the design capacity and voltage instead; these are likely read from the battery itself. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/sys/dev/acpi/acpi_bat.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/acpi
Module Name:src Committed By: jruoho Date: Wed Jul 13 10:59:36 UTC 2011 Modified Files: src/sys/dev/acpi: hpacel_acpi.c Log Message: Fix autoconf(9) attach message. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/acpi/hpacel_acpi.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: jruoho Date: Wed Jul 13 11:03:07 UTC 2011 Modified Files: src/share/man/man4: aps.4 Log Message: Xref hpacel(4). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/aps.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/stdio
Module Name:src Committed By: jruoho Date: Wed Jul 13 11:17:03 UTC 2011 Modified Files: src/tests/lib/libc/stdio: t_popen.c t_printf.c Log Message: Rename few test case names. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/stdio/t_popen.c cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/stdio/t_printf.c 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: uch Date: Wed Jul 13 12:18:22 UTC 2011 Modified Files: src/sys/fs/v7fs: v7fs_datablock.c Log Message: When filesize is zero, correctly return V7FS_ITERATOR_END To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 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/share/man/man4
Module Name:src Committed By: jruoho Date: Wed Jul 13 12:22:36 UTC 2011 Modified Files: src/share/man/man4: acpi.4 Log Message: Update. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/share/man/man4/acpi.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: uch Date: Wed Jul 13 12:22:49 UTC 2011 Modified Files: src/sys/fs/v7fs: v7fs_vnops.c Log Message: Fix inode update method. chown and chmod works. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/fs/v7fs/v7fs_vnops.c 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: uch Date: Wed Jul 13 12:28:57 UTC 2011 Modified Files: src/sys/fs/v7fs: v7fs_vnops.c Log Message: Fix readdir eofflag(bogus eofflags was setted). getcwd works. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/fs/v7fs/v7fs_vnops.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/arc/stand/boot
Module Name:src Committed By: mrg Date: Wed Jul 13 14:09:36 UTC 2011 Modified Files: src/sys/arch/arc/stand/boot: Makefile Log Message: build this as a o32 application. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arc/stand/boot/Makefile 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: jruoho Date: Wed Jul 13 14:31:40 UTC 2011 Modified Files: src/doc: CHANGES Log Message: Fix a typo in previous. To generate a diff of this commit: cvs rdiff -u -r1.1577 -r1.1578 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
Module Name:src Committed By: jakllsch Date: Wed Jul 13 14:34:45 UTC 2011 Modified Files: src/sys/dev/usb: emdtv_dtv.c Log Message: Support XC3028 tuner in emdtv. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/usb/emdtv_dtv.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/usb
Module Name:src Committed By: jakllsch Date: Wed Jul 13 14:36:29 UTC 2011 Modified Files: src/sys/dev/usb: emdtv.c Log Message: emdtv(4): add Pinnacle PCTV 800E To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/usb/emdtv.c 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: dyoung Date: Wed Jul 13 15:32:57 UTC 2011 Modified Files: src/distrib/sets/lists/comp: md.algor src/sys/arch/algor/include: Makefile Log Message: Havard Eidnes points out that on algor we must not install any longer. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/distrib/sets/lists/comp/md.algor cvs rdiff -u -r1.12 -r1.13 src/sys/arch/algor/include/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/fs/sysvbfs
Module Name:src Committed By: njoly Date: Wed Jul 13 19:51:29 UTC 2011 Modified Files: src/sys/fs/sysvbfs: sysvbfs_vfsops.c Log Message: Add function name to a few debug messages. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/fs/sysvbfs/sysvbfs_vfsops.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/dtv
Module Name:src Committed By: jmcneill Date: Wed Jul 13 22:43:04 UTC 2011 Modified Files: src/sys/dev/dtv: dtv_buffer.c dtv_device.c dtv_ioctl.c dtvvar.h files.dtv Added Files: src/sys/dev/dtv: dtv_demux.c Log Message: add section filter support To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/dtv/dtv_buffer.c \ src/sys/dev/dtv/dtv_device.c cvs rdiff -u -r0 -r1.1 src/sys/dev/dtv/dtv_demux.c cvs rdiff -u -r1.2 -r1.3 src/sys/dev/dtv/dtv_ioctl.c cvs rdiff -u -r1.3 -r1.4 src/sys/dev/dtv/dtvvar.h cvs rdiff -u -r1.1 -r1.2 src/sys/dev/dtv/files.dtv Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/xf86-video-r128/dist/src
Module Name:xsrc Committed By: macallan Date: Wed Jul 13 22:43:04 UTC 2011 Modified Files: xsrc/external/mit/xf86-video-r128/dist/src: r128_driver.c Log Message: Rage 128 M3 can have DFP output To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \ xsrc/external/mit/xf86-video-r128/dist/src/r128_driver.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/modules/dtv
Module Name:src Committed By: jmcneill Date: Wed Jul 13 22:43:33 UTC 2011 Modified Files: src/sys/modules/dtv: Makefile Log Message: build dtv_demux.c To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/modules/dtv/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/wsfb
Module Name:src Committed By: macallan Date: Wed Jul 13 22:47:29 UTC 2011 Modified Files: src/sys/dev/wsfb: genfb.c genfbvar.h Log Message: use callbacks that match the ioctl() interface to control backlight To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/dev/wsfb/genfb.c cvs rdiff -u -r1.20 -r1.21 src/sys/dev/wsfb/genfbvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/macppc/macppc
Module Name:src Committed By: macallan Date: Wed Jul 13 22:50:11 UTC 2011 Modified Files: src/sys/arch/macppc/macppc: machdep.c Log Message: follow genfb changes in backlight control To generate a diff of this commit: cvs rdiff -u -r1.159 -r1.160 src/sys/arch/macppc/macppc/machdep.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/dtv
Module Name:src Committed By: jmcneill Date: Wed Jul 13 22:50:24 UTC 2011 Modified Files: src/sys/dev/dtv: dtv_demux.c Log Message: dtv_demux_write: make sure to unlock muted in all error paths To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/dtv/dtv_demux.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/dtv
Module Name:src Committed By: jmcneill Date: Wed Jul 13 22:51:10 UTC 2011 Modified Files: src/sys/dev/dtv: dtv_device.c Log Message: add missing mutex_destroy on detach To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/dtv/dtv_device.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/macppc
Module Name:src Committed By: macallan Date: Wed Jul 13 22:54:33 UTC 2011 Modified Files: src/sys/arch/macppc/conf: files.macppc src/sys/arch/macppc/macppc: machdep.c Added Files: src/sys/arch/macppc/macppc: static_edid.c static_edid.h Log Message: provide EDID blocks for hardware where we know the parameters but neither the firmware nor DDC provide any. So far there's only a parameter block for the PowerBook Pismo's built-in TFT, now Xorg works out of the box without config. The same parameter block will probably do the right thing on Lombard, PDQ and TFT-equipped Wallstreet PowerBooks. To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/sys/arch/macppc/conf/files.macppc cvs rdiff -u -r1.160 -r1.161 src/sys/arch/macppc/macppc/machdep.c cvs rdiff -u -r0 -r1.1 src/sys/arch/macppc/macppc/static_edid.c \ src/sys/arch/macppc/macppc/static_edid.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/dtv
Module Name:src Committed By: jmcneill Date: Wed Jul 13 23:16:55 UTC 2011 Modified Files: src/sys/dev/dtv: dtvio_frontend.h Log Message: fe_sec_voltage_t: add SEC_VOLTAGE_OFF To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/dtv/dtvio_frontend.h 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: joerg Date: Wed Jul 13 23:48:30 UTC 2011 Modified Files: src/external/bsd/llvm: Makefile.inc src/external/bsd/llvm/bin/clang: Makefile src/external/bsd/llvm/bin/llc: Makefile src/external/bsd/llvm/bin/llvm-mc: Makefile src/external/bsd/llvm/bin/tblgen: Makefile src/external/bsd/llvm/lib: Makefile src/external/bsd/llvm/lib/libLLVMARMCodeGen: Makefile src/external/bsd/llvm/lib/libLLVMCore: Makefile src/external/bsd/llvm/lib/libLLVMRuntimeDyld: Makefile src/external/bsd/llvm/lib/libLLVMipo: Makefile src/external/bsd/llvm/lib/libclangFrontend: Makefile Added Files: src/external/bsd/llvm/lib/libLLVMMipsAsmPrinter: Makefile src/tools/llvm-lib/libLLVMMipsAsmPrinter: Makefile src/tools/llvm-lib/libLLVMX86MCTargetDesc: Makefile Log Message: Update to LLVM/Clang r135100 to get past the type system rewrite. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/external/bsd/llvm/Makefile.inc cvs rdiff -u -r1.11 -r1.12 src/external/bsd/llvm/bin/clang/Makefile cvs rdiff -u -r1.7 -r1.8 src/external/bsd/llvm/bin/llc/Makefile cvs rdiff -u -r1.7 -r1.8 src/external/bsd/llvm/bin/llvm-mc/Makefile cvs rdiff -u -r1.5 -r1.6 src/external/bsd/llvm/bin/tblgen/Makefile cvs rdiff -u -r1.13 -r1.14 src/external/bsd/llvm/lib/Makefile cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/lib/libLLVMARMCodeGen/Makefile cvs rdiff -u -r1.4 -r1.5 src/external/bsd/llvm/lib/libLLVMCore/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/libLLVMMipsAsmPrinter/Makefile cvs rdiff -u -r1.1 -r1.2 \ src/external/bsd/llvm/lib/libLLVMRuntimeDyld/Makefile cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/libLLVMipo/Makefile cvs rdiff -u -r1.4 -r1.5 src/external/bsd/llvm/lib/libclangFrontend/Makefile cvs rdiff -u -r0 -r1.1 src/tools/llvm-lib/libLLVMMipsAsmPrinter/Makefile cvs rdiff -u -r0 -r1.1 src/tools/llvm-lib/libLLVMX86MCTargetDesc/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/dtv
Module Name:src Committed By: jmcneill Date: Thu Jul 14 01:37:09 UTC 2011 Modified Files: src/sys/dev/dtv: dtv_demux.c Log Message: sections can't be > 4KB To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/dtv/dtv_demux.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/sys
Module Name:src Committed By: jruoho Date: Thu Jul 14 04:59:14 UTC 2011 Modified Files: src/tests/lib/libc/sys: t_getcontext.c Log Message: Adjust. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/sys/t_getcontext.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/etc/etc.evbmips
Module Name:src Committed By: matt Date: Thu Jul 14 05:31:16 UTC 2011 Modified Files: src/etc/etc.evbmips: Makefile.inc Log Message: Don't build 64bit kernel for evbmips-el To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/etc/etc.evbmips/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/string
Module Name:src Committed By: jruoho Date: Thu Jul 14 05:46:04 UTC 2011 Modified Files: src/tests/lib/libc/string: t_memchr.c t_memcpy.c t_strcat.c Log Message: Add few simple test cases. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/string/t_memchr.c \ src/tests/lib/libc/string/t_strcat.c cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/string/t_memcpy.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/unzip
Module Name:src Committed By: wiz Date: Thu Jul 14 06:35:30 UTC 2011 Modified Files: src/usr.bin/unzip: unzip.c Log Message: Fix a logic error: when renaming a file, strip trailing \n from file name. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.bin/unzip/unzip.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.