Author: marius
Date: Fri Jan 29 01:54:32 2016
New Revision: 295032
URL: https://svnweb.freebsd.org/changeset/base/295032
Log:
Use '^[>+][^+]' instead of '^[>+]' with grep(1) when filtering the
diff(1) output between two files in "new_only"-mode. Otherwise,
with the default of using unified f
Author: brooks
Date: Fri Jan 29 01:22:12 2016
New Revision: 295031
URL: https://svnweb.freebsd.org/changeset/base/295031
Log:
Use intptr_t note ptrdiff_t when storing flags in the bottom bits of
pointers.
Obtained from:CheriBSD (e3a69027cc5a384431156d61c90d4304387a9b9d)
Sponsore
Author: bdrewery
Date: Fri Jan 29 01:09:04 2016
New Revision: 295030
URL: https://svnweb.freebsd.org/changeset/base/295030
Log:
Note the double fork behavior with filemon.
X-MFC-With: r295029
MFC after:2 weeks
Sponsored by: EMC / Isilon Storage Division
Modified:
head/share/man
Author: bdrewery
Date: Fri Jan 29 01:00:12 2016
New Revision: 295029
URL: https://svnweb.freebsd.org/changeset/base/295029
Log:
Document the purpose and non-purpose of filemon(4).
MFC after:2 weeks
Sponsored by: EMC / Isilon Storage Division
Modified:
head/share/man/man4/filemon.4
Author: brooks
Date: Fri Jan 29 00:59:48 2016
New Revision: 295028
URL: https://svnweb.freebsd.org/changeset/base/295028
Log:
Declare bt_devenum() to match the definition.
Obtained from:CheriBSD (1c1dad87ef9983a4ca0c7d6eb0792d489436bcd1)
MFC after:1 week
Sponsored by: DARPA,
Author: bdrewery
Date: Fri Jan 29 00:44:32 2016
New Revision: 295027
URL: https://svnweb.freebsd.org/changeset/base/295027
Log:
filemon: Track the process pointer rather than a pid.
The process is not held since the process_exit hook is called after the
exithold. There is no need to hold
Author: bdrewery
Date: Fri Jan 29 00:44:28 2016
New Revision: 295026
URL: https://svnweb.freebsd.org/changeset/base/295026
Log:
filemon_open: Don't record a process to trace here.
Only ioctl(FILEMON_SET_PID) should be setting the process-to-be-traced.
MFC after:2 weeks
Sponsored
Author: marius
Date: Fri Jan 29 00:01:37 2016
New Revision: 295024
URL: https://svnweb.freebsd.org/changeset/base/295024
Log:
Require explicit re@ approval for commits to stable/10,
as the code freeze for 10.3-RELEASE is now in effect.
Approved by: re (implicit)
Modified:
svnadmin/con
Author: jimharris
Date: Thu Jan 28 23:15:14 2016
New Revision: 295022
URL: https://svnweb.freebsd.org/changeset/base/295022
Log:
nvd: add hw.nvd.delete_max tunable
The NVMe specification does not define a maximum or optimal delete
size, so technically max delete size is min(full size of n
> On 28 Jan 2016, at 23:24, Oliver Pinter wrote:
>
> On Thu, Jan 28, 2016 at 5:05 PM, Michael Tuexen wrote:
>> Author: tuexen
>> Date: Thu Jan 28 16:05:46 2016
>> New Revision: 294995
>> URL: https://svnweb.freebsd.org/changeset/base/294995
>>
>> Log:
>> Always look in the TCP pool.
>> This f
Author: tuexen
Date: Thu Jan 28 23:12:12 2016
New Revision: 295021
URL: https://svnweb.freebsd.org/changeset/base/295021
Log:
Remove debug output which was committed by accident.
Thanks to Oliver Pinter for reporting.
MFC after: 3 days
X-MFC with: r294995
Modified:
head/sys/netinet/s
Author: brooks
Date: Thu Jan 28 22:57:09 2016
New Revision: 295020
URL: https://svnweb.freebsd.org/changeset/base/295020
Log:
MFC r294515:
Fix the implementations of PSEUDO_NOERROR and PSEUDO.
The PSEUDO* macros should not declare , only _ and
__sys_. This was causing the interposin
Author: brooks
Date: Thu Jan 28 22:34:29 2016
New Revision: 295019
URL: https://svnweb.freebsd.org/changeset/base/295019
Log:
MFC r294463:
Shift saved floating point registers up in jmp_buf.
sigmask_t is 128-bits so requires two slots.
Obtained from:CheriBSD (93699cb9b6e73
On Thu, Jan 28, 2016 at 5:05 PM, Michael Tuexen wrote:
> Author: tuexen
> Date: Thu Jan 28 16:05:46 2016
> New Revision: 294995
> URL: https://svnweb.freebsd.org/changeset/base/294995
>
> Log:
> Always look in the TCP pool.
> This fixes issues with a restarting peer when the listening
> 1-to
Author: brooks
Date: Thu Jan 28 22:08:42 2016
New Revision: 295018
URL: https://svnweb.freebsd.org/changeset/base/295018
Log:
MFC r294452:
Add a simple manpage for the cfi(4) and associated cfid(4) drivers.
Sponsored by: DARPA, AFRL
Added:
stable/10/share/man/man4/cfi.4
- copie
Author: bdrewery
Date: Thu Jan 28 21:45:25 2016
New Revision: 295017
URL: https://svnweb.freebsd.org/changeset/base/295017
Log:
filemon: Use process_exec EVENTHANDLER to capture sys_execve.
MFC after:2 weeks
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/dev/filemon
Author: jkim
Date: Thu Jan 28 21:42:10 2016
New Revision: 295016
URL: https://svnweb.freebsd.org/changeset/base/295016
Log:
Merge OpenSSL 1.0.1r.
Relnotes: yes
Added:
stable/10/crypto/openssl/doc/ssl/SSL_CTX_set_tlsext_status_cb.pod
- copied unchanged from r295003,
vendor-crypt
Author: hiren
Date: Thu Jan 28 21:30:49 2016
New Revision: 295015
URL: https://svnweb.freebsd.org/changeset/base/295015
Log:
MFC r294840
Persist timers TCPTV_PERSMIN and TCPTV_PERSMAX are hardcoded with 5 seconds
and
60 seconds, respectively. Turn them into sysctls that can be tuned live
Author: vangyzen
Date: Thu Jan 28 20:24:15 2016
New Revision: 295012
URL: https://svnweb.freebsd.org/changeset/base/295012
Log:
kqueue EVFILT_PROC: avoid collision between NOTE_CHILD and NOTE_EXIT
NOTE_CHILD and NOTE_EXIT return something in kevent.data: the parent
pid (ppid) for NOTE_CHI
Author: andrew
Date: Thu Jan 28 20:20:04 2016
New Revision: 295010
URL: https://svnweb.freebsd.org/changeset/base/295010
Log:
Raise my limit to import device-tree files
Modified:
svnadmin/conf/sizelimit.conf
Modified: svnadmin/conf/sizelimit.conf
=
Author: jkim
Date: Thu Jan 28 20:15:22 2016
New Revision: 295009
URL: https://svnweb.freebsd.org/changeset/base/295009
Log:
Merge OpenSSL 1.0.2f.
Relnotes: yes
Added:
head/crypto/openssl/doc/ssl/SSL_CTX_set_tlsext_status_cb.pod
- copied unchanged from r295001,
vendor-crypto/ope
Somehow I totally missed this email.
On 01/26/16 at 02:53P, Gleb Smirnoff wrote:
> Hiren,
>
> On Tue, Jan 26, 2016 at 04:33:38PM +, Hiren Panchasara wrote:
> H> Author: hiren
> H> Date: Tue Jan 26 16:33:38 2016
> H> New Revision: 294840
> H> URL: https://svnweb.freebsd.org/changeset/base/29
Author: sbruno
Date: Thu Jan 28 19:21:01 2016
New Revision: 295008
URL: https://svnweb.freebsd.org/changeset/base/295008
Log:
Fixed up version of r294061 that was reverted due to breakage of features
(netmap) and architectures(i386).
r283883
-- update to 3.1.0
r283893
-- update
Author: trasz
Date: Thu Jan 28 19:18:33 2016
New Revision: 295007
URL: https://svnweb.freebsd.org/changeset/base/295007
Log:
Take over mentorship of jceel@. He moved on from work
on embedded systems to storage, which is my area. Big
thanks to cognet@ and wkoszek@ for their involvement.
Just built 10-stable and upgraded my intel NUC 2820 and it boots fine on
the rootonzfs pool. This is on the old v32 firmware. I will test on the
newer firmware later tonight.
On 28 January 2016 at 17:24, Steven Hartland wrote:
> Author: smh
> Date: Thu Jan 28 17:24:40 2016
> New Revision: 294999
Author: bdrewery
Date: Thu Jan 28 18:57:47 2016
New Revision: 295006
URL: https://svnweb.freebsd.org/changeset/base/295006
Log:
Fix -include .depend hack from r294370 for headers not in .PATH.
This hack will be removed in a few weeks. It is here to fix incremental
builds of SSH between r
Author: jkim
Date: Thu Jan 28 18:45:09 2016
New Revision: 295005
URL: https://svnweb.freebsd.org/changeset/base/295005
Log:
Tag OpenSSL 1.0.1r.
Added:
vendor-crypto/openssl/1.0.1r/
- copied from r295004, vendor-crypto/openssl/dist-1.0.1/
___
sv
Author: jkim
Date: Thu Jan 28 18:44:11 2016
New Revision: 295003
URL: https://svnweb.freebsd.org/changeset/base/295003
Log:
Import OpenSSL 1.0.1r.
Added:
vendor-crypto/openssl/dist-1.0.1/doc/ssl/SSL_CTX_set_tlsext_status_cb.pod
vendor-crypto/openssl/dist-1.0.1/util/pod2mantest (contents,
Author: jkim
Date: Thu Jan 28 18:42:39 2016
New Revision: 295002
URL: https://svnweb.freebsd.org/changeset/base/295002
Log:
Tag OpenSSL 1.0.2f.
Added:
vendor-crypto/openssl/1.0.2f/
- copied from r295001, vendor-crypto/openssl/dist/
___
svn-src-
Author: jkim
Date: Thu Jan 28 18:41:59 2016
New Revision: 295001
URL: https://svnweb.freebsd.org/changeset/base/295001
Log:
Import OpenSSL 1.0.2f.
Added:
vendor-crypto/openssl/dist/doc/ssl/SSL_CTX_set_tlsext_status_cb.pod
vendor-crypto/openssl/dist/util/pod2mantest (contents, props change
Author: jimharris
Date: Thu Jan 28 18:25:55 2016
New Revision: 295000
URL: https://svnweb.freebsd.org/changeset/base/295000
Log:
MFC r293678:
Update ismt(4) man page to reflect inclusion in upcoming 10.3 release.
Modified:
stable/10/share/man/man4/ismt.4
Modified: stable/10/share/man/
Author: smh
Date: Thu Jan 28 17:24:40 2016
New Revision: 294999
URL: https://svnweb.freebsd.org/changeset/base/294999
Log:
MFC r294068, r294265
MFC r294068:
Add EFI ZFS boot support
MFC r294265:
Fix broken DPRINTF and wire up EFI_DEBUG so -DEFI_DEBUG to make works.
Relnotes:
Author: zbb
Date: Thu Jan 28 16:58:49 2016
New Revision: 294998
URL: https://svnweb.freebsd.org/changeset/base/294998
Log:
Fix VNIC enumeration after r294993 and r294990
ofw_bus_get_node() must be tested against negative values since
missing parent bus method will result in calling the de
Author: glebius
Date: Thu Jan 28 16:51:56 2016
New Revision: 294996
URL: https://svnweb.freebsd.org/changeset/base/294996
Log:
Use m_getjcl() instead of manually selecting zone.
Reviewed by: arybchik
Modified:
head/sys/dev/sfxge/sfxge.h
head/sys/dev/sfxge/sfxge_rx.c
Modified: head/sy
Author: smh
Date: Thu Jan 28 16:52:02 2016
New Revision: 294997
URL: https://svnweb.freebsd.org/changeset/base/294997
Log:
MFC r281060, r294060, r294291, r294493, r294284:
MFC r281060:
Remove an unnecessary space in a printf call
MFC r294060:
Modularise EFI boot loader
MFC r29
Author: tuexen
Date: Thu Jan 28 16:05:46 2016
New Revision: 294995
URL: https://svnweb.freebsd.org/changeset/base/294995
Log:
Always look in the TCP pool.
This fixes issues with a restarting peer when the listening
1-to-1 style socket is closed.
MFC after: 3 days
Modified:
head/sys/n
> On Jan 28, 2016, at 02:05, Dag-Erling Smørgrav wrote:
>
> Colin Percival writes:
>> At a guess, because NGie thinks that this is something which is important
>> enough to be worth mentioning in the FreeBSD release notes, and "Relnotes:
>> yes" flags the commit to the release engineering team
Author: zbb
Date: Thu Jan 28 15:38:02 2016
New Revision: 294992
URL: https://svnweb.freebsd.org/changeset/base/294992
Log:
Correct alloc_ and release_resource methods in thunder_pcie driver
- Avoid using BUS_ macros as bus_generic_ functions should be used instead.
- Fix mistaken device_t
Author: zbb
Date: Thu Jan 28 15:44:14 2016
New Revision: 294994
URL: https://svnweb.freebsd.org/changeset/base/294994
Log:
Support new MDIO hierarchy in ThunderX DTB
Some firmware revisions provide different DTB tree that include
odd MDIO placement in the tree.
This commit adds support
Author: zbb
Date: Thu Jan 28 15:40:56 2016
New Revision: 294993
URL: https://svnweb.freebsd.org/changeset/base/294993
Log:
Add FDT bus capabilities to ThunderX PCI driver
New ThunderX firmware incorporates modified DTB that presents
different device hierarchy. In the new device tree, MDIO
Author: zbb
Date: Thu Jan 28 15:34:13 2016
New Revision: 294991
URL: https://svnweb.freebsd.org/changeset/base/294991
Log:
Divide ThunderX PCIe driver to general and FDT part
- Separate FDT and general PCIe driver parts
- Drop some irrelevant printfs that cannot be displayed in
FDT at
Author: zbb
Date: Thu Jan 28 15:30:58 2016
New Revision: 294990
URL: https://svnweb.freebsd.org/changeset/base/294990
Log:
Fix finding appropriate BGX node in DTB and move it to a separate function
Search for BGX node in DTS in two ways:
1. Try to find it uder root node first
2. If not
Author: mmel
Date: Thu Jan 28 14:11:59 2016
New Revision: 294989
URL: https://svnweb.freebsd.org/changeset/base/294989
Log:
EHCI: Make core reset and port speed reading more generic.
Use driver settable callbacks for handling of:
- core post reset
- reading actual port speed
Typica
Author: zbb
Date: Thu Jan 28 12:43:58 2016
New Revision: 294987
URL: https://svnweb.freebsd.org/changeset/base/294987
Log:
SMP support for ARMv6/v7 HW watchpoints
Use per-CPU structure to store HW watchpoints registers state
for each CPU present in the system. Those registers will be rest
Author: smh
Date: Thu Jan 28 12:25:27 2016
New Revision: 294986
URL: https://svnweb.freebsd.org/changeset/base/294986
Log:
MFC r294506:
Prevent loader.conf load failure due to unknown console entries
Sponsored by: Multiplay
Modified:
stable/10/sys/boot/common/console.c
Directory Pro
Author: smh
Date: Thu Jan 28 12:23:25 2016
New Revision: 294985
URL: https://svnweb.freebsd.org/changeset/base/294985
Log:
MFC r293835:
Improve non-interactive forth cmd error reporting
Sponsored by: Multiplay
Modified:
stable/10/sys/boot/common/bootstrap.h
stable/10/sys/boot/comm
Author: smh
Date: Thu Jan 28 12:22:15 2016
New Revision: 294984
URL: https://svnweb.freebsd.org/changeset/base/294984
Log:
MFC r286234 (by trasz):
Fix a problem which made loader(8) load non-kld files twice.
Sponsored by: Multiplay
Modified:
stable/10/sys/boot/common/module.c
Direct
Author: trasz
Date: Thu Jan 28 12:21:23 2016
New Revision: 294983
URL: https://svnweb.freebsd.org/changeset/base/294983
Log:
Remove ffs_mountroot() prototype; seems to be long gone.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/ufs/ffs/ffs_extern.h
Modi
Author: smh
Date: Thu Jan 28 12:15:50 2016
New Revision: 294982
URL: https://svnweb.freebsd.org/changeset/base/294982
Log:
MFC r294059:
Ensure boot fsread correctly probes all partitions
Sponsored by: Multiplay
Modified:
stable/10/sys/boot/common/ufsread.c
Directory Properties:
st
Author: smh
Date: Thu Jan 28 12:11:42 2016
New Revision: 294981
URL: https://svnweb.freebsd.org/changeset/base/294981
Log:
MFC r281169, r293724, r293796, r294029, r294041, r294058
MFC r281169 (by andrew):
Make global variabled only used in this file static
MFC r294058:
Make common
Author: smh
Date: Thu Jan 28 12:03:30 2016
New Revision: 294980
URL: https://svnweb.freebsd.org/changeset/base/294980
Log:
MFC r293831:
Increase efiboot.img size used in ISO creation
This changes mkisoimages-uefi.sh instead of mkisoimages.sh in r293831 due to
refactor not MFC'ed.
Author: wma
Date: Thu Jan 28 12:00:17 2016
New Revision: 294979
URL: https://svnweb.freebsd.org/changeset/base/294979
Log:
Fix mutex releasing in ARM64 cpu_switch
The code should be comparing pointers, not any data
gathered from a blocked_lock.
Spotted by:cognet
Colin Percival writes:
> At a guess, because NGie thinks that this is something which is important
> enough to be worth mentioning in the FreeBSD release notes, and "Relnotes:
> yes" flags the commit to the release engineering team for that purpose?
UseDNS was (unintentionally) turned off in head
Author: kib
Date: Thu Jan 28 09:25:15 2016
New Revision: 294978
URL: https://svnweb.freebsd.org/changeset/base/294978
Log:
MFC r293350:
Convert sys/cam to use make_dev_s().
Modified:
stable/10/sys/cam/ctl/ctl.c
stable/10/sys/cam/scsi/scsi_ch.c
stable/10/sys/cam/scsi/scsi_enc.c
stable/
Author: kib
Date: Thu Jan 28 09:22:38 2016
New Revision: 294977
URL: https://svnweb.freebsd.org/changeset/base/294977
Log:
MFC r293349:
Convert tty common code to use make_dev_s().
Modified:
stable/10/sys/kern/tty.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/s
Author: kib
Date: Thu Jan 28 09:18:12 2016
New Revision: 294976
URL: https://svnweb.freebsd.org/changeset/base/294976
Log:
MFC r293346:
Provide yet another KPI for cdev creation, make_dev_s(9).
Modified:
stable/10/share/man/man9/Makefile
stable/10/share/man/man9/make_dev.9
stable/10/sys
On 01/28/16 01:07, Dag-Erling Smørgrav wrote:
> NGie Cooper writes:
>> Dag-Erling Smørgrav writes:
>>> Log:
>>> Switch UseDNS back on
>> Please add "Relnotes: yes" to the MFC commit, if this is MFCed.
>
> Why?
At a guess, because NGie thinks that this is something which is important
enough to
NGie Cooper writes:
> Dag-Erling Smørgrav writes:
> > Log:
> > Switch UseDNS back on
> Please add "Relnotes: yes" to the MFC commit, if this is MFCed.
Why?
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-all@freebsd.org mailing list
https://lis
Author: smh
Date: Thu Jan 28 08:51:00 2016
New Revision: 294975
URL: https://svnweb.freebsd.org/changeset/base/294975
Log:
MFC r294040:
Prevent bogus compiler in ZFS boot code.
Sponsored by: Multiplay
Modified:
stable/10/sys/boot/zfs/zfsimpl.c
Directory Properties:
stable/10/ (p
Author: smh
Date: Thu Jan 28 08:49:21 2016
New Revision: 294974
URL: https://svnweb.freebsd.org/changeset/base/294974
Log:
MFC r294968:
Allow file specific user-specified flag overrides.
Sponsored by: Multiplay
Modified:
stable/10/share/mk/bsd.sys.mk
Directory Properties:
stable/1
60 matches
Mail list logo