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
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.
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
===
> 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
> 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
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
> 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
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
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
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
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
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
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
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
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
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
(
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/
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
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
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)
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)
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
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
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.
>
24 matches
Mail list logo