Author: rpokala
Date: Tue Jul 24 08:15:02 2018
New Revision: 336662
URL: https://svnweb.freebsd.org/changeset/base/336662
Log:
Deprecate jedec_ts(4) and point users to jedec_dimm(4) instead
jedec_dimm(4) is a superset of the functionality of jedec_ts(4). Mark
jedec_ts(4) as removed in Fre
Author: bde
Date: Tue Jul 24 10:10:16 2018
New Revision: 336663
URL: https://svnweb.freebsd.org/changeset/base/336663
Log:
Fix the conversion to use nan_mix() in r336362. fmod*(x, y),
remainder*(x, y) and remquo*(x, y, quo) were broken for y = 0 by changing
multiplication by y to addition o
Author: emaste
Date: Tue Jul 24 11:35:22 2018
New Revision: 336664
URL: https://svnweb.freebsd.org/changeset/base/336664
Log:
lld: fix addends with partial linking
[ELF] Update addends in non-allocatable sections for REL targets when
creating a relocatable output.
LLVM PR: 37735
LL
Author: bde
Date: Tue Jul 24 11:50:05 2018
New Revision: 336665
URL: https://svnweb.freebsd.org/changeset/base/336665
Log:
In C remquol() and thus also in C remainderl(), don't clobber the sign bit
of NaNs before possible returning a NaN.
The remquo*() and remainder*() functions should no
Author: rrs
Date: Tue Jul 24 14:55:47 2018
New Revision: 336672
URL: https://svnweb.freebsd.org/changeset/base/336672
Log:
Delete the example tcp stack "fastpath" which
was only put in has an example.
Sponsored by: Netflix inc.
Differential Revision:https://reviews.freebsd.org/D
Author: andrew
Date: Tue Jul 24 16:31:16 2018
New Revision: 336674
URL: https://svnweb.freebsd.org/changeset/base/336674
Log:
As with DPCPU create VNET_DEFINE_STATIC for when a variable needs to be
declaired static. This will allow us to change the definition on arm64
as it has the same issu
Author: brd
Date: Tue Jul 24 16:34:58 2018
New Revision: 336675
URL: https://svnweb.freebsd.org/changeset/base/336675
Log:
Convert bsd.confs.mk to support DIRS.
This paves the way for moving config files out of head/etc and into the
directories with the src.
Approved by: bapt (mento
Author: andrew
Date: Tue Jul 24 16:35:52 2018
New Revision: 336676
URL: https://svnweb.freebsd.org/changeset/base/336676
Log:
Use the new VNET_DEFINE_STATIC macro when we are defining static VNET
variables.
Reviewed by: bz
Sponsored by: DARPA, AFRL
Differential Revision:https
Author: andrew
Date: Tue Jul 24 16:45:01 2018
New Revision: 336677
URL: https://svnweb.freebsd.org/changeset/base/336677
Log:
icmp_quotelen was accidentially changes in r336676, undo this.
Sponsored by: DARPA, AFRL
Modified:
head/sys/netinet/ip_icmp.c
Modified: head/sys/netinet/ip_icmp.
Author: leitao
Date: Tue Jul 24 16:52:52 2018
New Revision: 336678
URL: https://svnweb.freebsd.org/changeset/base/336678
Log:
ofw: Load initrd file
This is an OFW initrd module that would load the initrd from device tree
parameters and give the to the md driver.
With this patch, it i
Author: jhixson (ports committer)
Date: Tue Jul 24 18:33:26 2018
New Revision: 336679
URL: https://svnweb.freebsd.org/changeset/base/336679
Log:
Add jhixson to committers-ports.dot and calendar.freebsd
Approved by: miwi (mentor), kmoore (mentor), araujo (mentor)
Differential Revision:
Author: davidcs
Date: Tue Jul 24 18:39:46 2018
New Revision: 336680
URL: https://svnweb.freebsd.org/changeset/base/336680
Log:
Update man page with support for 41000 Series adapters
MFC after:5 days
Modified:
head/share/man/man4/qlnxe.4
Modified: head/share/man/man4/qlnxe.4
Author: bz
Date: Tue Jul 24 18:51:38 2018
New Revision: 336681
URL: https://svnweb.freebsd.org/changeset/base/336681
Log:
Updated .Dd missed in r336674.
Modified:
head/share/man/man9/vnet.9
Modified: head/share/man/man9/vnet.9
=
Author: rpokala
Date: Tue Jul 24 19:21:11 2018
New Revision: 336682
URL: https://svnweb.freebsd.org/changeset/base/336682
Log:
Update .Dd in light of r336662.
MFC after:1 week
X-MFC-With: r336662
Pointy-hat to:rpokala
Modified:
head/share/man/man4/jedec_dimm.4
head/sh
Author: kib
Date: Tue Jul 24 19:22:52 2018
New Revision: 336683
URL: https://svnweb.freebsd.org/changeset/base/336683
Log:
Extend ranges of the critical sections to ensure that context switch
code never sees FPU pcb flags not consistent with the hardware state.
This is uncovered by the ea
Author: markj
Date: Tue Jul 24 20:20:17 2018
New Revision: 336685
URL: https://svnweb.freebsd.org/changeset/base/336685
Log:
Build ofwdump on riscv.
Sponsored by: The FreeBSD Foundation
Added:
head/usr.sbin/Makefile.riscv (contents, props changed)
Added: head/usr.sbin/Makefile.riscv
=
Author: markj
Date: Tue Jul 24 21:02:11 2018
New Revision: 336686
URL: https://svnweb.freebsd.org/changeset/base/336686
Log:
Embed a simplebus_softc in struct soc_softc.
This is required by the definition of the soc driver.
Reviewed by: br
Sponsored by: The FreeBSD Foundation
Modif
Author: emaste
Date: Tue Jul 24 21:10:17 2018
New Revision: 336687
URL: https://svnweb.freebsd.org/changeset/base/336687
Log:
Revert msdosfs MAKEFS #ifdef changes from r319870
These changes are not needed for current msdosfs makefs WIP.
Submitted by: Siva Mahadevan
Sponsored by: The
On Tue, Jul 24, 2018 at 6:34 PM, Brad Davis wrote:
> Author: brd
> Date: Tue Jul 24 16:34:58 2018
> New Revision: 336675
> URL: https://svnweb.freebsd.org/changeset/base/336675
>
> Log:
> Convert bsd.confs.mk to support DIRS.
>
> This paves the way for moving config files out of head/etc and i
On Tue, Jul 24, 2018, at 3:32 PM, Antoine Brodin wrote:
> On Tue, Jul 24, 2018 at 6:34 PM, Brad Davis wrote:
> > Author: brd
> > Date: Tue Jul 24 16:34:58 2018
> > New Revision: 336675
> > URL: https://svnweb.freebsd.org/changeset/base/336675
> >
> > Log:
> > Convert bsd.confs.mk to support DIRS
On Tue, Jul 24, 2018, at 3:55 PM, Brad Davis wrote:
> On Tue, Jul 24, 2018, at 3:32 PM, Antoine Brodin wrote:
> > On Tue, Jul 24, 2018 at 6:34 PM, Brad Davis wrote:
> > > Author: brd
> > > Date: Tue Jul 24 16:34:58 2018
> > > New Revision: 336675
> > > URL: https://svnweb.freebsd.org/changeset/bas
Author: jhibbits
Date: Tue Jul 24 22:04:56 2018
New Revision: 336688
URL: https://svnweb.freebsd.org/changeset/base/336688
Log:
Fix floating point exception definitions for powerpcspe
These were incorrectly implemented in the original port.
Modified:
head/lib/libc/powerpcspe/gen/fpgetmas
Author: jhibbits
Date: Tue Jul 24 22:05:55 2018
New Revision: 336689
URL: https://svnweb.freebsd.org/changeset/base/336689
Log:
Fix register usage in fabs(3) for powerpcspe
This still used the FPU register definition, which gcc converted to using %r1
(stack register). Fix to use %r3.
Mo
On Tue, Jul 24, 2018, at 3:55 PM, Brad Davis wrote:
> On Tue, Jul 24, 2018, at 3:32 PM, Antoine Brodin wrote:
> > On Tue, Jul 24, 2018 at 6:34 PM, Brad Davis wrote:
> > > Author: brd
> > > Date: Tue Jul 24 16:34:58 2018
> > > New Revision: 336675
> > > URL: https://svnweb.freebsd.org/changeset/bas
Author: marius
Date: Tue Jul 24 23:40:27 2018
New Revision: 336690
URL: https://svnweb.freebsd.org/changeset/base/336690
Log:
Since r336611, n is only used for INET in iflib_parse_header().
Reported by: rpokala
Modified:
head/sys/net/iflib.c
Modified: head/sys/net/iflib.c
Author: emaste
Date: Wed Jul 25 00:06:18 2018
New Revision: 336691
URL: https://svnweb.freebsd.org/changeset/base/336691
Log:
llvm: remove __FreeBSD_version conditionals
All supported FreeBSD build host versions have backtrace.h, so we can
just eliminate that test. For futimes() we can t
Author: emaste
Date: Wed Jul 25 00:18:21 2018
New Revision: 336692
URL: https://svnweb.freebsd.org/changeset/base/336692
Log:
sockopt.h: remove stale comment
Some old compatibility bits were removed in r227503 but this comment
was left behind.
Reported by: br, via review D11962
Sp
Author: brd
Date: Wed Jul 25 00:33:09 2018
New Revision: 336693
URL: https://svnweb.freebsd.org/changeset/base/336693
Log:
Actually install bsd.dirs.mk
Approved by: allanjude (mentor)
Differential Revision:https://reviews.freebsd.org/D16434
Modified:
head/share/mk/Makefile
Mo
On Tue, Jul 24, 2018, at 4:06 PM, Brad Davis wrote:
> On Tue, Jul 24, 2018, at 3:55 PM, Brad Davis wrote:
> > On Tue, Jul 24, 2018, at 3:32 PM, Antoine Brodin wrote:
> > > On Tue, Jul 24, 2018 at 6:34 PM, Brad Davis wrote:
> > > > Author: brd
> > > > Date: Tue Jul 24 16:34:58 2018
> > > > New Revi
Author: davidcs
Date: Wed Jul 25 02:36:55 2018
New Revision: 336695
URL: https://svnweb.freebsd.org/changeset/base/336695
Log:
Remove support for QLNX_RCV_IN_TASKQ - i.e., Rx only in TaskQ.
Added support for LLDP passthru
Upgrade ECORE to version 8.33.5.0
Upgrade STORMFW to version 8.33.7.
Author: eadler
Date: Wed Jul 25 03:24:05 2018
New Revision: 336697
URL: https://svnweb.freebsd.org/changeset/base/336697
Log:
bsd-family-tree: Announce NetBSD 8.0
Obtained from:https://www.netbsd.org/releases/formal-8/
Modified:
head/share/misc/bsd-family-tree
Modified: head/sha
Author: eadler
Date: Wed Jul 25 03:29:29 2018
New Revision: 336698
URL: https://svnweb.freebsd.org/changeset/base/336698
Log:
bsd-family-tree: Announce NetBSD 8.0
Use the correct date...
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
Author: eadler
Date: Wed Jul 25 03:42:07 2018
New Revision: 336700
URL: https://svnweb.freebsd.org/changeset/base/336700
Log:
find(1): remove empty else condition
reported by: brooks
Modified:
head/usr.bin/find/find.c
head/usr.bin/find/misc.c
Modified: head/usr.bin/find/find.c
==
33 matches
Mail list logo