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
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: 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
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: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: 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: 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: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: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: 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: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 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: 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: 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/
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: 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: 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: 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: 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: 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
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
21 matches
Mail list logo