svn commit: r228358 - head/share/man/man9

2011-12-09 Thread Jaakko Heinonen
Author: jh Date: Fri Dec 9 13:15:19 2011 New Revision: 228358 URL: http://svn.freebsd.org/changeset/base/228358 Log: - Fix markup. - Remove trailing whitespace. Modified: head/share/man/man9/sbuf.9 Modified: head/share/man/man9/sbuf.9

svn commit: r228359 - head/share/man/man9

2011-12-09 Thread Jaakko Heinonen
Author: jh Date: Fri Dec 9 13:28:41 2011 New Revision: 228359 URL: http://svn.freebsd.org/changeset/base/228359 Log: sbuf_data() hasn't returned NULL for overflowed buffers since r71721. Modified: head/share/man/man9/sbuf.9 Modified: head/share/man/man9/sbuf.9

svn commit: r228360 - head/sys/kern

2011-12-09 Thread Peter Holm
Author: pho Date: Fri Dec 9 17:19:41 2011 New Revision: 228360 URL: http://svn.freebsd.org/changeset/base/228360 Log: Move cpu_set_upcall(newtd, td) up before the first call of thread_free(newtd). This to avoid a possible page fault in cpu_thread_clean() as seen on amd64 with syscall

svn commit: r228361 - head/sys/fs/devfs

2011-12-09 Thread John Baldwin
Author: jhb Date: Fri Dec 9 17:49:34 2011 New Revision: 228361 URL: http://svn.freebsd.org/changeset/base/228361 Log: Explicitly use curthread while manipulating td_fpop during last close of a devfs file descriptor in devfs_close_f(). The passed in td argument may be NULL if the close was

svn commit: r228362 - head/sys/dev/et

2011-12-09 Thread Pyun YongHyeon
Author: yongari Date: Fri Dec 9 18:17:02 2011 New Revision: 228362 URL: http://svn.freebsd.org/changeset/base/228362 Log: Do not disable interrupt without knowing whether the raised interrupt is ours. Note, interrupts are automatically ACKed when the status register is read. Add RX/TX

svn commit: r228363 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2011-12-09 Thread Pawel Jakub Dawidek
Author: pjd Date: Fri Dec 9 18:22:57 2011 New Revision: 228363 URL: http://svn.freebsd.org/changeset/base/228363 Log: The vfs.zfs.txg.timeout sysctl can be safely modified at run time. MFC after:1 week Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/txg.c Modified:

svn commit: r228364 - in vendor/llvm/dist: docs lib/CodeGen lib/CodeGen/AsmPrinter lib/CodeGen/SelectionDAG lib/Target/ARM lib/Target/CppBackend lib/Target/Mips lib/Target/PowerPC lib/Target/X86 li...

2011-12-09 Thread Dimitry Andric
Author: dim Date: Fri Dec 9 18:27:22 2011 New Revision: 228364 URL: http://svn.freebsd.org/changeset/base/228364 Log: Vendor import of llvm 3.0 final release: http://llvm.org/svn/llvm-project/llvm/tags/RELEASE_30/final@145349 Added: vendor/llvm/dist/test/CodeGen/ARM/gv-stubs-crash.ll

svn commit: r228365 - vendor/llvm/llvm-r145349

2011-12-09 Thread Dimitry Andric
Author: dim Date: Fri Dec 9 18:30:06 2011 New Revision: 228365 URL: http://svn.freebsd.org/changeset/base/228365 Log: Tag llvm 3.0 final release. Added: vendor/llvm/llvm-r145349/ - copied from r228364, vendor/llvm/dist/ ___

svn commit: r228366 - in vendor/clang/dist: bindings/python/clang bindings/python/tests/cindex include/clang/Basic include/clang/Driver include/clang/Frontend lib/Basic lib/CodeGen lib/Driver lib/F...

2011-12-09 Thread Dimitry Andric
Author: dim Date: Fri Dec 9 18:30:42 2011 New Revision: 228366 URL: http://svn.freebsd.org/changeset/base/228366 Log: Vendor import of clang 3.0 final release: http://llvm.org/svn/llvm-project/cfe/tags/RELEASE_30/final@145349 Added: vendor/clang/dist/test/CodeGen/pr9614.c

svn commit: r228367 - vendor/clang/clang-r145349

2011-12-09 Thread Dimitry Andric
Author: dim Date: Fri Dec 9 18:31:22 2011 New Revision: 228367 URL: http://svn.freebsd.org/changeset/base/228367 Log: Tag clang 3.0 final release. Added: vendor/clang/clang-r145349/ - copied from r228366, vendor/clang/dist/ ___

svn commit: r228368 - head/sys/dev/et

2011-12-09 Thread Pyun YongHyeon
Author: yongari Date: Fri Dec 9 18:34:45 2011 New Revision: 228368 URL: http://svn.freebsd.org/changeset/base/228368 Log: Remove unnecessary definition of ET_PCIR_BAR. Controller support I/O memory only. While here, use pci_set_max_read_req(9) rather than directly manipulating PCIe

svn commit: r228370 - head/share/man/man4

2011-12-09 Thread Pyun YongHyeon
Author: yongari Date: Fri Dec 9 19:17:51 2011 New Revision: 228370 URL: http://svn.freebsd.org/changeset/base/228370 Log: After r228293, et(4) supports altq(4). Modified: head/share/man/man4/altq.4 head/share/man/man4/et.4 Modified: head/share/man/man4/altq.4

svn commit: r228372 - svnadmin/conf

2011-12-09 Thread Scott Long
Author: scottl Date: Fri Dec 9 20:09:36 2011 New Revision: 228372 URL: http://svn.freebsd.org/changeset/base/228372 Log: Welcome Jim Harris to FreeBSD. He and his team at Intel will be working on storage and chipset drivers for various Intel products. Approved by: core Modified:

svn commit: r228373 - head/share/misc

2011-12-09 Thread Jim Harris
Author: jimharris Date: Fri Dec 9 20:23:58 2011 New Revision: 228373 URL: http://svn.freebsd.org/changeset/base/228373 Log: Added jimharris. Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src.dot

svn commit: r228376 - head/sys/ddb

2011-12-09 Thread Konstantin Belousov
Author: kib Date: Fri Dec 9 20:41:54 2011 New Revision: 228376 URL: http://svn.freebsd.org/changeset/base/228376 Log: Typo. MFC after:3 days Modified: head/sys/ddb/db_thread.c Modified: head/sys/ddb/db_thread.c

svn commit: r228380 - head/sys/net

2011-12-09 Thread Brooks Davis
Author: brooks Date: Fri Dec 9 23:26:28 2011 New Revision: 228380 URL: http://svn.freebsd.org/changeset/base/228380 Log: Remove the unused if_free_type() function. X-MFC after: never Modified: head/sys/net/if.c head/sys/net/if_var.h Modified: head/sys/net/if.c

Re: svn commit: r227459 - in head/sys: dev/lmc net netgraph netinet

2011-12-09 Thread Brooks Davis
On Sat, Nov 12, 2011 at 04:33:36PM -0800, Ben Laurie wrote: On Fri, Nov 11, 2011 at 2:57 PM, Brooks Davis bro...@freebsd.org wrote: Author: brooks Date: Fri Nov 11 22:57:52 2011 New Revision: 227459 URL: http://svn.freebsd.org/changeset/base/227459 Log: ?In r191367 the need for

svn commit: r228381 - head/sys/dev/et

2011-12-09 Thread Pyun YongHyeon
Author: yongari Date: Fri Dec 9 23:37:55 2011 New Revision: 228381 URL: http://svn.freebsd.org/changeset/base/228381 Log: FreeBSD driver does not require arpcom structure in softc. Modified: head/sys/dev/et/if_etvar.h Modified: head/sys/dev/et/if_etvar.h

svn commit: r228383 - head/lib/clang/include/clang/Basic

2011-12-09 Thread Dimitry Andric
2011(r228382) +++ head/lib/clang/include/clang/Basic/Version.inc Sat Dec 10 01:01:44 2011(r228383) @@ -5,6 +5,6 @@ #defineCLANG_VERSION_MINOR 0 #defineCLANG_VENDORFreeBSD -#defineCLANG_VENDOR_SUFFIX 20111209 +#define

svn commit: r228384 - head/contrib/openpam/lib

2011-12-09 Thread Dag-Erling Smorgrav
Author: des Date: Sat Dec 10 01:44:24 2011 New Revision: 228384 URL: http://svn.freebsd.org/changeset/base/228384 Log: Add minimal validation of the service name to fend off at least one attack vector against applications that allow the applicant to specify which policy to apply.

svn commit: r228386 - head/sys/dev/e1000

2011-12-09 Thread Jack F Vogel
Author: jfv Date: Sat Dec 10 06:55:02 2011 New Revision: 228386 URL: http://svn.freebsd.org/changeset/base/228386 Log: Part 1 of two parts, this is the shared code changes in support of new deltas for both em and igb drivers. Note that I am not able to track all the bugs fixed in this

svn commit: r228387 - head/sys/dev/e1000

2011-12-09 Thread Jack F Vogel
Author: jfv Date: Sat Dec 10 07:08:52 2011 New Revision: 228387 URL: http://svn.freebsd.org/changeset/base/228387 Log: Part 2 of 2 New deltas for the 1G drivers. There have still been intermittent problems with apparent TX hangs for some customers. These have been problematic to