Author: kib
Date: Tue Nov 7 09:29:14 2017
New Revision: 325506
URL: https://svnweb.freebsd.org/changeset/base/325506
Log:
Add a place for a driver to report rx timestamps in nanoseconds from
boot for the received packets.
The rcv_tstmp field overlaps the place of Ln header length indicat
Author: kib
Date: Tue Nov 7 09:46:26 2017
New Revision: 325507
URL: https://svnweb.freebsd.org/changeset/base/325507
Log:
Use hardware timestamps to report packet timestamps for SO_TIMESTAMP
and other similar socket options.
Provide new control message SCM_TIME_INFO to supply information
Author: imp
Date: Tue Nov 7 09:47:05 2017
New Revision: 325508
URL: https://svnweb.freebsd.org/changeset/base/325508
Log:
Correct the detection of hard float arm
* Don't test MACHINE, it's irrelevant to userland and should never be
used in userland Makefiles.
* If we match armv[67] a
Author: imp
Date: Tue Nov 7 09:57:26 2017
New Revision: 325510
URL: https://svnweb.freebsd.org/changeset/base/325510
Log:
Use MACHINE_CPUARCH in preference MACHINE for userland.
Sponsored by: Netflix
Modified:
head/lib/libthr/tests/Makefile
Modified: head/lib/libthr/tests/Makefile
Author: kib
Date: Tue Nov 7 09:47:54 2017
New Revision: 325509
URL: https://svnweb.freebsd.org/changeset/base/325509
Log:
Bump __FreeBSD_version after struct mbuf KBI breakage in r325506.
Sponsored by: Mellanox Technologies
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
Author: mw
Date: Tue Nov 7 13:20:41 2017
New Revision: 325511
URL: https://svnweb.freebsd.org/changeset/base/325511
Log:
Fix ENA driver error handling in attach and basic style fixes
The patch contains following changes:
* In conditional checks, always check for NULL or 0 instead of n
Author: mw
Date: Tue Nov 7 13:26:11 2017
New Revision: 325512
URL: https://svnweb.freebsd.org/changeset/base/325512
Log:
Change function validate_tx_req_id() to inline in ENA driver
The function is in hot path of the driver (TX) and asking compiler for
making this function inline was cha
Author: imp
Date: Tue Nov 7 15:01:38 2017
New Revision: 325515
URL: https://svnweb.freebsd.org/changeset/base/325515
Log:
Note interactive shell errors for make buildenv and add a warning for
people tempted to add back the || true to get rid of them.
Sponsored by: Netflix
Modified:
he
Author: robak (ports committer)
Date: Tue Nov 7 15:13:32 2017
New Revision: 325516
URL: https://svnweb.freebsd.org/changeset/base/325516
Log:
Make sysctl_kern_proc_umask execute fast path when requested pid in
curproc->p_pid or 0, avoiding unnecessary locking. Update libc consumer
to skip c
On Sat, Nov 4, 2017 at 8:38 AM, Edward Tomasz Napierala
wrote:
> Author: trasz
> Date: Sat Nov 4 14:38:00 2017
> New Revision: 325392
> URL: https://svnweb.freebsd.org/changeset/base/325392
>
> Log:
> Add NIS automounter map, which supports rewriting of self-hosted locations
> to make them nu
Author: manu
Date: Tue Nov 7 16:59:52 2017
New Revision: 325517
URL: https://svnweb.freebsd.org/changeset/base/325517
Log:
ctl: Make max_luns and max_ports tunable variables instead of hardcoded
defines.
Reviewed by: trasz (earlier version), bapt (earlier version), bcr (manpages)
MFC
On Tuesday, November 07, 2017 09:29:15 AM Konstantin Belousov wrote:
> Author: kib
> Date: Tue Nov 7 09:29:14 2017
> New Revision: 325506
> URL: https://svnweb.freebsd.org/changeset/base/325506
>
> Log:
> Add a place for a driver to report rx timestamps in nanoseconds from
> boot for the rece
On Tue, Nov 07, 2017 at 09:06:52AM -0800, John Baldwin wrote:
> On Tuesday, November 07, 2017 09:29:15 AM Konstantin Belousov wrote:
> > Author: kib
> > Date: Tue Nov 7 09:29:14 2017
> > New Revision: 325506
> > URL: https://svnweb.freebsd.org/changeset/base/325506
> >
> > Log:
> > Add a place
On Tue, Nov 07, 2017 at 07:39:26PM +0200, Konstantin Belousov wrote:
> On Tue, Nov 07, 2017 at 09:06:52AM -0800, John Baldwin wrote:
> > On Tuesday, November 07, 2017 09:29:15 AM Konstantin Belousov wrote:
> > > Author: kib
> > > Date: Tue Nov 7 09:29:14 2017
> > > New Revision: 325506
> > > URL:
Author: jhb
Date: Tue Nov 7 17:45:39 2017
New Revision: 325519
URL: https://svnweb.freebsd.org/changeset/base/325519
Log:
Wrap to 80 columns. No functional change.
Modified:
head/lib/libsysdecode/flags.c
Modified: head/lib/libsysdecode/flags.c
==
Author: bdrewery
Date: Tue Nov 7 18:20:08 2017
New Revision: 325520
URL: https://svnweb.freebsd.org/changeset/base/325520
Log:
Reenable AUTO_OBJ by default.
The problem with it was a bogus .OBJDIR in some cases where creation of
object directories were purposely not attempted, such as fo
On 11/6/2017 10:26 PM, Ngie Cooper wrote:
> Author: ngie
> Date: Tue Nov 7 06:26:48 2017
> New Revision: 325504
> URL: https://svnweb.freebsd.org/changeset/base/325504
>
> Log:
> Redo r325502
>
> :U:Mfoo expands to :Mfoo, apparently. Explicit check for CPUTYPE being
> defined, and test f
On Tue, Nov 7, 2017 at 10:44 AM, Konstantin Belousov
wrote:
> On Tue, Nov 07, 2017 at 07:39:26PM +0200, Konstantin Belousov wrote:
> > On Tue, Nov 07, 2017 at 09:06:52AM -0800, John Baldwin wrote:
> > > On Tuesday, November 07, 2017 09:29:15 AM Konstantin Belousov wrote:
> > > > Author: kib
> > >
On Tuesday, November 07, 2017 07:44:31 PM Konstantin Belousov wrote:
> On Tue, Nov 07, 2017 at 07:39:26PM +0200, Konstantin Belousov wrote:
> > On Tue, Nov 07, 2017 at 09:06:52AM -0800, John Baldwin wrote:
> > > On Tuesday, November 07, 2017 09:29:15 AM Konstantin Belousov wrote:
> > > > Author: ki
On Tue, Nov 07, 2017 at 11:00:33AM -0800, John Baldwin wrote:
> On Tuesday, November 07, 2017 07:44:31 PM Konstantin Belousov wrote:
> > On Tue, Nov 07, 2017 at 07:39:26PM +0200, Konstantin Belousov wrote:
> > > On Tue, Nov 07, 2017 at 09:06:52AM -0800, John Baldwin wrote:
> > > > On Tuesday, Novem
Author: gjb
Date: Wed Nov 8 01:00:59 2017
New Revision: 325524
URL: https://svnweb.freebsd.org/changeset/base/325524
Log:
Fix the 'casper' package, following r325062.
Submitted by: woodsb02
Sponsored by: The FreeBSD Foundation
Modified:
head/lib/libcasper/libcasper/Makefile
Modified:
Author: jhibbits
Date: Wed Nov 8 01:23:37 2017
New Revision: 325525
URL: https://svnweb.freebsd.org/changeset/base/325525
Log:
Clear the WE bit in C code rather than the asm
According to EREF rlwinm is supposed to clear the upper 32 bits of the
register of 64-bit cores. However, from ex
Author: jhibbits
Date: Wed Nov 8 01:26:44 2017
New Revision: 325526
URL: https://svnweb.freebsd.org/changeset/base/325526
Log:
Add the ISEL feature macro for those powerpc cores that have it
This is mostly for completeness, we don't currently use it for anything else.
Modified:
head/sys
Author: jhibbits
Date: Wed Nov 8 01:28:20 2017
New Revision: 325527
URL: https://svnweb.freebsd.org/changeset/base/325527
Log:
DS1307: Add the mcp7941x enable bit
Summary:
Existing code recognizes the mcp7941x RTC, but this RTC has an
enable bit at the same location as the "Clock Halt"
Author: markj
Date: Wed Nov 8 01:53:03 2017
New Revision: 325528
URL: https://svnweb.freebsd.org/changeset/base/325528
Log:
Correct the type of foff.
No functional change intended.
Github PR:124
Submitted by: Wuyang Chung
MFC after:1 week
Modified:
head/sys/vm/vm_mmap.
On Wed, Nov 08, 2017 at 01:53:03AM +, Mark Johnston wrote:
> Author: markj
> Date: Wed Nov 8 01:53:03 2017
> New Revision: 325528
> URL: https://svnweb.freebsd.org/changeset/base/325528
>
> Log:
> Correct the type of foff.
>
> No functional change intended.
Sorry for not clarifying th
Author: bdrewery
Date: Wed Nov 8 02:28:24 2017
New Revision: 325529
URL: https://svnweb.freebsd.org/changeset/base/325529
Log:
AUTO_OBJ: Don't create TARGET. directories during 'make universe'.
Reported by: rpokala
Sponsored by: Dell EMC Isilon
Modified:
head/Makefile
Modified: head
Author: jeff
Date: Wed Nov 8 02:39:37 2017
New Revision: 325530
URL: https://svnweb.freebsd.org/changeset/base/325530
Log:
Replace manyinstances of VM_WAIT with blocking page allocation flags
similar to the kernel memory allocator.
This simplifies NUMA allocation because the domain will
Author: imp
Date: Wed Nov 8 03:10:40 2017
New Revision: 325531
URL: https://svnweb.freebsd.org/changeset/base/325531
Log:
Propagate the same condition for obsolete files as we use to generate
the new armhf binaries.
Sponsored by: Netflix
Modified:
head/ObsoleteFiles.inc
Modified: hea
> On Nov 7, 2017, at 11:20, Bryan Drewery wrote:
>
> On 11/6/2017 10:26 PM, Ngie Cooper wrote:
>> Author: ngie
>> Date: Tue Nov 7 06:26:48 2017
>> New Revision: 325504
>> URL: https://svnweb.freebsd.org/changeset/base/325504
>>
>> Log:
>> Redo r325502
>>
>> :U:Mfoo expands to :Mfoo, apparen
30 matches
Mail list logo