Author: tmunro
Date: Wed Jul 17 06:17:27 2019
New Revision: 350079
URL: https://svnweb.freebsd.org/changeset/base/350079
Log:
tzsetup: upgrade to zone1970.tab
zone.tab is deprecated. Install zone1970.tab alongside it, and use it
for tzsetup(8). This is also useful for other applications
Author: sbruno
Date: Wed Jul 17 04:13:46 2019
New Revision: 350078
URL: https://svnweb.freebsd.org/changeset/base/350078
Log:
I add the ability to accept the default pin widget configuration to help
with various laptops using hdaa(4) sound devices. We don't seem to know
the "correct" config
Author: chuck
Date: Wed Jul 17 03:19:30 2019
New Revision: 350077
URL: https://svnweb.freebsd.org/changeset/base/350077
Log:
bhyve: update the NVMe CQ based on the status
Instead of skipping the NVMe Completion Queue update based on the
opcode, define a synthetic status value which indica
Author: kevlo
Date: Wed Jul 17 02:24:16 2019
New Revision: 350076
URL: https://svnweb.freebsd.org/changeset/base/350076
Log:
More follow-up to r350075, I forgot to update ObsoleteFiles.
Spotted by: lwhsu
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
==
Author: kevlo
Date: Wed Jul 17 02:08:57 2019
New Revision: 350075
URL: https://svnweb.freebsd.org/changeset/base/350075
Log:
Add an MLINK for igb.
Discussed with: lwhsu
Modified:
head/share/man/man4/Makefile
Modified: head/share/man/man4/Makefile
==
Author: kevlo
Date: Wed Jul 17 01:56:40 2019
New Revision: 350074
URL: https://svnweb.freebsd.org/changeset/base/350074
Log:
Mention iflib(4).
Modified:
head/share/man/man4/ixgbe.4
head/share/man/man4/ixl.4
head/share/man/man4/vmx.4
Modified: head/share/man/man4/ixgbe.4
=
Author: cy
Date: Wed Jul 17 01:05:33 2019
New Revision: 350073
URL: https://svnweb.freebsd.org/changeset/base/350073
Log:
MFC r349978:
style(9)
Modified:
stable/12/sys/contrib/ipfilter/netinet/fil.c
Directory Properties:
stable/12/ (props changed)
Changes in other areas also in this
Author: cy
Date: Wed Jul 17 01:05:33 2019
New Revision: 350073
URL: https://svnweb.freebsd.org/changeset/base/350073
Log:
MFC r349978:
style(9)
Modified:
stable/11/sys/contrib/ipfilter/netinet/fil.c
Directory Properties:
stable/11/ (props changed)
Changes in other areas also in this
Author: markj
Date: Wed Jul 17 00:27:11 2019
New Revision: 350072
URL: https://svnweb.freebsd.org/changeset/base/350072
Log:
MFC r349711:
iwm: Drain callouts after stopping the device during detach.
Modified:
stable/12/sys/dev/iwm/if_iwm.c
Directory Properties:
stable/12/ (props changed
Author: mckusick
Date: Tue Jul 16 23:39:39 2019
New Revision: 350071
URL: https://svnweb.freebsd.org/changeset/base/350071
Log:
Style.
No change intended.
Modified:
head/sys/ufs/ufs/ufsmount.h
Modified: head/sys/ufs/ufs/ufsmount.h
===
Author: mckusick
Date: Tue Jul 16 23:12:27 2019
New Revision: 350070
URL: https://svnweb.freebsd.org/changeset/base/350070
Log:
When a process attempts to allocate space on a full filesystem, a
filesystem full message is sent to the offending process or the
kernel log if the offending proces
On 7/16/19 3:59 PM, John Baldwin wrote:
> Author: jhb
> Date: Tue Jul 16 22:59:15 2019
> New Revision: 350069
> URL: https://svnweb.freebsd.org/changeset/base/350069
>
> Log:
> Use PT_GET_SC_ARGS and PT_GET_SC_RET in truss.
>
> This removes all of the architecture-specific functions from tr
Author: jhb
Date: Tue Jul 16 22:59:15 2019
New Revision: 350069
URL: https://svnweb.freebsd.org/changeset/base/350069
Log:
Use PT_GET_SC_ARGS and PT_GET_SC_RET in truss.
This removes all of the architecture-specific functions from truss.
A per-ABI structure is still needed to map sysca
Author: imp
Date: Tue Jul 16 22:55:30 2019
New Revision: 350068
URL: https://svnweb.freebsd.org/changeset/base/350068
Log:
Assume that the timeout value from the capacity is 1-based
Neither the 1.3 or 1.4 standards say this number is 1's based, but adding 1
costs little and copes with tho
Author: brooks
Date: Tue Jul 16 22:27:49 2019
New Revision: 350067
URL: https://svnweb.freebsd.org/changeset/base/350067
Log:
Add missing mode in open(2) calls with O_CREAT.
When O_CREAT is specified, the third, variadic argument is
required as the permission. If on is not passed, then de
On Tue, Jul 16, 2019 at 3:48 AM Bruce Evans wrote:
>
> On Mon, 15 Jul 2019, John Baldwin wrote:
>
> > On 7/14/19 12:08 PM, Conrad Meyer wrote:
> >>
> >> This change restores the possible overflow beyond IO_SEQMAX that the
> >> removed conditional prevented.
> >>
> >> On Tue, Jun 25, 2019 at 12:44
On Tue, Jul 16, 2019 at 01:41:06PM -0700, John Baldwin wrote:
> On 7/16/19 12:44 PM, Shawn Webb wrote:
> > On Tue, Jul 16, 2019 at 04:03:08PM +, Brooks Davis wrote:
> >> Author: brooks
> >> Date: Tue Jul 16 16:03:08 2019
> >> New Revision: 350049
> >> URL: https://svnweb.freebsd.org/changeset/b
On 7/16/19 12:44 PM, Shawn Webb wrote:
> On Tue, Jul 16, 2019 at 04:03:08PM +, Brooks Davis wrote:
>> Author: brooks
>> Date: Tue Jul 16 16:03:08 2019
>> New Revision: 350049
>> URL: https://svnweb.freebsd.org/changeset/base/350049
>>
>> Log:
>> Fix two mismatches between function declaration
On Tue, Jul 16, 2019 at 04:03:08PM +, Brooks Davis wrote:
> Author: brooks
> Date: Tue Jul 16 16:03:08 2019
> New Revision: 350049
> URL: https://svnweb.freebsd.org/changeset/base/350049
>
> Log:
> Fix two mismatches between function declaration and definition.
>
> In both cases, functi
Author: eugen
Date: Tue Jul 16 19:40:23 2019
New Revision: 350066
URL: https://svnweb.freebsd.org/changeset/base/350066
Log:
MFC r336561 by lwhsu: Fix `make` in sys/modules/spigen
PR: 239119
Modified:
stable/11/sys/modules/spigen/Makefile
Directory Properties:
stable/11/ (p
Author: eugen
Date: Tue Jul 16 19:23:47 2019
New Revision: 350065
URL: https://svnweb.freebsd.org/changeset/base/350065
Log:
Make tpm(4) kernel module buildable outside of kernel build environment.
This direct commit is partial merge of r345632 (by lwhsu) from head
that cannot be merged c
Author: cy
Date: Tue Jul 16 19:00:42 2019
New Revision: 350064
URL: https://svnweb.freebsd.org/changeset/base/350064
Log:
As of upstream fil.c CVS r1.53 (March 1, 2009), prior to the import of
ipfilter 5.1.2 into FreeBSD-10, the fix for, 2580062 from/to targets
should be able to use any inte
Author: cy
Date: Tue Jul 16 19:00:38 2019
New Revision: 350063
URL: https://svnweb.freebsd.org/changeset/base/350063
Log:
Refactor, removing one compare.
This changes the return code however the caller only tests for 0 and != 0.
One might ask then, why multiple return codes when the calle
Author: eugen
Date: Tue Jul 16 18:39:59 2019
New Revision: 350062
URL: https://svnweb.freebsd.org/changeset/base/350062
Log:
MFC r345632 by lwhsu: Fix `make` in sys/modules
PR: 239120
Modified:
stable/12/sys/modules/efirt/Makefile
stable/12/sys/modules/iflib/Makefile
stab
Author: tuexen
Date: Tue Jul 16 17:54:20 2019
New Revision: 350061
URL: https://svnweb.freebsd.org/changeset/base/350061
Log:
Fix compilation on platforms using gcc.
When compiling RACK on platforms using gcc, a warning that tcp_outflags
is defined but not used is issued and terminates compi
Author: dim
Date: Tue Jul 16 17:39:58 2019
New Revision: 350060
URL: https://svnweb.freebsd.org/changeset/base/350060
Log:
MFC r349971:
Pull in r365760 from upstream lld trunk (by Fangrui Song):
[ELF] Handle non-glob patterns before glob patterns in version
scripts & fix a corner
Author: dim
Date: Tue Jul 16 17:39:58 2019
New Revision: 350060
URL: https://svnweb.freebsd.org/changeset/base/350060
Log:
MFC r349971:
Pull in r365760 from upstream lld trunk (by Fangrui Song):
[ELF] Handle non-glob patterns before glob patterns in version
scripts & fix a corner
On Wed, Jul 17, 2019 at 1:29 AM Andriy Gapon wrote:
>
> On 16/07/2019 18:52, Andriy Gapon wrote:
> > Author: avg
> > Date: Tue Jul 16 15:52:47 2019
> > New Revision: 350044
> > URL: https://svnweb.freebsd.org/changeset/base/350044
> >
> > Log:
> > MFC r349460: gpiobus: provide a new hint, pin_li
On 16/07/2019 18:52, Andriy Gapon wrote:
> Author: avg
> Date: Tue Jul 16 15:52:47 2019
> New Revision: 350044
> URL: https://svnweb.freebsd.org/changeset/base/350044
>
> Log:
> MFC r349460: gpiobus: provide a new hint, pin_list
>
> "pin_list" allows to specify child pins as a list of pin n
Author: vmaffione
Date: Tue Jul 16 17:27:51 2019
New Revision: 350059
URL: https://svnweb.freebsd.org/changeset/base/350059
Log:
MFC r349869
update calendar.freebsd
Modified:
stable/12/usr.bin/calendar/calendars/calendar.freebsd
Directory Properties:
stable/12/ (props changed)
Modif
Author: imp
Date: Tue Jul 16 17:24:25 2019
New Revision: 350058
URL: https://svnweb.freebsd.org/changeset/base/350058
Log:
Implement {io,admin}-passthru commands.
These are mostly compatible with Linux, with three exceptions.
1. We don't do metadata segment stuff. Our passthrough interfac
Author: imp
Date: Tue Jul 16 17:24:03 2019
New Revision: 350057
URL: https://svnweb.freebsd.org/changeset/base/350057
Log:
Create generic command / arg parsing routines
Create a set of routines and structures to hold the data for the args
for a command. Use them to generate help and to pa
Author: vangyzen
Date: Tue Jul 16 16:49:11 2019
New Revision: 350056
URL: https://svnweb.freebsd.org/changeset/base/350056
Log:
MFC r349834
Ignore kern.vt.splash_cpu without graphics
When the system has no graphical console, such as bhyve in common
configurations, ignore kern.vt.spla
Author: markj
Date: Tue Jul 16 16:33:44 2019
New Revision: 350055
URL: https://svnweb.freebsd.org/changeset/base/350055
Log:
Add a regression test which transfers varying number of rights.
This exercises the PKG_MAX_SIZE limit mentioned in r350054.
MFC after:1 week
Sponsored by:
Author: markj
Date: Tue Jul 16 16:28:50 2019
New Revision: 350054
URL: https://svnweb.freebsd.org/changeset/base/350054
Log:
Use a platform-independent constant for PKG_MAX_SIZE.
This constant determines the number of rights libnv will attempt to
transmit in a given control message. In p
Author: lwhsu
Date: Tue Jul 16 16:26:51 2019
New Revision: 350053
URL: https://svnweb.freebsd.org/changeset/base/350053
Log:
MFC r349472:
Follow r349460 to complete removing "flags" in struct gpiobus_ivar
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/sys/dev/gpio/ofw_gpio
Author: markj
Date: Tue Jul 16 16:25:27 2019
New Revision: 350052
URL: https://svnweb.freebsd.org/changeset/base/350052
Log:
Convert the nvlist send/recv tests to ATF.
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Modified:
head/lib/libnv/tests/Makefile
head/lib/libnv/tes
Author: lwhsu
Date: Tue Jul 16 16:23:56 2019
New Revision: 350051
URL: https://svnweb.freebsd.org/changeset/base/350051
Log:
MFC r349472:
Follow r349460 to complete removing "flags" in struct gpiobus_ivar
Sponsored by: The FreeBSD Foundation
Modified:
stable/12/sys/dev/gpio/ofw_gpio
Author: vangyzen
Date: Tue Jul 16 16:05:42 2019
New Revision: 350050
URL: https://svnweb.freebsd.org/changeset/base/350050
Log:
MFC r349834
Ignore kern.vt.splash_cpu without graphics
When the system has no graphical console, such as bhyve in common
configurations, ignore kern.vt.spla
Author: brooks
Date: Tue Jul 16 16:03:08 2019
New Revision: 350049
URL: https://svnweb.freebsd.org/changeset/base/350049
Log:
Fix two mismatches between function declaration and definition.
In both cases, function pointer arguments were inconsistently declared
and the result worked becaus
Author: markj
Date: Tue Jul 16 16:02:20 2019
New Revision: 350048
URL: https://svnweb.freebsd.org/changeset/base/350048
Log:
Chase r350037.
Reported by: jenkins
MFC with: r350037
Sponsored by: The FreeBSD Foundation
Modified:
head/lib/libkvm/kvm_aarch64.h
Modified: head/lib/lib
Author: avg
Date: Tue Jul 16 16:01:51 2019
New Revision: 350046
URL: https://svnweb.freebsd.org/changeset/base/350046
Log:
MFC r349579: nctgpio: change default pin names to those used by the
datasheet(s)
That is, instead of the current GPIO00 - GPIO15 the names will be GPIO00
- GPIO07, G
Author: avg
Date: Tue Jul 16 16:02:03 2019
New Revision: 350047
URL: https://svnweb.freebsd.org/changeset/base/350047
Log:
MFC r349579: nctgpio: change default pin names to those used by the
datasheet(s)
That is, instead of the current GPIO00 - GPIO15 the names will be GPIO00
- GPIO07, G
Author: avg
Date: Tue Jul 16 15:58:19 2019
New Revision: 350045
URL: https://svnweb.freebsd.org/changeset/base/350045
Log:
MFC r349460: gpiobus: provide a new hint, pin_list
"pin_list" allows to specify child pins as a list of pin numbers.
Existing hint "pins" serves the same purpose but
Author: avg
Date: Tue Jul 16 15:52:47 2019
New Revision: 350044
URL: https://svnweb.freebsd.org/changeset/base/350044
Log:
MFC r349460: gpiobus: provide a new hint, pin_list
"pin_list" allows to specify child pins as a list of pin numbers.
Existing hint "pins" serves the same purpose but
Author: vangyzen
Date: Tue Jul 16 15:51:09 2019
New Revision: 350043
URL: https://svnweb.freebsd.org/changeset/base/350043
Log:
Adds signal number format to kern.corefile
Add format capability to core file names to include signal
that generated the core. This can help various validation w
Author: avg
Date: Tue Jul 16 15:49:43 2019
New Revision: 350042
URL: https://svnweb.freebsd.org/changeset/base/350042
Log:
MFC r349428,r349433: owc_gpiobus: clean / fix up the driver module things
"fdt" is removed from the driver module name as the driver does not
require FDT and can work
Author: avg
Date: Tue Jul 16 15:48:02 2019
New Revision: 350041
URL: https://svnweb.freebsd.org/changeset/base/350041
Log:
MFC r349428,r349433: owc_gpiobus: clean / fix up the driver module things
"fdt" is removed from the driver module name as the driver does not
require FDT and can work
Author: avg
Date: Tue Jul 16 15:44:53 2019
New Revision: 350040
URL: https://svnweb.freebsd.org/changeset/base/350040
Log:
MFC r349408: gpio.4: document device hints common to all devices on gpiobus
Modified:
stable/11/share/man/man4/gpio.4
Directory Properties:
stable/11/ (props changed)
Author: avg
Date: Tue Jul 16 15:44:07 2019
New Revision: 350039
URL: https://svnweb.freebsd.org/changeset/base/350039
Log:
MFC r349408: gpio.4: document device hints common to all devices on gpiobus
Modified:
stable/12/share/man/man4/gpio.4
Directory Properties:
stable/12/ (props changed)
Author: markj
Date: Tue Jul 16 15:41:09 2019
New Revision: 350038
URL: https://svnweb.freebsd.org/changeset/base/350038
Log:
Always use the software DBM bit for now.
r350004 added most of the machinery needed to support hardware DBM
management, but it did not intend to actually enable use
Author: markj
Date: Tue Jul 16 15:38:01 2019
New Revision: 350037
URL: https://svnweb.freebsd.org/changeset/base/350037
Log:
Fix the arm64 page table entry attribute mask.
It did not include the DBM or contiguous bits.
Reported by: andrew
Reviewed by: andrew
MFC after:3 days
Author: avg
Date: Tue Jul 16 15:37:38 2019
New Revision: 350036
URL: https://svnweb.freebsd.org/changeset/base/350036
Log:
MFC r349406: owc.4: document how to set up the 1-wire bus on a device.hints
system
Modified:
stable/11/share/man/man4/owc.4
Directory Properties:
stable/11/ (props c
Author: avg
Date: Tue Jul 16 15:36:05 2019
New Revision: 350035
URL: https://svnweb.freebsd.org/changeset/base/350035
Log:
MFC r349406: owc.4: document how to set up the 1-wire bus on a device.hints
system
Modified:
stable/12/share/man/man4/owc.4
Directory Properties:
stable/12/ (props c
Author: avg
Date: Tue Jul 16 15:28:41 2019
New Revision: 350034
URL: https://svnweb.freebsd.org/changeset/base/350034
Log:
MFC r348688: first step towards enforcing must-succeed semantics for bus
accessors
Modified:
stable/11/sys/sys/bus.h
Directory Properties:
stable/11/ (props changed)
Author: avg
Date: Tue Jul 16 15:28:28 2019
New Revision: 350033
URL: https://svnweb.freebsd.org/changeset/base/350033
Log:
MFC r348688: first step towards enforcing must-succeed semantics for bus
accessors
Modified:
stable/12/sys/sys/bus.h
Directory Properties:
stable/12/ (props changed)
Author: hselasky
Date: Tue Jul 16 15:07:33 2019
New Revision: 350032
URL: https://svnweb.freebsd.org/changeset/base/350032
Log:
MFC r349645:
Remove dead code added after r348743 in the LinuxKPI. The
LINUXKPI_VERSION macro is not defined for any compiled LinuxKPI code
which basically means
Author: avg
Date: Tue Jul 16 15:02:28 2019
New Revision: 350031
URL: https://svnweb.freebsd.org/changeset/base/350031
Log:
MFC r348355: revert r273728 and parts of r306589, iicbus no-stop by default
feature
After r349227 the only consumer of that broken code is gone from this
branch.
Mo
Author: avg
Date: Tue Jul 16 14:59:39 2019
New Revision: 350030
URL: https://svnweb.freebsd.org/changeset/base/350030
Log:
MFC r348355: revert r273728 and parts of r306589, iicbus no-stop by default
feature
After r349224 the only consumer of that broken code is gone.
Modified:
stable/12
Author: markj
Date: Tue Jul 16 14:40:49 2019
New Revision: 350029
URL: https://svnweb.freebsd.org/changeset/base/350029
Log:
Propagate attribute changes during demotion.
After r349117 and r349122, some mapping attribute changes do not trigger
superpage demotion. However, pmap_demote_l2()
Author: tuexen
Date: Tue Jul 16 12:57:59 2019
New Revision: 350028
URL: https://svnweb.freebsd.org/changeset/base/350028
Log:
Add support for ICMPv6 messages indicating a parameter problem related
to an unrecognized next header.
MFC after:2 weeks
Modified:
head/usr.sbin/tra
Author: tuexen
Date: Tue Jul 16 12:38:17 2019
New Revision: 350027
URL: https://svnweb.freebsd.org/changeset/base/350027
Log:
Let packet_op() explicitly return the type and code instead of doing
this implicitly by encoding it in a number space.
No functional change intended.
This is
Author: tuexen
Date: Tue Jul 16 10:06:41 2019
New Revision: 350026
URL: https://svnweb.freebsd.org/changeset/base/350026
Log:
Whitespace change. No functional change.
MFC after:2 weeks
Modified:
head/usr.sbin/traceroute6/traceroute6.c
Modified: head/usr.sbin/traceroute6/trac
On Mon, 15 Jul 2019, John Baldwin wrote:
On 7/14/19 12:08 PM, Conrad Meyer wrote:
This change restores the possible overflow beyond IO_SEQMAX that the
removed conditional prevented.
On Tue, Jun 25, 2019 at 12:44 PM Alan Somers wrote:
I thought the same for a while on Tue, Jan 25, then didn
Author: avg
Date: Tue Jul 16 08:36:49 2019
New Revision: 350025
URL: https://svnweb.freebsd.org/changeset/base/350025
Log:
bge: check that the bus is a pci bus before using it as such
This fixes the following panic on powerpc:
pci_get_vendor failed for pcib1 on bus ofwbus0, error = 2
65 matches
Mail list logo