Author: delphij
Date: Fri Jan 27 07:45:06 2017
New Revision: 312863
URL: https://svnweb.freebsd.org/changeset/base/312863
Log:
Backport OpenSSL commit 56336b6c7a75ed28067cadedd8ac46572348bc2f:
crypto/evp: harden RC4_MD5 cipher.
Originally a crash in 32-bit build was reported CH
On Thu, 26 Jan 2017, Gleb Smirnoff wrote:
On Thu, Jan 26, 2017 at 02:03:05PM +1100, Bruce Evans wrote:
B> On Thu, 26 Jan 2017, Konstantin Belousov wrote:
B>
B> > On Wed, Jan 25, 2017 at 02:20:06PM -0800, Gleb Smirnoff wrote:
B> >> Thanks, Luiz!
B> >>
B> >> One stylistic nit that I missed in
Author: mav
Date: Fri Jan 27 05:59:26 2017
New Revision: 312862
URL: https://svnweb.freebsd.org/changeset/base/312862
Log:
MFC r312533: Report disk addition errors on `add` or `create` subcommand.
Modified:
stable/10/sys/geom/multipath/g_multipath.c
Directory Properties:
stable/10/ (props
Author: mav
Date: Fri Jan 27 05:58:53 2017
New Revision: 312861
URL: https://svnweb.freebsd.org/changeset/base/312861
Log:
MFC r312533: Report disk addition errors on `add` or `create` subcommand.
Modified:
stable/11/sys/geom/multipath/g_multipath.c
Directory Properties:
stable/11/ (props
Author: pfg
Date: Fri Jan 27 04:52:27 2017
New Revision: 312860
URL: https://svnweb.freebsd.org/changeset/base/312860
Log:
MFC r312538:
Addition of clang nullability qualifiers.
For consistency with the qualifiers added in r310977, define a new
qualifier _Null_unspecified which is also
Author: ian
Date: Fri Jan 27 04:08:24 2017
New Revision: 312859
URL: https://svnweb.freebsd.org/changeset/base/312859
Log:
Configure the timer capture pin to input mode in the timer control
register, in addition to configuring it as input with the pinmux driver.
There was a control regist
Author: kan
Date: Fri Jan 27 03:44:50 2017
New Revision: 312858
URL: https://svnweb.freebsd.org/changeset/base/312858
Log:
MFC r311993: Fix typo in r311971 and now in r312405 too.
Modified:
stable/11/sys/dev/nand/nand_geom.c
Directory Properties:
stable/11/ (props changed)
Modified: stab
Author: emaste
Date: Fri Jan 27 03:43:18 2017
New Revision: 312857
URL: https://svnweb.freebsd.org/changeset/base/312857
Log:
Use cross-NM (XNM) in compat32 build
An attempt to build mips64 using external toolchain failed as it tried
to use the host amd64 nm.
MFC after:1 month
Author: araujo
Date: Fri Jan 27 02:35:05 2017
New Revision: 312856
URL: https://svnweb.freebsd.org/changeset/base/312856
Log:
MFC r310698:
Print hostcache usage counts with TCP statistics.
PR: 196252
Submitted by: Anton Yuzhaninov
MFC after:3 weeks.
Modified:
stab
Author: emaste
Date: Fri Jan 27 01:59:12 2017
New Revision: 312855
URL: https://svnweb.freebsd.org/changeset/base/312855
Log:
Rename LLD_AS_LD to LLD_IS_LD, for consistency with CLANG_IS_CC
Reported by: Dan McGregor
Added:
head/tools/build/options/WITHOUT_LLD_IS_LD
- copied unchan
Author: adrian
Date: Fri Jan 27 01:24:24 2017
New Revision: 312854
URL: https://svnweb.freebsd.org/changeset/base/312854
Log:
[net80211] prepare configuration checks for VHT, fragment-offload and
seqno-offload.
* allocate an ext bit for fragment offload. Some NICs (like the ath10k
har
Author: adrian
Date: Fri Jan 27 01:17:00 2017
New Revision: 312853
URL: https://svnweb.freebsd.org/changeset/base/312853
Log:
[ath] fix "doing stuff before wakeup" warning; add comments for ACK/CTS
handling during DFS/PASSIVE channels
* Although the hardware is awake, the power state handl
Author: jkim
Date: Fri Jan 27 00:17:07 2017
New Revision: 312852
URL: https://svnweb.freebsd.org/changeset/base/312852
Log:
Fix libcam build. It was broken with r312827.
Modified:
head/sys/cam/cam_xpt.h
Modified: head/sys/cam/cam_xpt.h
===
Author: jkim
Date: Thu Jan 26 23:29:30 2017
New Revision: 312851
URL: https://svnweb.freebsd.org/changeset/base/312851
Log:
Disable assembly sources when compiler/assembler cannot compile certain
instructions.
Note this is a direct commit because head and stable/11 has OpenSSL 1.0.2
bra
On Thu, Jan 26, 2017 at 02:03:05PM +1100, Bruce Evans wrote:
B> On Thu, 26 Jan 2017, Konstantin Belousov wrote:
B>
B> > On Wed, Jan 25, 2017 at 02:20:06PM -0800, Gleb Smirnoff wrote:
B> >> Thanks, Luiz!
B> >>
B> >> One stylistic nit that I missed in review:
B> >>
B> >> L> static int
B> >> L>
Author: mav
Date: Thu Jan 26 21:35:58 2017
New Revision: 312850
URL: https://svnweb.freebsd.org/changeset/base/312850
Log:
MFC r296891 (by imp):
Make sure we check for CAM_CDB_POINTER for all drivers. Also, for the
drivers I've touched, filter out CAM_CDB_PHYS.
Differential Revision: ht
Author: mav
Date: Thu Jan 26 21:21:59 2017
New Revision: 312849
URL: https://svnweb.freebsd.org/changeset/base/312849
Log:
MFC r312232: Add under-/overrun support to IOCTL and CAM SIM frontends.
Modified:
stable/10/sys/cam/ctl/ctl_frontend_cam_sim.c
stable/10/sys/cam/ctl/ctl_frontend_ioctl.
Author: mav
Date: Thu Jan 26 21:21:26 2017
New Revision: 312848
URL: https://svnweb.freebsd.org/changeset/base/312848
Log:
MFC r312232: Add under-/overrun support to IOCTL and CAM SIM frontends.
Modified:
stable/11/sys/cam/ctl/ctl_frontend_cam_sim.c
stable/11/sys/cam/ctl/ctl_frontend_ioctl.
Author: mav
Date: Thu Jan 26 21:02:06 2017
New Revision: 312843
URL: https://svnweb.freebsd.org/changeset/base/312843
Log:
MFC r311873: Fix malloc(M_WAITOK) under mutex, introduced at r311787.
Modified:
stable/10/sys/cam/ctl/ctl.c
Directory Properties:
stable/10/ (props changed)
Modified
Author: mav
Date: Thu Jan 26 21:08:58 2017
New Revision: 312847
URL: https://svnweb.freebsd.org/changeset/base/312847
Log:
MFC r312231: When in kernel, map ctl_scsi_zero_io() to ctl_zero_io().
Modified:
stable/10/sys/cam/ctl/ctl_util.c
stable/10/sys/cam/ctl/ctl_util.h
Directory Properties:
Author: mav
Date: Thu Jan 26 21:08:27 2017
New Revision: 312846
URL: https://svnweb.freebsd.org/changeset/base/312846
Log:
MFC r312231: When in kernel, map ctl_scsi_zero_io() to ctl_zero_io().
Modified:
stable/11/sys/cam/ctl/ctl_util.c
stable/11/sys/cam/ctl/ctl_util.h
Directory Properties:
Author: mav
Date: Thu Jan 26 21:07:46 2017
New Revision: 312845
URL: https://svnweb.freebsd.org/changeset/base/312845
Log:
MFC r312026: Improve CAM_CDB_POINTER support.
Modified:
stable/10/sys/cam/cam_ccb.h
stable/10/sys/cam/cam_periph.c
stable/10/sys/cam/ctl/ctl_frontend_cam_sim.c
stab
Author: mav
Date: Thu Jan 26 21:06:59 2017
New Revision: 312844
URL: https://svnweb.freebsd.org/changeset/base/312844
Log:
MFC r312026: Improve CAM_CDB_POINTER support.
Modified:
stable/11/sys/cam/cam_ccb.h
stable/11/sys/cam/cam_periph.c
stable/11/sys/cam/ctl/ctl_frontend_cam_sim.c
stab
Author: mav
Date: Thu Jan 26 21:01:38 2017
New Revision: 312842
URL: https://svnweb.freebsd.org/changeset/base/312842
Log:
MFC r311873: Fix malloc(M_WAITOK) under mutex, introduced at r311787.
Modified:
stable/11/sys/cam/ctl/ctl.c
Directory Properties:
stable/11/ (props changed)
Modified
Author: mav
Date: Thu Jan 26 21:00:49 2017
New Revision: 312841
URL: https://svnweb.freebsd.org/changeset/base/312841
Log:
MFC r311804: Rewrite CTL statistics in more simple and scalable way.
Instead of collecting statistics for each combination of ports and logical
units, that consumed ~
Author: mav
Date: Thu Jan 26 20:59:36 2017
New Revision: 312840
URL: https://svnweb.freebsd.org/changeset/base/312840
Log:
MFC r311804: Rewrite CTL statistics in more simple and scalable way.
Instead of collecting statistics for each combination of ports and logical
units, that consumed ~
Author: mav
Date: Thu Jan 26 20:57:48 2017
New Revision: 312839
URL: https://svnweb.freebsd.org/changeset/base/312839
Log:
MFC r311787: Allocate memory for prevent flags only for removable LUs.
This array takes 64KB of RAM now, that was more then half of struct ctl_lun
size. If at some p
Author: mav
Date: Thu Jan 26 20:57:19 2017
New Revision: 312838
URL: https://svnweb.freebsd.org/changeset/base/312838
Log:
MFC r311787: Allocate memory for prevent flags only for removable LUs.
This array takes 64KB of RAM now, that was more then half of struct ctl_lun
size. If at some p
Author: mav
Date: Thu Jan 26 20:51:50 2017
New Revision: 312837
URL: https://svnweb.freebsd.org/changeset/base/312837
Log:
MFC r311680: Make CTL_GETSTATS ioctl return partial data if buffer is small.
Modified:
stable/10/sys/cam/ctl/ctl.c
Directory Properties:
stable/10/ (props changed)
M
Author: mav
Date: Thu Jan 26 20:51:18 2017
New Revision: 312836
URL: https://svnweb.freebsd.org/changeset/base/312836
Log:
MFC r311680: Make CTL_GETSTATS ioctl return partial data if buffer is small.
Modified:
stable/11/sys/cam/ctl/ctl.c
Directory Properties:
stable/11/ (props changed)
M
Author: mav
Date: Thu Jan 26 20:50:01 2017
New Revision: 312835
URL: https://svnweb.freebsd.org/changeset/base/312835
Log:
MFC r310778, r310782: Improve use of I/O's private area.
- Since I/Os are allocates from per-port pools, make allocations store
pointer to CTL softc there, and use i
Author: mav
Date: Thu Jan 26 20:49:19 2017
New Revision: 312834
URL: https://svnweb.freebsd.org/changeset/base/312834
Log:
MFC r310778, r310782: Improve use of I/O's private area.
- Since I/Os are allocates from per-port pools, make allocations store
pointer to CTL softc there, and use i
Author: dim
Date: Thu Jan 26 20:39:43 2017
New Revision: 312832
URL: https://svnweb.freebsd.org/changeset/base/312832
Log:
Pull in r278160 from upstream llvm trunk (by Wei Mi):
Recommit "Use ValueOffsetPair to enhance value reuse during SCEV
expansion".
The fix for PR28705 will
Author: lidl
Date: Thu Jan 26 20:45:04 2017
New Revision: 312833
URL: https://svnweb.freebsd.org/changeset/base/312833
Log:
Remove 'options NO_SWAPPING' from ERL configuration file
Modified:
head/sys/mips/conf/ERL
Modified: head/sys/mips/conf/ERL
=
Author: dim
Date: Thu Jan 26 20:18:28 2017
New Revision: 312831
URL: https://svnweb.freebsd.org/changeset/base/312831
Log:
Revert r312765 for now, since it causes assertions when building
lang/spidermonkey24.
Reported by: antoine
PR: 215649
Modified:
head/contrib/llvm/incl
Author: scottl
Date: Thu Jan 26 20:18:03 2017
New Revision: 312830
URL: https://svnweb.freebsd.org/changeset/base/312830
Log:
Fix a development mis-merge from r312827
Sponsored by: Netflix
Modified:
head/sys/cam/cam_xpt.c
Modified: head/sys/cam/cam_xpt.c
Author: asomers
Date: Thu Jan 26 20:15:14 2017
New Revision: 312829
URL: https://svnweb.freebsd.org/changeset/base/312829
Log:
MFC r310786, r310803, r310985, r311894
r310786:
Reduce the runtime of the GELI tests
There is no reduction in test coverage. On my system runtime is reduced
Author: asomers
Date: Thu Jan 26 20:10:31 2017
New Revision: 312828
URL: https://svnweb.freebsd.org/changeset/base/312828
Log:
MFC r310786, r310803, r310985, r311894
r310786:
Reduce the runtime of the GELI tests
There is no reduction in test coverage. On my system runtime is reduced
Author: scottl
Date: Thu Jan 26 20:08:58 2017
New Revision: 312827
URL: https://svnweb.freebsd.org/changeset/base/312827
Log:
Refactor xpt_print_path, xpt_print, and xpt_path_string. Implement
all of them in terms of an sbuf-based back-end, xpt_path_sbuf. This
unifies the implementation, b
Author: jkim
Date: Thu Jan 26 19:14:14 2017
New Revision: 312826
URL: https://svnweb.freebsd.org/changeset/base/312826
Log:
MFC: r312825
Merge OpenSSL 1.0.2k.
Modified:
stable/11/crypto/openssl/CHANGES
stable/11/crypto/openssl/CONTRIBUTING
stable/11/crypto/openssl/Configure
stable
Author: jkim
Date: Thu Jan 26 19:10:29 2017
New Revision: 312825
URL: https://svnweb.freebsd.org/changeset/base/312825
Log:
Merge OpenSSL 1.0.2k.
Modified:
head/crypto/openssl/CHANGES
head/crypto/openssl/CONTRIBUTING
head/crypto/openssl/Configure
head/crypto/openssl/INSTALL
head/crypt
Author: jkim
Date: Thu Jan 26 18:33:03 2017
New Revision: 312824
URL: https://svnweb.freebsd.org/changeset/base/312824
Log:
Tag OpenSSL 1.0.2k.
Added:
vendor-crypto/openssl/1.0.2k/
- copied from r312823, vendor-crypto/openssl/dist/
___
svn-src-
Author: jkim
Date: Thu Jan 26 18:32:12 2017
New Revision: 312823
URL: https://svnweb.freebsd.org/changeset/base/312823
Log:
Import OpenSSL 1.0.2k.
Modified:
vendor-crypto/openssl/dist/CHANGES
vendor-crypto/openssl/dist/CONTRIBUTING
vendor-crypto/openssl/dist/Configure
vendor-crypto/open
Author: emaste
Date: Thu Jan 26 18:18:35 2017
New Revision: 312822
URL: https://svnweb.freebsd.org/changeset/base/312822
Log:
Enable modules in the MIPS ERL kernel config
As reported by cperciva[1], modules are beneficial for typical
Edgerouter Lite use cases.
[1] http://www.daemonol
Author: emaste
Date: Thu Jan 26 18:05:31 2017
New Revision: 312821
URL: https://svnweb.freebsd.org/changeset/base/312821
Log:
mips: exclude modules that fail to build
Modified:
head/sys/modules/Makefile
head/sys/modules/usb/Makefile
Modified: head/sys/modules/Makefile
=
Author: emaste
Date: Thu Jan 26 17:59:54 2017
New Revision: 312820
URL: https://svnweb.freebsd.org/changeset/base/312820
Log:
Disconnect netfpga10g module from the build
It only builds with the non-default DEVICE_POLLING option.
Approved by: bz
Modified:
head/sys/modules/Makefile
Should this be merged to 11-stable also?
I got a build failure on this with 11/arm.
Ronald.
On Thu, 12 Jan 2017 19:05:12 +0100, Alexander Kabaev
wrote:
Author: kan
Date: Thu Jan 12 18:05:12 2017
New Revision: 311993
URL: https://svnweb.freebsd.org/changeset/base/311993
Log:
Fix typo in
Author: avg
Date: Thu Jan 26 16:38:53 2017
New Revision: 312819
URL: https://svnweb.freebsd.org/changeset/base/312819
Log:
MFC r312532: don't abort writing of a core dump after EFAULT
Note that this change substantially differs from the change in head
because of an unmerged earlier change
Author: obrien
Date: Thu Jan 26 16:36:12 2017
New Revision: 312818
URL: https://svnweb.freebsd.org/changeset/base/312818
Log:
Correct grammar.
Modified:
head/share/man/man9/printf.9
Modified: head/share/man/man9/printf.9
===
Author: sbruno
Date: Thu Jan 26 13:50:09 2017
New Revision: 312816
URL: https://svnweb.freebsd.org/changeset/base/312816
Log:
Minor style annoyance.
Submitted by: bde
Modified:
head/sys/net/iflib.c
Modified: head/sys/net/iflib.c
==
Author: sbruno
Date: Thu Jan 26 13:48:45 2017
New Revision: 312815
URL: https://svnweb.freebsd.org/changeset/base/312815
Log:
A few more style bugs lying around in here.
Submitted by: bde
Modified:
head/sys/kern/subr_gtaskqueue.c
Modified: head/sys/kern/subr_gtaskqueue.c
===
Author: sbruno
Date: Thu Jan 26 13:46:47 2017
New Revision: 312814
URL: https://svnweb.freebsd.org/changeset/base/312814
Log:
Shoot a couple of style bugs down in the macro declarations.
Submitted by: bde
Modified:
head/sys/sys/gtaskqueue.h
Modified: head/sys/sys/gtaskqueue.h
==
Author: andrew
Date: Thu Jan 26 13:04:14 2017
New Revision: 312813
URL: https://svnweb.freebsd.org/changeset/base/312813
Log:
Make fdt_pm_mask_table internal to the Marvell code, it's unued anywhere
else.
Sponsored by: ABT Systems Ltd
Modified:
head/sys/arm/mv/mv_common.c
head/sys/de
Fixed in https://svnweb.freebsd.org/changeset/base/312812
Regards,
Wojtek
2017-01-26 2:56 GMT+01:00 Ed Maste :
> On 25 January 2017 at 05:31, Wojciech Macek wrote:
> > Author: wma
> > Date: Wed Jan 25 10:31:16 2017
> > New Revision: 312747
> > URL: https://svnweb.freebsd.org/changeset/base/3127
Author: wma
Date: Thu Jan 26 11:14:23 2017
New Revision: 312812
URL: https://svnweb.freebsd.org/changeset/base/312812
Log:
Add dummy functions for Marvell SoC's not equipped with AHCI
Commit r312747 ("Setup decoding windows for ARMADA38X") resulted
in build failing for Marvell platforms,
Author: kib
Date: Thu Jan 26 11:07:36 2017
New Revision: 312811
URL: https://svnweb.freebsd.org/changeset/base/312811
Log:
MFC r312423:
Refresh tmpfs(5) man page.
MFC r312648:
Editing and clarifications for tmpfs(5).
Modified:
stable/10/share/man/man5/tmpfs.5
Directory Properties:
Author: kib
Date: Thu Jan 26 11:06:39 2017
New Revision: 312810
URL: https://svnweb.freebsd.org/changeset/base/312810
Log:
MFC r312423:
Refresh tmpfs(5) man page.
MFC r312648:
Editing and clarifications for tmpfs(5).
Modified:
stable/11/share/man/man5/tmpfs.5
Directory Properties:
Author: kib
Date: Thu Jan 26 11:04:27 2017
New Revision: 312809
URL: https://svnweb.freebsd.org/changeset/base/312809
Log:
MFC r312425:
Make tmpfs directory cursor available outside tmpfs_subr.c.
Modified:
stable/10/sys/fs/tmpfs/tmpfs.h
stable/10/sys/fs/tmpfs/tmpfs_subr.c
Directory Proper
Author: kib
Date: Thu Jan 26 11:03:19 2017
New Revision: 312808
URL: https://svnweb.freebsd.org/changeset/base/312808
Log:
MFC r312425:
Make tmpfs directory cursor available outside tmpfs_subr.c.
Modified:
stable/11/sys/fs/tmpfs/tmpfs.h
stable/11/sys/fs/tmpfs/tmpfs_subr.c
Directory Proper
Author: kib
Date: Thu Jan 26 11:00:57 2017
New Revision: 312807
URL: https://svnweb.freebsd.org/changeset/base/312807
Log:
MFC r312414:
Rename tmpfs_mount member allnode_lock to include namespace prefix.
Modified:
stable/10/sys/fs/tmpfs/tmpfs.h
stable/10/sys/fs/tmpfs/tmpfs_vfsops.c
Direct
Author: kib
Date: Thu Jan 26 10:58:12 2017
New Revision: 312806
URL: https://svnweb.freebsd.org/changeset/base/312806
Log:
MFC r312414:
Rename tmpfs_mount member allnode_lock to include namespace prefix.
Modified:
stable/11/sys/fs/tmpfs/tmpfs.h
stable/11/sys/fs/tmpfs/tmpfs_vfsops.c
Direct
Author: kib
Date: Thu Jan 26 10:55:56 2017
New Revision: 312805
URL: https://svnweb.freebsd.org/changeset/base/312805
Log:
MFC r312410:
Rework some tmpfs lock assertions.
MFC r312412:
Protect macro argument.
Modified:
stable/10/sys/fs/tmpfs/tmpfs.h
stable/10/sys/fs/tmpfs/tmpfs_subr
Author: kib
Date: Thu Jan 26 10:53:05 2017
New Revision: 312804
URL: https://svnweb.freebsd.org/changeset/base/312804
Log:
MFC r312410:
Rework some tmpfs lock assertions.
MFC r312412:
Protect macro argument.
Modified:
stable/11/sys/fs/tmpfs/tmpfs.h
stable/11/sys/fs/tmpfs/tmpfs_subr
Author: kib
Date: Thu Jan 26 10:49:45 2017
New Revision: 312803
URL: https://svnweb.freebsd.org/changeset/base/312803
Log:
MFC r312409:
Style fixes and comment updates.
MFC r312435:
Remove mistakenly merged field.
Modified:
stable/10/sys/fs/tmpfs/tmpfs.h
stable/10/sys/fs/tmpfs/tmpf
Author: kib
Date: Thu Jan 26 10:47:05 2017
New Revision: 312802
URL: https://svnweb.freebsd.org/changeset/base/312802
Log:
MFC r312409:
Style fixes and comment updates.
MFC r312435:
Remove mistakenly merged field.
Modified:
stable/11/sys/fs/tmpfs/tmpfs.h
stable/11/sys/fs/tmpfs/tmpf
Author: kib
Date: Thu Jan 26 10:43:36 2017
New Revision: 312801
URL: https://svnweb.freebsd.org/changeset/base/312801
Log:
MFC r312407:
Remove unused union member, fifos on tmpfs are implemented in common code.
Modified:
stable/10/sys/fs/tmpfs/tmpfs.h
Directory Properties:
stable/10/ (p
Author: kib
Date: Thu Jan 26 10:41:56 2017
New Revision: 312800
URL: https://svnweb.freebsd.org/changeset/base/312800
Log:
MFC r312407:
Remove unused union member, fifos on tmpfs are implemented in common code.
Modified:
stable/11/sys/fs/tmpfs/tmpfs.h
Directory Properties:
stable/11/ (p
Author: kib
Date: Thu Jan 26 10:35:04 2017
New Revision: 312799
URL: https://svnweb.freebsd.org/changeset/base/312799
Log:
MFC r312124 (by mjg):
tmpfs: manage tm_pages_used with atomics.
Modified:
stable/10/sys/fs/tmpfs/tmpfs.h
stable/10/sys/fs/tmpfs/tmpfs_subr.c
stable/10/sys/fs/tmpfs/
Author: kib
Date: Thu Jan 26 10:29:23 2017
New Revision: 312798
URL: https://svnweb.freebsd.org/changeset/base/312798
Log:
MFC r311531 (by mjg):
Perform a lockless check in tmpfs_itimes.
Modified:
stable/10/sys/fs/tmpfs/tmpfs_subr.c
Directory Properties:
stable/10/ (props changed)
Modi
Author: kib
Date: Thu Jan 26 10:19:53 2017
New Revision: 312797
URL: https://svnweb.freebsd.org/changeset/base/312797
Log:
MFC r312124 (by mjg):
tmpfs: manage tm_pages_used with atomics.
Modified:
stable/11/sys/fs/tmpfs/tmpfs.h
stable/11/sys/fs/tmpfs/tmpfs_subr.c
stable/11/sys/fs/tmpfs/
Author: kib
Date: Thu Jan 26 10:18:00 2017
New Revision: 312796
URL: https://svnweb.freebsd.org/changeset/base/312796
Log:
MFC r311526 (by mjg):
tmpfs: enable MNTK_EXTENDED_SHARED.
Modified:
stable/11/sys/fs/tmpfs/tmpfs_vfsops.c
Directory Properties:
stable/11/ (props changed)
Modified
Author: kib
Date: Thu Jan 26 10:15:41 2017
New Revision: 312795
URL: https://svnweb.freebsd.org/changeset/base/312795
Log:
MFC r311531 (by mjg):
Perform a lockless check in tmpfs_itimes.
Modified:
stable/11/sys/fs/tmpfs/tmpfs_subr.c
Directory Properties:
stable/11/ (props changed)
Modi
Author: avg
Date: Thu Jan 26 09:46:34 2017
New Revision: 312794
URL: https://svnweb.freebsd.org/changeset/base/312794
Log:
MFC r312532: don't abort writing of a core dump after EFAULT
Modified:
stable/11/sys/kern/imgact_elf.c
Directory Properties:
stable/11/ (props changed)
Modified: sta
Thank you.
On Thu, Jan 26, 2017 at 6:23 AM, Jason A. Harmening wrote:
> Author: jah
> Date: Thu Jan 26 05:23:33 2017
> New Revision: 312792
> URL: https://svnweb.freebsd.org/changeset/base/312792
>
> Log:
> Further cleanup of per-CPU armv6 pmap data:
>
> - Replace pcpu_find(curcpu) with get_
74 matches
Mail list logo