> Author: cem
> Date: Fri Jan 18 23:54:51 2019
> New Revision: 343166
> URL: https://svnweb.freebsd.org/changeset/base/343166
>
> Log:
> vmm(4): Mask Spectre feature bits on AMD hosts
>
> For parity with Intel hosts, which already mask out the CPUID feature
> bits that indicate the presen
Author: cem
Date: Fri Jan 18 23:54:51 2019
New Revision: 343166
URL: https://svnweb.freebsd.org/changeset/base/343166
Log:
vmm(4): Mask Spectre feature bits on AMD hosts
For parity with Intel hosts, which already mask out the CPUID feature
bits that indicate the presence of the SPEC_CTRL
Author: jhibbits
Date: Fri Jan 18 23:26:31 2019
New Revision: 343165
URL: https://svnweb.freebsd.org/changeset/base/343165
Log:
Fix top(1) long options handling
getopt_long(3) requires the long options be terminated by a NULL block.
Without the terminator, an invalid long option results i
Author: marck (doc committer)
Date: Fri Jan 18 23:00:52 2019
New Revision: 343164
URL: https://svnweb.freebsd.org/changeset/base/343164
Log:
Clarify error messages a bit.
X-Found-With: r343112
MFC after:1 month
Modified:
head/usr.sbin/jail/command.c
Modified: head/usr.sbin/jail/co
> On Fri, 18 Jan 2019 at 12:51, Rodney W. Grimes
> wrote:
> >
> > Since your in here fixing... there is a false positive on the
> > detection of what is installed when we zero the size of a set,
> > ie, now that doc.txz is a 0 size set it always thinks you have
> > doc installed due to rounding er
On Fri, 18 Jan 2019 at 12:51, Rodney W. Grimes
wrote:
>
> Since your in here fixing... there is a false positive on the
> detection of what is installed when we zero the size of a set,
> ie, now that doc.txz is a 0 size set it always thinks you have
> doc installed due to rounding errors in the ca
Author: wulf
Date: Fri Jan 18 22:20:29 2019
New Revision: 343163
URL: https://svnweb.freebsd.org/changeset/base/343163
Log:
psm(4): detect Lenovo top-button clickpads
libinput has special handling for Lenovo ThinkPad *40 series, where it
treats clicks on the top button area as if they cam
Author: brooks
Date: Fri Jan 18 21:46:38 2019
New Revision: 343162
URL: https://svnweb.freebsd.org/changeset/base/343162
Log:
Make SIFTR work again after r342125 (D18443).
Correct a logic error.
Only disable when already enabled or enable when disabled.
Submitted by: Richard Schef
Author: brooks
Date: Fri Jan 18 21:30:06 2019
New Revision: 343161
URL: https://svnweb.freebsd.org/changeset/base/343161
Log:
Use a private definition of osockaddr rather then relying on type
namespace polution in sys/socket.h.
Also remove support for operation on 4.3BSD.
PR:
Author: wulf
Date: Fri Jan 18 21:25:46 2019
New Revision: 343160
URL: https://svnweb.freebsd.org/changeset/base/343160
Log:
MFC r340926:
evdev: Fix pause key release event in AT keyboard set 1 to evdev xlat-or.
Modified:
stable/11/sys/dev/evdev/evdev_utils.c
Directory Properties:
stabl
Author: wulf
Date: Fri Jan 18 21:25:10 2019
New Revision: 343159
URL: https://svnweb.freebsd.org/changeset/base/343159
Log:
MFC r340926:
evdev: Fix pause key release event in AT keyboard set 1 to evdev xlat-or.
Modified:
stable/12/sys/dev/evdev/evdev_utils.c
Directory Properties:
stabl
Author: wulf
Date: Fri Jan 18 21:12:00 2019
New Revision: 343158
URL: https://svnweb.freebsd.org/changeset/base/343158
Log:
MFC r340912,r340913:
psm(4): Revert r328640 and add minimal support for active AUX port
multiplexers
Active PS/2 multiplexing is a method for attaching
Author: wulf
Date: Fri Jan 18 21:11:02 2019
New Revision: 343157
URL: https://svnweb.freebsd.org/changeset/base/343157
Log:
MFC r340912,r340913:
psm(4): Revert r328640 and add minimal support for active AUX port
multiplexers
Active PS/2 multiplexing is a method for attaching
Author: gonzo
Date: Fri Jan 18 21:00:54 2019
New Revision: 343156
URL: https://svnweb.freebsd.org/changeset/base/343156
Log:
[usb] Add HID_IGNORE quirks for multiple UPS devices
Without HID_IGNORE quirk enabled these models appear in the system as a uhid
devices while NUT (Network UPS Too
Author: wulf
Date: Fri Jan 18 20:59:06 2019
New Revision: 343155
URL: https://svnweb.freebsd.org/changeset/base/343155
Log:
MFC r340338:
wmt(4): Add PNP record so it could be picked by devd/devmatch.
Fix uhid(4) conflict with blacklisting of multitouch HID-usages
in uhid(4) probe handler.
Author: dim
Date: Fri Jan 18 20:35:24 2019
New Revision: 343154
URL: https://svnweb.freebsd.org/changeset/base/343154
Log:
Remove leading slash from OLD_DIRS assignment in ObsoleteFiles.inc. The
"make delete-old" mechanism will already take care of such prefixes, and
this prevents a double
On January 18, 2019 7:11:05 AM PST, Eugene Grosbein wrote:
>On 18.01.2019 19:54, Cy Schubert wrote:
>
>> In message <81bb343b-ad8a-371d-d94f-f72c8dbce...@grosbein.net>,
>Eugene
>> Grosbein
>> writes:
>>> 18.01.2019 5:25, Maxim Sobolev wrote:
>>>
Using usr.sbin/trim as an example.
>>>
>>> W
Author: emaste
Date: Fri Jan 18 18:22:47 2019
New Revision: 343153
URL: https://svnweb.freebsd.org/changeset/base/343153
Log:
freebsd-update.8: mandoc -Tlint fixes
PR: 185389
Reported by: bcr
MFC after:3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sb
> Author: emaste
> Date: Fri Jan 18 17:41:45 2019
> New Revision: 343152
> URL: https://svnweb.freebsd.org/changeset/base/343152
>
> Log:
> freebsd-update: Use BASEDIR when checking for src component
>
> src could potentially be installed under the based dir
> and not under the root or vi
Author: emaste
Date: Fri Jan 18 17:41:45 2019
New Revision: 343152
URL: https://svnweb.freebsd.org/changeset/base/343152
Log:
freebsd-update: Use BASEDIR when checking for src component
src could potentially be installed under the based dir
and not under the root or vice versa.
PR:
On Fri, Jan 18, 2019 at 2:06 AM Eugene Grosbein wrote:
> 18.01.2019 7:39, Warner Losh wrote:
>
> > You hijacked that review. Don't you dare use it as evidence of consent
> to the sh*t you just pulled.
> >
> > Back it out, do a proper review. This one was not proper, nor was it
> complete. Don't g
Author: dab
Date: Fri Jan 18 16:04:36 2019
New Revision: 343151
URL: https://svnweb.freebsd.org/changeset/base/343151
Log:
MFC r342822:
asmc: Add support for Mac mini 4,1 (Mid-2010)
Modified:
stable/11/sys/dev/asmc/asmc.c
stable/11/sys/dev/asmc/asmcvar.h
Directory Properties:
stable/
Author: dab
Date: Fri Jan 18 16:03:59 2019
New Revision: 343150
URL: https://svnweb.freebsd.org/changeset/base/343150
Log:
MFC r342822:
asmc: Add support for Mac mini 4,1 (Mid-2010)
Modified:
stable/12/sys/dev/asmc/asmc.c
stable/12/sys/dev/asmc/asmcvar.h
Directory Properties:
stable/
Author: dab
Date: Fri Jan 18 15:59:49 2019
New Revision: 343149
URL: https://svnweb.freebsd.org/changeset/base/343149
Log:
MFC r342770:
asmc: Patch to add MacBook Pro 9,2 support
PR: 211513
Submitted by: William Theesfeld Jr
Reported by: William Theesfeld Jr
Author: dab
Date: Fri Jan 18 15:58:32 2019
New Revision: 343148
URL: https://svnweb.freebsd.org/changeset/base/343148
Log:
MFC r342770:
asmc: Patch to add MacBook Pro 9,2 support
PR: 211513
Submitted by: William Theesfeld Jr
Reported by: William Theesfeld Jr
Modified:
On 18.01.2019 19:54, Cy Schubert wrote:
> In message <81bb343b-ad8a-371d-d94f-f72c8dbce...@grosbein.net>, Eugene
> Grosbein
> writes:
>> 18.01.2019 5:25, Maxim Sobolev wrote:
>>
>>> Using usr.sbin/trim as an example.
>>
>> We still lack a command usable at installation stage (escape to shell) t
> In message <81bb343b-ad8a-371d-d94f-f72c8dbce...@grosbein.net>, Eugene
> Grosbein
> writes:
> > 18.01.2019 5:25, Maxim Sobolev wrote:
> >
> > > Using usr.sbin/trim as an example.
> >
> > We still lack a command usable at installation stage (escape to shell) to
> > tri
> > m a device or partit
Author: kib
Date: Fri Jan 18 13:43:11 2019
New Revision: 343147
URL: https://svnweb.freebsd.org/changeset/base/343147
Log:
i386/PAE busdma: allow more bounce pages.
If i386 has more than 4G of memory, allow the same number of busdma
bounce pages as for amd64. In fact, in this case bounci
Author: kib
Date: Fri Jan 18 13:38:56 2019
New Revision: 343146
URL: https://svnweb.freebsd.org/changeset/base/343146
Log:
x86 busdma: fix mis-use of bus_addr_t where vm_paddr_t is assumed.
Right now bus_addr_t and vm_paddr_t are always aliased to the same
underlying integer type on x86,
Author: kib
Date: Fri Jan 18 13:35:06 2019
New Revision: 343145
URL: https://svnweb.freebsd.org/changeset/base/343145
Log:
MI VM: Make it possible to set size of superpage at boot instead of compile
time.
In order to allow single kernel to use PAE pagetables on i386 if
hardware supports
http://vectorart68102.acemlnb.com/lt.php?s=081de164462b5a71484a5660e7b63974&i=20A141A1A221
Running Out Of Time? | Fast 24HR
Free Rush 24 Hour
Greetings from Team Vector Art! A team or Promotional Products
specialists of Vector, Total Creative Solution's & Digitizing Team. Am
opportunity to wor
In message <81bb343b-ad8a-371d-d94f-f72c8dbce...@grosbein.net>, Eugene
Grosbein
writes:
> 18.01.2019 5:25, Maxim Sobolev wrote:
>
> > Using usr.sbin/trim as an example.
>
> We still lack a command usable at installation stage (escape to shell) to tri
> m a device or partition
> dedicated to ZFS
Author: kib
Date: Fri Jan 18 10:54:36 2019
New Revision: 343144
URL: https://svnweb.freebsd.org/changeset/base/343144
Log:
nvdimm: initialize SPA uuids statically.
The SPA ids are published numbers, so it's safe (if not a bit
annoying) to copy them into a source file.
Submitted by: D
Author: kib
Date: Fri Jan 18 10:45:27 2019
New Revision: 343143
URL: https://svnweb.freebsd.org/changeset/base/343143
Log:
nvdimm: add a driver for the NVDIMM root device
The NVDIMM root device is parent to the individual ACPI NVDIMM
devices. Add a driver for the NVDIMM root device that
Xin LI writes:
> I think this would break upgrading from e.g. -BETA or -RC, which is supported?
Upgrading from -ALPHA is also supported. Furthermore, expr(1) is a
better way of handling this than echo | grep, even if it only supports
basic REs; they are sufficient for this purpose.
DES
--
Dag-
Author: ae
Date: Fri Jan 18 09:57:03 2019
New Revision: 343142
URL: https://svnweb.freebsd.org/changeset/base/343142
Log:
MFC 342925:
Relax requirement to packet size of CARP protocol and remove version check.
CARP shares protocol number 112 with VRRP (RFC 5798). And the size of
V
Author: ae
Date: Fri Jan 18 09:54:28 2019
New Revision: 343141
URL: https://svnweb.freebsd.org/changeset/base/343141
Log:
MFC r342925:
Relax requirement to packet size of CARP protocol and remove version check.
CARP shares protocol number 112 with VRRP (RFC 5798). And the size of
Author: kib
Date: Fri Jan 18 09:41:17 2019
New Revision: 343140
URL: https://svnweb.freebsd.org/changeset/base/343140
Log:
MFC r340421 (by cem), r342934:
cpucontrol(8): De-duplicate common update logic.
Modified:
stable/12/usr.sbin/cpucontrol/amd.c
stable/12/usr.sbin/cpucontrol/amd10h.c
18.01.2019 5:25, Maxim Sobolev wrote:
> Using usr.sbin/trim as an example.
We still lack a command usable at installation stage (escape to shell) to trim
a device or partition
dedicated to ZFS Cache/ZFS Intention Log/zvol any other use when ports/packages
are not yet available.
__
18.01.2019 7:39, Warner Losh wrote:
> You hijacked that review. Don't you dare use it as evidence of consent to the
> sh*t you just pulled.
>
> Back it out, do a proper review. This one was not proper, nor was it
> complete. Don't go using my name to support a program I've come to think is a
>
18.01.2019 7:54, Warner Losh wrote:
> On Thu, Jan 17, 2019 at 5:48 PM Rodney W. Grimes
> mailto:free...@pdx.rh.cn85.dnsmgr.net>>
> wrote:
>
> I'm sorry, but I fire back when people abuse me.
Sorry, I did not mean to. And I still do not understand how do I abuse you now.
18.01.2019 4:45, Conrad Meyer wrote:
>>> Please back it out; stop attributing code review to "hackers@," which
>>> can not (it's a list, not individuals) and did not review this
>>> changeset; and put it on phabricator for actual review.
>>
>> There is already https://reviews.freebsd.org/D18380 by
Author: hselasky
Date: Fri Jan 18 08:59:00 2019
New Revision: 343139
URL: https://svnweb.freebsd.org/changeset/base/343139
Log:
MFC r342884:
Fix loopback traffic when using non-lo0 link local IPv6 addresses.
The loopback interface can only receive packets with a single scope ID,
namely
Author: hselasky
Date: Fri Jan 18 08:57:23 2019
New Revision: 343138
URL: https://svnweb.freebsd.org/changeset/base/343138
Log:
MFC r342884:
Fix loopback traffic when using non-lo0 link local IPv6 addresses.
The loopback interface can only receive packets with a single scope ID,
namely
Author: hselasky
Date: Fri Jan 18 08:55:26 2019
New Revision: 343137
URL: https://svnweb.freebsd.org/changeset/base/343137
Log:
MFC r342884:
Fix loopback traffic when using non-lo0 link local IPv6 addresses.
The loopback interface can only receive packets with a single scope ID,
namely
Author: hselasky
Date: Fri Jan 18 08:48:30 2019
New Revision: 343135
URL: https://svnweb.freebsd.org/changeset/base/343135
Log:
MFC r342778:
Reduce timeout for reading the USB HUB port status to 1000ms and try to filter
out dead USB HUB devices by implementing an error counter, so that the U
Author: hselasky
Date: Fri Jan 18 08:49:10 2019
New Revision: 343136
URL: https://svnweb.freebsd.org/changeset/base/343136
Log:
MFC r342778:
Reduce timeout for reading the USB HUB port status to 1000ms and try to filter
out dead USB HUB devices by implementing an error counter, so that the U
Author: hselasky
Date: Fri Jan 18 08:47:48 2019
New Revision: 343134
URL: https://svnweb.freebsd.org/changeset/base/343134
Log:
MFC r342778:
Reduce timeout for reading the USB HUB port status to 1000ms and try to filter
out dead USB HUB devices by implementing an error counter, so that the U
Author: hselasky
Date: Fri Jan 18 08:45:56 2019
New Revision: 343133
URL: https://svnweb.freebsd.org/changeset/base/343133
Log:
MFC r342730:
Improve USB generic debug messages. Print process ID and name when opening
and closing usb/ugenX.Y character device nodes.
Sponsored by: Mellanox
Author: hselasky
Date: Fri Jan 18 08:44:50 2019
New Revision: 343132
URL: https://svnweb.freebsd.org/changeset/base/343132
Log:
MFC r342730:
Improve USB generic debug messages. Print process ID and name when opening
and closing usb/ugenX.Y character device nodes.
Sponsored by: Mellanox
Author: hselasky
Date: Fri Jan 18 08:43:42 2019
New Revision: 343131
URL: https://svnweb.freebsd.org/changeset/base/343131
Log:
MFC r342730:
Improve USB generic debug messages. Print process ID and name when opening
and closing usb/ugenX.Y character device nodes.
Sponsored by: Mellanox
Author: kp
Date: Fri Jan 18 08:19:54 2019
New Revision: 343130
URL: https://svnweb.freebsd.org/changeset/base/343130
Log:
pf: fix pfsync breaking carp
Fix missing initialisation of sc_flags into a valid sync state on clone which
breaks carp in pfsync.
This regression was introduce by
52 matches
Mail list logo