Author: kib
Date: Tue Jan 22 12:56:49 2019
New Revision: 343302
URL: https://svnweb.freebsd.org/changeset/base/343302
Log:
Remove unused *_sysinit_flags() declarations.
Submitted by: Sebastian Huber
MFC after:3 days
Modified:
head/sys/sys/rmlock.h
head/sys/sys/rwlock.h
Modified
Author: se
Date: Tue Jan 22 13:11:15 2019
New Revision: 343303
URL: https://svnweb.freebsd.org/changeset/base/343303
Log:
Silence a CI warning regarding the use of strcpy().
While this is a false positive (a sufficiently large buffer has been
allocated in the line above), the use of strdu
Author: brooks
Date: Tue Jan 22 17:39:26 2019
New Revision: 343305
URL: https://svnweb.freebsd.org/changeset/base/343305
Log:
Rework CASE_IOC_IFGROUPREQ() to require a case before the macro.
This is more compatible with formatting tools and looks more normal.
Reported by: jhb (on a di
On Tue, 2019-01-22 at 17:39 +, Brooks Davis wrote:
> Author: brooks
> Date: Tue Jan 22 17:39:26 2019
> New Revision: 343305
> URL: https://svnweb.freebsd.org/changeset/base/343305
>
> Log:
> Rework CASE_IOC_IFGROUPREQ() to require a case before the macro.
>
> This is more compatible wit
On Tue, Jan 22, 2019 at 10:45:16AM -0700, Ian Lepore wrote:
> On Tue, 2019-01-22 at 17:39 +, Brooks Davis wrote:
> > Author: brooks
> > Date: Tue Jan 22 17:39:26 2019
> > New Revision: 343305
> > URL: https://svnweb.freebsd.org/changeset/base/343305
> >
> > Log:
> > Rework CASE_IOC_IFGROUPRE
On Tue, Jan 22, 2019 at 01:12:57PM -0500, Mark Johnston wrote:
> On Tue, Jan 22, 2019 at 10:45:16AM -0700, Ian Lepore wrote:
> > On Tue, 2019-01-22 at 17:39 +, Brooks Davis wrote:
> > > Author: brooks
> > > Date: Tue Jan 22 17:39:26 2019
> > > New Revision: 343305
> > > URL: https://svnweb.free
Author: wulf
Date: Tue Jan 22 22:39:46 2019
New Revision: 343327
URL: https://svnweb.freebsd.org/changeset/base/343327
Log:
Add quirk to enable mic and headphones redirection on HP Spectre laptops.
Tested on HP AF006UR.
MFC after:2 weeks
Modified:
head/sys/dev/sound/pci/hda/hdaa
Author: kevans
Date: Wed Jan 23 02:09:15 2019
New Revision: 343335
URL: https://svnweb.freebsd.org/changeset/base/343335
Log:
libbe(3): simplify import, allow replication streams
Previously, we directly used libzfs_core's lzc_receive to import to a
temporary snapshot, then cloned the snap
Author: gonzo
Date: Wed Jan 23 02:46:35 2019
New Revision: 343338
URL: https://svnweb.freebsd.org/changeset/base/343338
Log:
Fix systat's :only command parser for the multiple arguments case
According to systat(1) :only option is supposed to accept multiple drives
but the parser for its a