Re: svn commit: r281451 - head/sys/vm

2015-04-25 Thread Chagin Dmitry
On Fri, Apr 24, 2015 at 05:37:21AM -0700, Chris Torek wrote: > True, it's not actually odd, it's just surprising the first time > one comes across it. > > Also, I goofed in the text: > > >> With the flexible array, (sizeof(struct uma_cache)) is going to be > >> 32 bytes smaller than without it. >

Re: svn commit: r281942 - head/sys/vm

2015-04-25 Thread Chagin Dmitry
On Fri, Apr 24, 2015 at 05:03:53PM +, Scott Long wrote: > Author: scottl > Date: Fri Apr 24 17:03:53 2015 > New Revision: 281942 > URL: https://svnweb.freebsd.org/changeset/base/281942 > > Log: > Revert r281451. It causes a panic/hang early in boot for a number of > users, myself included

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

2015-04-25 Thread Konstantin Belousov
Author: kib Date: Sat Apr 25 08:03:36 2015 New Revision: 281978 URL: https://svnweb.freebsd.org/changeset/base/281978 Log: MFC r281883: Handle incorrect ELF images specifying size for PT_GNU_STACK not being multiple of page size. Modified: stable/10/sys/kern/kern_exec.c Directory Properti

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

2015-04-25 Thread Konstantin Belousov
Author: kib Date: Sat Apr 25 08:06:21 2015 New Revision: 281979 URL: https://svnweb.freebsd.org/changeset/base/281979 Log: MFC r281696: Initialize td_sel in the thread_init(). PR: 199518 Modified: stable/10/sys/kern/kern_thread.c Directory Properties: stable/10/ (props changed)

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

2015-04-25 Thread Konstantin Belousov
Author: kib Date: Sat Apr 25 08:09:15 2015 New Revision: 281980 URL: https://svnweb.freebsd.org/changeset/base/281980 Log: MFC r281696: Initialize td_sel in the thread_init(). PR: 199518 Modified: stable/9/sys/kern/kern_thread.c Directory Properties: stable/9/sys/ (props changed)

svn commit: r281981 - in stable/10: lib/libc/gen lib/libc/include lib/libc/sys lib/libthr/thread share/man/man3

2015-04-25 Thread Konstantin Belousov
Author: kib Date: Sat Apr 25 08:14:08 2015 New Revision: 281981 URL: https://svnweb.freebsd.org/changeset/base/281981 Log: MFC r281712: Make wait6(2), waitid(3) and ppoll(2) cancellation points. Added: stable/10/lib/libc/sys/ppoll.c - copied unchanged from r281712, head/lib/libc/sys/pp

Re: svn commit: r281942 - head/sys/vm

2015-04-25 Thread Chagin Dmitry
On Fri, Apr 24, 2015 at 05:03:53PM +, Scott Long wrote: > Author: scottl > Date: Fri Apr 24 17:03:53 2015 > New Revision: 281942 > URL: https://svnweb.freebsd.org/changeset/base/281942 > > Log: > Revert r281451. It causes a panic/hang early in boot for a number of > users, myself included

Re: svn commit: r281966 - head/contrib/netbsd-tests/lib/libpthread

2015-04-25 Thread Bruce Evans
On Sat, 25 Apr 2015, Garrett Cooper wrote: Log: Add #include sys/types.h for register_t for mips Why not fix mips? Modified: head/contrib/netbsd-tests/lib/libpthread/t_swapcontext.c == --- head/contrib/netbsd-tests/

svn commit: r281982 - head/bin/sh

2015-04-25 Thread Jilles Tjoelker
Author: jilles Date: Sat Apr 25 13:34:25 2015 New Revision: 281982 URL: https://svnweb.freebsd.org/changeset/base/281982 Log: sh: Pass along SIGINT from a child if job control is enabled, even when not interactive. I added the interactive check in r208881 to be safe, but in actual use (

Re: svn commit: r281959 - head/usr.bin/whois

2015-04-25 Thread Joerg Sonnenberger
On Sat, Apr 25, 2015 at 12:51:44AM +, Xin LI wrote: > Attempt to connect to alternate addresses if the connect doesn't > succeed in 180ms, and cut wait time between connection attempts > in half for each additional, if no connection was established. 180ms is very short. I have such laten

svn commit: r281983 - head/sys/cddl/dev/profile

2015-04-25 Thread Robert Watson
Author: rwatson Date: Sat Apr 25 15:43:12 2015 New Revision: 281983 URL: https://svnweb.freebsd.org/changeset/base/281983 Log: Adjust PROF_ARTIFICIAL_FRAMES in the DTrace profile provider on ARM to skip 10, rather than 9, frames. This appears to work quite well in practice on the BeagleBone

svn commit: r281984 - head/sys/net

2015-04-25 Thread Hiren Panchasara
Author: hiren Date: Sat Apr 25 16:12:06 2015 New Revision: 281984 URL: https://svnweb.freebsd.org/changeset/base/281984 Log: Currently there is no easy way to specify net.isr.maxthreads = all cpus. We need to specify exact number of cpus in loader.conf which get annoying when you have mix

svn commit: r281985 - in head: share/man/man4 sys/dev/smbus usr.sbin/smbmsg

2015-04-25 Thread Michael Gmelin
Author: grembo (ports committer) Date: Sat Apr 25 16:15:01 2015 New Revision: 281985 URL: https://svnweb.freebsd.org/changeset/base/281985 Log: Expand SMBUS API to add smbus_trans() function. Differential Revision:https://reviews.freebsd.org/D1955 Reviewed by: adrian, jhb, wblock

Re: svn commit: r281959 - head/usr.bin/whois

2015-04-25 Thread Shawn Webb
On Sat, 2015-04-25 at 16:51 +0200, Joerg Sonnenberger wrote: > On Sat, Apr 25, 2015 at 12:51:44AM +, Xin LI wrote: > > Attempt to connect to alternate addresses if the connect doesn't > > succeed in 180ms, and cut wait time between connection attempts > > in half for each additional, if n

svn commit: r281986 - head/sys/sys

2015-04-25 Thread Pedro F. Giffuni
Author: pfg Date: Sat Apr 25 18:17:08 2015 New Revision: 281986 URL: https://svnweb.freebsd.org/changeset/base/281986 Log: Cleanup a bit the clang attributes for type safety checking. Cleanup r281861 by moving the definitions to their own section but still leave the definitions out of lin

svn commit: r281987 - head/sys/amd64/vmm

2015-04-25 Thread Tycho Nightingale
Author: tychon Date: Sat Apr 25 19:02:06 2015 New Revision: 281987 URL: https://svnweb.freebsd.org/changeset/base/281987 Log: STOS/STOSB/STOSW/STOSD/STOSQ instruction emulation. Reviewed by: neel Modified: head/sys/amd64/vmm/vmm_instruction_emul.c Modified: head/sys/amd64/vmm/vmm_instr

Re: svn commit: r281959 - head/usr.bin/whois

2015-04-25 Thread Slawa Olhovchenkov
On Sat, Apr 25, 2015 at 11:04:46AM -0400, Shawn Webb wrote: > On Sat, 2015-04-25 at 16:51 +0200, Joerg Sonnenberger wrote: > > On Sat, Apr 25, 2015 at 12:51:44AM +, Xin LI wrote: > > > Attempt to connect to alternate addresses if the connect doesn't > > > succeed in 180ms, and cut wait tim

Re: svn commit: r281451 - head/sys/vm

2015-04-25 Thread Scott Long via svn-src-all
> On Apr 25, 2015, at 1:06 AM, Chagin Dmitry wrote: > > On Fri, Apr 24, 2015 at 05:37:21AM -0700, Chris Torek wrote: >> True, it's not actually odd, it's just surprising the first time >> one comes across it. >> >> Also, I goofed in the text: >> With the flexible array, (sizeof(struct uma

Re: svn commit: r281451 - head/sys/vm

2015-04-25 Thread Dmitry Morozovsky
On Sat, 25 Apr 2015, Scott Long via svn-src-all wrote: > >> True, it's not actually odd, it's just surprising the first time > >> one comes across it. > >> > >> Also, I goofed in the text: > >> > With the flexible array, (sizeof(struct uma_cache)) is going to be > 32 bytes smaller than

Re: svn commit: r281451 - head/sys/vm

2015-04-25 Thread Scott Long via svn-src-all
> On Apr 25, 2015, at 1:59 PM, Dmitry Morozovsky wrote: > > On Sat, 25 Apr 2015, Scott Long via svn-src-all wrote: > True, it's not actually odd, it's just surprising the first time one comes across it. Also, I goofed in the text: >> With the flexible array, (size

Re: svn commit: r281942 - head/sys/vm

2015-04-25 Thread Scott Long via svn-src-all
> On Apr 25, 2015, at 2:30 AM, Chagin Dmitry wrote: > > On Fri, Apr 24, 2015 at 05:03:53PM +, Scott Long wrote: >> Author: scottl >> Date: Fri Apr 24 17:03:53 2015 >> New Revision: 281942 >> URL: https://svnweb.freebsd.org/changeset/base/281942 >> >> Log: >> Revert r281451. It causes a pa

svn commit: r281988 - head/lib/libarchive

2015-04-25 Thread Jilles Tjoelker
Author: jilles Date: Sat Apr 25 21:25:00 2015 New Revision: 281988 URL: https://svnweb.freebsd.org/changeset/base/281988 Log: libarchive: Allow setting nanosecond timestamps. Modified: head/lib/libarchive/config_freebsd.h Modified: head/lib/libarchive/config_freebsd.h ===

svn commit: r281989 - head/sys/dev/iicbus

2015-04-25 Thread Luiz Otavio O Souza
Author: loos Date: Sat Apr 25 21:43:29 2015 New Revision: 281989 URL: https://svnweb.freebsd.org/changeset/base/281989 Log: Make the pcf8563 RTC work on FDT systems and on interrupt based i2c controllers. Call iicbus_transfer() from the device context and not from the iicbus context.

svn commit: r281991 - in head/sys/arm: allwinner broadcom/bcm2835

2015-04-25 Thread Luiz Otavio O Souza
Author: loos Date: Sat Apr 25 22:42:03 2015 New Revision: 281991 URL: https://svnweb.freebsd.org/changeset/base/281991 Log: Set ARM_L2_PIPT for A10 and RPI2, they are probably missing by accident. Noted by: Michal Meloun Modified: head/sys/arm/allwinner/std.a10 head/sys/arm/broadc