Author: sephe
Date: Tue Dec 20 07:34:44 2016
New Revision: 310318
URL: https://svnweb.freebsd.org/changeset/base/310318
Log:
hyperv/ic: Cleanup driver glue.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org/D8849
Modified:
head/sys
Author: sephe
Date: Tue Dec 20 07:14:24 2016
New Revision: 310317
URL: https://svnweb.freebsd.org/changeset/base/310317
Log:
hyperv/ic: Rname cleaned up file.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org/D8848
Added:
head/sys/
Author: markj
Date: Tue Dec 20 05:45:52 2016
New Revision: 310316
URL: https://svnweb.freebsd.org/changeset/base/310316
Log:
Consistently print D variable indices in decimal when disassembling.
MFC after:1 week
Modified:
head/cddl/contrib/opensolaris/lib/libdtrace/common/dt_dis.c
Mo
Author: sephe
Date: Tue Dec 20 05:39:00 2016
New Revision: 310315
URL: https://svnweb.freebsd.org/changeset/base/310315
Log:
hyperv/ic: Inclusion cleanup
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org/D8847
Modified:
head/sys/de
Author: sephe
Date: Tue Dec 20 05:26:38 2016
New Revision: 310314
URL: https://svnweb.freebsd.org/changeset/base/310314
Log:
hyperv/ic: Rename cleaned up header file.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org/D8846
Added:
h
Author: sephe
Date: Tue Dec 20 05:07:12 2016
New Revision: 310313
URL: https://svnweb.freebsd.org/changeset/base/310313
Log:
hyperv/ic: Cleanup common struct and functions.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org/D8845
Modi
Author: sephe
Date: Tue Dec 20 04:51:14 2016
New Revision: 310312
URL: https://svnweb.freebsd.org/changeset/base/310312
Log:
hyperv/ic: Factor out function to send IC response
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org/D8844
M
On Monday, December 19, 2016 02:23:08 PM Adrian Chadd wrote:
> [snip]
>
> tl;dr - can we revert it from stdio for now so we don't end up having
> people use this?
I agree with that. I think in userland something like snprintb() is ok.
In the kernel I'd rather keep '%b'.
--
John Baldwin
___
Author: hrs
Date: Tue Dec 20 04:05:21 2016
New Revision: 310311
URL: https://svnweb.freebsd.org/changeset/base/310311
Log:
Add a NULL check.
Modified:
head/usr.sbin/syslogd/syslogd.c
Modified: head/usr.sbin/syslogd/syslogd.c
===
Author: hrs
Date: Tue Dec 20 03:41:40 2016
New Revision: 310310
URL: https://svnweb.freebsd.org/changeset/base/310310
Log:
Add a default socket bound to *:514 when no -b option is specified.
This was accidentally removed at r309933.
Spotted by: Michael Butler
Modified:
head/usr.sbin/
Author: cem
Date: Tue Dec 20 03:38:14 2016
New Revision: 310309
URL: https://svnweb.freebsd.org/changeset/base/310309
Log:
sdhci/mmc: Minor whitespace cleanups
No functional change.
Submitted by: Johannes Lundberg
Modified:
head/sys/dev/mmc/mmc.c
head/sys/dev/sdhci/sdhci_pci.c
M
On Mon, 19 Dec 2016, Ravi Pokala wrote:
-Original Message-
From: on behalf of Ian Lepore
Date: 2016-12-19, Monday at 11:20
To: Warner Losh , Ravi Pokala
Cc: Sepherosa Ziehau , Dimitry Andric , src-committers
, "svn-src-...@freebsd.org" ,
"svn-src-head@freebsd.org"
Subject: Re: sv
On Tue, Dec 20, 2016 at 4:37 AM, Ravi Pokala wrote:
> -Original Message-
>> From: on behalf of Ian Lepore
>>
>> Date: 2016-12-19, Monday at 11:20
>> To: Warner Losh , Ravi Pokala
>> Cc: Sepherosa Ziehau , Dimitry Andric
>> , src-committers ,
>> "svn-src-...@freebsd.org" ,
>> "svn-sr
Author: jmcneill
Date: Tue Dec 20 01:51:09 2016
New Revision: 310308
URL: https://svnweb.freebsd.org/changeset/base/310308
Log:
Add support for Ingenic JZ4780 LCD controller and enable framebuffer
console support.
Reviewed by: kan
Differential Revision:https://reviews.f
Author: jmcneill
Date: Tue Dec 20 01:37:00 2016
New Revision: 310307
URL: https://svnweb.freebsd.org/changeset/base/310307
Log:
Choose the closes matching divider instead of one that results in a
frequency >= target. Fix inverted rounding logic for CLK_SET_ROUND_UP/DOWN.
Reviewed by:
Author: jmcneill
Date: Tue Dec 20 01:34:29 2016
New Revision: 310306
URL: https://svnweb.freebsd.org/changeset/base/310306
Log:
Split the DesignWare HDMI-specific code from imx6_hdmi.c into a separate
file and add a generic DT binding that takes advantage of the extres
framework for setting
Author: kevlo
Date: Tue Dec 20 01:13:11 2016
New Revision: 310305
URL: https://svnweb.freebsd.org/changeset/base/310305
Log:
Merge r92c_init_rf_common() into r92c_init_rf(). In r88eu_attach.c, we could
use r92c_init_rf() rather than r92c_init_rf_common() when sc_init_rf()
callback is invoke
Author: sjg
Date: Mon Dec 19 23:38:07 2016
New Revision: 310304
URL: https://svnweb.freebsd.org/changeset/base/310304
Log:
Merge bmake-20161212
Added:
head/contrib/bmake/mk/sys.debug.mk
- copied unchanged from r310300, vendor/NetBSD/bmake/dist/mk/sys.debug.mk
head/contrib/bmake/mk/sys.
[snip]
tl;dr - can we revert it from stdio for now so we don't end up having
people use this?
-adrian
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsu
Author: kib
Date: Mon Dec 19 22:18:36 2016
New Revision: 310302
URL: https://svnweb.freebsd.org/changeset/base/310302
Log:
Do not clear KN_INFLUX when not owning influx state.
For notes in KN_INFLUX|KN_SCAN state, the influx bit is set by a
parallel scan. When knote() reports event for t
Author: mav
Date: Mon Dec 19 21:27:18 2016
New Revision: 310298
URL: https://svnweb.freebsd.org/changeset/base/310298
Log:
Improve error handling when I/O split between several BIOs.
If we get several error codes, handle one with lowest offset.
MFC after:2 weeks
Modified:
head/s
-Original Message-
> From: on behalf of Ian Lepore
>
> Date: 2016-12-19, Monday at 11:20
> To: Warner Losh , Ravi Pokala
> Cc: Sepherosa Ziehau , Dimitry Andric
> , src-committers ,
> "svn-src-...@freebsd.org" ,
> "svn-src-head@freebsd.org"
> Subject: Re: svn commit: r310171 - head/
Author: landonf
Date: Mon Dec 19 20:34:05 2016
New Revision: 310297
URL: https://svnweb.freebsd.org/changeset/base/310297
Log:
bhnd(4): NVRAM serialization support.
This adds support for:
- Serializing an bhnd_nvram_plist (as exported from bhnd_nvram_store, etc) to
an arbitrary NVR
Author: landonf
Date: Mon Dec 19 20:31:27 2016
New Revision: 310296
URL: https://svnweb.freebsd.org/changeset/base/310296
Log:
bhnd(4): Add support for exporting all (or a subtree) of NVRAM
properties backed by an NVRAM store.
This will be used to support:
- Serializing the current N
Author: landonf
Date: Mon Dec 19 20:28:27 2016
New Revision: 310295
URL: https://svnweb.freebsd.org/changeset/base/310295
Log:
bhnd(4): NVRAM device path support.
Implements bhnd_nvram_store support for parsing and operating over NVRAM
device paths, and device path aliases, as well as tra
Author: landonf
Date: Mon Dec 19 20:26:10 2016
New Revision: 310294
URL: https://svnweb.freebsd.org/changeset/base/310294
Log:
bhnd(4): add support for wrapping arbitrary pointers in an NVRAM I/O
context.
Approved by: adrian (mentor)
Differential Revision: https://reviews.freeb
Author: landonf
Date: Mon Dec 19 20:23:19 2016
New Revision: 310293
URL: https://svnweb.freebsd.org/changeset/base/310293
Log:
bhnd(4): Add support for three new NVRAM value types; booleans,
NULL (which we'll use to denote deleted values in bhnd_nvram_store), and
opaque data (aka octet-strin
Author: landonf
Date: Mon Dec 19 20:20:33 2016
New Revision: 310292
URL: https://svnweb.freebsd.org/changeset/base/310292
Log:
bhnd(4): support direct conversion of bhnd_nvram_val
This adds support for bhnd_nvram_val_convert_init() and
bhnd_nvram_val_convert_new(), which may be used to pe
Author: landonf
Date: Mon Dec 19 20:11:48 2016
New Revision: 310291
URL: https://svnweb.freebsd.org/changeset/base/310291
Log:
bhnd(4): Implement a new bhnd_nvram_plist and bhnd_nvram_prop API for
representing arbitrary Broadcom NVRAM key/value pairs.
This will be used to track pending ch
Author: landonf
Date: Mon Dec 19 20:07:58 2016
New Revision: 310290
URL: https://svnweb.freebsd.org/changeset/base/310290
Log:
bhnd(4): minor style(9) fixes
Approved by: adrian (mentor)
Differential Revision:https://reviews.freebsd.org/D8755
Modified:
head/sys/dev/bhnd/nvram/b
Author: jchandra
Date: Mon Dec 19 19:40:11 2016
New Revision: 310289
URL: https://svnweb.freebsd.org/changeset/base/310289
Log:
Fix whitespace issues in pl011 uart driver
Fix up trailing whitespace introduced by r310190. While there,
fix a couple of earlier whitespace errors as well.
Mod
Author: markj
Date: Mon Dec 19 19:21:28 2016
New Revision: 310286
URL: https://svnweb.freebsd.org/changeset/base/310286
Log:
Remove a bogus KASSERT from nd6_prefix_unlink().
The caller may unlink a prefix before purging referencing addresses. An
identical assertion in nd6_prefix_del() ver
On Mon, 2016-12-19 at 11:58 -0700, Warner Losh wrote:
> On Mon, Dec 19, 2016 at 1:39 AM, Ravi Pokala wrote:
> >
> > -Original Message-
> > >
> > > From: on behalf of Sepherosa
> > > Ziehau
> > > Date: 2016-12-18, Sunday at 23:02
> > > To: Dimitry Andric
> > > Cc: , , > > -src-h...@fr
On 19 Dec 2016, at 19:58, Warner Losh wrote:
>
> On Mon, Dec 19, 2016 at 1:39 AM, Ravi Pokala wrote:
>> -Original Message-
>>> From: on behalf of Sepherosa Ziehau
>>>
>>> Date: 2016-12-18, Sunday at 23:02
>>> To: Dimitry Andric
>>> Cc: , ,
>>>
>>> Subject: Re: svn commit: r310171 -
Author: mav
Date: Mon Dec 19 19:00:03 2016
New Revision: 310285
URL: https://svnweb.freebsd.org/changeset/base/310285
Log:
When reporting "Logical block address out of range" error, report the LBA
in sense data INFORMATION field.
MFC after:2 weeks
Modified:
head/sys/cam/ctl/ctl.c
On Mon, Dec 19, 2016 at 1:39 AM, Ravi Pokala wrote:
> -Original Message-
>> From: on behalf of Sepherosa Ziehau
>>
>> Date: 2016-12-18, Sunday at 23:02
>> To: Dimitry Andric
>> Cc: , ,
>>
>> Subject: Re: svn commit: r310171 - head/sys/sys
>>
>> The following patch unbreaks the LINT b
Author: mav
Date: Mon Dec 19 18:55:10 2016
New Revision: 310284
URL: https://svnweb.freebsd.org/changeset/base/310284
Log:
When writing fixed format sense data, set VALID bit only if provided value
for INFORMATION field fit into available 4 bytes (has no non-zero bytes
except last 4), as exp
On 12/19/16 17:13, John Baldwin wrote:
On Monday, December 19, 2016 09:28:13 AM Hans Petter Selasky wrote:
Author: hselasky
Date: Mon Dec 19 09:28:12 2016
New Revision: 310242
URL: https://svnweb.freebsd.org/changeset/base/310242
Log:
Defer USB enumeration until the SI_SUB_KICK_SCHEDULER is e
On 1211T0110, Oliver Pinter wrote:
> On 10/22/16, Edward Tomasz Napierala wrote:
> > Author: trasz
> > Date: Sat Oct 22 14:37:13 2016
> > New Revision: 307774
> > URL: https://svnweb.freebsd.org/changeset/base/307774
> >
> > Log:
> > Fix libusb20_dev_get_desc(3) to use the "vendor product" order
Author: emaste
Date: Mon Dec 19 17:31:34 2016
New Revision: 310279
URL: https://svnweb.freebsd.org/changeset/base/310279
Log:
newvers.sh: consider as modified SVN mixed revision and other cases
The newvers -R option is intended to include build metadata (e.g. user,
host, time) if the buil
Author: hrs
Date: Mon Dec 19 17:10:30 2016
New Revision: 310278
URL: https://svnweb.freebsd.org/changeset/base/310278
Log:
Add a missing STAILQ_INSERT_TAIL() for allowaddr rule.
Modified:
head/usr.sbin/syslogd/syslogd.c
Modified: head/usr.sbin/syslogd/syslogd.c
==
On Friday, December 16, 2016 07:31:28 PM Eric van Gyzen wrote:
> On 12/16/2016 17:44, Warner Losh wrote:
> > On Fri, Dec 16, 2016 at 3:07 PM, John Baldwin wrote:
> >> On Friday, December 16, 2016 04:53:04 PM Eric van Gyzen wrote:
> >>> On 12/16/2016 16:45, John Baldwin wrote:
> On Friday, Dec
On Monday, December 19, 2016 09:28:13 AM Hans Petter Selasky wrote:
> Author: hselasky
> Date: Mon Dec 19 09:28:12 2016
> New Revision: 310242
> URL: https://svnweb.freebsd.org/changeset/base/310242
>
> Log:
> Defer USB enumeration until the SI_SUB_KICK_SCHEDULER is executed to avoid
> boot pa
On Sat, Dec 17, 2016 at 20:50:15 +0100, Oliver Pinter wrote:
> On 12/12/16, Kenneth D. Merry wrote:
> > On Sun, Dec 11, 2016 at 00:49:12 +0100, Oliver Pinter wrote:
> >> On 10/20/16, Kenneth D. Merry wrote:
> >> > Author: ken
> >> > Date: Thu Oct 20 19:42:26 2016
> >> > New Revision: 307684
> >>
Author: mav
Date: Mon Dec 19 15:49:59 2016
New Revision: 310275
URL: https://svnweb.freebsd.org/changeset/base/310275
Log:
Fix typo in function name.
Modified:
head/sys/cam/ctl/ctl_error.c
Modified: head/sys/cam/ctl/ctl_error.c
Author: emaste
Date: Mon Dec 19 15:23:24 2016
New Revision: 310274
URL: https://svnweb.freebsd.org/changeset/base/310274
Log:
Add ld.debug to ObsoleteFiles.inc
After r293285 GNU ld is installed as /usr/bin/ld.bfd, and linked as
/usr/bin/ld. The debug file is /usr/lib/debug/usr/bin/ld.bfd
Author: emaste
Date: Mon Dec 19 15:19:44 2016
New Revision: 310273
URL: https://svnweb.freebsd.org/changeset/base/310273
Log:
newvers.sh: add -R option to include metadata only for unmodified src tree
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/conf/newvers.sh
Modified: head
Author: mav
Date: Mon Dec 19 15:18:31 2016
New Revision: 310272
URL: https://svnweb.freebsd.org/changeset/base/310272
Log:
Add new bits into Extended Inquiry VPD page.
MFC after:2 weeks
Modified:
head/sys/cam/ctl/ctl.c
head/sys/cam/scsi/scsi_all.h
Modified: head/sys/cam/ctl/ctl.c
Author: gjb
Date: Mon Dec 19 15:09:30 2016
New Revision: 310271
URL: https://svnweb.freebsd.org/changeset/base/310271
Log:
Comment the RCSID.
Sponsored by: The FreeBSD Foundation
Modified:
head/tools/build/options/WITH_REPRODUCIBLE_BUILD
Modified: head/tools/build/options/WITH_REPRODUCI
Author: emaste
Date: Mon Dec 19 15:05:46 2016
New Revision: 310270
URL: https://svnweb.freebsd.org/changeset/base/310270
Log:
Restore missing comment in src.conf.5
I'm not sure how I managed to generate src.conf.5 without the comment;
add it manually while looking into that.
Reported
Author: emaste
Date: Mon Dec 19 14:54:06 2016
New Revision: 310269
URL: https://svnweb.freebsd.org/changeset/base/310269
Log:
src.conf.5: regen after r310268 (WITH_REPRODUCIBLE_BUILD)
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
==
Author: emaste
Date: Mon Dec 19 14:45:59 2016
New Revision: 310268
URL: https://svnweb.freebsd.org/changeset/base/310268
Log:
Build loaders reproducibly when WITH_REPRODUCIBLE_BUILD
When WITH_REPRODUCIBLE_BUILD=yes is set in src.conf(5), eliminate the
time, user, and host from the loader'
Author: emaste
Date: Mon Dec 19 14:40:59 2016
New Revision: 310267
URL: https://svnweb.freebsd.org/changeset/base/310267
Log:
Deduplicate loader vers.c Makefile rules
The Makefile rule to create vers.c for loader version info was
previously duplicated in each of the various loader Makefil
Author: mav
Date: Mon Dec 19 14:19:52 2016
New Revision: 310266
URL: https://svnweb.freebsd.org/changeset/base/310266
Log:
Add support for NUAR bit in Control mode page.
MFC after:2 weeks
Modified:
head/sys/cam/ctl/ctl.c
Modified: head/sys/cam/ctl/ctl.c
=
Author: mav
Date: Mon Dec 19 13:25:53 2016
New Revision: 310265
URL: https://svnweb.freebsd.org/changeset/base/310265
Log:
Add set of macros to simplify code access to mode pages fields.
MFC after:2 weeks
Modified:
head/sys/cam/ctl/ctl.c
head/sys/cam/ctl/ctl_error.c
head/sys/cam/
Author: mav
Date: Mon Dec 19 11:44:41 2016
New Revision: 310259
URL: https://svnweb.freebsd.org/changeset/base/310259
Log:
Following SPC-5, make REQUEST SENSE report "Logical unit not supported"
in returned parameter data for not accessible LUNs.
MFC after:2 weeks
Modified:
head/sy
Author: ae
Date: Mon Dec 19 11:02:49 2016
New Revision: 310258
URL: https://svnweb.freebsd.org/changeset/base/310258
Log:
ip[6]_tryforward does inbound and outbound packet firewall processing.
This can lead to change of mbuf pointer (packet filter could do m_pullup(),
NAT, etc). Also in case
Author: mav
Date: Mon Dec 19 10:25:47 2016
New Revision: 310257
URL: https://svnweb.freebsd.org/changeset/base/310257
Log:
Improve support for informational exceptions.
While CTL still has no real events to report in this way (like SMART),
it is possible to trigger false event by manually
On 16/12/2016 22:04, Jared McNeill wrote:
> Log:
> Add support for Ingenic JZ4780 SMBus controller.
Just a note that it looks, swims and quacks like an I²C (I2C / IIC) controller
:-)
> Reviewed by:kan
> Relnotes: yes
> Differential Revision: https://reviews
-Original Message-
> From: on behalf of Sepherosa Ziehau
>
> Date: 2016-12-18, Sunday at 23:02
> To: Dimitry Andric
> Cc: , ,
>
> Subject: Re: svn commit: r310171 - head/sys/sys
>
> The following patch unbreaks the LINT builds on amd64 for me after this
> commit:
> https://people.fr
Author: hselasky
Date: Mon Dec 19 09:28:12 2016
New Revision: 310242
URL: https://svnweb.freebsd.org/changeset/base/310242
Log:
Defer USB enumeration until the SI_SUB_KICK_SCHEDULER is executed to avoid
boot panics in conjunction with the recently added EARLY_AP_STARTUP feature.
The panics h
61 matches
Mail list logo