Author: wulf
Date: Tue May 1 08:03:12 2018
New Revision: 333136
URL: https://svnweb.freebsd.org/changeset/base/333136
Log:
Fix bthidd build with GCC 4.2 after r333110
Rename inlined function parameter to avoid shadowing of devname libc
function declared in stdlib.h header
Reported b
Author: sbruno
Date: Tue May 1 12:58:01 2018
New Revision: 333137
URL: https://svnweb.freebsd.org/changeset/base/333137
Log:
ixgb(4): Add deprecation notice for this old and busted 10GE adapter.
This is a prequisite before we remove the driver from -current.
Reviewed by: emaste kbow
On Tue, May 01, 2018 at 12:53:46AM +, Ed Maste wrote:
> Author: emaste
> Date: Tue May 1 00:53:46 2018
> New Revision: 333133
> URL: https://svnweb.freebsd.org/changeset/base/333133
>
> Log:
> pwd_mkdb: retire legacy v3 db support (-l option)
>
> pwd_mkdb has emitted v4 password datab
Author: manu
Date: Tue May 1 13:57:08 2018
New Revision: 333138
URL: https://svnweb.freebsd.org/changeset/base/333138
Log:
uart_snps: Add early printf support
Move the allwinner early printf support to the snps driver as it
should work with all implementation.
While here add instructio
Author: np
Date: Tue May 1 14:59:38 2018
New Revision: 333139
URL: https://svnweb.freebsd.org/changeset/base/333139
Log:
cxgbe(4): Destroy the cdev before disabling interrupts in driver detach.
Filter work requests are submitted in the nexus cdev's ioctl which then
blocks waiting for a r
Author: jhb
Date: Tue May 1 15:17:46 2018
New Revision: 333140
URL: https://svnweb.freebsd.org/changeset/base/333140
Log:
Initial debug server for bhyve.
This commit adds a new debug server to bhyve. Unlike the existing -g
option which provides an efficient connection to a debug server
On Tuesday, May 01, 2018 03:17:47 PM John Baldwin wrote:
> Author: jhb
> Date: Tue May 1 15:17:46 2018
> New Revision: 333140
> URL: https://svnweb.freebsd.org/changeset/base/333140
>
> Log:
> Initial debug server for bhyve.
This is definitely "early" work and there are still many things to im
Author: gallatin
Date: Tue May 1 15:33:21 2018
New Revision: 333141
URL: https://svnweb.freebsd.org/changeset/base/333141
Log:
Optionally panic when cxgbe encounters a fatal error
Sometimes it is better to panic than to leave a machine
unreachable.
Reviewed by: np
Sponsored by: N
> Author: jhb
> Date: Tue May 1 15:17:46 2018
> New Revision: 333140
> URL: https://svnweb.freebsd.org/changeset/base/333140
>
> Log:
> Initial debug server for bhyve.
...
>
> Added: head/usr.sbin/bhyve/gdb.c
> ==
> --
Author: imp
Date: Tue May 1 16:21:01 2018
New Revision: 333142
URL: https://svnweb.freebsd.org/changeset/base/333142
Log:
Remove 'All Rights Reserved.' from all of my Copyrights in sys/arm and
always use 'M. Warner Losh' for consistency.
'All Rights Reserved.' was prescribed by the Bueno
Author: imp
Date: Tue May 1 16:29:22 2018
New Revision: 333143
URL: https://svnweb.freebsd.org/changeset/base/333143
Log:
Use M. Warner Losh everywhere on my copyrights.
Remove 'All Rights Reserved' where I can.
Modified:
head/etc/rc.d/devmatch
head/share/man/man4/sn.4
head/stand/commo
| sort | uniq -d;
# done
+# 20180501: retire lmc
+OLD_FILES+=usr/include/dev/lmc/if_lmc.h
+OLD_DIRS+=usr/include/dev/lmc
+OLD_FILES+=usr/sbin/lmcconfig
+OLD_FILES+=usr/share/man/man4/lmc.4.gz
+OLD_FILES+=usr/share/man/man4/if_lmc.4.gz
+OLD_FILES+=usr/share/man/man8/lmcconfig.8.gz
# 20180417: remove
On Tue, May 1, 2018 at 8:59 AM, Rodney W. Grimes
wrote:
> The All rights reserved clause is an obsolete requirement from the
> 1910 Buenos Aires Convention, and should not be used on new code
> since 2000.
Can you please provide a source for that claim?
Thanks,
Conrad
___
[ Charset UTF-8 unsupported, converting... ]
> On Tue, May 1, 2018 at 8:59 AM, Rodney W. Grimes
> wrote:
> > The All rights reserved clause is an obsolete requirement from the
> > 1910 Buenos Aires Convention, and should not be used on new code
> > since 2000.
>
> Can you please provide a source
Author: markj
Date: Tue May 1 17:32:43 2018
New Revision: 333145
URL: https://svnweb.freebsd.org/changeset/base/333145
Log:
Print the dump progress indicator after calling dump_start().
Dumpers may wish to print messages from an initialization hook; this
change ensures that such messages
On Tue, May 1, 2018 at 10:18 AM, Rodney W. Grimes
wrote:
> [ Charset UTF-8 unsupported, converting... ]
>> On Tue, May 1, 2018 at 8:59 AM, Rodney W. Grimes
>> wrote:
>> > The All rights reserved clause is an obsolete requirement from the
>> > 1910 Buenos Aires Convention, and should not be used o
[ Charset UTF-8 unsupported, converting... ]
> On Tue, May 1, 2018 at 10:18 AM, Rodney W. Grimes
> wrote:
> > [ Charset UTF-8 unsupported, converting... ]
> >> On Tue, May 1, 2018 at 8:59 AM, Rodney W. Grimes
> >> wrote:
> >> > The All rights reserved clause is an obsolete requirement from the
>
Author: jpaetzel
Date: Tue May 1 17:39:20 2018
New Revision: 333146
URL: https://svnweb.freebsd.org/changeset/base/333146
Log:
Add ability to perform a firmware reset during driver initialization.
Required by Lancer Gen 5 hardware.
Submitted by: Ram Kishore Vegesna
Obtained from:
Author: scottl
Date: Tue May 1 17:48:50 2018
New Revision: 333147
URL: https://svnweb.freebsd.org/changeset/base/333147
Log:
Add and fix comments for cam_periph_runccb()
Sponsored by: Netflix
Modified:
head/sys/cam/cam_periph.c
Modified: head/sys/cam/cam_periph.c
==
On Tue, May 1, 2018 at 10:12 AM, Conrad Meyer wrote:
> On Tue, May 1, 2018 at 8:59 AM, Rodney W. Grimes
> wrote:
> > The All rights reserved clause is an obsolete requirement from the
> > 1910 Buenos Aires Convention, and should not be used on new code
> > since 2000.
>
> Can you please provide
On 1 May 2018 at 09:01, Slawa Olhovchenkov wrote:
> On Tue, May 01, 2018 at 12:53:46AM +, Ed Maste wrote:
>
>> Author: emaste
>> Date: Tue May 1 00:53:46 2018
>> New Revision: 333133
>> URL: https://svnweb.freebsd.org/changeset/base/333133
>>
>> Log:
>> pwd_mkdb: retire legacy v3 db support
On Tue, May 01, 2018 at 02:18:52PM -0400, Ed Maste wrote:
> On 1 May 2018 at 09:01, Slawa Olhovchenkov wrote:
> > On Tue, May 01, 2018 at 12:53:46AM +, Ed Maste wrote:
> >
> >> Author: emaste
> >> Date: Tue May 1 00:53:46 2018
> >> New Revision: 333133
> >> URL: https://svnweb.freebsd.org/ch
Author: erj
Date: Tue May 1 18:50:12 2018
New Revision: 333149
URL: https://svnweb.freebsd.org/changeset/base/333149
Log:
ixl(4): Update to 1.9.9-k
Refresh upstream driver before impending conversion to iflib.
Major changes:
- Support for descriptor writeback mode (required by ix
Author: jkim
Date: Tue May 1 19:17:38 2018
New Revision: 333150
URL: https://svnweb.freebsd.org/changeset/base/333150
Log:
MFV: r333077
Merge ACPICA 20180427.
Modified:
head/sys/contrib/dev/acpica/changes.txt
head/sys/contrib/dev/acpica/common/adfile.c
head/sys/contrib/dev/acpica/c
Author: scottl
Date: Tue May 1 20:09:29 2018
New Revision: 333152
URL: https://svnweb.freebsd.org/changeset/base/333152
Log:
cam_periph_runccb() changed several years ago to overwrite the ccb callback
pointer. It's now unhelpful and misleading for callers to continue to set
it, so bring al
Author: np
Date: Tue May 1 20:17:22 2018
New Revision: 333153
URL: https://svnweb.freebsd.org/changeset/base/333153
Log:
cxgbe(4): Move all TCAM filter code into a separate file.
Sponsored by: Chelsio Communications
Added:
head/sys/dev/cxgbe/t4_filter.c (contents, props changed)
Modif
Author: scottl
Date: Tue May 1 21:42:27 2018
New Revision: 333154
URL: https://svnweb.freebsd.org/changeset/base/333154
Log:
Refactor dadone(). There was no useful code sharing in it; it was just
a 1500 line switch statement. Callers now specify a discrete completion
handler, though they'
On Mon, Apr 30, 2018 at 3:16 AM, hiren panchasara <
hi...@strugglingcoder.info> wrote:
>
> In my understanding, default stack currently cannot use this mechanism.
When do
> you think that'll be possible?
I think I can speak to Randall's plans for this.
Randall chose not to include in this commit
On Tue, May 1, 2018 at 5:00 PM, Jonathan Looney wrote:
> On Mon, Apr 30, 2018 at 3:16 AM, hiren panchasara <
> hi...@strugglingcoder.info> wrote:
> >
> > In my understanding, default stack currently cannot use this mechanism.
> When do
> > you think that'll be possible?
>
>
> I think I can speak
Author: kevans
Date: Wed May 2 01:04:13 2018
New Revision: 333155
URL: https://svnweb.freebsd.org/changeset/base/333155
Log:
seq(1): Move long_opts up with globals
Modified:
head/usr.bin/seq/seq.c
Modified: head/usr.bin/seq/seq.c
=
Author: kevans
Date: Wed May 2 01:17:08 2018
New Revision: 333156
URL: https://svnweb.freebsd.org/changeset/base/333156
Log:
uniq(1): Add some long options
These match GNU uniq(1) where appropriate for compatibility's sake.
While here, re-sort options alphabetically by the short-optio
Author: kevans
Date: Wed May 2 01:32:34 2018
New Revision: 333157
URL: https://svnweb.freebsd.org/changeset/base/333157
Log:
cmp(1): Provide some long options
These match GNU cmp(1) for compatibility where applicable.
Future work might implement the -i option from GNU cmp(1) to expres
Author: mav
Date: Wed May 2 02:41:09 2018
New Revision: 333158
URL: https://svnweb.freebsd.org/changeset/base/333158
Log:
Clean enclosure_table when resetting num_enc_table_entries to zero.
Garbage left there by r325363 in some scenarios found to lead to later
enclosure mapping failures.
33 matches
Mail list logo