Author: sephe
Date: Fri Sep 2 06:23:28 2016
New Revision: 305281
URL: https://svnweb.freebsd.org/changeset/base/305281
Log:
hyperv/ic: Cleanup timesync channel callback.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org/D7745
Modifi
Author: sephe
Date: Fri Sep 2 06:15:30 2016
New Revision: 305280
URL: https://svnweb.freebsd.org/changeset/base/305280
Log:
hyperv/ic: Cleanup shutdown channel callback.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org/D7744
Modifi
Author: sephe
Date: Fri Sep 2 06:08:08 2016
New Revision: 305279
URL: https://svnweb.freebsd.org/changeset/base/305279
Log:
hyperv/ic: Minor style fix.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org/D7743
Modified:
head/sys/dev
Author: sephe
Date: Fri Sep 2 05:57:13 2016
New Revision: 305278
URL: https://svnweb.freebsd.org/changeset/base/305278
Log:
net/rndis: Define common message header for RNDIS messages.
And avoid RNDIS_HEADER_OFFSET hardcoding.
Reviewed by: hps
MFC after:1 week
Sponsored by: Mi
Author: sephe
Date: Fri Sep 2 05:49:38 2016
New Revision: 305277
URL: https://svnweb.freebsd.org/changeset/base/305277
Log:
net/rndis: Add comment for rndis_comp_hdr
Reviewed by: hps
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.o
Author: sephe
Date: Fri Sep 2 05:30:38 2016
New Revision: 305276
URL: https://svnweb.freebsd.org/changeset/base/305276
Log:
hyperv/hn: Use the per-packet-info types defined by net/rndis.h
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd
Author: ngie
Date: Fri Sep 2 04:27:02 2016
New Revision: 305275
URL: https://svnweb.freebsd.org/changeset/base/305275
Log:
MFstable/11 r304951:
MFC r303804:
Fix building usr.bin/tar/tests with PIE symbol building enabled by
removing CFLAGS+= -static
`CFLAGS+= -static` was a car
Author: ngie
Date: Fri Sep 2 04:23:26 2016
New Revision: 305274
URL: https://svnweb.freebsd.org/changeset/base/305274
Log:
MFC r286321:
r286321 (by lwhsu):
Fix `make depend` in sys/modules
Modified:
stable/10/sys/modules/zfs/Makefile
Directory Properties:
stable/10/ (props changed
Author: ngie
Date: Fri Sep 2 04:21:40 2016
New Revision: 305273
URL: https://svnweb.freebsd.org/changeset/base/305273
Log:
MFstable/11 r305271:
MFC r303576:
Conditionalize code which defines sysctls per _KERNEL #ifdef guard
This resolves several issues when compiling libzpool (us
Author: ngie
Date: Fri Sep 2 04:12:36 2016
New Revision: 305272
URL: https://svnweb.freebsd.org/changeset/base/305272
Log:
MFstable/11 r304950:
MFC r304033:
Increase timeout from 10 minutes to 20 minutes for all tests
On particular slow networks, it can (on average) take longer t
Author: ngie
Date: Fri Sep 2 04:06:44 2016
New Revision: 305271
URL: https://svnweb.freebsd.org/changeset/base/305271
Log:
MFC r303576:
Conditionalize code which defines sysctls per _KERNEL #ifdef guard
This resolves several issues when compiling libzpool (userspace library), i.e.
-
Author: sephe
Date: Fri Sep 2 03:19:55 2016
New Revision: 305270
URL: https://svnweb.freebsd.org/changeset/base/305270
Log:
hyperv/hn: Simplify RX hash related bits.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org/D7736
Modified:
Author: emaste
Date: Fri Sep 2 03:15:54 2016
New Revision: 305269
URL: https://svnweb.freebsd.org/changeset/base/305269
Log:
cron: use existing maximum username constant MAXLOGNAME
Previously cron had its own maximum username length limit, which was
smaller than the system's MAXLOGNAME.
Author: sephe
Date: Fri Sep 2 03:10:30 2016
New Revision: 305268
URL: https://svnweb.freebsd.org/changeset/base/305268
Log:
hyperv/hn: Rework RXCSUM related bits
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org/D7735
Modified:
he
> On Sep 1, 2016, at 14:50, John Baldwin wrote:
>
>> On Thursday, September 01, 2016 09:16:29 PM John Baldwin wrote:
>> Author: jhb
>> Date: Thu Sep 1 21:16:29 2016
>> New Revision: 305245
>> URL: https://svnweb.freebsd.org/changeset/base/305245
>>
>> Log:
>> Remove the digi(4) manpage and di
Author: nwhitehorn
Date: Fri Sep 2 01:41:57 2016
New Revision: 305267
URL: https://svnweb.freebsd.org/changeset/base/305267
Log:
MFS11 r305250:
MFC r305108,305109:
Refix operation on sparse CPU mappings as in r302372, temporarily broken
by r304716.
PR: kern/210106
Approve
Author: nwhitehorn
Date: Fri Sep 2 00:45:43 2016
New Revision: 305266
URL: https://svnweb.freebsd.org/changeset/base/305266
Log:
MFS11 r305249:
MFC r305036:
Some versions of SLOF do not append the partition number to the boot
device argument to the stage-1 bootloader. In such cases, bo
Author: kevlo
Date: Fri Sep 2 00:43:03 2016
New Revision: 305265
URL: https://svnweb.freebsd.org/changeset/base/305265
Log:
Revert r304192 to fix short month names and replace %b with %_m in date_fmt
for Chinese locales.
As mentioned in the commit message of r289041, nl_langinfo(ABMON_*)
Author: kevlo
Date: Fri Sep 2 00:27:27 2016
New Revision: 305264
URL: https://svnweb.freebsd.org/changeset/base/305264
Log:
Replace %m with %_m in date_fmt for Chinese locales.
This is a fix for the problem mentioned in the PR.
PR: 199441
Modified:
head/tools/tools/locale/tools/cldr
Author: np
Date: Fri Sep 2 00:21:24 2016
New Revision: 305263
URL: https://svnweb.freebsd.org/changeset/base/305263
Log:
cxgbe/cxgbei: Provide a knob to set the DDP threshold for iSCSI
transfers.
The Initiator and Target both perform zero copy receive for transfers
greater than or equa
Author: brooks
Date: Fri Sep 2 00:16:19 2016
New Revision: 305262
URL: https://svnweb.freebsd.org/changeset/base/305262
Log:
Initialize lists of signals using C99 designators
Reviewed by: jilles
Sponsored by: DARPA, AFRL
Differential Revision:https://reviews.freebsd.org/D7601
Author: markj
Date: Fri Sep 2 00:14:28 2016
New Revision: 305261
URL: https://svnweb.freebsd.org/changeset/base/305261
Log:
MFC r285522:
Fix cleanup race between unp_dispose and unp_gc.
This change modifies the original commit to avoid changing the
domain_dispose KPI.
Tested by:
Author: np
Date: Thu Sep 1 23:58:36 2016
New Revision: 305260
URL: https://svnweb.freebsd.org/changeset/base/305260
Log:
cxgbe/cxgbei: Count various events related to iSCSI operation and make
these counters available in the sysctl MIB.
Sponsored by: Chelsio Communications
Modified:
he
On Thursday, September 01, 2016 09:16:29 PM John Baldwin wrote:
> Author: jhb
> Date: Thu Sep 1 21:16:29 2016
> New Revision: 305245
> URL: https://svnweb.freebsd.org/changeset/base/305245
>
> Log:
> Remove the digi(4) manpage and digi from the release notes.
We still list sio(4) in the releas
Author: cem
Date: Thu Sep 1 23:56:02 2016
New Revision: 305259
URL: https://svnweb.freebsd.org/changeset/base/305259
Log:
ioat(4): Despam relatively common hardware reset messages
Reported by: ngie@
Modified:
head/sys/dev/ioat/ioat.c
Modified: head/sys/dev/ioat/ioat.c
Author: bdrewery
Date: Thu Sep 1 23:52:20 2016
New Revision: 305257
URL: https://svnweb.freebsd.org/changeset/base/305257
Log:
DIRDEPS_BUILD: Include crunched object meta files for gendirdeps.
MFC after:2 weeks
Sponsored by: EMC / Isilon Storage Division
Modified:
head/share/mk/bs
Author: bdrewery
Date: Thu Sep 1 23:52:25 2016
New Revision: 305258
URL: https://svnweb.freebsd.org/changeset/base/305258
Log:
DIRDEPS_BUILD: Build crunchide for the host.
MFC after:2 weeks
Sponsored by: EMC / Isilon Storage Division
Modified:
head/rescue/rescue/Makefile.depend
Author: bdrewery
Date: Thu Sep 1 23:22:31 2016
New Revision: 305256
URL: https://svnweb.freebsd.org/changeset/base/305256
Log:
Bump __FreeBSD_version for crunchgen META_MODE fix in r305254.
MFC after:2 weeks
Sponsored by: EMC / Isilon Storage Division
Modified:
head/Makefile.inc1
Author: bdrewery
Date: Thu Sep 1 23:20:54 2016
New Revision: 305253
URL: https://svnweb.freebsd.org/changeset/base/305253
Log:
META_MODE: Don't expect .meta files for side-effect generated files.
This is similar to r301285.
MFC after:1 week
Sponsored by: EMC / Isilon Storage Div
Author: bdrewery
Date: Thu Sep 1 23:21:08 2016
New Revision: 305254
URL: https://svnweb.freebsd.org/changeset/base/305254
Log:
META_MODE/DIRDEPS_BUILD: Fix various issues with crunch builds.
- DIRDEPS_BUILD: Fix crunchgen builds losing their library dependencies
on a nop-rebuild.
- M
Author: bdrewery
Date: Thu Sep 1 23:21:12 2016
New Revision: 305255
URL: https://svnweb.freebsd.org/changeset/base/305255
Log:
DIRDEPS_BUILD: Fix 'make bootstrap-tools' not using the proper tblgen
binaries.
This was an incomplete item from r291561. The host {clang,llvm}-tblgen
binaries
Author: np
Date: Thu Sep 1 22:40:55 2016
New Revision: 305251
URL: https://svnweb.freebsd.org/changeset/base/305251
Log:
cxgbe/cxgbei: Minor changes in the iSCSI CPL handlers.
- Use m_copydata instead of bcopy.
- Add new assertions.
- Log some more information.
Sponsored by: Chels
Author: nwhitehorn
Date: Thu Sep 1 22:27:47 2016
New Revision: 305250
URL: https://svnweb.freebsd.org/changeset/base/305250
Log:
MFC r305108,305109:
Refix operation on sparse CPU mappings as in r302372, temporarily broken
by r304716.
PR: kern/210106
Modified:
stable/11/sys
Author: nwhitehorn
Date: Thu Sep 1 22:24:30 2016
New Revision: 305249
URL: https://svnweb.freebsd.org/changeset/base/305249
Log:
MFC r305036:
Some versions of SLOF do not append the partition number to the boot
device argument to the stage-1 bootloader. In such cases, boot1 would
only try
On Thu, Sep 01, 2016 at 11:43:48AM -0700, Ngie Cooper (yaneurabeya) wrote:
>
> > On Sep 1, 2016, at 09:54, Brooks Davis wrote:
>
> > I've run into to some problems with them on CheriBSD because the
> > external compiler isn't available on the test target, but isn't listed
> > as a dependency. T
Author: jhb
Date: Thu Sep 1 21:30:12 2016
New Revision: 305248
URL: https://svnweb.freebsd.org/changeset/base/305248
Log:
Remove warning about pci_addr_t being different sizes.
pci_addr_t has always been 64-bits since r163805.
MFC after:1 week
Modified:
head/share/man/man9/pci.
Author: jmcneill
Date: Thu Sep 1 21:20:07 2016
New Revision: 305247
URL: https://svnweb.freebsd.org/changeset/base/305247
Log:
Add support for changing A23 PLL1 frequency.
Modified:
head/sys/arm/allwinner/clk/aw_pll.c
Modified: head/sys/arm/allwinner/clk/aw_pll.c
===
Author: jmcneill
Date: Thu Sep 1 21:19:11 2016
New Revision: 305246
URL: https://svnweb.freebsd.org/changeset/base/305246
Log:
Add support for setting DCDC2 voltage.
Modified:
head/sys/arm/allwinner/axp81x.c
Modified: head/sys/arm/allwinner/axp81x.c
=
+# 20160901: Remove digi(4)
+OLD_FILES+=usr/share/man/man4/digi.4.gz
# 20160819: Remove ie(4)
OLD_FILES+=usr/share/man/man4/i386/ie.4.gz
# 20160819: Remove spic(4)
Modified: head/release/doc/en_US.ISO8859-1/hardware/article.xml
Author: bdrewery
Date: Thu Sep 1 21:15:37 2016
New Revision: 305244
URL: https://svnweb.freebsd.org/changeset/base/305244
Log:
DIRDEPS_BUILD: Add missing crunchgen host tool.
MFC after:3 days
Sponsored by: EMC / Isilon Storage Division
Modified:
head/targets/pseudo/hosttools/Makef
Author: ache
Date: Thu Sep 1 20:45:04 2016
New Revision: 305241
URL: https://svnweb.freebsd.org/changeset/base/305241
Log:
fgetwc(3) may set both __SEOF and __SERR at once (in case of incomplete
sequence near EOF), so we can't just check for
(wc == WEOF && !__sfeof(fp)) and must relay on __
Author: np
Date: Thu Sep 1 20:43:01 2016
New Revision: 305240
URL: https://svnweb.freebsd.org/changeset/base/305240
Log:
cxgbe/cxgbei: Retire all DDP related code from cxgbei and switch to
routines available in t4_tom to manage the iSCSI DDP page pod region.
This adds the ability to use
> On 1. sept 2016, at 21:28, John Baldwin wrote:
>
> On Thursday, September 01, 2016 06:35:13 AM Toomas Soome wrote:
>> Author: tsoome
>> Date: Thu Sep 1 06:35:13 2016
>> New Revision: 305178
>> URL: https://svnweb.freebsd.org/changeset/base/305178
>>
>> Log:
>> bd_int13probe() should check e
Author: gjb
Date: Thu Sep 1 20:01:38 2016
New Revision: 305236
URL: https://svnweb.freebsd.org/changeset/base/305236
Log:
MFS11 305232:
MFC r304966 (peter):
The read-ahead code from r298230 made it likely the boot code would read
beyond the end of disk. r298900 added code to prevent thi
> On Sep 1, 2016, at 12:51, John Baldwin wrote:
>
> Author: jhb
> Date: Thu Sep 1 19:51:35 2016
> New Revision: 305235
> URL: https://svnweb.freebsd.org/changeset/base/305235
>
> Log:
> Remove the digi(4) drivers.
>
> These drivers were never updated for the new TTY changes and have
> been
Author: jhb
Date: Thu Sep 1 19:51:35 2016
New Revision: 305235
URL: https://svnweb.freebsd.org/changeset/base/305235
Log:
Remove the digi(4) drivers.
These drivers were never updated for the new TTY changes and have
been disconnected from the build since 8.0.
Ok'd by: imp, pete
Author: ngie
Date: Thu Sep 1 19:36:39 2016
New Revision: 305234
URL: https://svnweb.freebsd.org/changeset/base/305234
Log:
MFstable/10 r305233:
MFstable/11 r305225:
MFC r303573:
Cast result from third parameter to int instead of promoting it to size_t
This resolves a -Wforma
Author: ngie
Date: Thu Sep 1 19:31:47 2016
New Revision: 305233
URL: https://svnweb.freebsd.org/changeset/base/305233
Log:
MFstable/11 r305225:
MFC r303573:
Cast result from third parameter to int instead of promoting it to size_t
This resolves a -Wformat issue when the value is
Author: gjb
Date: Thu Sep 1 19:30:52 2016
New Revision: 305232
URL: https://svnweb.freebsd.org/changeset/base/305232
Log:
MFC r304966 (peter):
The read-ahead code from r298230 made it likely the boot code would read
beyond the end of disk. r298900 added code to prevent this. Some BIOSes
Author: bde
Date: Thu Sep 1 19:18:26 2016
New Revision: 305231
URL: https://svnweb.freebsd.org/changeset/base/305231
Log:
The log message for the previous commit didn't mention the most the
important detail that sc_cngetc() now opens and closes the keyboard
on every call again. This was mo
Author: ngie
Date: Thu Sep 1 19:08:07 2016
New Revision: 305228
URL: https://svnweb.freebsd.org/changeset/base/305228
Log:
MFstable/11 r304947:
MFC r304238:
Only expect :encode_tv_random_million to fail on 64-bit platforms
It passes on i386
Modified:
stable/10/tests/sys/kern/a
Author: ngie
Date: Thu Sep 1 19:11:50 2016
New Revision: 305230
URL: https://svnweb.freebsd.org/changeset/base/305230
Log:
MFstable/10 r305229:
MFstable/11 r304949,r305226:
r304949:
MFC r303830,r304693,r304694,r304698:
r303830:
Remove vestigal references to __alpha__
Author: ngie
Date: Thu Sep 1 19:10:42 2016
New Revision: 305229
URL: https://svnweb.freebsd.org/changeset/base/305229
Log:
MFstable/11 r304949,r305226:
r304949:
MFC r303830,r304693,r304694,r304698:
r303830:
Remove vestigal references to __alpha__
Replace alpha reference
Author: ngie
Date: Thu Sep 1 19:05:23 2016
New Revision: 305227
URL: https://svnweb.freebsd.org/changeset/base/305227
Log:
MFC r304040:
Redirect the output of the testcases to stderr instead of
redirecting it to /dev/null
This will aid in debugging failures
Modified:
stable/10/te
On Thursday, September 01, 2016 06:35:13 AM Toomas Soome wrote:
> Author: tsoome
> Date: Thu Sep 1 06:35:13 2016
> New Revision: 305178
> URL: https://svnweb.freebsd.org/changeset/base/305178
>
> Log:
> bd_int13probe() should check extended info if sector info is bad
>
> In some Dell syste
Author: ngie
Date: Thu Sep 1 19:00:30 2016
New Revision: 305226
URL: https://svnweb.freebsd.org/changeset/base/305226
Log:
MFC r304809:
Add non-TRUSTEDBSD prefixed knobs for the _PC_ACL* and {CAP,INF,MAC}_PRESENT
knobs
It's not necessarily intuitive that the variables to query contai
Author: ngie
Date: Thu Sep 1 18:56:42 2016
New Revision: 305225
URL: https://svnweb.freebsd.org/changeset/base/305225
Log:
MFC r303573:
Cast result from third parameter to int instead of promoting it to size_t
This resolves a -Wformat issue when the value is used as a format width
p
> On Sep 1, 2016, at 09:54, Brooks Davis wrote:
...
> Are these the variables used to control the tests that try to compile
> things?
Yes.
> I've run into to some problems with them on CheriBSD because the
> external compiler isn't available on the test target, but isn't listed
> as a depende
On Thursday, September 1, 2016, Brooks Davis wrote:
>
>
> Are these the variables used to control the tests that try to compile
> things?
>
>
>
You need to carefully read the source code for this particular test to
understand what is going on. This test compiles a binary, and then the
test runs "
Author: mav
Date: Thu Sep 1 18:37:11 2016
New Revision: 305224
URL: https://svnweb.freebsd.org/changeset/base/305224
Log:
MFV r304158:
7136 ESC_VDEV_REMOVE_AUX ought to always include vdev information
7115 6922 generates ESC_ZFS_VDEV_REMOVE_AUX a bit too often
illumos/illumos-gate@b
Author: mav
Date: Thu Sep 1 18:33:39 2016
New Revision: 305222
URL: https://svnweb.freebsd.org/changeset/base/305222
Log:
MFV r302993: 7104 increase indirect block size
illumos/illumos-gate@4b5c8e93cab28d3c65ba9d407fd8f46e3be1db1c
https://github.com/illumos/illumos-gate/commit/4b5c8e93c
Author: mav
Date: Thu Sep 1 18:25:49 2016
New Revision: 305221
URL: https://svnweb.freebsd.org/changeset/base/305221
Log:
MFV r302992: 7071 lzc_snapshot does not fill in errlist on ENOENT
illumos/illumos-gate@25f7d993adbfb3452ac4625b3791670746d35ae3
https://github.com/illumos/illumos-ga
Author: ache
Date: Thu Sep 1 18:12:53 2016
New Revision: 305219
URL: https://svnweb.freebsd.org/changeset/base/305219
Log:
If error happens, don't overwrite original errno comes from __mbrtowc()
and __srefill().
MFC after: 3 days
Modified:
head/lib/libc/stdio/fgetwc.c
Modified:
Author: dim
Date: Thu Sep 1 18:11:44 2016
New Revision: 305218
URL: https://svnweb.freebsd.org/changeset/base/305218
Log:
Pull in r277331 from upstream llvm trunk (by Diana Picus):
[AArch64] Return the correct size for TLSDESC_CALLSEQ
The branch relaxation pass is computing the wr
Author: bdrewery
Date: Thu Sep 1 17:36:52 2016
New Revision: 305216
URL: https://svnweb.freebsd.org/changeset/base/305216
Log:
FAST_DEPEND/META_MODE: Fix several issues with SRCS containing '/'.
- For FAST_DEPEND, properly apply the -M flags when compiling by
enduring that the conditio
Author: maxim
Date: Thu Sep 1 17:05:54 2016
New Revision: 305215
URL: https://svnweb.freebsd.org/changeset/base/305215
Log:
OpenBSD 6.0 added.
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
On Thu, Sep 01, 2016 at 02:42:11AM +, Ngie Cooper wrote:
> Author: ngie
> Date: Thu Sep 1 02:42:11 2016
> New Revision: 305170
> URL: https://svnweb.freebsd.org/changeset/base/305170
>
> Log:
> Don't bake all of CC/CPP/CXX into CFLAGS
>
> Capture executable names for CC, CPP, CXX (assu
Author: alc
Date: Thu Sep 1 15:57:44 2016
New Revision: 305213
URL: https://svnweb.freebsd.org/changeset/base/305213
Log:
As an optimization to the machine-independent layer, change the machine-
dependent pmap_ts_referenced() so that it updates the page's dirty field
if a modified bit is fo
Author: araujo
Date: Thu Sep 1 15:23:33 2016
New Revision: 305212
URL: https://svnweb.freebsd.org/changeset/base/305212
Log:
- Invert calloc(3) argument order.
MFC after:4 weeks
Modified:
head/usr.bin/localedef/collate.c
Modified: head/usr.bin/localedef/collate.c
==
Author: mav
Date: Thu Sep 1 15:17:39 2016
New Revision: 305211
URL: https://svnweb.freebsd.org/changeset/base/305211
Log:
MFV r302662: 6447 handful of nvpair cleanups
illumos/illumos-gate@759e89be359f2af635e4122d147df56bce948773
https://github.com/illumos/illumos-gate/commit/759e89be359
Author: mav
Date: Thu Sep 1 15:10:40 2016
New Revision: 305210
URL: https://svnweb.freebsd.org/changeset/base/305210
Log:
MFV r302661: 7082 bptree_iterate() passes wrong args to zfs_dbgmsg()
illumos/illumos-gate@10e67aa0db0823d5464aafdd681f3c966155c68e
https://github.com/illumos/illumos
Author: mav
Date: Thu Sep 1 15:08:27 2016
New Revision: 305209
URL: https://svnweb.freebsd.org/changeset/base/305209
Log:
MFV r302660: 6314 buffer overflow in dsl_dataset_name
illumos/illumos-gate@9adfa60d484ce2435f5af77cc99dcd4e692b6660
https://github.com/illumos/illumos-gate/commit/9a
Author: br
Date: Thu Sep 1 14:58:11 2016
New Revision: 305208
URL: https://svnweb.freebsd.org/changeset/base/305208
Log:
o Separate rtc and timecmp registers: they are different across
RISC-V cpu implementations.
o Update RocketChip device tree source (DTS).
We now support latest ver
Author: mav
Date: Thu Sep 1 14:57:06 2016
New Revision: 305207
URL: https://svnweb.freebsd.org/changeset/base/305207
Log:
MFV r302659: 6931 lib/libzfs: cleanup gcc warnings
illumos/illumos-gate@88f61dee20b358671b1b643e9d1dbf220a1d69be
https://github.com/illumos/illumos-gate/commit/88f61
Author: mav
Date: Thu Sep 1 14:53:56 2016
New Revision: 305206
URL: https://svnweb.freebsd.org/changeset/base/305206
Log:
MFV r302658: 6872 zfs libraries should not allow uninitialized variables
illumos/illumos-gate@f83b46baf98d276f5f84fa84c8b461f412ac1f5e
https://github.com/illumos/ill
Author: mav
Date: Thu Sep 1 14:52:05 2016
New Revision: 305205
URL: https://svnweb.freebsd.org/changeset/base/305205
Log:
MFV r302657: 4521 zfstest is trying to execute evil "zfs unmount -a"
illumos/illumos-gate@8808ac5dae118369991f158b6ab736cb2691ecde
https://github.com/illumos/illumos
Author: mav
Date: Thu Sep 1 14:49:07 2016
New Revision: 305204
URL: https://svnweb.freebsd.org/changeset/base/305204
Log:
Record r302656 as merged.
Modified:
Directory Properties:
head/cddl/contrib/opensolaris/ (props changed)
___
svn-src-all@fre
Author: mav
Date: Thu Sep 1 14:47:43 2016
New Revision: 305203
URL: https://svnweb.freebsd.org/changeset/base/305203
Log:
MFV r302655: 6873 zfs_destroy_snaps_nvl leaks errlist
illumos/illumos-gate@4cde22c2ffb907ca39d2ebd512812f7e5168
https://github.com/illumos/illumos-gate/commit/4c
Author: mav
Date: Thu Sep 1 14:46:33 2016
New Revision: 305202
URL: https://svnweb.freebsd.org/changeset/base/305202
Log:
MFV r302654:
6879 incorrect endianness swap for drr_spill.drr_length in libzfs_sendrecv.c
illumos/illumos-gate@20fea7a47472aceb64d3ed48cc2a3ea268bc4795
https://git
Author: mav
Date: Thu Sep 1 14:45:11 2016
New Revision: 305201
URL: https://svnweb.freebsd.org/changeset/base/305201
Log:
MFV r302653: 6111 zfs send should ignore datasets created after the ending
snapshot
illumos/illumos-gate@4a20c933b148de8a1c1d3538391c64284e636653
https://github.com
Author: mav
Date: Thu Sep 1 14:38:25 2016
New Revision: 305200
URL: https://svnweb.freebsd.org/changeset/base/305200
Log:
MFV r302651: 7054 dmu_tx_hold_t should use refcount_t to track space
illumos/illumos-gate@0c779ad424a92a84d1e07d47cab7f8009189202b
https://github.com/illumos/illumos
Author: mav
Date: Thu Sep 1 14:24:54 2016
New Revision: 305199
URL: https://svnweb.freebsd.org/changeset/base/305199
Log:
MFV r302648: 7019 zfsdev_ioctl skips secpolicy when FKIOCTL is set
Note that the bulk of the upstream change is not applicable to FreeBSD
and the affected files are n
Author: mav
Date: Thu Sep 1 14:17:30 2016
New Revision: 305198
URL: https://svnweb.freebsd.org/changeset/base/305198
Log:
MFV r302647: 6922 Emit ESC_ZFS_VDEV_REMOVE_AUX after removing an aux device
illumos/illumos-gate@63364b0ee2604783e7a55f842567768eafa4
https://github.com/illumos/
Author: mav
Date: Thu Sep 1 14:06:30 2016
New Revision: 305197
URL: https://svnweb.freebsd.org/changeset/base/305197
Log:
MFV r302646:
6980 6902 causes zfs send to break due to 32-bit/64-bit struct mismatch
illumos/illumos-gate@ea4a67f462de0a39a9adea8197bcdef849de5371
https://github.c
On Thu, Aug 25, 2016 at 10:30 PM Alexey Dokuchaev wrote:
> On Thu, Aug 25, 2016 at 10:20:29PM +0200, Kristof Provost wrote:
> > On 25 Aug 2016, at 22:14, John Baldwin wrote:
> > > I hate even writing this mail, and it looks like the topic wasn't
> > > really discussed in the review, but I think l
Author: mizhka
Date: Thu Sep 1 13:38:46 2016
New Revision: 305196
URL: https://svnweb.freebsd.org/changeset/base/305196
Log:
[BHND/PMU] Correct shift of bits in BHND_PMU_SET_BITS macro
The purpose of BHND_PMU_{GET,SET}_BITS macro is to transform values from/into
register format. SET macr
Author: mav
Date: Thu Sep 1 13:29:53 2016
New Revision: 305195
URL: https://svnweb.freebsd.org/changeset/base/305195
Log:
MFV r302643:
6902 speed up listing of snapshots if requesting name only and sorting by name
This was our change from the beginning, so just reduce the upstream diff.
Author: mav
Date: Thu Sep 1 13:14:31 2016
New Revision: 305194
URL: https://svnweb.freebsd.org/changeset/base/305194
Log:
MFV r302642:
6876 Stack corruption after importing a pool with a too-long name
illumos/illumos-gate@c971037baa5d64dfecf6d87ed602fc3116ebec41
https://github.com/ill
Author: mav
Date: Thu Sep 1 13:04:36 2016
New Revision: 305193
URL: https://svnweb.freebsd.org/changeset/base/305193
Log:
MFV r302642:
6876 Stack corruption after importing a pool with a too-long name
illumos/illumos-gate@c971037baa5d64dfecf6d87ed602fc3116ebec41
https://github.com/ill
Author: mm
Date: Thu Sep 1 12:01:23 2016
New Revision: 305192
URL: https://svnweb.freebsd.org/changeset/base/305192
Log:
MFC r304075,r304989:
Sync libarchive with vendor including security fixes
Vendor issues fixed:
Issue #731: Reject tar entries >= INT64_MAX
Issue #744: Very long pa
Author: andrew
Date: Thu Sep 1 10:26:06 2016
New Revision: 305191
URL: https://svnweb.freebsd.org/changeset/base/305191
Log:
Fix arm64 superpages bugs in pmap_enter:
* Pass the correct virtual address when demoting a superpage
* Use the correct l3 table after demoting a superpage
* Rem
> On Aug 31, 2016, at 19:12, Ngie Cooper (yaneurabeya)
> wrote:
…
> Shoot — I’ll verify the issue and commit the change.
Confirmed and fixed in r305190.
Thanks!
-Ngie
signature.asc
Description: Message signed with OpenPGP using GPGMail
Author: ngie
Date: Thu Sep 1 08:34:31 2016
New Revision: 305190
URL: https://svnweb.freebsd.org/changeset/base/305190
Log:
MFC r301752:
Update `goodResult` after recent changes made to the PRNG in libc
The PRNG was changed in r300953/r300956, and subsequently, the numbers
generated
Author: mm
Date: Thu Sep 1 07:53:59 2016
New Revision: 305188
URL: https://svnweb.freebsd.org/changeset/base/305188
Log:
MFC r304075,r304989:
Sync libarchive with vendor including security fixes
Vendor issues fixed:
Issue #731: Reject tar entries >= INT64_MAX
Issue #744: Very long pa
Author: sephe
Date: Thu Sep 1 08:01:13 2016
New Revision: 305189
URL: https://svnweb.freebsd.org/changeset/base/305189
Log:
MFC 304202
tcp/lro: Make # of LRO entries tunable
Reviewed by:hps, gallatin
Obtained from: rrs, gallatin
Sponsored by: Netflix (rrs, gall
Author: kib
Date: Thu Sep 1 07:15:23 2016
New Revision: 305181
URL: https://svnweb.freebsd.org/changeset/base/305181
Log:
MFC r304812:
In both do_rw_wrlock() and do_rw_rdlock(), do not obliterate possible
error from sleep.
Modified:
stable/11/sys/kern/kern_umtx.c
Directory Properties:
Author: sephe
Date: Thu Sep 1 07:41:49 2016
New Revision: 305187
URL: https://svnweb.freebsd.org/changeset/base/305187
Log:
MFC 304202
tcp/lro: Make # of LRO entries tunable
Reviewed by:hps, gallatin
Obtained from: rrs, gallatin
Sponsored by: Netflix (rrs, gall
Author: kib
Date: Thu Sep 1 07:19:04 2016
New Revision: 305183
URL: https://svnweb.freebsd.org/changeset/base/305183
Log:
MFC r305024:
Typesetting fixes.
Modified:
stable/11/lib/libc/sys/ptrace.2
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/lib/libc/sys/ptrace.
Author: sephe
Date: Thu Sep 1 07:17:06 2016
New Revision: 305182
URL: https://svnweb.freebsd.org/changeset/base/305182
Log:
net/rndis: Define types for RNDIS pktinfo rm_type field.
They are defined by NDIS spec, so the NDIS prefix.
Reviewed by: hps
MFC after:1 week
Sponsored
Author: kib
Date: Thu Sep 1 07:23:47 2016
New Revision: 305186
URL: https://svnweb.freebsd.org/changeset/base/305186
Log:
MFC r305024:
Typesetting fixes.
Modified:
stable/10/lib/libc/sys/ptrace.2
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/lib/libc/sys/ptrace.
1 - 100 of 110 matches
Mail list logo