Re: svn commit: r254799 - in head/sys: dev/cas dev/hatm dev/iscsi_initiator dev/lge dev/mwl kern sys

2013-08-25 Thread Glen Barber
On Sat, Aug 24, 2013 at 04:57:44PM +, Andre Oppermann wrote: Author: andre Date: Sat Aug 24 16:57:44 2013 New Revision: 254799 URL: http://svnweb.freebsd.org/changeset/base/254799 Log: Add an mbuf pointer parameter to (*ext_free) to give the external free function access to the

Re: svn commit: r254824 - head/sys/dev/hwpmc

2013-08-25 Thread hiren panchasara
On Sat, Aug 24, 2013 at 7:07 PM, Adrian Chadd adr...@freebsd.org wrote: Author: adrian Date: Sun Aug 25 02:07:28 2013 New Revision: 254824 URL: http://svnweb.freebsd.org/changeset/base/254824 Log: Update the MEM_UOP_RETIRED PMC operation for sandy bridge and sandy bridge Xeon.

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

2013-08-25 Thread Joel Dahl
Author: joel (doc committer) Date: Sun Aug 25 06:58:51 2013 New Revision: 254825 URL: http://svnweb.freebsd.org/changeset/base/254825 Log: mdoc fixes. Modified: head/share/man/man9/pfil.9 Modified: head/share/man/man9/pfil.9

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

2013-08-25 Thread Joel Dahl
Author: joel (doc committer) Date: Sun Aug 25 06:59:30 2013 New Revision: 254826 URL: http://svnweb.freebsd.org/changeset/base/254826 Log: Remove EOL whitespace. Modified: head/share/man/man9/timeout.9 Modified: head/share/man/man9/timeout.9

svn commit: r254827 - head/etc/defaults

2013-08-25 Thread Jeremie Le Hen
Author: jlh Date: Sun Aug 25 07:46:18 2013 New Revision: 254827 URL: http://svnweb.freebsd.org/changeset/base/254827 Log: Move daily_status_security_noamd next to 200.chkmounts's variables. Modified: head/etc/defaults/periodic.conf Modified: head/etc/defaults/periodic.conf

svn commit: r254828 - head/sys/dev/usb/controller

2013-08-25 Thread Hans Petter Selasky
Author: hselasky Date: Sun Aug 25 08:42:50 2013 New Revision: 254828 URL: http://svnweb.freebsd.org/changeset/base/254828 Log: Bugfix: The endpoint profile should only be checked in device mode when allocating USB transfers and not in host mode. Reported by: George Mitchell

svn commit: r254829 - head/usr.sbin/periodic

2013-08-25 Thread Jeremie Le Hen
Author: jlh Date: Sun Aug 25 08:56:09 2013 New Revision: 254829 URL: http://svnweb.freebsd.org/changeset/base/254829 Log: Export a PERIODIC environment variable from periodic(8). This will allow periodic security scripts to know if they have been called in a daily or a weekly context.

svn commit: r254830 - head/sys/kern

2013-08-25 Thread Andre Oppermann
Author: andre Date: Sun Aug 25 09:40:15 2013 New Revision: 254830 URL: http://svnweb.freebsd.org/changeset/base/254830 Log: Adjust socow_iodone() after r254799. Sponsored by: The FreeBSD Foundation Modified: head/sys/kern/uipc_cow.c Modified: head/sys/kern/uipc_cow.c

svn commit: r254831 - head/sys/net

2013-08-25 Thread Andre Oppermann
Author: andre Date: Sun Aug 25 09:41:37 2013 New Revision: 254831 URL: http://svnweb.freebsd.org/changeset/base/254831 Log: Remove unnecessary setup of the m-pkthdr.header pointer. Sponsored by: The FreeBSD Foundation Modified: head/sys/net/if_fddisubr.c head/sys/net/if_iso88025subr.c

svn commit: r254832 - head/sys/ofed/drivers/net/mlx4

2013-08-25 Thread Andre Oppermann
Author: andre Date: Sun Aug 25 09:45:26 2013 New Revision: 254832 URL: http://svnweb.freebsd.org/changeset/base/254832 Log: Change m-pkthdr.header to m-pkthdr.PH_loc.ptr after r254804 to transiently store pointers to packet headers. Sponsored by: The FreeBSD Foundation Modified:

svn commit: r254833 - head/sys/dev/drm2

2013-08-25 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 25 09:46:03 2013 New Revision: 254833 URL: http://svnweb.freebsd.org/changeset/base/254833 Log: drm: Import Linux commit cd004b3f4cd4169815c82bf9e424fda06978898a Author: Shirish S s.shir...@samsung.com Date: Thu Aug 30 07:04:06 2012 + drm:

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

2013-08-25 Thread Andre Oppermann
Author: andre Date: Sun Aug 25 09:49:00 2013 New Revision: 254834 URL: http://svnweb.freebsd.org/changeset/base/254834 Log: For now limit printf(9) %x of the 64bit pkthdr.csum_flags field to 32bits. The upper 32bits are not occupied for now. Sponsored by: The FreeBSD Foundation

svn commit: r254835 - head/sys/dev/drm2

2013-08-25 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 25 09:53:00 2013 New Revision: 254835 URL: http://svnweb.freebsd.org/changeset/base/254835 Log: drm: Fix typo in KASSERT message: s/Dandling/Dangling/ Modified: head/sys/dev/drm2/drm_gem.c Modified: head/sys/dev/drm2/drm_gem.c

svn commit: r254836 - head/sys/dev/drm2

2013-08-25 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 25 09:58:31 2013 New Revision: 254836 URL: http://svnweb.freebsd.org/changeset/base/254836 Log: drm: Support gem_open_object() and gem_close_object() callbacks ... in struct drm_driver_info. Modified: head/sys/dev/drm2/drmP.h head/sys/dev/drm2/drm_gem.c

svn commit: r254837 - head/sys/dev/drm2

2013-08-25 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 25 10:01:59 2013 New Revision: 254837 URL: http://svnweb.freebsd.org/changeset/base/254837 Log: drm: Call gem_close_object driver callback from drm_gem_object_release_handle() This fixes leakage of bo_va for Cayman and following card generations. Modified:

svn commit: r254838 - head/sys/dev/drm2

2013-08-25 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 25 10:04:10 2013 New Revision: 254838 URL: http://svnweb.freebsd.org/changeset/base/254838 Log: drm: In drm_gem_name_create(), verify argument before acquiring lock Submitted by: J.R. Oldroyd j...@opal.com Modified: head/sys/dev/drm2/drm_gem_names.c

svn commit: r254840 - head/sys/dev/drm2

2013-08-25 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 25 10:13:23 2013 New Revision: 254840 URL: http://svnweb.freebsd.org/changeset/base/254840 Log: drm: Use DRM_IF_MAJOR DRM_IF_MINOR from drm_core.h Modified: head/sys/dev/drm2/drm_ioctl.c Modified: head/sys/dev/drm2/drm_ioctl.c

svn commit: r254841 - head/sys/dev/drm2

2013-08-25 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 25 10:28:02 2013 New Revision: 254841 URL: http://svnweb.freebsd.org/changeset/base/254841 Log: drm: Import list_for_each_entry_safe_from() macro Modified: head/sys/dev/drm2/drm_linux_list.h Modified: head/sys/dev/drm2/drm_linux_list.h

svn commit: r254842 - in head/sys: compat/ndis dev/cas dev/hatm dev/if_ndis dev/iscsi_initiator dev/lge dev/mwl dev/wb kern sys

2013-08-25 Thread Andre Oppermann
Author: andre Date: Sun Aug 25 10:57:09 2013 New Revision: 254842 URL: http://svnweb.freebsd.org/changeset/base/254842 Log: Give (*ext_free) an int return value allowing for very sophisticated external mbuf buffer management capabilities in the future. For now only EXT_FREE_OK is defined

svn commit: r254845 - head/sys/arm/arm

2013-08-25 Thread Andrew Turner
Author: andrew Date: Sun Aug 25 11:21:03 2013 New Revision: 254845 URL: http://svnweb.freebsd.org/changeset/base/254845 Log: Add the unwind information to irq_entry so we can pass through it when unwinding the stack. Modified: head/sys/arm/arm/irq_dispatch.S Modified:

svn commit: r254847 - head/sys/arm/arm

2013-08-25 Thread Andrew Turner
Author: andrew Date: Sun Aug 25 11:23:38 2013 New Revision: 254847 URL: http://svnweb.freebsd.org/changeset/base/254847 Log: Add the frame information to cpu_switch to allow us to unwind out of it, for example when dumping threads in the kernel debugger. Modified: head/sys/arm/arm/swtch.S

svn commit: r254849 - in head: bin/sh tools/regression/bin/sh/builtins

2013-08-25 Thread Jilles Tjoelker
Author: jilles Date: Sun Aug 25 11:42:53 2013 New Revision: 254849 URL: http://svnweb.freebsd.org/changeset/base/254849 Log: sh: Recognize -- as end of options in alias builtin. Aliases starting with - (which are non-POSIX) will need to be preceded by an alias not starting with - or the

Re: svn commit: r254824 - head/sys/dev/hwpmc

2013-08-25 Thread Adrian Chadd
Ah, damnit! Thanks for catching that. Sorry, normally I use editor macros to catch this, but for some reason, the I'm over 80 columns wide macro isn't in vim. Let me fix this. -adrian On 24 August 2013 23:56, hiren panchasara hi...@freebsd.org wrote: On Sat, Aug 24, 2013 at 7:07 PM,

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

2013-08-25 Thread Adrian Chadd
Author: adrian Date: Sun Aug 25 12:02:20 2013 New Revision: 254850 URL: http://svnweb.freebsd.org/changeset/base/254850 Log: Fix a 80 character long line, introduced in my previous commit. Noticed by: hiren Modified: head/sys/dev/hwpmc/hwpmc_core.c Modified:

svn commit: r254851 - in head/contrib/llvm/tools/lldb/source: . Plugins/Process/gdb-remote

2013-08-25 Thread Ed Maste
Author: emaste Date: Sun Aug 25 12:07:34 2013 New Revision: 254851 URL: http://svnweb.freebsd.org/changeset/base/254851 Log: Disable lldb target support not (currently) of interest - Remote iOS debugging - OS X symbol provider, core files - PECOFF object files - Linux platform

Re: svn commit: r251370 - head/sys/arm/arm

2013-08-25 Thread Andrew Turner
On Tue, 4 Jun 2013 09:21:18 + (UTC) Grzegorz Bernacki g...@freebsd.org wrote: Author: gber Date: Tue Jun 4 09:21:18 2013 New Revision: 251370 URL: http://svnweb.freebsd.org/changeset/base/251370 Log: Implement pmap_copy() for ARMv6/v7. Copy the given range of mappings from

svn commit: r254853 - head/sys/dev/drm2

2013-08-25 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 25 12:27:15 2013 New Revision: 254853 URL: http://svnweb.freebsd.org/changeset/base/254853 Log: drm: Import drm_fixed.h from Linux 3.8 Added: head/sys/dev/drm2/drm_fixed.h (contents, props changed) Added: head/sys/dev/drm2/drm_fixed.h

Re: svn commit: r251370 - head/sys/arm/arm

2013-08-25 Thread Zbigniew Bodek
2013/8/25 Andrew Turner and...@fubar.geek.nz On Tue, 4 Jun 2013 09:21:18 + (UTC) Grzegorz Bernacki g...@freebsd.org wrote: Author: gber Date: Tue Jun 4 09:21:18 2013 New Revision: 251370 URL: http://svnweb.freebsd.org/changeset/base/251370 Log: Implement pmap_copy() for

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

2013-08-25 Thread Michael Tuexen
Author: tuexen Date: Sun Aug 25 12:44:03 2013 New Revision: 254854 URL: http://svnweb.freebsd.org/changeset/base/254854 Log: Provide human readable debug output. Modified: head/sys/netinet/sctp_input.c head/sys/netinet6/sctp6_usrreq.c Modified: head/sys/netinet/sctp_input.c

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

2013-08-25 Thread Adrian Chadd
Author: adrian Date: Sun Aug 25 12:58:34 2013 New Revision: 254855 URL: http://svnweb.freebsd.org/changeset/base/254855 Log: Update the mis-predicted branch PMC names (for sandy bridge) to not clash. The SDM (June 2013) tables on these are rather confusing. Yes, they assign the same

svn commit: r254857 - head/sys/sys

2013-08-25 Thread Andre Oppermann
Author: andre Date: Sun Aug 25 13:30:37 2013 New Revision: 254857 URL: http://svnweb.freebsd.org/changeset/base/254857 Log: Fix CSUM compatibility mapping. SCTP is a layer 4 protocol. Submitted by: tuexen Modified: head/sys/sys/mbuf.h Modified: head/sys/sys/mbuf.h

svn commit: r254858 - head/sys/dev/drm2

2013-08-25 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 25 14:27:14 2013 New Revision: 254858 URL: http://svnweb.freebsd.org/changeset/base/254858 Log: drm: Add missing bits to drmP.h, required by the Radeon driver Some of the FreeBSD-specific definitions are moved to drm_os_freebsd.h. But there's still work to

svn commit: r254860 - head/sys/dev/drm2

2013-08-25 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 25 14:33:49 2013 New Revision: 254860 URL: http://svnweb.freebsd.org/changeset/base/254860 Log: drm: Update drm_atomic.h, now that projects/atomic64 is in HEAD Submitted by: jkim@ Modified: head/sys/dev/drm2/drm_atomic.h Modified:

svn commit: r254861 - head/sys/dev/drm2/ttm

2013-08-25 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 25 14:39:51 2013 New Revision: 254861 URL: http://svnweb.freebsd.org/changeset/base/254861 Log: drm/ttm: Import Linux commit 63d0a4195560362e2e00a3ad38fc331d34e1da9b Author: Maarten Lankhorst maarten.lankho...@canonical.com Date: Tue Jan 15 14:56:37 2013

svn commit: r254862 - head/sys/dev/drm2/ttm

2013-08-25 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 25 14:41:22 2013 New Revision: 254862 URL: http://svnweb.freebsd.org/changeset/base/254862 Log: drm/ttm: Import Linux commit 7a1863084c9d90ce4b67d645bf9b0f1612e68f62 Author: Maarten Lankhorst maarten.lankho...@canonical.com Date: Tue Jan 15 14:56:48 2013

svn commit: r254863 - head/sys/dev/drm2/ttm

2013-08-25 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 25 14:47:22 2013 New Revision: 254863 URL: http://svnweb.freebsd.org/changeset/base/254863 Log: drm/ttm: Import Linux commit 5e45d7dfd74100d622f9cdc70bfd1f9fae1671de Author: Maarten Lankhorst maarten.lankho...@canonical.com Date: Tue Jan 15 14:57:05 2013

svn commit: r254864 - head/sys/dev/drm2/ttm

2013-08-25 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 25 14:52:20 2013 New Revision: 254864 URL: http://svnweb.freebsd.org/changeset/base/254864 Log: drm/ttm: Import Linux commit f2d476a110bc24fde008698ae9018c99e803e25c Author: Maarten Lankhorst maarten.lankho...@canonical.com Date: Tue Jan 15 14:57:10 2013

svn commit: r254865 - head/sys/dev/drm2/ttm

2013-08-25 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 25 14:53:39 2013 New Revision: 254865 URL: http://svnweb.freebsd.org/changeset/base/254865 Log: drm/ttm: Import Linux commit cc4c0c4de3c775be22072ec3251f2e581b63d9a0 Author: Maarten Lankhorst maarten.lankho...@canonical.com Date: Tue Jan 15 14:57:28 2013

svn commit: r254866 - head/sys/dev/drm2/ttm

2013-08-25 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 25 14:55:08 2013 New Revision: 254866 URL: http://svnweb.freebsd.org/changeset/base/254866 Log: drm/ttm: Import Linux commit 630541863b29f88c7ab34e647758344e4cd1eafd Author: Dave Airlie airl...@gmail.com Date: Wed Jan 16 14:25:44 2013 +1000 ttm:

svn commit: r254870 - head/sys/dev/drm2/ttm

2013-08-25 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 25 15:00:48 2013 New Revision: 254870 URL: http://svnweb.freebsd.org/changeset/base/254870 Log: drm/ttm: Make ttm_bo_wait() call uninterruptible in page fault handler This fixes a crash where a SIGLALRM, heavily used by X.Org, would interrupt the wait,

svn commit: r254873 - head/sys/dev/drm2/ttm

2013-08-25 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 25 15:05:22 2013 New Revision: 254873 URL: http://svnweb.freebsd.org/changeset/base/254873 Log: drm/ttm: When removing a range of pages from a pool, remove all of them Submitted by: Mark Kettenis and Jonathan Gray from OpenBSD Approved by: kib@ Modified:

svn commit: r254874 - head/sys/dev/drm2/ttm

2013-08-25 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 25 15:06:48 2013 New Revision: 254874 URL: http://svnweb.freebsd.org/changeset/base/254874 Log: drm/ttm: Improve comment in ttm_bo_vm_ctor() about lack of ref acquisition Approved by: kib@ Modified: head/sys/dev/drm2/ttm/ttm_bo_vm.c Modified:

svn commit: r254875 - head/sys/dev/drm2/ttm

2013-08-25 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 25 15:12:26 2013 New Revision: 254875 URL: http://svnweb.freebsd.org/changeset/base/254875 Log: ttm: to_page-valid = VM_PAGE_BITS_ALL before vm_page_dirty(to_page) Approved by; kib@ Modified: head/sys/dev/drm2/ttm/ttm_tt.c Modified:

svn commit: r254876 - head/sys/dev/drm2/ttm

2013-08-25 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 25 15:15:55 2013 New Revision: 254876 URL: http://svnweb.freebsd.org/changeset/base/254876 Log: drm/ttm: Fix unmap of buffer object Add a new ttm_bo_release_mmap() function to unmap pages in a vm_object_t. Pages are freed when the buffer object is later

svn commit: r254877 - head/sys/dev/drm2/ttm

2013-08-25 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 25 15:26:45 2013 New Revision: 254877 URL: http://svnweb.freebsd.org/changeset/base/254877 Log: drm/ttm: Fix style in ttm_bo_release_mmap() Modified: head/sys/dev/drm2/ttm/ttm_bo_vm.c Modified: head/sys/dev/drm2/ttm/ttm_bo_vm.c

svn commit: r254878 - head/sys/dev/drm2/ttm

2013-08-25 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 25 15:29:23 2013 New Revision: 254878 URL: http://svnweb.freebsd.org/changeset/base/254878 Log: drm/ttm: Fix a reversed condition and add missing locks This allows to run OpenGL applications on at least two test machines with the Radeon driver.

svn commit: r254879 - head/sys/dev/drm2/ttm

2013-08-25 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 25 15:33:17 2013 New Revision: 254879 URL: http://svnweb.freebsd.org/changeset/base/254879 Log: drm/ttm: Remove unused VM_ALLOC_DMA32 define Modified: head/sys/dev/drm2/ttm/ttm_page_alloc.c Modified: head/sys/dev/drm2/ttm/ttm_page_alloc.c

svn commit: r254880 - in head/sys/dev/drm2: . ttm

2013-08-25 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 25 15:38:16 2013 New Revision: 254880 URL: http://svnweb.freebsd.org/changeset/base/254880 Log: drm: Use the new drm_atomic.h, following the merge of projects/atomic64 Submitted by: jkim@ Modified: head/sys/dev/drm2/drm_gem.c head/sys/dev/drm2/drm_irq.c

svn commit: r254883 - head/sys/dev/pci

2013-08-25 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 25 18:23:15 2013 New Revision: 254883 URL: http://svnweb.freebsd.org/changeset/base/254883 Log: vga_pci: Remove left-over debugging printf()'s Modified: head/sys/dev/pci/vga_pci.c Modified: head/sys/dev/pci/vga_pci.c

svn commit: r254887 - head/sys/sys

2013-08-25 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 25 20:01:21 2013 New Revision: 254887 URL: http://svnweb.freebsd.org/changeset/base/254887 Log: Bump __FreeBSD_version to 151 after Radeon KMS driver import Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h

svn commit: r254888 - in head: sys/sys tools/regression/file/fcntlflags

2013-08-25 Thread Jilles Tjoelker
Author: jilles Date: Sun Aug 25 21:52:04 2013 New Revision: 254888 URL: http://svnweb.freebsd.org/changeset/base/254888 Log: Fix fcntl F_GETFL F_SETFL for files opened execute-only (O_EXEC). The FFLAGS and OFLAGS now work correctly also for files opened with O_EXEC. Except possibly fuse,

svn commit: r254889 - in head: cddl/lib/libdtrace sys/conf sys/netinet sys/netinet6

2013-08-25 Thread Mark Johnston
Author: markj Date: Sun Aug 25 21:54:41 2013 New Revision: 254889 URL: http://svnweb.freebsd.org/changeset/base/254889 Log: Implement the ip, tcp, and udp DTrace providers. The probe definitions use dynamic translation so that their arguments match the definitions for these providers in

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

2013-08-25 Thread Jeremie Le Hen
Hi Xin, On Tue, Aug 20, 2013 at 10:31:14PM +, Xin LI wrote: Author: delphij Date: Tue Aug 20 22:31:13 2013 New Revision: 254585 URL: http://svnweb.freebsd.org/changeset/base/254585 Log: MFV r254220: Illumos ZFS issues: 4039 zfs_rename()/zfs_link() needs stronger test for

svn commit: r254893 - head/sys/netinet

2013-08-25 Thread Mark Johnston
Author: markj Date: Mon Aug 26 00:28:57 2013 New Revision: 254893 URL: http://svnweb.freebsd.org/changeset/base/254893 Log: The second last argument of udp:::receive is supposed to contain the connection state, not the IP header. X-MFC with: r254889 Modified: