svn commit: r198381 - head/sys/cam/scsi

2009-10-23 Thread Alexander Motin
Author: mav Date: Fri Oct 23 07:54:15 2009 New Revision: 198381 URL: http://svn.freebsd.org/changeset/base/198381 Log: Remove some obsoleted comments. Modified: head/sys/cam/scsi/scsi_da.c Modified: head/sys/cam/scsi/scsi_da.c

svn commit: r198382 - in head/sys/cam: . ata scsi

2009-10-23 Thread Alexander Motin
Author: mav Date: Fri Oct 23 08:27:55 2009 New Revision: 198382 URL: http://svn.freebsd.org/changeset/base/198382 Log: Replace most of priority numbers with defines. No logical changes. Modified: head/sys/cam/ata/ata_da.c head/sys/cam/ata/ata_xpt.c head/sys/cam/cam.h

svn commit: r198383 - head/etc/rc.d

2009-10-23 Thread Hiroki Sato
Author: hrs Date: Fri Oct 23 09:30:19 2009 New Revision: 198383 URL: http://svn.freebsd.org/changeset/base/198383 Log: Use double-quotation marks to fix the unexpanded variable issue. Spotted by: swell.k Modified: head/etc/rc.d/netoptions Modified: head/etc/rc.d/netoptions

svn commit: r198384 - head/sys/net80211

2009-10-23 Thread Rui Paulo
Author: rpaulo Date: Fri Oct 23 11:13:08 2009 New Revision: 198384 URL: http://svn.freebsd.org/changeset/base/198384 Log: The draft spec doesn't say beacon frames need to have a wildcard BSSID, so remove the mesh code necessary for that. MFC after:2 days Modified:

svn commit: r198385 - head/sys/cam

2009-10-23 Thread Alexander Motin
Author: mav Date: Fri Oct 23 11:26:58 2009 New Revision: 198385 URL: http://svn.freebsd.org/changeset/base/198385 Log: Fix the build. Modified: head/sys/cam/cam_xpt.c Modified: head/sys/cam/cam_xpt.c == ---

svn commit: r198386 - stable/8/lib/libusb

2009-10-23 Thread Andrew Thompson
Author: thompsa Date: Fri Oct 23 12:02:01 2009 New Revision: 198386 URL: http://svn.freebsd.org/changeset/base/198386 Log: MFC r198376 Prevent wraparound of the timeout variable. Submitted by: HPS Approved by: re (kib) Modified: stable/8/lib/libusb/ (props changed)

svn commit: r198389 - in head/sys: cam/ata conf modules/cam

2009-10-23 Thread Alexander Motin
Author: mav Date: Fri Oct 23 12:36:42 2009 New Revision: 198389 URL: http://svn.freebsd.org/changeset/base/198389 Log: MFp4: Move Port Multiplier support code out of ATA XPT into pmp periph driver. This is convinient, as PMP itself is a bus target and has own state. Added:

svn commit: r198390 - head/sys/dev/ahci

2009-10-23 Thread Alexander Motin
Author: mav Date: Fri Oct 23 13:07:22 2009 New Revision: 198390 URL: http://svn.freebsd.org/changeset/base/198390 Log: Revert interrupt reason check order back. ATAPI errors may set IF bit together with TFE. Modified: head/sys/dev/ahci/ahci.c Modified: head/sys/dev/ahci/ahci.c

svn commit: r198391 - head/sys/sys

2009-10-23 Thread John Baldwin
Author: jhb Date: Fri Oct 23 13:28:33 2009 New Revision: 198391 URL: http://svn.freebsd.org/changeset/base/198391 Log: Properly sort the intr_event_describe_handler() prototype. Submitted by: bde Modified: head/sys/sys/interrupt.h Modified: head/sys/sys/interrupt.h

svn commit: r198393 - head/sys/netinet

2009-10-23 Thread Robert Watson
Author: rwatson Date: Fri Oct 23 13:35:00 2009 New Revision: 198393 URL: http://svn.freebsd.org/changeset/base/198393 Log: Improve grammar in ip_input comment while attempting to maintain what might be its meaning. MFC after:3 days Modified: head/sys/netinet/ip_input.c Modified:

svn commit: r198394 - head/sys/cam

2009-10-23 Thread Alexander Motin
Author: mav Date: Fri Oct 23 13:39:30 2009 New Revision: 198394 URL: http://svn.freebsd.org/changeset/base/198394 Log: Make Retrying Command to be printed before actual retrying. It should make debug/error log a bit more readable. Modified: head/sys/cam/cam_periph.c Modified:

svn commit: r198397 - vendor/llvm/llvm-r84949

2009-10-23 Thread Roman Divacky
Author: rdivacky Date: Fri Oct 23 14:21:22 2009 New Revision: 198397 URL: http://svn.freebsd.org/changeset/base/198397 Log: Tag LLVM r84949. Added: vendor/llvm/llvm-r84949/ - copied from r198396, vendor/llvm/dist/ ___ svn-src-all@freebsd.org

svn commit: r198398 - in vendor/clang/dist: include/clang-c include/clang/AST include/clang/Analysis/PathSensitive include/clang/Analysis/Support include/clang/Basic include/clang/Frontend include/...

2009-10-23 Thread Roman Divacky
Author: rdivacky Date: Fri Oct 23 14:22:18 2009 New Revision: 198398 URL: http://svn.freebsd.org/changeset/base/198398 Log: Update clang to r84949. Added: vendor/clang/dist/include/clang/AST/TypeLocBuilder.h vendor/clang/dist/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/p4.cpp

svn commit: r198399 - vendor/clang/clang-r84949

2009-10-23 Thread Roman Divacky
Author: rdivacky Date: Fri Oct 23 14:22:51 2009 New Revision: 198399 URL: http://svn.freebsd.org/changeset/base/198399 Log: Tag clang r84949. Added: vendor/clang/clang-r84949/ - copied from r198398, vendor/clang/dist/ ___

svn commit: r198400 - head/sys/powerpc/aim

2009-10-23 Thread Nathan Whitehorn
Author: nwhitehorn Date: Fri Oct 23 14:27:40 2009 New Revision: 198400 URL: http://svn.freebsd.org/changeset/base/198400 Log: Do not map the trap vectors into the kernel's address space. They are only used in real mode and keeping them mapped only serves to make NULL a valid address, which

svn commit: r198403 - in vendor/llvm/dist/include/llvm: Config Support

2009-10-23 Thread Roman Divacky
Author: rdivacky Date: Fri Oct 23 14:36:14 2009 New Revision: 198403 URL: http://svn.freebsd.org/changeset/base/198403 Log: These files does not belong here. Deleted: vendor/llvm/dist/include/llvm/Config/AsmParsers.def vendor/llvm/dist/include/llvm/Config/AsmPrinters.def

svn commit: r198405 - stable/8/sbin/dhclient

2009-10-23 Thread Philip Paeps
Author: philip Date: Fri Oct 23 14:43:17 2009 New Revision: 198405 URL: http://svn.freebsd.org/changeset/base/198405 Log: MFC r198352 Make dhclient use bootpc (68) as the source port for unicast DHCPREQUEST packets instead of allowing the protocol stack to pick a random source

svn commit: r198406 - in head: lib/libc/gen tools/regression/lib/libc/gen

2009-10-23 Thread Jilles Tjoelker
Author: jilles Date: Fri Oct 23 14:50:11 2009 New Revision: 198406 URL: http://svn.freebsd.org/changeset/base/198406 Log: wordexp(3): fix some bugs with signals and long outputs * retry various system calls on EINTR * retry the rest after a short read (common if there is more than about 1K

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

2009-10-23 Thread Alexander Motin
Author: mav Date: Fri Oct 23 14:56:29 2009 New Revision: 198407 URL: http://svn.freebsd.org/changeset/base/198407 Log: MFp4: Do not differentiate 12/16 bytes ATAPI CCB formats when it is not needed. Modified: head/sys/dev/ata/ata-queue.c head/sys/dev/ata/atapi-cd.c

svn commit: r198408 - head/sys/kern

2009-10-23 Thread John Baldwin
Author: jhb Date: Fri Oct 23 15:09:51 2009 New Revision: 198408 URL: http://svn.freebsd.org/changeset/base/198408 Log: Don't bother copying the name of a kproc or kthread out into a temporary array just to pass that array to printf(). kproc and kthread names are NUL-terminated and can be

svn commit: r198409 - head/sys/sys

2009-10-23 Thread John Baldwin
Author: jhb Date: Fri Oct 23 15:10:41 2009 New Revision: 198409 URL: http://svn.freebsd.org/changeset/base/198409 Log: Style fix. Modified: head/sys/sys/ktrace.h Modified: head/sys/sys/ktrace.h == ---

svn commit: r198410 - stable/7/sbin/dhclient

2009-10-23 Thread Philip Paeps
Author: philip Date: Fri Oct 23 15:12:05 2009 New Revision: 198410 URL: http://svn.freebsd.org/changeset/base/198410 Log: MFC r198352 Make dhclient use bootpc (68) as the source port for unicast DHCPREQUEST packets instead of allowing the protocol stack to pick a random source

svn commit: r198411 - in head/sys: kern sys

2009-10-23 Thread John Baldwin
Author: jhb Date: Fri Oct 23 15:14:54 2009 New Revision: 198411 URL: http://svn.freebsd.org/changeset/base/198411 Log: - Fix several off-by-one errors when using MAXCOMLEN. The p_comm[] and td_name[] arrays are actually MAXCOMLEN + 1 in size and a few places that created shadow copies

svn commit: r198412 - stable/6/sbin/dhclient

2009-10-23 Thread Philip Paeps
Author: philip Date: Fri Oct 23 15:42:23 2009 New Revision: 198412 URL: http://svn.freebsd.org/changeset/base/198412 Log: MFC r198352 Make dhclient use bootpc (68) as the source port for unicast DHCPREQUEST packets instead of allowing the protocol stack to pick a random source

svn commit: r198413 - vendor/llvm/dist/lib/Transforms/IPO

2009-10-23 Thread Roman Divacky
Author: rdivacky Date: Fri Oct 23 15:58:05 2009 New Revision: 198413 URL: http://svn.freebsd.org/changeset/base/198413 Log: This was removed upstream. Deleted: vendor/llvm/dist/lib/Transforms/IPO/IndMemRemoval.cpp ___ svn-src-all@freebsd.org

svn commit: r198417 - head/sys/net

2009-10-23 Thread Robert Watson
Author: rwatson Date: Fri Oct 23 17:26:29 2009 New Revision: 198417 URL: http://svn.freebsd.org/changeset/base/198417 Log: Remove unneeded blank line from bpf_drvinit(). MFC after:3 days Modified: head/sys/net/bpf.c Modified: head/sys/net/bpf.c

svn commit: r198418 - in head/sys: netinet netinet6

2009-10-23 Thread Qing Li
Author: qingli Date: Fri Oct 23 18:27:34 2009 New Revision: 198418 URL: http://svn.freebsd.org/changeset/base/198418 Log: Use the correct option name in the preprocessor command to enable or disable diagnostic messages. Reviewed by: ru MFC after:3 days Modified:

svn commit: r198419 - head/sys/dev/fb

2009-10-23 Thread Jung-uk Kim
Author: jkim Date: Fri Oct 23 18:41:00 2009 New Revision: 198419 URL: http://svn.freebsd.org/changeset/base/198419 Log: - When we restore VESA state, try BIOS POST earlier. VESA restore state function may not work properly if we don't. Turn off hardware cursor as vesa_set_mode() does. -

svn commit: r198420 - in head/sys: boot/i386/zfsboot boot/zfs cddl/boot/zfs

2009-10-23 Thread Robert Noland
Author: rnoland Date: Fri Oct 23 18:44:53 2009 New Revision: 198420 URL: http://svn.freebsd.org/changeset/base/198420 Log: Correct some issues with zfs boot. - Teach it to read gang blocks. (essentially untested) If you see ZFS: gang block detected!, please let me know, so we

svn commit: r198421 - head/sys/dev/syscons

2009-10-23 Thread Jung-uk Kim
Author: jkim Date: Fri Oct 23 18:53:21 2009 New Revision: 198421 URL: http://svn.freebsd.org/changeset/base/198421 Log: Search for default 800x600 graphics mode from supported VESA mode list. Many video controllers do not support 800x600x24 mode any more. Modified:

svn commit: r198422 - head/sys/amd64/acpica

2009-10-23 Thread Jung-uk Kim
Author: jkim Date: Fri Oct 23 18:57:52 2009 New Revision: 198422 URL: http://svn.freebsd.org/changeset/base/198422 Log: Try hiding annoying text cursor after the video controller is reset. Modified: head/sys/amd64/acpica/acpi_wakecode.S Modified: head/sys/amd64/acpica/acpi_wakecode.S

svn commit: r198423 - head/sys/dev/fb

2009-10-23 Thread Jung-uk Kim
Author: jkim Date: Fri Oct 23 19:02:53 2009 New Revision: 198423 URL: http://svn.freebsd.org/changeset/base/198423 Log: Remove a redundant byte swapping in the previous commit. Modified: head/sys/dev/fb/vesa.c Modified: head/sys/dev/fb/vesa.c

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

2009-10-23 Thread John Baldwin
Author: jhb Date: Fri Oct 23 19:52:29 2009 New Revision: 198424 URL: http://svn.freebsd.org/changeset/base/198424 Log: MFC 198174: Close a race with caching of -ve name lookups in the NFS client. Specifically, clients only trust -ve cache entries while the directory remains unchanged and

svn commit: r198425 - in stable/7/sys: . contrib/pf nfsclient

2009-10-23 Thread John Baldwin
Author: jhb Date: Fri Oct 23 19:53:04 2009 New Revision: 198425 URL: http://svn.freebsd.org/changeset/base/198425 Log: MFC 198174: Close a race with caching of -ve name lookups in the NFS client. Specifically, clients only trust -ve cache entries while the directory remains unchanged and

svn commit: r198426 - head/sys/dev/siis

2009-10-23 Thread Alexander Motin
Author: mav Date: Fri Oct 23 21:33:26 2009 New Revision: 198426 URL: http://svn.freebsd.org/changeset/base/198426 Log: Reimplement device reset sequence in more controller-specific way. Modified: head/sys/dev/siis/siis.c Modified: head/sys/dev/siis/siis.c

svn commit: r198427 - head/sys/powerpc/aim

2009-10-23 Thread Nathan Whitehorn
Author: nwhitehorn Date: Fri Oct 23 21:36:33 2009 New Revision: 198427 URL: http://svn.freebsd.org/changeset/base/198427 Log: Add some more paranoia to setting HID registers, and update the AIM clock routines to work better with SMP. This makes SMP work fully and stably on an Xserve G5.

svn commit: r198428 - head/sys/powerpc/aim

2009-10-23 Thread Nathan Whitehorn
Author: nwhitehorn Date: Fri Oct 23 21:44:46 2009 New Revision: 198428 URL: http://svn.freebsd.org/changeset/base/198428 Log: Remove debugging printf that snuck in here. Pointy hat to:me Modified: head/sys/powerpc/aim/clock.c Modified: head/sys/powerpc/aim/clock.c

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

2009-10-23 Thread Joseph Koshy
Author: jkoshy Date: Sat Oct 24 01:58:10 2009 New Revision: 198432 URL: http://svn.freebsd.org/changeset/base/198432 Log: Only claim that the PMC_CLASS_IAF PMCs are supported by a CPU if there are PMCs on the CPU that belong to the class. Review and testing by:fabient Modified:

svn commit: r198433 - head/lib/libpmc

2009-10-23 Thread Joseph Koshy
Author: jkoshy Date: Sat Oct 24 04:11:40 2009 New Revision: 198433 URL: http://svn.freebsd.org/changeset/base/198433 Log: Not all Intel Core (TM) CPUs implement PMC_CLASS_IAF fixed-function counters. For such CPUs, use an alternate mapping of convenience names to events supported by

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

2009-10-23 Thread Ruslan Ermilov
Author: ru Date: Sat Oct 24 04:55:14 2009 New Revision: 198434 URL: http://svn.freebsd.org/changeset/base/198434 Log: MFC r198295: Random number generator initialization cleanup: - Introduce new SI_SUB_RANDOM point in boot sequence to make it clear from where one may start using