svn commit: r226928 - head/sys/vm

2011-10-29 Thread Alan Cox
Author: alc Date: Sun Oct 30 05:06:14 2011 New Revision: 226928 URL: http://svn.freebsd.org/changeset/base/226928 Log: Eliminate vm_phys_bootstrap_alloc(). It was a failed attempt at eliminating duplicated code in the various pmap implementations. Micro-optimize vm_phys_free_pages().

svn commit: r226927 - head/usr.bin/calendar/calendars

2011-10-29 Thread Doug Barton
Author: dougb Date: Sun Oct 30 04:04:40 2011 New Revision: 226927 URL: http://svn.freebsd.org/changeset/base/226927 Log: Add birth date for Ken Thompson Add birth and death dates for Steve Jobs Update birth and add death date for Dennis Ritchie PR: bin/162157 Submitted by: N

svn commit: r226926 - stable/8/sys/kern

2011-10-29 Thread Rick Macklem
Author: rmacklem Date: Sun Oct 30 02:36:49 2011 New Revision: 226926 URL: http://svn.freebsd.org/changeset/base/226926 Log: MFC: r225537 Modify vfs_register() to use a hash calculation on vfc_name to set vfc_typenum, so that vfc_typenum doesn't change when file systems are loaded in differ

svn commit: r226925 - in head/sys: amd64/amd64 i386/i386 kern

2011-10-29 Thread Marcel Moolenaar
Author: marcel Date: Sun Oct 30 02:19:39 2011 New Revision: 226925 URL: http://svn.freebsd.org/changeset/base/226925 Log: Revert rev. 226893: subr_syscall.c is being included from C files and on amd64 with FREEBSD32 enabled, this means that systrace_probe_func gets defined twice. Modified:

svn commit: r226924 - in stable/7/sys: dev/lge dev/nve dev/pcn pci

2011-10-29 Thread Marius Strobl
Author: marius Date: Sun Oct 30 01:24:56 2011 New Revision: 226924 URL: http://svn.freebsd.org/changeset/base/226924 Log: MFC: r199560 - Hook into the existing stat timer to drive the transmit watchdog instead of using if_watchdog and if_timer. - Reorder detach to call ether_ifdetach(

svn commit: r226923 - in stable/8/sys/dev: lge nve pcn tl wb

2011-10-29 Thread Marius Strobl
Author: marius Date: Sun Oct 30 01:24:53 2011 New Revision: 226923 URL: http://svn.freebsd.org/changeset/base/226923 Log: MFC: r199560 - Hook into the existing stat timer to drive the transmit watchdog instead of using if_watchdog and if_timer. - Reorder detach to call ether_ifdetach(

svn commit: r226922 - in stable/7/sys/dev: cm ep fatm malo sn ti vx

2011-10-29 Thread Marius Strobl
Author: marius Date: Sun Oct 30 01:13:49 2011 New Revision: 226922 URL: http://svn.freebsd.org/changeset/base/226922 Log: MFC: r199559 - Add a private timer to drive the transmit watchdog instead of using if_watchdog and if_timer. - Fix some issues in detach for sn(4), ste(4), and ti(

svn commit: r226921 - in stable/8/sys/dev: cm ep fatm malo mwl sn ti vx

2011-10-29 Thread Marius Strobl
Author: marius Date: Sun Oct 30 01:13:47 2011 New Revision: 226921 URL: http://svn.freebsd.org/changeset/base/226921 Log: MFC: r199559 - Add a private timer to drive the transmit watchdog instead of using if_watchdog and if_timer. - Fix some issues in detach for sn(4), ste(4), and ti(

svn commit: r226919 - in stable/8/sys: dev/esp sparc64/sbus

2011-10-29 Thread Marius Strobl
Author: marius Date: Sat Oct 29 23:53:58 2011 New Revision: 226919 URL: http://svn.freebsd.org/changeset/base/226919 Log: MFC: r226381 Merge from NetBSD: - Remove clause 3 and 4 from TNF licenses. - Fix memset usage. - Various cleanup. - Kill caddr_t. Modified: stable/8/sys/dev/e

svn commit: r226918 - in stable/7/sys: dev/esp sparc64/sbus

2011-10-29 Thread Marius Strobl
Author: marius Date: Sat Oct 29 23:53:58 2011 New Revision: 226918 URL: http://svn.freebsd.org/changeset/base/226918 Log: MFC: r226381 Merge from NetBSD: - Remove clause 3 and 4 from TNF licenses. - Fix memset usage. - Various cleanup. - Kill caddr_t. Modified: stable/7/sys/dev/e

svn commit: r226917 - in stable/9/sys: dev/esp sparc64/sbus

2011-10-29 Thread Marius Strobl
Author: marius Date: Sat Oct 29 23:53:53 2011 New Revision: 226917 URL: http://svn.freebsd.org/changeset/base/226917 Log: MFC: r226381 Merge from NetBSD: - Remove clause 3 and 4 from TNF licenses. - Fix memset usage. - Various cleanup. - Kill caddr_t. Approved by: re (kib) Mo

svn commit: r226916 - in stable/7/sys/dev: aac asr hptiop mfi

2011-10-29 Thread Marius Strobl
Author: marius Date: Sat Oct 29 23:51:23 2011 New Revision: 226916 URL: http://svn.freebsd.org/changeset/base/226916 Log: MFC: r226350 Merge from r225950: Set the sense residual properly. Reviewed by: ken Modified: stable/7/sys/dev/aac/aac_cam.c stable/7/sys/dev/asr/asr.c

svn commit: r226915 - in stable/8/sys/dev: aac asr hptiop mfi

2011-10-29 Thread Marius Strobl
Author: marius Date: Sat Oct 29 23:51:21 2011 New Revision: 226915 URL: http://svn.freebsd.org/changeset/base/226915 Log: MFC: r226350 Merge from r225950: Set the sense residual properly. Reviewed by: ken Modified: stable/8/sys/dev/aac/aac_cam.c stable/8/sys/dev/asr/asr.c

svn commit: r226914 - stable/7/sys/dev/aac

2011-10-29 Thread Marius Strobl
Author: marius Date: Sat Oct 29 23:44:30 2011 New Revision: 226914 URL: http://svn.freebsd.org/changeset/base/226914 Log: MFC: r206534 Whitespace cleanup, in advance of next sync with Adaptec's driver. No functional change. Modified: stable/7/sys/dev/aac/aac.c stable/7/sys/dev/aac/a

svn commit: r226913 - stable/8/sys/dev/aac

2011-10-29 Thread Marius Strobl
Author: marius Date: Sat Oct 29 23:44:29 2011 New Revision: 226913 URL: http://svn.freebsd.org/changeset/base/226913 Log: MFC: r206534 Whitespace cleanup, in advance of next sync with Adaptec's driver. No functional change. Modified: stable/8/sys/dev/aac/aac.c stable/8/sys/dev/aac/a

svn commit: r226912 - in stable/7/sys/dev: esp sym

2011-10-29 Thread Marius Strobl
Author: marius Date: Sat Oct 29 23:27:36 2011 New Revision: 226912 URL: http://svn.freebsd.org/changeset/base/226912 Log: MFC: r226095 Merge from r225950: Set the sense residual properly. Reviewed by: ken Modified: stable/7/sys/dev/esp/ncr53c9x.c stable/7/sys/dev/sym/sym_hip

svn commit: r226911 - in stable/8/sys/dev: esp sym

2011-10-29 Thread Marius Strobl
Author: marius Date: Sat Oct 29 23:27:32 2011 New Revision: 226911 URL: http://svn.freebsd.org/changeset/base/226911 Log: MFC: r226095 Merge from r225950: Set the sense residual properly. Reviewed by: ken Modified: stable/8/sys/dev/esp/ncr53c9x.c stable/8/sys/dev/sym/sym_hip

svn commit: r226910 - in stable/9/sys/dev: aac asr hptiop mfi

2011-10-29 Thread Marius Strobl
Author: marius Date: Sat Oct 29 22:06:53 2011 New Revision: 226910 URL: http://svn.freebsd.org/changeset/base/226910 Log: Merge from r225950: Set the sense residual properly. Reviewed by: ken Approved by: re (kib) Modified: stable/9/sys/dev/aac/aac_cam.c stable/9/sys/dev/asr/a

svn commit: r226909 - head/usr.bin/calendar/calendars

2011-10-29 Thread Doug Barton
Author: dougb Date: Sat Oct 29 18:16:29 2011 New Revision: 226909 URL: http://svn.freebsd.org/changeset/base/226909 Log: Add a reminder about quarterly status report due dates Reviewed by: danger Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified: head/usr.bin/calendar

svn commit: r226908 - head/sbin/fdisk

2011-10-29 Thread John-Mark Gurney
Author: jmg Date: Sat Oct 29 17:30:57 2011 New Revision: 226908 URL: http://svn.freebsd.org/changeset/base/226908 Log: remove trailing whitespace... MFC after:1 week Modified: head/sbin/fdisk/fdisk.c Modified: head/sbin/fdisk/fdisk.c =

svn commit: r226907 - head/sbin/fdisk

2011-10-29 Thread John-Mark Gurney
Author: jmg Date: Sat Oct 29 17:28:59 2011 New Revision: 226907 URL: http://svn.freebsd.org/changeset/base/226907 Log: error if /boot/mbr is empty... This can happen on a system like arm that doesn't have a /boot/mbr, and you touch it to get past the previous error message... MFC after

svn commit: r226906 - stable/9/sys/kern

2011-10-29 Thread Marcel Moolenaar
Author: marcel Date: Sat Oct 29 16:38:04 2011 New Revision: 226906 URL: http://svn.freebsd.org/changeset/base/226906 Log: MFC r226673: Don't terminate the interactive root mount prompt on mount failure. This restores the previous behaviour. While here, match '?' and '.' inputs exactly and

svn commit: r226904 - in stable/9/sys/dev/usb: . controller

2011-10-29 Thread Hans Petter Selasky
Author: hselasky Date: Sat Oct 29 12:39:05 2011 New Revision: 226904 URL: http://svn.freebsd.org/changeset/base/226904 Log: MFC r226803: Fix suspend and resume of non-super-speed USB devices in the generic XHCI driver. There appears to be some minor logic missing for this feature to work.

svn commit: r226903 - head/sys/dev/usb

2011-10-29 Thread Hans Petter Selasky
Author: hselasky Date: Sat Oct 29 12:32:13 2011 New Revision: 226903 URL: http://svn.freebsd.org/changeset/base/226903 Log: Improve USB mass storage quirk auto detection. MFC after:3 days Modified: head/sys/dev/usb/usb_device.c head/sys/dev/usb/usb_msctest.c Modified: head/sys/dev

svn commit: r226900 - head/sys/dev/ath

2011-10-29 Thread Adrian Chadd
Author: adrian Date: Sat Oct 29 07:17:47 2011 New Revision: 226900 URL: http://svn.freebsd.org/changeset/base/226900 Log: Add some new ath(4) debugging bits, from my if_ath_tx 11n TX branch. Modified: head/sys/dev/ath/if_ath_debug.h Modified: head/sys/dev/ath/if_ath_debug.h =