On May 21, 2014, at 10:03 AM, Konstantin Belousov wrote:
>>
> You changed the handling of the alignment, which is probably not correct.
> The problematic parameter, if any, is boundary.
Thanks, this crept in when I re-formatted the code for check-in. I’ll fix it.
Scott
signature.asc
Descr
> On Nov 20, 2014, at 11:33 PM, Rui Paulo wrote:
>
> On Nov 13, 2014, at 14:11, Scott Long wrote:
>>
>> Author: scottl
>> Date: Thu Nov 13 22:11:44 2014
>> New Revision: 274489
>> URL: https://svnweb.freebsd.org/changeset/base/274489
>>
>> Log:
>> Extend earlier addition of stack frames to mo
This is completely arbitrary. Please revert it, or I will revert it in 48
hours.
Scott
> On Jan 25, 2015, at 4:57 AM, Dag-Erling Sm?rgrav wrote:
>
> Author: des
> Date: Sun Jan 25 11:57:18 2015
> New Revision: 277693
> URL: https://svnweb.freebsd.org/changeset/base/277693
>
> Log:
> Fix the
> On Apr 12, 2015, at 12:21 AM, Dmitry Chagin wrote:
>
> Author: dchagin
> Date: Sun Apr 12 06:21:58 2015
> New Revision: 281451
> URL: https://svnweb.freebsd.org/changeset/base/281451
>
> Log:
> Rework r281162. Indeed, the flexible array member is preferable here.
>
> Suggested by: Justin
> On Apr 23, 2015, at 6:19 AM, Scott Long wrote:
>
>>
>> On Apr 12, 2015, at 12:21 AM, Dmitry Chagin wrote:
>>
>> Author: dchagin
>> Date: Sun Apr 12 06:21:58 2015
>> New Revision: 281451
>> URL: https://svnweb.freebsd.org/changeset/base/281451
>>
>> Log:
>> Rework r281162. Indeed, the flexi
> On Apr 23, 2015, at 1:28 PM, Chagin Dmitry wrote:
>
> On Thu, Apr 23, 2015 at 12:49:51PM -0600, Scott Long wrote:
>>
>>> On Apr 23, 2015, at 6:19 AM, Scott Long wrote:
>>>
On Apr 12, 2015, at 12:21 AM, Dmitry Chagin wrote:
Author: dchagin
Date: Sun Apr 12 06:21:5
> 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 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.
>>>>
>>>
> 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 27, 2015, at 1:40 AM, Garrett Cooper wrote:
>
> On Apr 27, 2015, at 0:38, Scott Long wrote:
>
>> Author: scottl
>> Date: Mon Apr 27 07:38:46 2015
>> New Revision: 282064
>> URL: https://svnweb.freebsd.org/changeset/base/282064
>>
>> Log:
>> Small change in header order to allow this
> On Apr 26, 2015, at 11:13 PM, Julian Elischer wrote:
>
> On 4/26/15 3:28 AM, Scott Long wrote:
>>
>> Too early in boot to get a crashdump.
> but not too early for gdb live.
>
>
>
Guys, seriously, the amount of unproductive comments from the sidelines is
stupid.
The commit was trivial opt
This commit is broken, please revert:
Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 00
fault virtual address = 0x2102d8
fault code = supervisor read data, page not present
instruction pointer = 0x20:0x802fd074
stack pointer = 0x28:0xff
> On Mar 9, 2015, at 4:39 PM, Ian Lepore wrote:
>
> Author: ian
> Date: Mon Mar 9 22:39:58 2015
> New Revision: 279828
> URL: https://svnweb.freebsd.org/changeset/base/279828
>
> Log:
> Use the new ifnet API. Also, allocate bus_dma_maps as needed instead of
> pre-allocating them all at star
> On Jul 23, 2015, at 1:03 AM, Mark R V Murray wrote:
>
>
>> On 23 Jul 2015, at 00:53, Warner Losh wrote:
>>
> Neither filesystem operations nor allocations are random events. They
> are trivially influenced by user code. A malicious attacker could create
> repeated patterns o
> On Jul 24, 2015, at 12:59 AM, Mark R V Murray wrote:
>
>
>> On 24 Jul 2015, at 02:25, John-Mark Gurney wrote:
>>
>> I would like to point out that the goal of collecting large amounts
>> is starting to fall out of favor, and I happen to agree with the likes
>> of djb[1] that we don't need a
> On Jul 25, 2015, at 8:36 AM, Alexey Dokuchaev wrote:
>
> On Fri, Jul 24, 2015 at 07:59:35AM +0100, Mark R V Murray wrote:
>> [...]
>>> Heck, piping in mic data to /dev/random is a good way to seed the
>>> rng on many machines.
>>
>> Well, sure, but what if you don't have microphone? I want lo
> On Jul 25, 2015, at 2:10 AM, Mark R V Murray wrote:
>
>
>> On 25 Jul 2015, at 06:06, Scott Long wrote:
>>
>>> I’m working on a premise of “tools, not policy”. I’d like there to be
>>> enough harvesting points for the box owner to get the warm fuzzies.
>>> If they choose to use less, fine by
> On Jun 12, 2015, at 4:01 AM, Andriy Gapon wrote:
>
> Author: avg
> Date: Fri Jun 12 10:01:24 2015
> New Revision: 284297
> URL: https://svnweb.freebsd.org/changeset/base/284297
>
> Log:
> several lockstat improvements
>
> 0. For spin events report time spent spinning, not a loop count.
>
Sure, but it doesn’t match the comments in that if-else construct.
Scott
> On Feb 28, 2017, at 2:02 PM, Conrad Meyer wrote:
>
> On Tue, Feb 28, 2017 at 1:27 PM, Scott Long wrote:
>> Author: scottl
>> Date: Tue Feb 28 21:27:51 2017
>> New Revision: 314420
>> URL: https://svnweb.freebsd.org/chan
As a side note, I’m still waiting for feedback on the patch I sent you for
scsi_sg. I’d like to get this fixed.
Scott
> On Sep 21, 2015, at 3:53 PM, Rui Paulo wrote:
>
> No, that doesn't work very well. Not only the modules don't auto-load, the
> way the modules are compiled is different.
It should be noted that Netflix has been running with an earlier version of
this patch for nearly 10 months.
Scott
> On Sep 22, 2015, at 11:16 AM, Alan Cox wrote:
>
> Author: alc
> Date: Tue Sep 22 18:16:52 2015
> New Revision: 288122
> URL: https://svnweb.freebsd.org/changeset/base/288122
>
What should I use instead?
Scott
> On May 18, 2016, at 10:03 AM, Warner Losh wrote:
>
> Ditto with mips.
>
> On Wed, May 18, 2016 at 9:50 AM, Justin Hibbits wrote:
> On Wed, 18 May 2016 15:45:12 + (UTC)
> Scott Long wrote:
>
> > Author: scottl
> > Date: Wed May 18 15:45:12 2016
> > New
Thanks!
Scott
> On May 19, 2016, at 5:19 AM, Alexander Motin wrote:
>
> Author: mav
> Date: Thu May 19 11:19:37 2016
> New Revision: 300201
> URL: https://svnweb.freebsd.org/changeset/base/300201
>
> Log:
> Add ta_flags initialization in old macros missed in 300113.
>
> Depending on uniniti
Yeah, I was following existing style. Feel free to fix up if you like.
Scott
> On May 19, 2016, at 12:51 PM, Steven Hartland wrote:
>
> I thought it was considered better to use if (var == NULL) instead of
> if (!var) for pointers as they aren't bools?
>
>> On 19 May 2016, at 18:14, Scott Lon
24 matches
Mail list logo