svn commit: r205727 - in head/sys: ia64/conf modules

2010-03-26 Thread Marcel Moolenaar
Author: marcel Date: Sat Mar 27 06:53:11 2010 New Revision: 205727 URL: http://svn.freebsd.org/changeset/base/205727 Log: Bring up-to-date: o Switch to ITANIUM2 has the cpu. This has absolutely no effect on the code, but makes for a better example. o Drop COMPAT_FREEBSD6. We're tie

svn commit: r205726 - in head/sys/ia64: ia64 include

2010-03-26 Thread Marcel Moolenaar
Author: marcel Date: Sat Mar 27 05:40:50 2010 New Revision: 205726 URL: http://svn.freebsd.org/changeset/base/205726 Log: Implement interrupt to CPU binding. Assign interrupts to CPUs in a round-robin fashion, starting with the highest priority interrupt on the highest-numbered CPU and cycli

svn commit: r205724 - head

2010-03-26 Thread Marcel Moolenaar
== --- head/ObsoleteFiles.inc Sat Mar 27 03:15:34 2010(r205723) +++ head/ObsoleteFiles.inc Sat Mar 27 03:17:39 2010(r205724) @@ -14,11 +14,14 @@ # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last. # +# 20100326: [ia64] removed +.if ${TARGET_ARCH

svn commit: r205723 - in head/sys/ia64: ia64 include

2010-03-26 Thread Marcel Moolenaar
Author: marcel Date: Sat Mar 27 03:15:34 2010 New Revision: 205723 URL: http://svn.freebsd.org/changeset/base/205723 Log: Remove nx_pcibus from the nexus resource. Nexus is not involved with PCI busses. Remove nexus_read_ivar() and nexus_write_ivar() to give default behaviour. Remove as wel

Re: svn commit: r205710 - head/gnu/usr.bin/gdb

2010-03-26 Thread Marcel Moolenaar
On Mar 26, 2010, at 7:16 PM, M. Warner Losh wrote: > In message: <201003261940.o2qjery1041...@svn.freebsd.org> >Marcel Moolenaar writes: > : Author: marcel > : Date: Fri Mar 26 19:40:53 2010 > : New Revision: 205710 > : URL: http://svn.freebsd.org/changeset/base/205710 > : > : Log:

Re: svn commit: r205710 - head/gnu/usr.bin/gdb

2010-03-26 Thread M. Warner Losh
In message: <201003261940.o2qjery1041...@svn.freebsd.org> Marcel Moolenaar writes: : Author: marcel : Date: Fri Mar 26 19:40:53 2010 : New Revision: 205710 : URL: http://svn.freebsd.org/changeset/base/205710 : : Log: : Handle cross-builds for gdbserver. Cross-builds outside the nor

svn commit: r205720 - in head/sys: dev/ixgbe modules/ixgbe

2010-03-26 Thread Jack F Vogel
Author: jfv Date: Sat Mar 27 00:21:40 2010 New Revision: 205720 URL: http://svn.freebsd.org/changeset/base/205720 Log: Update the driver to Intel version 2.1.6 - add some new hardware support for 82599 - Big change to interrupt architecture, it now uses a queue which co

svn commit: r205713 - in head/sys/ia64: ia64 include

2010-03-26 Thread Marcel Moolenaar
Author: marcel Date: Fri Mar 26 21:22:02 2010 New Revision: 205713 URL: http://svn.freebsd.org/changeset/base/205713 Log: Rename disable_intr() to ia64_disable_intr() and rename enable_intr() to ia64_enable_intr(). This reduces confusion with intr_disable() and intr_restore(). Have conf

svn commit: r205712 - head/sys/dev/isp

2010-03-26 Thread Matt Jacob
Author: mjacob Date: Fri Mar 26 20:22:18 2010 New Revision: 205712 URL: http://svn.freebsd.org/changeset/base/205712 Log: D'oh- isp_handle_index' logic was reversed (not used in FreeBSD). MFC after:1 week Modified: head/sys/dev/isp/isp_library.c Modified: head/sys/dev/isp/isp_librar

svn commit: r205711 - in head/gnu/usr.bin/gdb: . kgdb

2010-03-26 Thread Marcel Moolenaar
Author: marcel Date: Fri Mar 26 19:41:40 2010 New Revision: 205711 URL: http://svn.freebsd.org/changeset/base/205711 Log: Allow building a cross-kgdb for ia64. Modified: head/gnu/usr.bin/gdb/Makefile.inc head/gnu/usr.bin/gdb/kgdb/trgt_ia64.c Modified: head/gnu/usr.bin/gdb/Makefile.inc

svn commit: r205710 - head/gnu/usr.bin/gdb

2010-03-26 Thread Marcel Moolenaar
Author: marcel Date: Fri Mar 26 19:40:53 2010 New Revision: 205710 URL: http://svn.freebsd.org/changeset/base/205710 Log: Handle cross-builds for gdbserver. Modified: head/gnu/usr.bin/gdb/Makefile Modified: head/gnu/usr.bin/gdb/Makefile ===

svn commit: r205709 - in stable/7/sys: amd64/acpica i386/acpica

2010-03-26 Thread John Baldwin
Author: jhb Date: Fri Mar 26 19:00:17 2010 New Revision: 205709 URL: http://svn.freebsd.org/changeset/base/205709 Log: MFC 205332: Use the same policy for rejecting / not-reject ACPI tables with incorrect checksums as the base acpi(4) driver. This fixes a problem where the MADT parser wou

svn commit: r205708 - in stable/8/sys: amd64/acpica i386/acpica

2010-03-26 Thread John Baldwin
Author: jhb Date: Fri Mar 26 18:58:22 2010 New Revision: 205708 URL: http://svn.freebsd.org/changeset/base/205708 Log: MFC 205332: Use the same policy for rejecting / not-reject ACPI tables with incorrect checksums as the base acpi(4) driver. This fixes a problem where the MADT parser wou

svn commit: r205707 - in stable/7/sys: conf i386/conf i386/i386

2010-03-26 Thread John Baldwin
Author: jhb Date: Fri Mar 26 18:54:46 2010 New Revision: 205707 URL: http://svn.freebsd.org/changeset/base/205707 Log: MFC 204972: Make NKPT a kernel option on i386 so that it can be set to a non-default value from kernel config files. Modified: stable/7/sys/conf/options.i386 stable/7/s

svn commit: r205706 - in stable/8/sys: conf i386/conf i386/i386 i386/xen

2010-03-26 Thread John Baldwin
Author: jhb Date: Fri Mar 26 18:54:25 2010 New Revision: 205706 URL: http://svn.freebsd.org/changeset/base/205706 Log: MFC 204972: Make NKPT a kernel option on i386 so that it can be set to a non-default value from kernel config files. Modified: stable/8/sys/conf/options.i386 stable/8/s

svn commit: r205705 - head/sys/arm/xscale/ixp425

2010-03-26 Thread Rui Paulo
Author: rpaulo Date: Fri Mar 26 18:49:43 2010 New Revision: 205705 URL: http://svn.freebsd.org/changeset/base/205705 Log: Pass the correct pointer to fled_cb(). Modified: head/sys/arm/xscale/ixp425/cambria_fled.c Modified: head/sys/arm/xscale/ixp425/cambria_fled.c ===

svn commit: r205704 - in stable/7/sys: . cddl/contrib/opensolaris contrib/dev/acpica contrib/pf

2010-03-26 Thread John Baldwin
Author: jhb Date: Fri Mar 26 18:34:25 2010 New Revision: 205704 URL: http://svn.freebsd.org/changeset/base/205704 Log: Trim some broken mergeinfo. Modified: Directory Properties: stable/7/sys/ (props changed) stable/7/sys/cddl/contrib/opensolaris/ (props changed) stable/7/sys/contrib/

svn commit: r205703 - stable/8/sys

2010-03-26 Thread John Baldwin
Author: jhb Date: Fri Mar 26 18:25:26 2010 New Revision: 205703 URL: http://svn.freebsd.org/changeset/base/205703 Log: Cleanup some busted mergeinfo. Modified: Directory Properties: stable/8/sys/ (props changed) ___ svn-src-all@freebsd.org mailing

svn commit: r205702 - in head: . contrib/cpio gnu/usr.bin gnu/usr.bin/cpio share/man/man5 share/mk tools/build/mk tools/build/options usr.bin/cpio

2010-03-26 Thread Xin LI
== --- head/ObsoleteFiles.inc Fri Mar 26 16:45:21 2010(r205701) +++ head/ObsoleteFiles.inc Fri Mar 26 17:02:32 2010(r205702) @@ -14,6 +14,11 @@ # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last. # +# 20100326: gcpio removal +OLD_FILES+=usr/bin/gcpio

svn commit: r205701 - stable/8/gnu/usr.bin/cpio

2010-03-26 Thread Xin LI
Author: delphij Date: Fri Mar 26 16:45:21 2010 New Revision: 205701 URL: http://svn.freebsd.org/changeset/base/205701 Log: MFC r205630 (imp): This broke when we went to gnu99 as the default standard. Fix the build by reverting to the gnu89 standard. Modified: stable/8/gnu/usr.bin/cpio

svn commit: r205698 - head/sys/dev/isp

2010-03-26 Thread Matt Jacob
Author: mjacob Date: Fri Mar 26 15:13:31 2010 New Revision: 205698 URL: http://svn.freebsd.org/changeset/base/205698 Log: Clean up some printing stuff so that we can have a bit finer control on debug output. Add a new platform function requirement to allow for printing based upon the ITL nex

svn commit: r205697 - in stable/7/sys: . cddl/contrib/opensolaris contrib/dev/acpica contrib/pf sys

2010-03-26 Thread John Baldwin
Author: jhb Date: Fri Mar 26 14:52:58 2010 New Revision: 205697 URL: http://svn.freebsd.org/changeset/base/205697 Log: Fixup earlier merge so that svn will ignore glimpse and cscope files on all of the kernel source tree rather than sys/sys/. Modified: Directory Properties: stable/7/sys/

svn commit: r205696 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci sys

2010-03-26 Thread John Baldwin
Author: jhb Date: Fri Mar 26 14:43:43 2010 New Revision: 205696 URL: http://svn.freebsd.org/changeset/base/205696 Log: Fixup earlier merge so that svn will ignore glimpse and cscope files on all of the kernel source tree rather than sys/sys/. Modified: Directory Properties: stable/8/sys/

svn commit: r205695 - head/sys/compat/linprocfs

2010-03-26 Thread Alexander Leidinger
Author: netchild Date: Fri Mar 26 14:36:16 2010 New Revision: 205695 URL: http://svn.freebsd.org/changeset/base/205695 Log: Revert r205683 to resolve some code quality issues which do not affect the build or use of linprocfs, before committing the reworked patch again. Requested by: des

svn commit: r205694 - head/sys/dev/hwpmc

2010-03-26 Thread Fabien Thomas
Author: fabient Date: Fri Mar 26 14:35:48 2010 New Revision: 205694 URL: http://svn.freebsd.org/changeset/base/205694 Log: Handling SIGPIPE will cause deadlock/crash. Return an error immediatly in case of hard shutdown. MFC after: 3days Modified: head/sys/dev/hwpmc/hwpmc_logging.c Mod

svn commit: r205693 - head/usr.sbin/pmcstat

2010-03-26 Thread Fabien Thomas
Author: fabient Date: Fri Mar 26 14:29:57 2010 New Revision: 205693 URL: http://svn.freebsd.org/changeset/base/205693 Log: Do not overflow the term in the case of multi-line display. MFC after: 3days Modified: head/usr.sbin/pmcstat/pmcpl_calltree.c Modified: head/usr.sbin/pmcstat/pmcpl_

svn commit: r205692 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci net netinet/ipfw

2010-03-26 Thread John Baldwin
Author: jhb Date: Fri Mar 26 14:08:21 2010 New Revision: 205692 URL: http://svn.freebsd.org/changeset/base/205692 Log: Move mergeinfo for net/ and netinet/ipfw/ up to sys/. Modified: Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) st

svn commit: r205691 - stable/8/sys/dev/syscons/snake

2010-03-26 Thread Ivan Voras
Author: ivoras Date: Fri Mar 26 14:03:42 2010 New Revision: 205691 URL: http://svn.freebsd.org/changeset/base/205691 Log: MFC r204248,r204249 - "fancy snake_saver" with color coded load averages Modified: stable/8/sys/dev/syscons/snake/snake_saver.c Directory Properties: stable/8/sys/ (pr

svn commit: r205690 - in stable/7/sys: amd64/amd64 amd64/include i386/i386 i386/include

2010-03-26 Thread John Baldwin
Author: jhb Date: Fri Mar 26 13:50:19 2010 New Revision: 205690 URL: http://svn.freebsd.org/changeset/base/205690 Log: MFC 205214: - Extend the machine check record structure to include several fields useful for parsing model-specific and other fields in machine check events including

svn commit: r205689 - in stable/8/sys: amd64/amd64 amd64/include i386/i386 i386/include

2010-03-26 Thread John Baldwin
Author: jhb Date: Fri Mar 26 13:49:46 2010 New Revision: 205689 URL: http://svn.freebsd.org/changeset/base/205689 Log: MFC 205214: - Extend the machine check record structure to include several fields useful for parsing model-specific and other fields in machine check events including

Re: svn commit: r205683 - head/sys/compat/linprocfs

2010-03-26 Thread John Baldwin
On Friday 26 March 2010 7:43:15 am Alexander Leidinger wrote: > Author: netchild > Date: Fri Mar 26 11:43:15 2010 > New Revision: 205683 > URL: http://svn.freebsd.org/changeset/base/205683 > > Log: > Fix some bogus values in linprocfs. > > Submitted by: Petr Salinger > Verified on:

Re: svn commit: r205662 - in head/sys/boot/i386: boot2 gptboot zfsboot

2010-03-26 Thread John Baldwin
On Thursday 25 March 2010 9:30:54 pm Xin LI wrote: > Author: delphij > Date: Fri Mar 26 01:30:53 2010 > New Revision: 205662 > URL: http://svn.freebsd.org/changeset/base/205662 > > Log: > Our boot loader is capable of booting both i386 and amd64 kernels so > call it "x86" instead of "i386". >

Re: svn commit: r205683 - head/sys/compat/linprocfs

2010-03-26 Thread Petr Salinger
--- head/sys/compat/linprocfs/linprocfs.c (r205682) +++ head/sys/compat/linprocfs/linprocfs.c (r205683) @@ -110,13 +110,36 @@ __FBSDID("$FreeBSD$"); /* * Various conversion macros */ + +/* The LINUX_USER_HZ is assumed 100 for now */ + +#if defined(__i386__) && defined(__GNUCLIKE_ASM) +/* we

svn commit: r205688 - in stable/7/sys: amd64/include i386/include

2010-03-26 Thread John Baldwin
Author: jhb Date: Fri Mar 26 13:01:53 2010 New Revision: 205688 URL: http://svn.freebsd.org/changeset/base/205688 Log: MFC 205210,205448: Remove unneeded type specifiers from 64-bit constants. The compiler infers their natural type from the constants' values. Modified: stable/7/sys/amd64

svn commit: r205687 - in stable/8/sys: amd64/include i386/include

2010-03-26 Thread John Baldwin
Author: jhb Date: Fri Mar 26 13:01:30 2010 New Revision: 205687 URL: http://svn.freebsd.org/changeset/base/205687 Log: MFC 205210,205448: Remove unneeded type specifiers from 64-bit constants. The compiler infers their natural type from the constants' values. Modified: stable/8/sys/amd64

svn commit: r205686 - head

2010-03-26 Thread Dag-Erling Smorgrav
Author: des Date: Fri Mar 26 12:59:15 2010 New Revision: 205686 URL: http://svn.freebsd.org/changeset/base/205686 Log: Tighten my grip on pseudofs, procfs, linprocfs. Modified: head/MAINTAINERS Modified: head/MAINTAINERS ===

Re: svn commit: r205683 - head/sys/compat/linprocfs

2010-03-26 Thread Alexander Leidinger
Quoting Kostik Belousov (from Fri, 26 Mar 2010 13:49:25 +0200): On Fri, Mar 26, 2010 at 11:43:15AM +, Alexander Leidinger wrote: Author: netchild Date: Fri Mar 26 11:43:15 2010 New Revision: 205683 URL: http://svn.freebsd.org/changeset/base/205683 Log: Fix some bogus values in linproc

svn commit: r205685 - in stable/7/sys: . cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/mii

2010-03-26 Thread John Baldwin
Author: jhb Date: Fri Mar 26 12:53:46 2010 New Revision: 205685 URL: http://svn.freebsd.org/changeset/base/205685 Log: Move mergeinfo for dev/mii up to sys. Modified: Directory Properties: stable/7/sys/ (props changed) stable/7/sys/cddl/contrib/opensolaris/ (props changed) stable/7/sy

svn commit: r205684 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/mii dev/xen/xenpci net

2010-03-26 Thread John Baldwin
Author: jhb Date: Fri Mar 26 12:51:05 2010 New Revision: 205684 URL: http://svn.freebsd.org/changeset/base/205684 Log: Move mergeinfo for dev/mii up to sys. Modified: Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stable/8/sys/cddl/

Re: svn commit: r205683 - head/sys/compat/linprocfs

2010-03-26 Thread Kostik Belousov
On Fri, Mar 26, 2010 at 11:43:15AM +, Alexander Leidinger wrote: > Author: netchild > Date: Fri Mar 26 11:43:15 2010 > New Revision: 205683 > URL: http://svn.freebsd.org/changeset/base/205683 > > Log: > Fix some bogus values in linprocfs. > > Submitted by: Petr Salinger > Verif

svn commit: r205683 - head/sys/compat/linprocfs

2010-03-26 Thread Alexander Leidinger
Author: netchild Date: Fri Mar 26 11:43:15 2010 New Revision: 205683 URL: http://svn.freebsd.org/changeset/base/205683 Log: Fix some bogus values in linprocfs. Submitted by: Petr Salinger Verified on: GNU/kFreeBSD debian 8.0-1-686 (by submitter) PR: 144584 Modified: head/

svn commit: r205682 - head/sys/kern

2010-03-26 Thread Jaakko Heinonen
Author: jh Date: Fri Mar 26 11:33:12 2010 New Revision: 205682 URL: http://svn.freebsd.org/changeset/base/205682 Log: Support only LOOKUP operation for "/" in relookup() because lookup() can't succeed for CREATE, DELETE and RENAME. Discussed with: bde Modified: head/sys/kern/vfs_

svn commit: r205681 - in head/sys/dev/usb: . quirk

2010-03-26 Thread Alexander Leidinger
Author: netchild Date: Fri Mar 26 11:02:01 2010 New Revision: 205681 URL: http://svn.freebsd.org/changeset/base/205681 Log: - add some usb devices (scanner, printer, usb storage) - add quirks for the usb storage Reviewed by: hselasky Modified: head/sys/dev/usb/quirk/usb_quirk.c head

Re: svn commit: r205662 - in head/sys/boot/i386: boot2 gptboot zfsboot

2010-03-26 Thread Alexander Best
thanks a lot. :) were the following changes to the bootstrap loader left out on purpose? -- Alexander Best Index: sys/boot/i386/loader/Makefile === --- sys/boot/i386/loader/Makefile (revision 205658) +++ sys/boot/i386/loader/M

svn commit: r205680 - head/sys/dev/ata

2010-03-26 Thread Alexander Motin
Author: mav Date: Fri Mar 26 10:18:19 2010 New Revision: 205680 URL: http://svn.freebsd.org/changeset/base/205680 Log: Use last 16 bytes of serial number in metadata instead of first ones, same as Intel MatrixRAID does. PR: kern/124064 Modified: head/sys/dev/ata/ata-raid.c M

svn commit: r205679 - head/sys/conf

2010-03-26 Thread Alexander Leidinger
Author: netchild Date: Fri Mar 26 08:47:07 2010 New Revision: 205679 URL: http://svn.freebsd.org/changeset/base/205679 Log: Fix a typo in a comment. Modified: head/sys/conf/kmod.mk Modified: head/sys/conf/kmod.mk ==

svn commit: r205678 - head/sys/compat/linux

2010-03-26 Thread Alexander Leidinger
Author: netchild Date: Fri Mar 26 08:42:11 2010 New Revision: 205678 URL: http://svn.freebsd.org/changeset/base/205678 Log: Fix some problems which may lead to a panic: - right order of src and dst in memcpy - NULL out the clips after freeing to prevent an accident Noticed by: hsela

svn commit: r205675 - in head/sys/mips: include mips sibyte

2010-03-26 Thread Neel Natu
Author: neel Date: Fri Mar 26 07:15:27 2010 New Revision: 205675 URL: http://svn.freebsd.org/changeset/base/205675 Log: Replace sb_store64()/sb_load64() with mips3_sd()/mips3_ld() respectively. Obtained from NetBSD. Suggested by: jmallett@ Modified: head/sys/mips/include/cpufunc.h