Author: trasz
Date: Thu Sep 22 07:33:43 2016
New Revision: 306160
URL: https://svnweb.freebsd.org/changeset/base/306160
Log:
Add "diskinfo -i", a simple aio-based IOPS benchmark.
MFC after:1 month
Modified:
head/usr.sbin/diskinfo/diskinfo.8
head/usr.sbin/diskinfo/diskinfo.c
Modifi
Author: trasz
Date: Thu Sep 22 07:55:07 2016
New Revision: 306161
URL: https://svnweb.freebsd.org/changeset/base/306161
Log:
Small tweaks to the diskinfo(8) manual page, to make it more consistent
with others.
MFC after:1 month
Modified:
head/usr.sbin/diskinfo/diskinfo.8
Modified:
Author: ed
Date: Thu Sep 22 08:14:59 2016
New Revision: 306162
URL: https://svnweb.freebsd.org/changeset/base/306162
Log:
Make it possible to safely use TPIDRURW from userspace.
On amd64, arm64 and i386, we have the possibility to switch between TLS
areas in userspace. The nice thing abou
Author: kib
Date: Thu Sep 22 08:56:54 2016
New Revision: 306165
URL: https://svnweb.freebsd.org/changeset/base/306165
Log:
MFC r305592:
Partially lift suspension when ffs_reload() finished with cgs and
going to re-read inodes.
Modified:
stable/11/sys/ufs/ffs/ffs_extern.h
stable/11/sys/u
Author: kib
Date: Thu Sep 22 08:59:58 2016
New Revision: 306166
URL: https://svnweb.freebsd.org/changeset/base/306166
Log:
MFC r305593:
There is no need to upgrade the last dvp lock on lookups for modifying
operations. Instead of upgrading, assert that the lock is exclusive.
Explain the c
Author: kib
Date: Thu Sep 22 09:02:04 2016
New Revision: 306167
URL: https://svnweb.freebsd.org/changeset/base/306167
Log:
MFC r305594:
In softdep_prealloc(), return early not only for snapshots, but for
the quota files as well.
Modified:
stable/11/sys/ufs/ffs/ffs_softdep.c
Directory Prop
Author: kib
Date: Thu Sep 22 09:04:05 2016
New Revision: 306168
URL: https://svnweb.freebsd.org/changeset/base/306168
Log:
MFC r305595:
In dqsync(), when called from quotactl(), um_quotas entry might appear
cleared since nothing prevents completion of the parallel quotaoff.
There is nothin
Author: kib
Date: Thu Sep 22 09:06:01 2016
New Revision: 306169
URL: https://svnweb.freebsd.org/changeset/base/306169
Log:
MFC r305597:
When extending directory inode in ufs_direnter(), adjust i_endoff.
Modified:
stable/11/sys/ufs/ufs/ufs_lookup.c
Directory Properties:
stable/11/ (props
Author: kib
Date: Thu Sep 22 09:08:11 2016
New Revision: 306170
URL: https://svnweb.freebsd.org/changeset/base/306170
Log:
MFC r305598:
When logging unlikely UFS_TRUNCATE() failure in ufs_direnter(),
include error code.
Modified:
stable/11/sys/ufs/ufs/ufs_lookup.c
Directory Properties:
Author: kib
Date: Thu Sep 22 09:10:30 2016
New Revision: 306171
URL: https://svnweb.freebsd.org/changeset/base/306171
Log:
MFC r305599:
Do not leak transient ENOLCK error from flush_newblk_dep() loop.
Modified:
stable/11/sys/ufs/ffs/ffs_softdep.c
Directory Properties:
stable/11/ (props
Author: kib
Date: Thu Sep 22 09:14:04 2016
New Revision: 306172
URL: https://svnweb.freebsd.org/changeset/base/306172
Log:
MFC r305601:
On rename, do not perform truncation of dirhash if the vnode truncation
failed.
Modified:
stable/11/sys/ufs/ufs/ufs_vnops.c
Directory Properties:
stable
On Thu, Sep 22, 2016 at 08:15:00AM +, Ed Schouten wrote:
> Author: ed
> Date: Thu Sep 22 08:14:59 2016
> New Revision: 306162
> URL: https://svnweb.freebsd.org/changeset/base/306162
>
> Log:
> Make it possible to safely use TPIDRURW from userspace.
>
> On amd64, arm64 and i386, we have
Author: kevlo
Date: Thu Sep 22 09:33:22 2016
New Revision: 306173
URL: https://svnweb.freebsd.org/changeset/base/306173
Log:
Add TP-Link Archer T4U.
It will be used by the updated rtwn(4) / urtwn(4) driver.
Modified:
head/sys/dev/usb/usbdevs
Modified: head/sys/dev/usb/usbdevs
=
Author: oshogbo
Date: Thu Sep 22 09:58:46 2016
New Revision: 306174
URL: https://svnweb.freebsd.org/changeset/base/306174
Log:
capsicum: propagate rights on accept(2)
Descriptor returned by accept(2) should inherits capabilities rights from
the listening socket.
PR: 201052
Author: kib
Date: Thu Sep 22 10:42:40 2016
New Revision: 306175
URL: https://svnweb.freebsd.org/changeset/base/306175
Log:
MFC r305592:
Partially lift suspension when ffs_reload() finished with cgs and
going to re-read inodes.
Modified:
stable/10/sys/ufs/ffs/ffs_extern.h
stable/10/sys/u
Author: kib
Date: Thu Sep 22 10:44:56 2016
New Revision: 306176
URL: https://svnweb.freebsd.org/changeset/base/306176
Log:
MFC r305593:
There is no need to upgrade the last dvp lock on lookups for modifying
operations. Instead of upgrading, assert that the lock is exclusive.
Explain the c
Author: kib
Date: Thu Sep 22 10:46:08 2016
New Revision: 306177
URL: https://svnweb.freebsd.org/changeset/base/306177
Log:
MFC r305594:
In softdep_prealloc(), return early not only for snapshots, but for
the quota files as well.
Modified:
stable/10/sys/ufs/ffs/ffs_softdep.c
Directory Prop
Author: kib
Date: Thu Sep 22 10:47:56 2016
New Revision: 306178
URL: https://svnweb.freebsd.org/changeset/base/306178
Log:
MFC r305595:
In dqsync(), when called from quotactl(), um_quotas entry might appear
cleared since nothing prevents completion of the parallel quotaoff.
There is nothin
Author: kib
Date: Thu Sep 22 10:49:42 2016
New Revision: 306179
URL: https://svnweb.freebsd.org/changeset/base/306179
Log:
MFC r305597:
When extending directory inode in ufs_direnter(), adjust i_endoff.
Modified:
stable/10/sys/ufs/ufs/ufs_lookup.c
Directory Properties:
stable/10/ (props
Author: kib
Date: Thu Sep 22 10:51:47 2016
New Revision: 306180
URL: https://svnweb.freebsd.org/changeset/base/306180
Log:
MFC r305598:
When logging unlikely UFS_TRUNCATE() failure in ufs_direnter(),
include error code.
Modified:
stable/10/sys/ufs/ufs/ufs_lookup.c
Directory Properties:
Author: kib
Date: Thu Sep 22 10:53:13 2016
New Revision: 306181
URL: https://svnweb.freebsd.org/changeset/base/306181
Log:
MFC r305599:
Do not leak transient ENOLCK error from flush_newblk_dep() loop.
Modified:
stable/10/sys/ufs/ffs/ffs_softdep.c
Directory Properties:
stable/10/ (props
Author: kib
Date: Thu Sep 22 10:54:30 2016
New Revision: 306182
URL: https://svnweb.freebsd.org/changeset/base/306182
Log:
MFC r305601:
On rename, do not perform truncation of dirhash if the vnode truncation
failed.
Modified:
stable/10/sys/ufs/ufs/ufs_vnops.c
Directory Properties:
stable
Author: kib
Date: Thu Sep 22 10:58:19 2016
New Revision: 306183
URL: https://svnweb.freebsd.org/changeset/base/306183
Log:
MFC r305599:
Do not leak transient ENOLCK error from flush_newblk_dep() loop.
Modified:
stable/9/sys/ufs/ffs/ffs_softdep.c
Directory Properties:
stable/9/ (props ch
Author: oshogbo
Date: Thu Sep 22 11:54:20 2016
New Revision: 306184
URL: https://svnweb.freebsd.org/changeset/base/306184
Log:
fd: simplify fgetvp_rights by using fget_cap_locked
Reviewed by: mjg
Modified:
head/sys/kern/kern_descrip.c
Modified: head/sys/kern/kern_descrip.c
Author: ed
Date: Thu Sep 22 12:08:26 2016
New Revision: 306185
URL: https://svnweb.freebsd.org/changeset/base/306185
Log:
Make the cloudabi32 kernel module available on ARMv6.
Now that all of the necessary bits for ARMv6 support for CloudABI have
been checked in, let's hook the kernel mod
Author: br
Date: Thu Sep 22 12:41:53 2016
New Revision: 306186
URL: https://svnweb.freebsd.org/changeset/base/306186
Log:
Adjust the sopt_val pointer on bigendian systems (e.g. MIPS64EB).
sooptcopyin() checks if size of data provided by user is <= than we can
accept, else it strips down t
Author: br
Date: Thu Sep 22 12:48:01 2016
New Revision: 306187
URL: https://svnweb.freebsd.org/changeset/base/306187
Log:
Set the standard freebsd brand note for ELF binaries on MIPS,
so binaries now get correct osreldate.
Reviewed by: jhb
Sponsored by: DARPA, AFRL
Sponsored by: HEIF
Author: br
Date: Thu Sep 22 12:53:11 2016
New Revision: 306188
URL: https://svnweb.freebsd.org/changeset/base/306188
Log:
Use bsdlabel as we don't have hardlink disklabel -> bsdlabel
on some platforms.
Reviewed by: ngie
Sponsored by: DARPA, AFRL
Sponsored by: HEIF5
Differential Rev
Hi Kostik,
2016-09-22 11:28 GMT+02:00 Konstantin Belousov :
> What do you mean about 'possibility to switch between TLS areas in
> usermode' ? On x86, kernel switches %fs/%gs bases on the context
> switches. There is, indeed, a way to turn off this functionality, but it
> is somewhat unobvious, I
Author: jkim
Date: Thu Sep 22 13:04:03 2016
New Revision: 306189
URL: https://svnweb.freebsd.org/changeset/base/306189
Log:
Import OpenSSL 1.0.2i.
Added:
vendor-crypto/openssl/dist/doc/crypto/d2i_PrivateKey.pod
vendor-crypto/openssl/dist/ssl/bad_dtls_test.c (contents, props changed)
ven
Author: jkim
Date: Thu Sep 22 13:04:51 2016
New Revision: 306190
URL: https://svnweb.freebsd.org/changeset/base/306190
Log:
Tag OpenSSL 1.0.2i.
Added:
vendor-crypto/openssl/1.0.2i/
- copied from r306189, vendor-crypto/openssl/dist/
___
svn-src-
Author: jkim
Date: Thu Sep 22 13:05:59 2016
New Revision: 306191
URL: https://svnweb.freebsd.org/changeset/base/306191
Log:
Import OpenSSL 1.0.1u.
Added:
vendor-crypto/openssl/dist-1.0.1/doc/crypto/d2i_PrivateKey.pod
Modified:
vendor-crypto/openssl/dist-1.0.1/CHANGES
vendor-crypto/openssl
Author: jkim
Date: Thu Sep 22 13:06:52 2016
New Revision: 306192
URL: https://svnweb.freebsd.org/changeset/base/306192
Log:
Tag OpenSSL 1.0.1u.
Added:
vendor-crypto/openssl/1.0.1u/
- copied from r306191, vendor-crypto/openssl/dist-1.0.1/
___
sv
Author: jkim
Date: Thu Sep 22 13:27:44 2016
New Revision: 306193
URL: https://svnweb.freebsd.org/changeset/base/306193
Log:
Merge OpenSSL 1.0.2i.
Added:
head/crypto/openssl/doc/crypto/d2i_PrivateKey.pod
- copied unchanged from r306189,
vendor-crypto/openssl/dist/doc/crypto/d2i_PrivateKe
Author: gavin
Date: Thu Sep 22 13:59:27 2016
New Revision: 306194
URL: https://svnweb.freebsd.org/changeset/base/306194
Log:
Whitespace commit (literally): Add a missing space.
Sponsored by: EuroBSDCon 2016 Devsummit, Belgrade, Serbia.
Modified:
head/share/man/man9/owll.9
Modified: head
Hi Ruslan,
Does it hang on some network script?
Thanks,
Mariusz
On 22 September 2016 at 16:34, Ruslan Bukin wrote:
> Hi Mariusz
>
> my MIPS64EB kernel stops booting with this
>
> somewhere here:
> [...]
> Starting file system checks:
> /dev/ada0: 20369 files, 794696 used, 7573573 free (933 fra
Hi Mariusz
my MIPS64EB kernel stops booting with this
somewhere here:
[...]
Starting file system checks:
/dev/ada0: 20369 files, 794696 used, 7573573 free (933 frags, 946580 blocks,
0.0% fragmentation)
Mounting local filesystems:.
ELF ldconfig path: /lib /usr/lib /usr/lib/compat
random: unblocki
May be. The next line should be
/etc/rc: WARNING: $hostname is not set -- see rc.conf(5).
but it hangs before this line
Ruslan
On Thu, Sep 22, 2016 at 04:39:16PM +0200, Mariusz Zaborski wrote:
> Hi Ruslan,
>
> Does it hang on some network script?
>
> Thanks,
> Mariusz
>
>
> On 22 September 2
Author: jkim
Date: Thu Sep 22 14:57:48 2016
New Revision: 306195
URL: https://svnweb.freebsd.org/changeset/base/306195
Log:
MFC: r306193
Merge OpenSSL 1.0.2u.
Added:
stable/11/crypto/openssl/doc/crypto/d2i_PrivateKey.pod
- copied unchanged from r306193,
head/crypto/openssl/doc/cry
Author: jkim
Date: Thu Sep 22 15:05:38 2016
New Revision: 306196
URL: https://svnweb.freebsd.org/changeset/base/306196
Log:
Merge OpenSSL 1.0.1u.
Added:
stable/10/crypto/openssl/doc/crypto/d2i_PrivateKey.pod
- copied unchanged from r306191,
vendor-crypto/openssl/dist-1.0.1/doc/crypto/d2
I tested it on the mips for Malta kernel and it's works fine. I will
try to do it on mips64, are you using qemu to test it?
What is ctrl + t reporting you?
On 22 September 2016 at 16:56, Ruslan Bukin wrote:
> May be. The next line should be
> /etc/rc: WARNING: $hostname is not set -- see rc.conf
Hi
It reports nothing. Yes I use qemu:
/home/rb743/dev/qemu/qemu/build1/mips64-softmmu/qemu-system-mips64 -M malta
-kernel ~/obj/mips.mips64/home/rb743/dev/freebsd-mips/sys/MALTA64/kernel -hda
/home/rb743/world-mips64eb/mips64eb.img -nographic -smp 1 -cpu 5kf -net nic
-net user -m 2048M -redir
Author: imp
Date: Thu Sep 22 15:17:36 2016
New Revision: 306197
URL: https://svnweb.freebsd.org/changeset/base/306197
Log:
Revert and redo r306083.
Update the device tree source files to a Linux 4.7-RC.
The dts tree currently can't be merged w/o specific revisions.
Note: due to a
On 09/22/2016 10:57, Jung-uk Kim wrote:
> Author: jkim
> Date: Thu Sep 22 14:57:48 2016
> New Revision: 306195
> URL: https://svnweb.freebsd.org/changeset/base/306195
>
> Log:
> MFC:r306193
>
> Merge OpenSSL 1.0.2u.
^^
Sorry, it should be read 1.0.2i.
Jung-uk
Author: jkim
Date: Thu Sep 22 15:55:27 2016
New Revision: 306198
URL: https://svnweb.freebsd.org/changeset/base/306198
Log:
MFS: r306195
Merge OpenSSL 1.0.2i.
Approved by: re (gjb, implicit), so (delphij)
Added:
releng/11.0/crypto/openssl/doc/crypto/d2i_PrivateKey.pod
- copie
Author: imp
Date: Thu Sep 22 16:05:19 2016
New Revision: 306199
URL: https://svnweb.freebsd.org/changeset/base/306199
Log:
Revert svn:mergeinfo added inadvertantly in last commit r306197
Modified:
Directory Properties:
head/lib/libc/locale/ascii.c (props changed)
___
I have just tested this with MIPS64EL and the result is the same.
So you can try both EL or EB
e.g. make -j16 TARGET=mips TARGET_ARCH=mips64el KERNCONF=MALTA64 buildkernel
Ruslan
On Thu, Sep 22, 2016 at 03:21:53PM +, Ruslan Bukin wrote:
> Hi
>
> It reports nothing. Yes I use qemu:
> /home/r
Author: ache
Date: Thu Sep 22 16:46:59 2016
New Revision: 306200
URL: https://svnweb.freebsd.org/changeset/base/306200
Log:
MFC r305841
Implement multibyte encoding support for -v with fallback
Modified:
stable/10/bin/cat/cat.c
Directory Properties:
stable/10/ (props changed)
Modifi
Author: ache
Date: Thu Sep 22 16:49:53 2016
New Revision: 306201
URL: https://svnweb.freebsd.org/changeset/base/306201
Log:
MFC r305841
Implement multibyte encoding support for -v with fallback
Modified:
stable/11/bin/cat/cat.c
Directory Properties:
stable/11/ (props changed)
Modifi
Hi!
Do you plan to MFC this change to 10-STABLE?
On Thu, Aug 4, 2016 at 7:55 PM, John Baldwin wrote:
> Author: jhb
> Date: Thu Aug 4 17:55:23 2016
> New Revision: 303753
> URL: https://svnweb.freebsd.org/changeset/base/303753
>
> Log:
> Don't permit mappings of invalid physical addresses on a
Author: gjb
Date: Thu Sep 22 18:12:59 2016
New Revision: 306202
URL: https://svnweb.freebsd.org/changeset/base/306202
Log:
Document r306198, OpenSSL 1.0.2i.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
releng/11.0/release/doc/en_US.ISO8859-1/relnotes/artic
Author: gjb
Date: Thu Sep 22 18:19:12 2016
New Revision: 306203
URL: https://svnweb.freebsd.org/changeset/base/306203
Log:
Change the entity for arm64 from 'aarch64' to 'arm64'.
Submitted by: emaste
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
releng/11.
Author: gjb
Date: Thu Sep 22 18:31:50 2016
New Revision: 306204
URL: https://svnweb.freebsd.org/changeset/base/306204
Log:
Add a link to the 'installation.html' section for freebsd-update(8)
usage information.
Suggested by: theraven
Approved by: re (implicit)
Sponsored by: The FreeBS
Hi!
On Sun, Jul 31, 2016 at 12:21 AM, Mateusz Guzik wrote:
> Author: mjg
> Date: Sat Jul 30 22:21:48 2016
> New Revision: 303562
> URL: https://svnweb.freebsd.org/changeset/base/303562
>
> Log:
> rwlock: s/READER/WRITER/ in wlock lockstat annotation
>
> Modified:
> head/sys/kern/kern_rwlock.c
Author: loos
Date: Thu Sep 22 18:45:25 2016
New Revision: 306205
URL: https://svnweb.freebsd.org/changeset/base/306205
Log:
Add the ID for the Huawei ME909S LTE modem.
Submitted by: svenauhagen at github
MFC after:3 days
Sponsored by: Rubicon Communications, LLC (Netgate)
Modified:
Author: np
Date: Thu Sep 22 18:47:07 2016
New Revision: 306206
URL: https://svnweb.freebsd.org/changeset/base/306206
Log:
cxgbe(4): Catch up with the different layout of WHOAMI in T6.
Note that the code moved below t4_prep_adapter() as part of this change
because now it needs a working ch
Author: gjb
Date: Thu Sep 22 18:51:37 2016
New Revision: 306207
URL: https://svnweb.freebsd.org/changeset/base/306207
Log:
Remove dual-revision entries, and prefer the latter, unbreaking
URLs to svnweb.
Submitted by: jkim
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundatio
Author: gjb
Date: Thu Sep 22 19:04:08 2016
New Revision: 306208
URL: https://svnweb.freebsd.org/changeset/base/306208
Log:
Statically set __FreeBSD_version for 11.0-RELEASE.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
releng/11.0/lib/csu/common/crtbrand.c
Author: imp
Date: Thu Sep 22 19:04:51 2016
New Revision: 306209
URL: https://svnweb.freebsd.org/changeset/base/306209
Log:
Change the efi_get_table interface to a void ** so we can return the
pointer by dereferencing the pointer.
Reviewed by: kib@
MFC After: 2 weeks
Sponsored by: Netf
Author: gjb
Date: Thu Sep 22 19:05:41 2016
New Revision: 306210
URL: https://svnweb.freebsd.org/changeset/base/306210
Log:
Anticipate when we will be ready to announce 11.0-RELEASE.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
releng/11.0/UPDATING
Modifie
Author: gjb
Date: Thu Sep 22 19:16:08 2016
New Revision: 306211
URL: https://svnweb.freebsd.org/changeset/base/306211
Log:
Prepare for 11.0-RELEASE builds.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
releng/11.0/sys/conf/newvers.sh
Modified: releng/11.0/
On Thu, Sep 22, 2016 at 08:35:50PM +0200, Oliver Pinter wrote:
> Hi!
>
> On Sun, Jul 31, 2016 at 12:21 AM, Mateusz Guzik wrote:
> > Author: mjg
> > Date: Sat Jul 30 22:21:48 2016
> > New Revision: 303562
> > URL: https://svnweb.freebsd.org/changeset/base/303562
> >
> > Log:
> > rwlock: s/READER
Author: glebius
Date: Thu Sep 22 20:34:44 2016
New Revision: 306212
URL: https://svnweb.freebsd.org/changeset/base/306212
Log:
Fix regression from r297400, which truncates headers in case of low socket
buffer and put a small optimization for low socket buffer case:
- Do not hack uio_resid
Author: emaste
Date: Thu Sep 22 21:05:21 2016
New Revision: 306213
URL: https://svnweb.freebsd.org/changeset/base/306213
Log:
MFC bspatch Capsicumization, sanity checks, and other improvements
r304691: bspatch: apply style(9)
Make style changes (and trivial refactoring of open calls) n
Author: emaste
Date: Thu Sep 22 21:14:00 2016
New Revision: 306214
URL: https://svnweb.freebsd.org/changeset/base/306214
Log:
MFC r264823 (ed): Make usage printing more consistent with other tools.
- Introduce a separate usage() function.
- Don't use argv[0]. Directly name the application
Author: emaste
Date: Thu Sep 22 21:16:54 2016
New Revision: 306215
URL: https://svnweb.freebsd.org/changeset/base/306215
Log:
MFC bspatch Capsicumization and improvements
r304691: bspatch: apply style(9)
Make style changes (and trivial refactoring of open calls) now in order
to reduc
Author: np
Date: Thu Sep 22 21:19:25 2016
New Revision: 306216
URL: https://svnweb.freebsd.org/changeset/base/306216
Log:
cxgbe(4): Fix the output of the "tids" sysctl on T6.
Modified:
head/sys/dev/cxgbe/t4_main.c
Modified: head/sys/dev/cxgbe/t4_main.c
===
Author: emaste
Date: Thu Sep 22 21:23:28 2016
New Revision: 306217
URL: https://svnweb.freebsd.org/changeset/base/306217
Log:
MFC r264823 (ed): Make usage printing more consistent with other tools.
- Introduce a separate usage() function.
- Don't use argv[0]. Directly name the application
Author: avg
Date: Thu Sep 22 21:34:35 2016
New Revision: 306218
URL: https://svnweb.freebsd.org/changeset/base/306218
Log:
amdsbwd, intpm: unify bits specific to AMD chipsets (FCHs, southbridges)
AMD chipsets have proprietary mechanisms for dicovering resources.
Those resources are not di
Thanks, I was able to reproduce that :)
I attached the patch. Could you please confirm that it fix the problem?
Thank you and sorry for inconveniences,
Mariusz
On 22 September 2016 at 18:11, Ruslan Bukin wrote:
> I have just tested this with MIPS64EL and the result is the same.
> So you can try
Author: jpaetzel
Date: Thu Sep 22 22:51:11 2016
New Revision: 306219
URL: https://svnweb.freebsd.org/changeset/base/306219
Log:
Update oce to version 11.0.50.0
Submitted by: Venkat Duvvuru
Added:
head/sys/dev/oce/oce_user.h (contents, props changed)
Modified:
head/sys/dev/oce/oce_hw
Author: markj
Date: Thu Sep 22 23:22:53 2016
New Revision: 306220
URL: https://svnweb.freebsd.org/changeset/base/306220
Log:
Re-check the systrace probe ID before calling dtrace_probe().
Otherwise there exists a narrow window during which a syscall probe can be
disabled and cause a concur
On Thu, Sep 22, 2016 at 4:22 PM, Mark Johnston wrote:
> Author: markj
> Date: Thu Sep 22 23:22:53 2016
> New Revision: 306220
> URL: https://svnweb.freebsd.org/changeset/base/306220
>
> Log:
> Re-check the systrace probe ID before calling dtrace_probe().
>
> Otherwise there exists a narrow win
Author: emaste
Date: Fri Sep 23 01:52:06 2016
New Revision: 306222
URL: https://svnweb.freebsd.org/changeset/base/306222
Log:
MFC bspatch Capsicumization and improvements
r304691: bspatch: apply style(9)
Make style changes (and trivial refactoring of open calls) now in order
to reduc
Author: sephe
Date: Fri Sep 23 03:21:40 2016
New Revision: 306223
URL: https://svnweb.freebsd.org/changeset/base/306223
Log:
MFC 306015
hyperv/storvsc: Fix SRB length setting.
This fixes disk discovery issue on WS2008R2 Hyper-V, which plagued
us since 10.2-release.
Author: mjg
Date: Fri Sep 23 04:45:11 2016
New Revision: 306224
URL: https://svnweb.freebsd.org/changeset/base/306224
Log:
cache: get rid of the global lock
Add a table of vnode locks and use them along with bucketlocks to provide
concurrent modification support. The approach taken is to
Author: sephe
Date: Fri Sep 23 04:53:47 2016
New Revision: 306225
URL: https://svnweb.freebsd.org/changeset/base/306225
Log:
MFC 306015
hyperv/storvsc: Fix SRB length setting.
This fixes disk discovery issue on WS2008R2 Hyper-V, which plagued
us since 10.2-release.
Author: mjg
Date: Fri Sep 23 06:51:46 2016
New Revision: 306226
URL: https://svnweb.freebsd.org/changeset/base/306226
Log:
fd: fix up fgetvp_rights after r306184
fget_cap_locked returns a referenced file, but the fgetvp_rights does
not need it. Instead, due to the filedesc lock being held
78 matches
Mail list logo