Author: delphij
Date: Thu Oct 25 08:05:53 2018
New Revision: 339706
URL: https://svnweb.freebsd.org/changeset/base/339706
Log:
Now that the portsnap buildbox is generating the raw bits for INDEX-13,
add it to the set of INDEX files built by portsnap.
Switch to INDEX-13 for head/.
Modifie
Author: rgrimes
Date: Thu Oct 25 12:13:13 2018
New Revision: 339707
URL: https://svnweb.freebsd.org/changeset/base/339707
Log:
Allow fdisk(8) to deal with sectors larger than 2048
especially for 4Kn drives with PMBR's
Approved by:bde (mentor)
MFC:3 days
Modified:
head
2018(r339708)
+++ head/ObsoleteFiles.inc Thu Oct 25 13:37:57 2018(r339709)
@@ -38,6 +38,11 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20181025: OpenSSL libraries version bump to avoid conflict with ports
+OLD_LIBS+=lib/libcrypto.so.9
+OLD_LIBS+=usr/lib/libssl.so.9
+OLD_LIBS+=usr/
Author: np
Date: Thu Oct 25 14:37:26 2018
New Revision: 339717
URL: https://svnweb.freebsd.org/changeset/base/339717
Log:
cxgbe(4): Allow "pass" filters to distribute matching traffic using a
subset of a VI's RSS indirection table.
This makes it possible to make groups out of rx queues an
Author: markj
Date: Thu Oct 25 15:40:59 2018
New Revision: 339728
URL: https://svnweb.freebsd.org/changeset/base/339728
Log:
Remove a redundant check.
CID: 1042100
MFC after:2 weeks
Modified:
head/sys/kern/subr_vmem.c
Modified: head/sys/kern/subr_vmem.c
==
Author: gjb
Date: Thu Oct 25 15:41:26 2018
New Revision: 339730
URL: https://svnweb.freebsd.org/changeset/base/339730
Log:
Bump __FreeBSD_version following the OpenSSL shared library version
number bump.
Submitted by: antoine
MFC with: r339709
Sponsored by: The FreeBSD Foundation
Author: 0mp (ports committer)
Date: Thu Oct 25 15:41:19 2018
New Revision: 339729
URL: https://svnweb.freebsd.org/changeset/base/339729
Log:
efivar(3): Fix some typos and improve style
- Fix some typos.
- Remove redundant semicolons from the synopsis section.
- Stylize variable names an
Author: markj
Date: Thu Oct 25 15:43:21 2018
New Revision: 339731
URL: https://svnweb.freebsd.org/changeset/base/339731
Log:
Add FALLTHROUGH comments to appease Coverity.
CID: 1017862-1017864, 1017866-1017868
MFC after:2 weeks
Modified:
head/sys/kern/kern_environment.c
h
Author: imp
Date: Thu Oct 25 17:17:11 2018
New Revision: 339736
URL: https://svnweb.freebsd.org/changeset/base/339736
Log:
Update comment for AMI00[12]0 override.
The AML is even stupider than always returning 0. It will only return
non-zero for an OS that reports itself as "Windows 2015"
Author: markj
Date: Thu Oct 25 17:36:28 2018
New Revision: 339737
URL: https://svnweb.freebsd.org/changeset/base/339737
Log:
Remove a dead store.
CID: 1304878
MFC after:1 week
Modified:
head/sys/kern/vfs_mountroot.c
Modified: head/sys/kern/vfs_mountroot.c
Author: andrew
Date: Thu Oct 25 17:39:41 2018
New Revision: 339738
URL: https://svnweb.freebsd.org/changeset/base/339738
Log:
Implement a BSD licensed crtbegin/crtend
These are needed for .ctors/.dtors and .jcr handling. The former needs
all the function pointers to be called in the corre
Author: andrew
Date: Thu Oct 25 17:42:43 2018
New Revision: 339739
URL: https://svnweb.freebsd.org/changeset/base/339739
Log:
Regen src.conf.5 to add WITH_BSD_CRTBEGIN
Sponsored by: DARPA, AFRL
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
===
Author: ae
Date: Thu Oct 25 18:06:23 2018
New Revision: 339740
URL: https://svnweb.freebsd.org/changeset/base/339740
Log:
Use correct format specificator to print setdscp action.
PR: 232642
MFC after:3 days
Modified:
head/sbin/ipfw/ipfw2.c
Modified: head/sbin/ipfw/ipfw2.
e/lib/libssl/Makefile
>
> Modified: head/ObsoleteFiles.inc
> ==
> --- head/ObsoleteFiles.incThu Oct 25 12:27:16 2018(r339708)
> +++ head/ObsoleteFiles.incThu Oct 25 13:37:57 2018(r339709)
> @@ -38,6 +38,11 @@
> # xargs -
eFiles.inc Thu Oct 25 12:27:16 2018(r339708)
> > +++ head/ObsoleteFiles.inc Thu Oct 25 13:37:57 2018(r339709)
> > @@ -38,6 +38,11 @@
> > # xargs -n1 | sort | uniq -d;
> > # done
> >
> > +# 20181025: OpenSSL libraries version bum
Author: gjb
Date: Thu Oct 25 18:46:45 2018
New Revision: 339741
URL: https://svnweb.freebsd.org/changeset/base/339741
Log:
Update SHLIB_VERSION_NUMBER following the OpenSSL shared library
number bump.
Reported by: jkim
Discussed with: kib
MFC after:immediate
Sponsored by:
gt;> ==
>>> --- head/ObsoleteFiles.inc Thu Oct 25 12:27:16 2018(r339708)
>>> +++ head/ObsoleteFiles.inc Thu Oct 25 13:37:57 2018(r339709)
>>> @@ -38,6 +38,11 @@
>>&g
Author: andrew
Date: Thu Oct 25 21:08:15 2018
New Revision: 339744
URL: https://svnweb.freebsd.org/changeset/base/339744
Log:
Add a missing include for src.opts.mk. Without it MK_TESTS isn't defined.
MFC with: r339738
Sponsored by: DARPA, AFRL
Modified:
head/lib/csu/Makefile
Modif
Author: markj
Date: Thu Oct 25 21:41:58 2018
New Revision: 339745
URL: https://svnweb.freebsd.org/changeset/base/339745
Log:
Clarify the description of the -u option.
MFC after:2 weeks
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/rtsold/rtsold.8
Modified: head/usr.
Author: mm
Date: Thu Oct 25 21:44:17 2018
New Revision: 339746
URL: https://svnweb.freebsd.org/changeset/base/339746
Log:
MFV r339640,339641,339644:
Sync libarchive with vendor
Relevant vendor changes:
PR #1013: Add missing h_base offset when performing absolute seeks in
Author: markj
Date: Thu Oct 25 21:45:24 2018
New Revision: 339747
URL: https://svnweb.freebsd.org/changeset/base/339747
Log:
Minor style fixes around script execution.
MFC after:2 weeks
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/rtsold/rtsol.c
Modified: head/usr.
Author: kib
Date: Thu Oct 25 22:16:34 2018
New Revision: 339748
URL: https://svnweb.freebsd.org/changeset/base/339748
Log:
Implement O_BENEATH and AT_BENEATH.
Flags prevent open(2) and *at(2) vfs syscalls name lookup from
escaping the starting directory. Supposedly the interface is simil
Author: np
Date: Thu Oct 25 22:55:18 2018
New Revision: 339749
URL: https://svnweb.freebsd.org/changeset/base/339749
Log:
cxgbe(4): Add a knob to split the rx queues for a netmap enabled
interface into two groups. Filters can be used to match traffic
and distribute it across a group.
h
Author: mm
Date: Thu Oct 25 23:13:19 2018
New Revision: 339751
URL: https://svnweb.freebsd.org/changeset/base/339751
Log:
MFV r339750:
Sync libarchive with vendor.
Relevant vendor changes:
RAR5 reader: FreeBSD build platform fixes for powerpc(64), mips(64),
sparc64 an
Author: dteske
Date: Thu Oct 25 23:32:32 2018
New Revision: 339752
URL: https://svnweb.freebsd.org/changeset/base/339752
Log:
Remove vestigial DIALOG_ITEM_HELP value in bsdconfig dialog.subr
Sponsored by: Smule, Inc.
Modified:
head/usr.sbin/bsdconfig/share/dialog.subr
Modified: head/usr
Author: takawata
Date: Fri Oct 26 00:05:46 2018
New Revision: 339754
URL: https://svnweb.freebsd.org/changeset/base/339754
Log:
Distinguish _CID match and _HID match and make lower priority probe
when _CID match.
Reviewed by: jhb, imp
Differential Revision:https://reviews.freebsd.org/D1
Author: dteske
Date: Fri Oct 26 00:08:27 2018
New Revision: 339755
URL: https://svnweb.freebsd.org/changeset/base/339755
Log:
Fix dialog autosizing in bsdinstall hostname
Sponsored by: Smule, Inc.
Modified:
head/usr.sbin/bsdinstall/scripts/hostname
Modified: head/usr.sbin/bsdinstall/scr
Author: dteske
Date: Fri Oct 26 01:06:03 2018
New Revision: 339756
URL: https://svnweb.freebsd.org/changeset/base/339756
Log:
Add improved error checking to bsdinstall hostname
Sponsored by: Smule, Inc.
Modified:
head/usr.sbin/bsdinstall/scripts/hostname
Modified: head/usr.sbin/bsdinsta
Author: emaste
Date: Fri Oct 26 01:13:20 2018
New Revision: 339757
URL: https://svnweb.freebsd.org/changeset/base/339757
Log:
Update elftoolchain bootstrapping test after r339083
Sponsored by: The FreeBSD Foundation
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
=
Author: dteske
Date: Fri Oct 26 01:47:52 2018
New Revision: 339758
URL: https://svnweb.freebsd.org/changeset/base/339758
Log:
Sort i18n strings in bsdinstall hostname
Sponsored by: Smule, Inc.
Modified:
head/usr.sbin/bsdinstall/scripts/hostname
Modified: head/usr.sbin/bsdinstall/scripts
Author: dteske
Date: Fri Oct 26 01:57:32 2018
New Revision: 339759
URL: https://svnweb.freebsd.org/changeset/base/339759
Log:
Whitespace alignment in bsdinstall hostname
Aligning line-continuation characters to prevent mistakes.
This is also the prevalent style replication throughout.
Author: dteske
Date: Fri Oct 26 02:08:44 2018
New Revision: 339760
URL: https://svnweb.freebsd.org/changeset/base/339760
Log:
Fix dialog autosizing in bsdinstall auto error messages
Sponsored by: Smule, Inc.
Modified:
head/usr.sbin/bsdinstall/scripts/auto
Modified: head/usr.sbin/bsdinst
On Thu, Oct 25, 2018 at 12:40 PM Andrew Turner wrote:
>
> Author: andrew
> Date: Thu Oct 25 17:39:41 2018
> New Revision: 339738
> URL: https://svnweb.freebsd.org/changeset/base/339738
>
> Log:
> Implement a BSD licensed crtbegin/crtend
>
> These are needed for .ctors/.dtors and .jcr handling.
Warner Losh writes:
> On Wed, Oct 24, 2018 at 9:42 AM Jan Beich wrote:
>
>> Warner Losh writes:
>>
>> > Author: imp
>> > Date: Mon Oct 22 02:34:00 2018
>> > New Revision: 339563
>> > URL: https://svnweb.freebsd.org/changeset/base/339563
>> >
>> > Log:
>> > Remove joy(4) driver.
>> >
>> > Th
On Thu, Oct 25, 2018 at 9:30 PM Jan Beich wrote:
> Warner Losh writes:
>
> > On Wed, Oct 24, 2018 at 9:42 AM Jan Beich wrote:
> >
> >> Warner Losh writes:
> >>
> >> > Author: imp
> >> > Date: Mon Oct 22 02:34:00 2018
> >> > New Revision: 339563
> >> > URL: https://svnweb.freebsd.org/changeset/
Author: imp
Date: Fri Oct 26 03:59:35 2018
New Revision: 339761
URL: https://svnweb.freebsd.org/changeset/base/339761
Log:
Put sys/dev/joy back for the moment
Added:
head/sys/dev/joy/
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.o
Author: imp
Date: Fri Oct 26 04:05:48 2018
New Revision: 339762
URL: https://svnweb.freebsd.org/changeset/base/339762
Log:
add modules/joy before revert of r339563
Added:
head/sys/modules/joy/
___
svn-src-head@freebsd.org mailing list
https://lists.
Author: imp
Date: Fri Oct 26 04:10:32 2018
New Revision: 339763
URL: https://svnweb.freebsd.org/changeset/base/339763
Log:
Revert r339563.
I held the mistaken belief this was completely unused. While the
driver is unused and likely not relevant for a long time,
sys/joystick.h lives on i
Author: imp
Date: Fri Oct 26 04:11:58 2018
New Revision: 339764
URL: https://svnweb.freebsd.org/changeset/base/339764
Log:
Add warning to sys/joystick.h announcing its planned demise.
Modified:
head/sys/sys/joystick.h
Modified: head/sys/sys/joystick.h
Author: imp
Date: Fri Oct 26 04:13:56 2018
New Revision: 339765
URL: https://svnweb.freebsd.org/changeset/base/339765
Log:
Bump to 132 for sys/joystick.h removal reversion.
Modified:
head/sys/modules/Makefile
head/sys/sys/param.h
Modified: head/sys/modules/Makefile
Author: imp
Date: Fri Oct 26 04:53:29 2018
New Revision: 339766
URL: https://svnweb.freebsd.org/changeset/base/339766
Log:
Remove #warning since it breaks libsysdecode
Modified:
head/sys/sys/joystick.h
Modified: head/sys/sys/joystick.h
Author: dteske
Date: Fri Oct 26 05:25:22 2018
New Revision: 339768
URL: https://svnweb.freebsd.org/changeset/base/339768
Log:
Adjust bsdinstall zfsboot code to 80-columns and whitespace fixes
No functional changes.
Sponsored by: Smule, Inc.
Modified:
head/usr.sbin/bsdinstall/scripts
42 matches
Mail list logo