Author: kp
Date: Sat Jan 12 05:44:10 2019
New Revision: 342956
URL: https://svnweb.freebsd.org/changeset/base/342956
Log:
MFC r342784:
pf: Remove references to pflow from the pf.conf man page
pflow no longer exists. It was removed as part of a pf update back in 2012
(r240233).
P
Author: kp
Date: Sat Jan 12 05:38:48 2019
New Revision: 342955
URL: https://svnweb.freebsd.org/changeset/base/342955
Log:
MFC r342784:
pf: Remove references to pflow from the pf.conf man page
pflow no longer exists. It was removed as part of a pf update back in 2012
(r240233).
P
Author: np
Date: Sat Jan 12 04:44:25 2019
New Revision: 342954
URL: https://svnweb.freebsd.org/changeset/base/342954
Log:
cxgbe(4): Move some INTx specific code to a more appropriate place.
Modified:
head/sys/dev/cxgbe/t4_sge.c
Modified: head/sys/dev/cxgbe/t4_sge.c
==
Author: ngie
Date: Sat Jan 12 00:39:42 2019
New Revision: 342953
URL: https://svnweb.freebsd.org/changeset/base/342953
Log:
MFC r342597:
Remove legacy rc.d infrastructure references from rc(8)
Legacy rc.d scripts (.sh extension) have not been supported since
r193118. Remove the outda
Author: ngie
Date: Fri Jan 11 22:28:18 2019
New Revision: 342952
URL: https://svnweb.freebsd.org/changeset/base/342952
Log:
Add Linux compatibility support for `SC_NPROCESSORS_{CONF,ONLN}` as
`_SC_NPROCESSORS_{CONF,ONLN}`
The goal of this change is to make it easier to use getconf to query
Author: ngie
Date: Fri Jan 11 22:18:48 2019
New Revision: 342951
URL: https://svnweb.freebsd.org/changeset/base/342951
Log:
Copy ^/head/.arcconfig to ^/vendor/.arcconfig
Having a copy of .arcconfig in ^/vendor will allow developers to submit
reviews more easily and in a manner consistent
On Fri, Jan 11, 2019 at 01:11:26PM -0800, Rodney W. Grimes wrote:
> > On Fri, Jan 11, 2019 at 08:04:33AM -0800, Rodney W. Grimes wrote:
> > > The style of this .sh does not match the normal style of
> > > such things in base, especially with respect to long lines
> > > and indentation.
> >
> > In
> On Fri, Jan 11, 2019 at 08:04:33AM -0800, Rodney W. Grimes wrote:
> > The style of this .sh does not match the normal style of
> > such things in base, especially with respect to long lines
> > and indentation.
>
> In addition to adding the license header and changing copyleft ->
> copyright I c
>
> > On Jan 11, 2019, at 12:36 PM, Warner Losh wrote:
>
> ...
>
> > I talked about this at BSDCan in June. $foo is preferred (there
> > *is* a difference) and, as you say, if a file is consistently ${foo}
> > then it is fine.
> >
> > I prefer {} because $foo:bar doesn't work while ${foo}:bar
On Fri, Jan 11, 2019 at 08:04:33AM -0800, Rodney W. Grimes wrote:
> The style of this .sh does not match the normal style of
> such things in base, especially with respect to long lines
> and indentation.
In addition to adding the license header and changing copyleft ->
copyright I changed the ind
> On Jan 11, 2019, at 12:36 PM, Warner Losh wrote:
...
> I talked about this at BSDCan in June. $foo is preferred (there
> *is* a difference) and, as you say, if a file is consistently ${foo}
> then it is fine.
>
> I prefer {} because $foo:bar doesn't work while ${foo}:bar does.
I think the f
> On Jan 11, 2019, at 8:13 AM, Kyle Evans wrote:
…
>>> Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
>>> ==
>>> --- head/tools/build/mk/OptionalObsoleteFiles.inc Fri Jan 11 14:21:59
>>> 2019(r3429
On Fri, Jan 11, 2019, 1:12 PM Devin Teske
>
> > On Jan 11, 2019, at 11:16 AM, Rodney W. Grimes <
> free...@pdx.rh.cn85.dnsmgr.net> wrote:
> >
> >>> On Jan 11, 2019, at 10:36 AM, Rodney W. Grimes <
> free...@pdx.rh.cn85.dnsmgr.net> wrote:
> >>>
> On Fri, Jan 11, 2019 at 10:10 AM Rodney W. Grim
> On Jan 11, 2019, at 11:16 AM, Rodney W. Grimes
> wrote:
>
>>> On Jan 11, 2019, at 10:36 AM, Rodney W. Grimes
>>> wrote:
>>>
On Fri, Jan 11, 2019 at 10:10 AM Rodney W. Grimes <
free...@pdx.rh.cn85.dnsmgr.net> wrote:
>> On Fri, Jan 11, 2019 at 08:04:33AM -0800, Rodney W
On January 11, 2019 11:38:14 AM PST, Ian Lepore wrote:
>On Fri, 2019-01-11 at 10:35 -0800, Rodney W. Grimes wrote:
>> > On Wed, 2019-01-09 at 10:08 -0800, Rodney W. Grimes wrote:
>> > > > ?r., 9 sty 2019 o 16:41 Rodney W. Grimes
>> > > > napisa?(a):
>> > > > >
>> > > > > > Author: trasz
>> > > >
Author: emaste
Date: Fri Jan 11 19:53:45 2019
New Revision: 342950
URL: https://svnweb.freebsd.org/changeset/base/342950
Log:
MFC r342575, r342580: ar: detect and error out on 32-bit symbol table overflow
BSD ar currently does not support the /SYM64/ 64-bit symbol table, and
previously tr
Author: emaste
Date: Fri Jan 11 19:49:19 2019
New Revision: 342949
URL: https://svnweb.freebsd.org/changeset/base/342949
Log:
MFC r342575, r342580: ar: detect and error out on 32-bit symbol table overflow
BSD ar currently does not support the /SYM64/ 64-bit symbol table, and
previously tr
On Fri, 2019-01-11 at 10:35 -0800, Rodney W. Grimes wrote:
> > On Wed, 2019-01-09 at 10:08 -0800, Rodney W. Grimes wrote:
> > > > ?r., 9 sty 2019 o 16:41 Rodney W. Grimes
> > > > napisa?(a):
> > > > >
> > > > > > Author: trasz
> > > > > > Date: Wed Jan 9 11:04:27 2019
> > > > > > New Revision: 3
> On Fri, Jan 11, 2019 at 1:13 PM Rodney W. Grimes
> wrote:
> >
> > > Author: imp
> > > Date: Fri Jan 11 19:05:40 2019
> > > New Revision: 342948
> > > URL: https://svnweb.freebsd.org/changeset/base/342948
> > >
> > > Log:
> > > Add man page for device_delete_children.
> > >
> > > Submitted by
> > On Jan 11, 2019, at 10:36 AM, Rodney W. Grimes
> > wrote:
> >
> >> On Fri, Jan 11, 2019 at 10:10 AM Rodney W. Grimes <
> >> free...@pdx.rh.cn85.dnsmgr.net> wrote:
> >>
> On Fri, Jan 11, 2019 at 08:04:33AM -0800, Rodney W. Grimes wrote:
> > The style of this .sh does not match the n
On Fri, Jan 11, 2019 at 1:13 PM Rodney W. Grimes
wrote:
>
> > Author: imp
> > Date: Fri Jan 11 19:05:40 2019
> > New Revision: 342948
> > URL: https://svnweb.freebsd.org/changeset/base/342948
> >
> > Log:
> > Add man page for device_delete_children.
> >
> > Submitted by: Jeroen Ruigrok van der
> Author: imp
> Date: Fri Jan 11 19:05:40 2019
> New Revision: 342948
> URL: https://svnweb.freebsd.org/changeset/base/342948
>
> Log:
> Add man page for device_delete_children.
>
> Submitted by: Jeroen Ruigrok van der Werven
> Differential Revision: https://reviews.freebsd.org/D18452
>
Author: imp
Date: Fri Jan 11 19:05:40 2019
New Revision: 342948
URL: https://svnweb.freebsd.org/changeset/base/342948
Log:
Add man page for device_delete_children.
Submitted by: Jeroen Ruigrok van der Werven
Differential Revision: https://reviews.freebsd.org/D18452
Added:
head/share/ma
> On Jan 11, 2019, at 10:36 AM, Rodney W. Grimes
> wrote:
>
> [ Charset UTF-8 unsupported, converting... ]
>> On Fri, Jan 11, 2019 at 10:10 AM Rodney W. Grimes <
>> free...@pdx.rh.cn85.dnsmgr.net> wrote:
>>
On Fri, Jan 11, 2019 at 08:04:33AM -0800, Rodney W. Grimes wrote:
> The styl
[ Charset UTF-8 unsupported, converting... ]
> On Fri, Jan 11, 2019 at 10:10 AM Rodney W. Grimes <
> free...@pdx.rh.cn85.dnsmgr.net> wrote:
>
> > > On Fri, Jan 11, 2019 at 08:04:33AM -0800, Rodney W. Grimes wrote:
> > > > The style of this .sh does not match the normal style of
> > > > such things
> On Wed, 2019-01-09 at 10:08 -0800, Rodney W. Grimes wrote:
> > > ?r., 9 sty 2019 o 16:41 Rodney W. Grimes
> > > napisa?(a):
> > > >
> > > > > Author: trasz
> > > > > Date: Wed Jan 9 11:04:27 2019
> > > > > New Revision: 342881
> > > > > URL: https://svnweb.freebsd.org/changeset/base/342881
> >
On Fri, Jan 11, 2019 at 10:10 AM Rodney W. Grimes <
free...@pdx.rh.cn85.dnsmgr.net> wrote:
> > On Fri, Jan 11, 2019 at 08:04:33AM -0800, Rodney W. Grimes wrote:
> > > The style of this .sh does not match the normal style of
> > > such things in base, especially with respect to long lines
> > > and
> On Fri, Jan 11, 2019 at 08:04:33AM -0800, Rodney W. Grimes wrote:
> > > Author: lme (ports committer)
> > > Date: Fri Jan 11 15:52:09 2019
> > > New Revision: 342945
> > > URL: https://svnweb.freebsd.org/changeset/base/342945
> > > +.Nm
> > > +utility first appeared in
> > > +.Fx 12.1 .
> > > +.S
> On Fri, Jan 11, 2019 at 10:04 AM Rodney W. Grimes
> wrote:
> >
> > > Author: lme (ports committer)
> > > Date: Fri Jan 11 15:52:09 2019
> > > New Revision: 342945
> > > URL: https://svnweb.freebsd.org/changeset/base/342945
> > >
> > > Log:
> > > Add `bluetooth-config` script to simplify settin
On Fri, Jan 11, 2019 at 08:04:33AM -0800, Rodney W. Grimes wrote:
> > Author: lme (ports committer)
> > Date: Fri Jan 11 15:52:09 2019
> > New Revision: 342945
> > URL: https://svnweb.freebsd.org/changeset/base/342945
> > +.Nm
> > +utility first appeared in
> > +.Fx 12.1 .
> > +.Sh AUTHORS
> > +.An
Author: bapt
Date: Fri Jan 11 16:18:23 2019
New Revision: 342947
URL: https://svnweb.freebsd.org/changeset/base/342947
Log:
Fix duplication.
The patch adding the manpage was probably applied twice, so it resulted
in duplication of the manpage
Modified:
head/usr.sbin/bluetooth/bluetooth
On Fri, Jan 11, 2019 at 10:04 AM Rodney W. Grimes
wrote:
>
> > Author: lme (ports committer)
> > Date: Fri Jan 11 15:52:09 2019
> > New Revision: 342945
> > URL: https://svnweb.freebsd.org/changeset/base/342945
> >
> > Log:
> > Add `bluetooth-config` script to simplify setting up bluetooth
> >
> Author: lme (ports committer)
> Date: Fri Jan 11 15:52:09 2019
> New Revision: 342945
> URL: https://svnweb.freebsd.org/changeset/base/342945
>
> Log:
> Add `bluetooth-config` script to simplify setting up bluetooth connections
> to
> devices like mice, keyboards, bt-audio, ...
>
> Thi
Author: ram
Date: Fri Jan 11 15:59:24 2019
New Revision: 342946
URL: https://svnweb.freebsd.org/changeset/base/342946
Log:
Remove accessing remote node and domain objects while processing cam actions.
Issue:
ocs_fc(4) driver panics. It's induced by setting the port_state
sysctl to offlin
Author: lme (ports committer)
Date: Fri Jan 11 15:52:09 2019
New Revision: 342945
URL: https://svnweb.freebsd.org/changeset/base/342945
Log:
Add `bluetooth-config` script to simplify setting up bluetooth connections to
devices like mice, keyboards, bt-audio, ...
This script currently allo
Author: rgrimes
Date: Fri Jan 11 14:21:59 2019
New Revision: 342944
URL: https://svnweb.freebsd.org/changeset/base/342944
Log:
Fix spelling of identifier
Approved by: phk (mentor)
MFC after:3 days
Modified:
head/usr.sbin/bhyve/bhyve.8
Modified: head/usr.sbin/bhyve/bhyve.8
===
Author: avg
Date: Fri Jan 11 12:18:11 2019
New Revision: 342943
URL: https://svnweb.freebsd.org/changeset/base/342943
Log:
MFC r342525: MFV r342469: 9630 add lzc_rename and lzc_destroy to libzfs_core
Relnotes: maybe
Modified:
stable/11/cddl/contrib/opensolaris/lib/libzfs/common/libzf
Author: avg
Date: Fri Jan 11 11:49:35 2019
New Revision: 342942
URL: https://svnweb.freebsd.org/changeset/base/342942
Log:
MFC r342525: MFV r342469: 9630 add lzc_rename and lzc_destroy to libzfs_core
Relnotes: maybe
Modified:
stable/12/cddl/contrib/opensolaris/lib/libzfs/common/libzf
Author: avg
Date: Fri Jan 11 11:46:33 2019
New Revision: 342941
URL: https://svnweb.freebsd.org/changeset/base/342941
Log:
MFC r342541: MFV r342532: 5882 Temporary pool names
Note that this commit brings only formatting changes that were done
during the final review of the illumos change,
Author: avg
Date: Fri Jan 11 11:45:30 2019
New Revision: 342940
URL: https://svnweb.freebsd.org/changeset/base/342940
Log:
MFC r342541: MFV r342532: 5882 Temporary pool names
Note that this commit brings only formatting changes that were done
during the final review of the illumos change,
Author: avg
Date: Fri Jan 11 11:43:36 2019
New Revision: 342939
URL: https://svnweb.freebsd.org/changeset/base/342939
Log:
MFC r342169: add a knob that disables detection of write protected disks
PR: 225794
Modified:
stable/11/sys/cam/scsi/scsi_da.c
Directory Properties:
stab
Author: avg
Date: Fri Jan 11 11:42:25 2019
New Revision: 342938
URL: https://svnweb.freebsd.org/changeset/base/342938
Log:
MFC r342169: add a knob that disables detection of write protected disks
PR: 225794
Modified:
stable/12/sys/cam/scsi/scsi_da.c
Directory Properties:
stab
Author: andrew
Date: Fri Jan 11 11:32:46 2019
New Revision: 342937
URL: https://svnweb.freebsd.org/changeset/base/342937
Log:
Fix the location of td->td_frame at the top of the kernel stack.
In cpu_thread_alloc we would allocate space for the trap frame at the top of
the kernel stack. Thi
Author: manu
Date: Fri Jan 11 09:40:34 2019
New Revision: 342936
URL: https://svnweb.freebsd.org/changeset/base/342936
Log:
Import DTS from Linux 4.20
MFC after:2 months
Added:
- copied unchanged from r342930,
vendor/device-tree/dist/src/arm/am335x-moxa-uc-2100-common.dtsi
-
Author: manu
Date: Fri Jan 11 09:20:18 2019
New Revision: 342935
URL: https://svnweb.freebsd.org/changeset/base/342935
Log:
Import DTS includes from 4.19
This was missed in r340337
MFC after:3 days
Added:
- copied unchanged from r340335,
vendor/device-tree/dist/include/dt-bindi
Author: kib
Date: Fri Jan 11 08:35:49 2019
New Revision: 342934
URL: https://svnweb.freebsd.org/changeset/base/342934
Log:
cpucontrol: check for the supposed firmware file type and skip
non-regular entry.
do_update() skips entries with DT_DIR type. This does not eliminate
other entries
46 matches
Mail list logo