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
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
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 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 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.
__
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: 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
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
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 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
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: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
> 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
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
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: 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:
> 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 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
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: 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
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: 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: 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: 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
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
> 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
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
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: 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: 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
30 matches
Mail list logo