svn commit: r270780 - in head/etc: defaults rc.d

2014-08-29 Thread Hiroki Sato
Author: hrs Date: Fri Aug 29 06:23:00 2014 New Revision: 270780 URL: http://svnweb.freebsd.org/changeset/base/270780 Log: Fix rc.d/gssd script to define the default values in a standard way. Modified: head/etc/defaults/rc.conf head/etc/rc.d/gssd Modified: head/etc/defaults/rc.conf

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

2014-08-29 Thread Hiroki Sato
Author: hrs Date: Fri Aug 29 06:31:18 2014 New Revision: 270781 URL: http://svnweb.freebsd.org/changeset/base/270781 Log: - Add a warning message when an IPv6 address is specified with no prefixlen. - Use a parameter argument in jls(8) instead of doing grep. Modified: head/etc/rc.d/jail

Re: svn commit: r270771 - head/bin/dd

2014-08-29 Thread Glen Barber
On Fri, Aug 29, 2014 at 03:37:12PM +1000, Bruce Evans wrote: On Thu, 28 Aug 2014, Warner Losh wrote: Author: imp Date: Thu Aug 28 21:30:39 2014 New Revision: 270771 URL: http://svnweb.freebsd.org/changeset/base/270771 Log: Add canonical population of a disk / thumb drive from an image

svn commit: r270782 - in head/etc: defaults rc.d

2014-08-29 Thread Hiroki Sato
Author: hrs Date: Fri Aug 29 07:51:47 2014 New Revision: 270782 URL: http://svnweb.freebsd.org/changeset/base/270782 Log: Restructure rc.d scripts for kerberos5 daemons: - Rename $kerberos5_server_enable with $kdc_enable and rename rc.d/kerberos with rc.d/kdc. - Rename

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

2014-08-29 Thread Hiroki Sato
Author: hrs Date: Fri Aug 29 08:02:35 2014 New Revision: 270783 URL: http://svnweb.freebsd.org/changeset/base/270783 Log: Return false status only when adding a route is failed. It could erroneously return false due to an afexists() check loop in routing_start(). Modified:

svn commit: r270785 - head/sys/dev/vt

2014-08-29 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Fri Aug 29 08:16:31 2014 New Revision: 270785 URL: http://svnweb.freebsd.org/changeset/base/270785 Log: vt(4): Change vb_history_size from int to unsigned int CID: 1230002, 1230003 MFC after:1 week Modified: head/sys/dev/vt/vt.h

svn commit: r270786 - head/sys/dev/vt

2014-08-29 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Fri Aug 29 08:20:03 2014 New Revision: 270786 URL: http://svnweb.freebsd.org/changeset/base/270786 Log: vt(4): Indicate that KDSETRAD case falls through the next case CID: 1229953 MFC after:1 week Modified: head/sys/dev/vt/vt_core.c Modified:

Re: svn commit: r270759 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs vm

2014-08-29 Thread Steven Hartland
On Thursday 28 August 2014 17:30:17 Alan Cox wrote: On 08/28/2014 16:15, Matthew D. Fuller wrote: On Thu, Aug 28, 2014 at 10:11:39PM +0100 I heard the voice of Steven Hartland, and lo! it spake thus: Its very likely applicable to stable/9 although I've never used 9 myself, we jumped

svn commit: r270787 - stable/10/sys/kern

2014-08-29 Thread Konstantin Belousov
Author: kib Date: Fri Aug 29 08:33:32 2014 New Revision: 270787 URL: http://svnweb.freebsd.org/changeset/base/270787 Log: MFC r270320: Check the validity of struct sigaction sa_flags value, reject unknown flags. Modified: stable/10/sys/kern/kern_sig.c Directory Properties: stable/10/

svn commit: r270788 - stable/10/sys/kern

2014-08-29 Thread Konstantin Belousov
Author: kib Date: Fri Aug 29 08:38:34 2014 New Revision: 270788 URL: http://svnweb.freebsd.org/changeset/base/270788 Log: MFC r270321: Ensure that sigaction flags for signal, which disposition is reset to ignored or default, are not leaking. MFC r270504: Revert the handling of all

svn commit: r270789 - stable/10/sys/kern

2014-08-29 Thread Konstantin Belousov
Author: kib Date: Fri Aug 29 08:42:20 2014 New Revision: 270789 URL: http://svnweb.freebsd.org/changeset/base/270789 Log: MFC r270345: In do_lock_pi(), do not override error from umtxq_sleep_pi() when doing suspend check. Modified: stable/10/sys/kern/kern_umtx.c Directory Properties:

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

2014-08-29 Thread Konstantin Belousov
Author: kib Date: Fri Aug 29 09:02:01 2014 New Revision: 270795 URL: http://svnweb.freebsd.org/changeset/base/270795 Log: Add function and wrapper to switch lockmgr and vnode lock back to auto-promotion of shared to exclusive. Tested by:hrs, pho Sponsored by: The FreeBSD Foundation

svn commit: r270797 - head/sys/ufs/ufs

2014-08-29 Thread Konstantin Belousov
Author: kib Date: Fri Aug 29 09:04:24 2014 New Revision: 270797 URL: http://svnweb.freebsd.org/changeset/base/270797 Log: Direct access to the quota files, in particular, lookup, causes lock conflict with the quota metadata access. Mark quota vnode lock as recursive and always exclusive to

svn commit: r270798 - in head/libexec/rtld-elf: . amd64 arm i386 mips powerpc powerpc64 sparc64

2014-08-29 Thread Konstantin Belousov
Author: kib Date: Fri Aug 29 09:29:10 2014 New Revision: 270798 URL: http://svnweb.freebsd.org/changeset/base/270798 Log: IFUNC symbol type shall be processed for non-PLT relocations, e.g. when a global variable is initialized with a pointer to ifunc. Add symbol type check and call resolver

svn commit: r270799 - head/sys/dev/ixl

2014-08-29 Thread Bjoern A. Zeeb
Author: bz Date: Fri Aug 29 09:37:18 2014 New Revision: 270799 URL: http://svnweb.freebsd.org/changeset/base/270799 Log: First try on fixing some more compile errors without actually testing: - use proper __FreeBSD_version check and more importantly check for __am64__ to be defined.

svn commit: r270802 - in head/libexec/rtld-elf: . amd64 i386

2014-08-29 Thread Konstantin Belousov
Author: kib Date: Fri Aug 29 10:43:56 2014 New Revision: 270802 URL: http://svnweb.freebsd.org/changeset/base/270802 Log: Optimize r270798, only do the second pass over non-plt relocations when the first pass found IFUNCs. Sponsored by: The FreeBSD Foundation MFC after:2 weeks

svn commit: r270803 - head/libexec/rtld-elf

2014-08-29 Thread Konstantin Belousov
Author: kib Date: Fri Aug 29 10:44:58 2014 New Revision: 270803 URL: http://svnweb.freebsd.org/changeset/base/270803 Log: Document the whole settings needed to build a debug version of rtld. Sponsored by: The FreeBSD Foundation MFC after:3 days Modified:

svn commit: r270806 - head/sys/dev/ixl

2014-08-29 Thread Bjoern A. Zeeb
Author: bz Date: Fri Aug 29 12:40:01 2014 New Revision: 270806 URL: http://svnweb.freebsd.org/changeset/base/270806 Log: Properly handle prefetch only for amd64 and i386 as we do elsewhere. In general theraven is right that we should factr this out and provide a general and per-arch

svn commit: r270807 - head/sys/dev/ixl

2014-08-29 Thread Bjoern A. Zeeb
Author: bz Date: Fri Aug 29 12:45:14 2014 New Revision: 270807 URL: http://svnweb.freebsd.org/changeset/base/270807 Log: Properly place #ifdef INET and #ifdef INET6 around variable declarations and code to make the code compile. Give the function seems to be slightly mixed with csum and

svn commit: r270808 - head/sys/dev/ixl

2014-08-29 Thread Bjoern A. Zeeb
Author: bz Date: Fri Aug 29 12:48:38 2014 New Revision: 270808 URL: http://svnweb.freebsd.org/changeset/base/270808 Log: These functions are #defined to osdep specific names without the _mem extension. Provide prototypes for the actual implementations. Correct function arguments to match

svn commit: r270809 - in stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2014-08-29 Thread Xin LI
Author: delphij Date: Fri Aug 29 13:03:13 2014 New Revision: 270809 URL: http://svnweb.freebsd.org/changeset/base/270809 Log: MFC r270383: MFV r270198: Instead of using timestamp in the AVL, use the memory address when comparing. Illumos issue: 5095 panic when adding a

svn commit: r270810 - stable/10/sys/dev/hptnr

2014-08-29 Thread Xin LI
Author: delphij Date: Fri Aug 29 13:06:30 2014 New Revision: 270810 URL: http://svnweb.freebsd.org/changeset/base/270810 Log: MFC r270384: Update hptnr(4) driver to version 1.0.1 supplied by the vendor. v1.0.1 2014-8-19 * Do not retry the command and reset the disk when failed to

svn commit: r270811 - stable/10/sys/kern

2014-08-29 Thread Xin LI
Author: delphij Date: Fri Aug 29 13:12:45 2014 New Revision: 270811 URL: http://svnweb.freebsd.org/changeset/base/270811 Log: MFC r269963+269964: Re-instate UMA cached backend for 4K - 64K allocations. New consumers like geli(4) uses malloc(9) to allocate temporary buffers that gets

svn commit: r270812 - stable/6/share/zoneinfo

2014-08-29 Thread Sergey Kandaurov
Author: pluknet Date: Fri Aug 29 13:22:56 2014 New Revision: 270812 URL: http://svnweb.freebsd.org/changeset/base/270812 Log: MFC r270728, tzdata2014f - Parts of Russia will change times on 2014-10-26. - Time zone name changes for Asia/Novokuznetsk and Xinjiang and Samoa and

svn commit: r270813 - stable/7/share/zoneinfo

2014-08-29 Thread Sergey Kandaurov
Author: pluknet Date: Fri Aug 29 13:24:49 2014 New Revision: 270813 URL: http://svnweb.freebsd.org/changeset/base/270813 Log: MFC r270728, tzdata2014f - Parts of Russia will change times on 2014-10-26. - Time zone name changes for Asia/Novokuznetsk and Xinjiang and Samoa and

svn commit: r270814 - stable/8/share/zoneinfo

2014-08-29 Thread Sergey Kandaurov
Author: pluknet Date: Fri Aug 29 13:26:11 2014 New Revision: 270814 URL: http://svnweb.freebsd.org/changeset/base/270814 Log: MFC r270728, tzdata2014f - Parts of Russia will change times on 2014-10-26. - Time zone name changes for Asia/Novokuznetsk and Xinjiang and Samoa and

svn commit: r270815 - stable/9/contrib/tzdata

2014-08-29 Thread Sergey Kandaurov
Author: pluknet Date: Fri Aug 29 13:27:49 2014 New Revision: 270815 URL: http://svnweb.freebsd.org/changeset/base/270815 Log: MFC r270728, tzdata2014f - Parts of Russia will change times on 2014-10-26. - Time zone name changes for Asia/Novokuznetsk and Xinjiang and Samoa and

svn commit: r270816 - stable/9/sys/dev/hptnr

2014-08-29 Thread Xin LI
Author: delphij Date: Fri Aug 29 13:37:01 2014 New Revision: 270816 URL: http://svnweb.freebsd.org/changeset/base/270816 Log: MFC r270384: Update hptnr(4) driver to version 1.0.1 supplied by the vendor. v1.0.1 2014-8-19 * Do not retry the command and reset the disk when failed to

svn commit: r270817 - stable/10/contrib/tzdata

2014-08-29 Thread Sergey Kandaurov
Author: pluknet Date: Fri Aug 29 13:41:21 2014 New Revision: 270817 URL: http://svnweb.freebsd.org/changeset/base/270817 Log: MFC r270728, tzdata2014f - Parts of Russia will change times on 2014-10-26. - Time zone name changes for Asia/Novokuznetsk and Xinjiang and Samoa and

svn commit: r270818 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-08-29 Thread Sergey Kandaurov
Author: pluknet Date: Fri Aug 29 13:46:30 2014 New Revision: 270818 URL: http://svnweb.freebsd.org/changeset/base/270818 Log: Document r270817, tzdata2014f. Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

svn commit: r270819 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-08-29 Thread Glen Barber
Author: gjb Date: Fri Aug 29 13:56:10 2014 New Revision: 270819 URL: http://svnweb.freebsd.org/changeset/base/270819 Log: Bump revision ID after r270817 Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

svn commit: r270820 - head/sys/dev/ixl

2014-08-29 Thread Bjoern A. Zeeb
Author: bz Date: Fri Aug 29 14:38:57 2014 New Revision: 270820 URL: http://svnweb.freebsd.org/changeset/base/270820 Log: Try to also unbreak powerpc complaining about cast from pointer to integer of different size. MFC after:3 days X-MFC with: r270755 Modified:

svn commit: r270821 - head/sys/ofed/drivers/infiniband/ulp/sdp

2014-08-29 Thread Bjoern A. Zeeb
Author: bz Date: Fri Aug 29 14:47:05 2014 New Revision: 270821 URL: http://svnweb.freebsd.org/changeset/base/270821 Log: Forward declare struct kiocb, which is only used for an unsued function argument but not actually defined anywhere. This fixes the compile complaining about

Re: svn commit: r270759 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs vm

2014-08-29 Thread Bryan Drewery
On 8/28/2014 6:22 PM, Peter Wemm wrote: [...] vm_paging_needed(void) { return (vm_cnt.v_free_count + vm_cnt.v_cache_count vm_pageout_wakeup_thresh); } By the way there is a signed to unsigned comparison here. -- Regards, Bryan Drewery signature.asc Description: OpenPGP

Re: svn commit: r270803 - head/libexec/rtld-elf

2014-08-29 Thread Bryan Drewery
On 8/29/2014 5:44 AM, Konstantin Belousov wrote: Author: kib Date: Fri Aug 29 10:44:58 2014 New Revision: 270803 URL: http://svnweb.freebsd.org/changeset/base/270803 Log: Document the whole settings needed to build a debug version of rtld. Sponsored by: The FreeBSD

Re: svn commit: r270759 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs vm

2014-08-29 Thread Alan Cox
On 08/29/2014 03:32, Steven Hartland wrote: On Thursday 28 August 2014 17:30:17 Alan Cox wrote: On 08/28/2014 16:15, Matthew D. Fuller wrote: On Thu, Aug 28, 2014 at 10:11:39PM +0100 I heard the voice of Steven Hartland, and lo! it spake thus: Its very likely applicable to stable/9

Re: svn commit: r270806 - head/sys/dev/ixl

2014-08-29 Thread Konstantin Belousov
On Fri, Aug 29, 2014 at 12:40:01PM +, Bjoern A. Zeeb wrote: Author: bz Date: Fri Aug 29 12:40:01 2014 New Revision: 270806 URL: http://svnweb.freebsd.org/changeset/base/270806 Log: Properly handle prefetch only for amd64 and i386 as we do elsewhere. In general theraven is

Re: svn commit: r270745 - in head: bin/ps sys/compat/freebsd32 sys/kern sys/sys

2014-08-29 Thread John Baldwin
On Thursday, August 28, 2014 08:41:12 AM Mateusz Guzik wrote: Author: mjg Date: Thu Aug 28 08:41:11 2014 New Revision: 270745 URL: http://svnweb.freebsd.org/changeset/base/270745 Log: Return real parent pid in kinfo (used by e.g. ps) Add a separate field which exports tracer pid and

Re: svn commit: r270803 - head/libexec/rtld-elf

2014-08-29 Thread Konstantin Belousov
On Fri, Aug 29, 2014 at 09:57:31AM -0500, Bryan Drewery wrote: On 8/29/2014 5:44 AM, Konstantin Belousov wrote: Author: kib Date: Fri Aug 29 10:44:58 2014 New Revision: 270803 URL: http://svnweb.freebsd.org/changeset/base/270803 Log: Document the whole settings needed to build a

Re: svn commit: r270745 - in head: bin/ps sys/compat/freebsd32 sys/kern sys/sys

2014-08-29 Thread Mateusz Guzik
On Fri, Aug 29, 2014 at 01:17:45PM -0400, John Baldwin wrote: On Thursday, August 28, 2014 08:41:12 AM Mateusz Guzik wrote: Author: mjg Date: Thu Aug 28 08:41:11 2014 New Revision: 270745 URL: http://svnweb.freebsd.org/changeset/base/270745 Log: Return real parent pid in kinfo

Re: svn commit: r270806 - head/sys/dev/ixl

2014-08-29 Thread Bjoern A. Zeeb
On 29 Aug 2014, at 17:14 , Konstantin Belousov kostik...@gmail.com wrote: On Fri, Aug 29, 2014 at 12:40:01PM +, Bjoern A. Zeeb wrote: Author: bz Date: Fri Aug 29 12:40:01 2014 New Revision: 270806 URL: http://svnweb.freebsd.org/changeset/base/270806 Log: Properly handle prefetch

Re: svn commit: r270806 - head/sys/dev/ixl

2014-08-29 Thread Jack Vogel
I certainly agree that it would be a bit ridiculous to do 40G in a 32bit environment :) Jack On Fri, Aug 29, 2014 at 10:14 AM, Konstantin Belousov kostik...@gmail.com wrote: On Fri, Aug 29, 2014 at 12:40:01PM +, Bjoern A. Zeeb wrote: Author: bz Date: Fri Aug 29 12:40:01 2014 New

Re: svn commit: r269814 - head/sys/dev/xen/blkfront

2014-08-29 Thread Roger Pau Monné
El 28/08/14 a les 20.58, Alexander Motin ha escrit: On 28.08.2014 21:45, John-Mark Gurney wrote: Alexander Motin wrote this message on Thu, Aug 28, 2014 at 21:23 +0300: Hi, Roger. It looks to me like this commit does not work as it should. I got problem when I just tried `newfs /dev/ada0 ;

svn commit: r270822 - in head: sbin/ifconfig sys/dev/ixgbe sys/net sys/sys

2014-08-29 Thread Alexander V. Chernikov
Author: melifaro Date: Fri Aug 29 18:02:58 2014 New Revision: 270822 URL: http://svnweb.freebsd.org/changeset/base/270822 Log: * Add SIOCGI2C driver ioctl used to retrieve i2c info. * Convert ixgbe to use this ioctl * Convert ifconfig to use generic i2c handler for ix interfaces.

Re: svn commit: r270806 - head/sys/dev/ixl

2014-08-29 Thread Jack Vogel
OH, and I just asked the team here, and found out we explicitly do NOT support any 32 bit environment for this driver. Jack On Fri, Aug 29, 2014 at 10:49 AM, Jack Vogel jfvo...@gmail.com wrote: I certainly agree that it would be a bit ridiculous to do 40G in a 32bit environment :) Jack

svn commit: r270823 - head/sys/kern

2014-08-29 Thread John Baldwin
Author: jhb Date: Fri Aug 29 18:18:29 2014 New Revision: 270823 URL: http://svnweb.freebsd.org/changeset/base/270823 Log: Use a unit number allocator to provide suitable st_dev and st_ino values for POSIX shared memory descriptors. The implementation is similar to that used for pipes.

svn commit: r270824 - in stable/10: . sbin/atm/atmconfig

2014-08-29 Thread Garrett Cooper
Author: ngie Date: Fri Aug 29 18:26:55 2014 New Revision: 270824 URL: http://svnweb.freebsd.org/changeset/base/270824 Log: MFC r270027: tmconfig compilation when MK_ATM == yes and MK_BSNMP == no Makefile.inc1: Always compile gensnmptree with bootstrap-tools when MK_BSNMP != no

Re: svn commit: r270759 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs vm

2014-08-29 Thread Peter Wemm
On Friday 29 August 2014 11:54:42 Alan Cox wrote: On 08/29/2014 03:32, Steven Hartland wrote: On Thursday 28 August 2014 17:30:17 Alan Cox wrote: On 08/28/2014 16:15, Matthew D. Fuller wrote: On Thu, Aug 28, 2014 at 10:11:39PM +0100 I heard the voice of Steven Hartland, and lo!

Re: svn commit: r270803 - head/libexec/rtld-elf

2014-08-29 Thread Bryan Drewery
On 8/29/2014 12:23 PM, Konstantin Belousov wrote: On Fri, Aug 29, 2014 at 09:57:31AM -0500, Bryan Drewery wrote: On 8/29/2014 5:44 AM, Konstantin Belousov wrote: Author: kib Date: Fri Aug 29 10:44:58 2014 New Revision: 270803 URL: http://svnweb.freebsd.org/changeset/base/270803 Log:

Re: svn commit: r270759 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs vm

2014-08-29 Thread Steven Hartland
On Friday 29 August 2014 11:54:42 Alan Cox wrote: snip... Others have also confirmed that even with r265945 they can still trigger performance issue. In addition without it we still have loads of RAM sat their unused, in my particular experience we have 40GB of 192GB sitting

Re: svn commit: r270759 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs vm

2014-08-29 Thread Steven Hartland
- Original Message - From: Alan Cox a...@rice.edu You didn't really address Peter's initial technical issue. Peter correctly observed that cache pages are just another flavor of free pages. Whenever the VM system is checking the number of free pages against any of the thresholds, it

Re: svn commit: r270823 - head/sys/kern

2014-08-29 Thread Garrett Cooper
On Fri, Aug 29, 2014 at 11:18 AM, John Baldwin j...@freebsd.org wrote: Author: jhb Date: Fri Aug 29 18:18:29 2014 New Revision: 270823 URL: http://svnweb.freebsd.org/changeset/base/270823 Log: Use a unit number allocator to provide suitable st_dev and st_ino values for POSIX shared

Re: svn commit: r270759 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs vm

2014-08-29 Thread Steven Hartland
- Original Message - From: Steven Hartland s...@freebsd.org - Original Message - From: Alan Cox a...@rice.edu You didn't really address Peter's initial technical issue. Peter correctly observed that cache pages are just another flavor of free pages. Whenever the VM system

Re: svn commit: r270759 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs vm

2014-08-29 Thread Peter Wemm
On Friday 29 August 2014 20:51:03 Steven Hartland wrote: On Friday 29 August 2014 11:54:42 Alan Cox wrote: snip... With the patch we confirmed that both RAM usage and performance for those seeing that issue are resolved, with no reported regressions. (I should know better

Re: svn commit: r270759 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs vm

2014-08-29 Thread Steven Hartland
- Original Message - From: Peter Wemm pe...@wemm.org On Friday 29 August 2014 20:51:03 Steven Hartland wrote: snip.. Does Karl's explaination as to why this doesn't work above change your mind? Actually no, I would expect the code as committed would *cause* the undesirable

svn commit: r270825 - head/sys/sys

2014-08-29 Thread John Baldwin
Author: jhb Date: Fri Aug 29 20:50:49 2014 New Revision: 270825 URL: http://svnweb.freebsd.org/changeset/base/270825 Log: Add the new shm_ino field to struct shmfd. Missed in 270823. Reported by: peter Pointy hat to:jhb Modified: head/sys/sys/mman.h Modified:

svn commit: r270826 - head/sys/i386/i386

2014-08-29 Thread John Baldwin
Author: jhb Date: Fri Aug 29 21:08:40 2014 New Revision: 270826 URL: http://svnweb.freebsd.org/changeset/base/270826 Log: MFamd64: Add a machdep.bootmethod sysctl to inform the installer which firmware method was used for booting. This is hardcoded to BIOS on i386. PR: 192962

Re: svn commit: r270759 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs vm

2014-08-29 Thread Peter Wemm
On Friday 29 August 2014 21:42:15 Steven Hartland wrote: - Original Message - From: Peter Wemm pe...@wemm.org On Friday 29 August 2014 20:51:03 Steven Hartland wrote: snip.. Does Karl's explaination as to why this doesn't work above change your mind? Actually no, I

svn commit: r270827 - head/sys/vm

2014-08-29 Thread John Baldwin
Author: jhb Date: Fri Aug 29 21:20:36 2014 New Revision: 270827 URL: http://svnweb.freebsd.org/changeset/base/270827 Log: Fix a typo. Modified: head/sys/vm/vm_page.c Modified: head/sys/vm/vm_page.c == ---

svn commit: r270828 - in head: sbin/sysctl sys/amd64/amd64 sys/amd64/include/pc sys/i386/i386 sys/i386/include/pc

2014-08-29 Thread John Baldwin
Author: jhb Date: Fri Aug 29 21:25:47 2014 New Revision: 270828 URL: http://svnweb.freebsd.org/changeset/base/270828 Log: - Add a new structure type for the ACPI 3.0 SMAP entry that includes the optional attributes field. - Add a 'machdep.smap' sysctl that exports the SMAP table of the

Re: svn commit: r270828 - in head: sbin/sysctl sys/amd64/amd64 sys/amd64/include/pc sys/i386/i386 sys/i386/include/pc

2014-08-29 Thread John Baldwin
On Friday, August 29, 2014 09:25:48 PM John Baldwin wrote: Author: jhb Date: Fri Aug 29 21:25:47 2014 New Revision: 270828 URL: http://svnweb.freebsd.org/changeset/base/270828 Log: - Add a new structure type for the ACPI 3.0 SMAP entry that includes the optional attributes field.

svn commit: r270829 - head/sys/kern

2014-08-29 Thread Andreas Tobler
Author: andreast Date: Fri Aug 29 21:50:32 2014 New Revision: 270829 URL: http://svnweb.freebsd.org/changeset/base/270829 Log: Rename shm_dict_init to shm_init to fix a compiler warning. Reviewed by: jhb Modified: head/sys/kern/uipc_shm.c Modified: head/sys/kern/uipc_shm.c

svn commit: r270830 - head/sys/dev/if_ndis

2014-08-29 Thread John Baldwin
Author: jhb Date: Fri Aug 29 22:01:47 2014 New Revision: 270830 URL: http://svnweb.freebsd.org/changeset/base/270830 Log: When anouncing link state changes on an 802.11 interface with a vap, announce the change on the vap's ifnet instead of the main ifnet. This matches the behavior of

Re: svn commit: r270745 - in head: bin/ps sys/compat/freebsd32 sys/kern sys/sys

2014-08-29 Thread Adrian Chadd
Hi! So I'm now getting panics in the process coredump path on -HEAD. The proctree lock isn't held. Assertion : proctree not locked @ kern_proc.c:795 path: sigexit() - elf64_coredump() - elf64_note_procstat_proc() - kern_proc_out() - fill_kinfo_proc() - panic. What did you peeps do this time?

Re: svn commit: r270745 - in head: bin/ps sys/compat/freebsd32 sys/kern sys/sys

2014-08-29 Thread Larry Rosenman
On Fri, Aug 29, 2014 at 05:07:51PM -0700, Adrian Chadd wrote: Hi! So I'm now getting panics in the process coredump path on -HEAD. The proctree lock isn't held. Assertion : proctree not locked @ kern_proc.c:795 path: sigexit() - elf64_coredump() - elf64_note_procstat_proc() -

Re: svn commit: r270759 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs vm

2014-08-29 Thread Steven Hartland
- Original Message - From: Peter Wemm pe...@wemm.org On Friday 29 August 2014 21:42:15 Steven Hartland wrote: - Original Message - From: Peter Wemm pe...@wemm.org On Friday 29 August 2014 20:51:03 Steven Hartland wrote: snip.. Does Karl's explaination as to why this

svn commit: r270832 - in head/sys: cam/ata sys

2014-08-29 Thread Warner Losh
Author: imp Date: Sat Aug 30 02:13:04 2014 New Revision: 270832 URL: http://svnweb.freebsd.org/changeset/base/270832 Log: Add a few defines and packet types for SATA 3.2 and FPDMA (First Party DMA). Sponsored by: Netflix Modified: head/sys/cam/ata/ata_all.c head/sys/sys/ata.h

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

2014-08-29 Thread Warner Losh
Author: imp Date: Sat Aug 30 02:13:09 2014 New Revision: 270833 URL: http://svnweb.freebsd.org/changeset/base/270833 Log: We were returning 20 bytes as the FIS size to send, but only initializing 16. Initialize all 20 so we don't send garbage in the Auxiliary register. The SATA standard

svn commit: r270831 - head/bin/dd

2014-08-29 Thread Warner Losh
Author: imp Date: Sat Aug 30 02:12:58 2014 New Revision: 270831 URL: http://svnweb.freebsd.org/changeset/base/270831 Log: Update the date for last example. Sponsored by: Netflix Modified: head/bin/dd/dd.1 Modified: head/bin/dd/dd.1

svn commit: r270834 - in head/sys: cddl/contrib/opensolaris/uts/common/dtrace compat/linprocfs kern

2014-08-29 Thread Mateusz Guzik
Author: mjg Date: Sat Aug 30 03:10:55 2014 New Revision: 270834 URL: http://svnweb.freebsd.org/changeset/base/270834 Log: Add missing proctree locking to fill_kinfo_proc consumers. This fixes r270444. Pointy hat: mjg Reported by: many MFC after:1 week Modified:

Re: svn commit: r270745 - in head: bin/ps sys/compat/freebsd32 sys/kern sys/sys

2014-08-29 Thread Mateusz Guzik
On Fri, Aug 29, 2014 at 07:50:28PM -0500, Larry Rosenman wrote: On Fri, Aug 29, 2014 at 05:07:51PM -0700, Adrian Chadd wrote: Hi! So I'm now getting panics in the process coredump path on -HEAD. The proctree lock isn't held. Assertion : proctree not locked @ kern_proc.c:795

svn commit: r270835 - stable/10/sys/ia64/ia64

2014-08-29 Thread Alan Cox
Author: alc Date: Sat Aug 30 03:41:47 2014 New Revision: 270835 URL: http://svnweb.freebsd.org/changeset/base/270835 Log: Update an assertion to reflect the changes made in r270439. This is a direct commit to stable/10 because ia64 is no longer supported by HEAD. Reported by: marcel