Author: ngie
Date: Sat Aug 19 01:49:09 2017
New Revision: 322691
URL: https://svnweb.freebsd.org/changeset/base/322691
Log:
MFC r321959:
Annotate tests that require root privileges appropriately
This unbreaks running the tests with unprivileged users.
Modified:
stable/11/tests/sys/k
Author: ngie
Date: Sat Aug 19 01:43:02 2017
New Revision: 322689
URL: https://svnweb.freebsd.org/changeset/base/322689
Log:
MFC r321081:
Sort the tests alphabetically before adding them to the Kyuafiles
This is being done to aid in debugging test runs, in the event the
output shifts
Author: ngie
Date: Sat Aug 19 01:45:02 2017
New Revision: 322690
URL: https://svnweb.freebsd.org/changeset/base/322690
Log:
MFC r321947:
Require strings(1) with :o_flag_preparer and :o_flag_publisher
strings(1) might not be installed on the system, e.g., if MK_TOOLCHAIN == no
Modified
Author: ngie
Date: Sat Aug 19 01:40:30 2017
New Revision: 322688
URL: https://svnweb.freebsd.org/changeset/base/322688
Log:
MFC r321954:
Delete comment above "__DEFAULT_DEPENDENT_OPTIONS" related to "meta mode
options"
src.conf(5) should document which knobs are which and the dependen
Author: ngie
Date: Sat Aug 19 01:26:26 2017
New Revision: 322687
URL: https://svnweb.freebsd.org/changeset/base/322687
Log:
MFC r321080:
Expose the ILP32/LP64 programming environments based on
__ILP32__/__LP64__ instead of by architecture.
The list was incomplete (previous commits pu
Author: ngie
Date: Sat Aug 19 01:25:07 2017
New Revision: 322686
URL: https://svnweb.freebsd.org/changeset/base/322686
Log:
MFC r322445:
Hide `sccsid` under #if 0, per example in style(9)
This fixes a -Wunused warning with gcc 6.3.0/7.0.0.
Modified:
stable/11/lib/ncurses/ncurses/ter
Author: ngie
Date: Sat Aug 19 01:21:46 2017
New Revision: 322685
URL: https://svnweb.freebsd.org/changeset/base/322685
Log:
MFC r321949,r321950,r322101:
r321949:
Add expected failures for ZFS
- :f_flag fails on ZFS because UF_IMMUTABLE isn't supported [1].
- :v_flag fails on ZFS
Author: emaste
Date: Sat Aug 19 01:12:05 2017
New Revision: 322684
URL: https://svnweb.freebsd.org/changeset/base/322684
Log:
sys/modules: don't build qlxgbe if the user objects to sourceless ucode
PR: 204749
Submitted by: Fabian Keil
Obtained from:ElectroBSD
MFC aft
> On Aug 18, 2017, at 17:32, Ed Maste wrote:
>
> Author: emaste
> Date: Sat Aug 19 00:32:26 2017
> New Revision: 322678
> URL: https://svnweb.freebsd.org/changeset/base/322678
>
> Log:
> pw useradd: Validate the user name before creating the entry
>
> Previouly it was possible to create user
Author: emaste
Date: Sat Aug 19 00:51:45 2017
New Revision: 322683
URL: https://svnweb.freebsd.org/changeset/base/322683
Log:
ena.4: fix spelling of 'occurred'
PR: 331298
Submitted by: Fabian Keil
Obtained from:ElectroBSD
MFC after:1 week
Modified:
head/share/
Author: emaste
Date: Sat Aug 19 00:45:29 2017
New Revision: 322682
URL: https://svnweb.freebsd.org/changeset/base/322682
Log:
sys/modules: don't build bxe if the user objects to sourceless ucode
PR: 204747
Submitted by: Fabian Keil
Obtained from:ElectroBSD
MFC after:
Author: emaste
Date: Sat Aug 19 00:37:33 2017
New Revision: 322680
URL: https://svnweb.freebsd.org/changeset/base/322680
Log:
sa.4: fix spelling of 'suppresses'
PR: 221302
Submitted by: Fabian Keil
Obtained from:ElectroBSD
MFC after:1 week
Modified:
head/share
Author: emaste
Date: Sat Aug 19 00:32:26 2017
New Revision: 322678
URL: https://svnweb.freebsd.org/changeset/base/322678
Log:
pw useradd: Validate the user name before creating the entry
Previouly it was possible to create users with spaces in the name with:
pw useradd -u 1234 -g 1234 -n
Author: emaste
Date: Sat Aug 19 00:19:23 2017
New Revision: 322677
URL: https://svnweb.freebsd.org/changeset/base/322677
Log:
pw usermod: Properly deal with empty secondary group lists (-G '')
"pw usermod someuser -G ''" is supposed make sure that someuser
doesn't have any secondary group
Author: emaste
Date: Fri Aug 18 21:20:38 2017
New Revision: 322675
URL: https://svnweb.freebsd.org/changeset/base/322675
Log:
gas: add parens to clarify expression and eliminate clang warning
Building mips64 w/ Clang failed with -Werror,-Wshift-negative-value
error: shifting a negative si
Author: sevan (doc committer)
Date: Fri Aug 18 20:35:35 2017
New Revision: 322674
URL: https://svnweb.freebsd.org/changeset/base/322674
Log:
Add Thunderbolt Apple interfaces to the bge(4) supported list.
Document message reported by kernel upon removal in DIAGNOSTIC section.
Document shortco
Author: markj
Date: Fri Aug 18 20:20:49 2017
New Revision: 322673
URL: https://svnweb.freebsd.org/changeset/base/322673
Log:
MFC r322391:
Micro-optimize kmem_unback().
Modified:
stable/11/sys/vm/vm_kern.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/vm/vm_ke
Author: cem
Date: Fri Aug 18 18:55:07 2017
New Revision: 322672
URL: https://svnweb.freebsd.org/changeset/base/322672
Log:
Move some other SI_SUB_INIT_IF initializations to SI_SUB_TASKQ
Drop the EARLY_AP_STARTUP gtaskqueue code, as gtaskqueues are now
initialized before APs are started.
Author: emaste
Date: Fri Aug 18 18:26:30 2017
New Revision: 322671
URL: https://svnweb.freebsd.org/changeset/base/322671
Log:
gas: fix "format string is not a string literal" errors on mips
Sponsored by: The FreeBSD Foundation
Modified:
head/contrib/binutils/gas/config/tc-mips.c
Modifie
Author: emaste
Date: Fri Aug 18 18:20:51 2017
New Revision: 322670
URL: https://svnweb.freebsd.org/changeset/base/322670
Log:
bfd: cast BFD_ALIGN to fix clang error on mips
error: implicit conversion from 'bfd_vma' (aka 'unsigned long long')
to 'int' changes value from 1844674407370955161
Author: des
Date: Fri Aug 18 18:20:36 2017
New Revision: 322669
URL: https://svnweb.freebsd.org/changeset/base/322669
Log:
In fetch_resolve(), if the port number or service name is included in
the host argument (e.g. "www.freebsd.org:443"), the service pointer,
which is supposed to point to
Author: maxim
Date: Fri Aug 18 17:32:14 2017
New Revision: 322668
URL: https://svnweb.freebsd.org/changeset/base/322668
Log:
FreeBSD 11.1 release added.
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
===
Author: kib
Date: Fri Aug 18 17:11:15 2017
New Revision: 322667
URL: https://svnweb.freebsd.org/changeset/base/322667
Log:
When checking that #UD comes from kernel mode, check that the
exception did not happen in vm86 mode. A vm86 userland process could
have a %cs that matches GSEL_KPL, whi
Author: gjb
Date: Fri Aug 18 16:43:59 2017
New Revision: 322666
URL: https://svnweb.freebsd.org/changeset/base/322666
Log:
Create hard links to the installed dtb files for the BEAGLEBONE [1]
and WANDBOARD [2] images to fix a boot issue.
This is a direct commit to stable/10, as the change
Author: sevan (doc committer)
Date: Fri Aug 18 16:42:58 2017
New Revision: 322665
URL: https://svnweb.freebsd.org/changeset/base/322665
Log:
Add caveat to kinfo_getvmmap(3) explaining high CPU utilisation.
Based on kib's reply on
https://lists.freebsd.org/pipermail/freebsd-hackers/2016-July/0
Author: emaste
Date: Fri Aug 18 16:38:33 2017
New Revision: 322664
URL: https://svnweb.freebsd.org/changeset/base/322664
Log:
cam iosched: fix typos in comments
PR: 220947
Submitted by: Fabian Keil
Obtained from:ElectroBSD
Modified:
head/sys/cam/cam_iosched.c
Modif
Author: sevan (doc committer)
Date: Fri Aug 18 16:14:41 2017
New Revision: 322663
URL: https://svnweb.freebsd.org/changeset/base/322663
Log:
Correct multicast address used in pfsync(4)
As stated in src/sys/netinet/in.h L395, address used is 224.0.0.240.
PR: 216885
Submitted by
Author: bde
Date: Fri Aug 18 15:40:40 2017
New Revision: 322662
URL: https://svnweb.freebsd.org/changeset/base/322662
Log:
Fix syscons escape sequence for setting the local cursor type. This sequence
was aliased to a vt sequence, causing and fixing various bugs.
For syscons, this restore
Author: ken
Date: Fri Aug 18 15:38:08 2017
New Revision: 322661
URL: https://svnweb.freebsd.org/changeset/base/322661
Log:
MFC r321502, r321714, r321733, r321737, r321799, r322364:
r321502 | scottl | 2017-07-25 1
Author: br
Date: Fri Aug 18 14:47:06 2017
New Revision: 322660
URL: https://svnweb.freebsd.org/changeset/base/322660
Log:
Fix module unload when SGX support is not present in CPU.
Sponsored by: DARPA, AFRL
Modified:
head/sys/amd64/sgx/sgx.c
Modified: head/sys/amd64/sgx/sgx.c
===
Author: glebius
Date: Fri Aug 18 14:30:12 2017
New Revision: 322659
URL: https://svnweb.freebsd.org/changeset/base/322659
Log:
Fix cut and paste typo that prevented T5 firmware to be compiled in.
Reviewed by: np
Modified:
head/sys/conf/files
Modified: head/sys/conf/files
==
Author: ken
Date: Fri Aug 18 14:25:07 2017
New Revision: 322658
URL: https://svnweb.freebsd.org/changeset/base/322658
Log:
MFC r321502, r321714, r321733, r321737, r321799, r322364:
r321502 | scottl | 2017-07-25 1
Author: sevan (doc committer)
Date: Fri Aug 18 14:17:12 2017
New Revision: 322657
URL: https://svnweb.freebsd.org/changeset/base/322657
Log:
typo
PR: 211160
Submitted by: Dan Robertson
Reviewed by: oshogbo
MFC after:7 days
Differential Revision:https://review
Author: bde
Date: Fri Aug 18 14:04:14 2017
New Revision: 322656
URL: https://svnweb.freebsd.org/changeset/base/322656
Log:
Improve names for cons25 sequences.
In a recent commit, I forgot to expand an X to an abbreviation of "BORDER".
Fix this and some nearby bad names.
The descripti
Author: bde
Date: Fri Aug 18 12:45:00 2017
New Revision: 322655
URL: https://svnweb.freebsd.org/changeset/base/322655
Log:
Fix vt100 escape sequence for showing and hiding the cursor in syscons.
It should toggle between 2 states, but it used a cut-down version of
support for a related 3-stat
Author: bapt
Date: Fri Aug 18 11:33:10 2017
New Revision: 322654
URL: https://svnweb.freebsd.org/changeset/base/322654
Log:
Remove example from zstd sources, their license does not allow redistribution
Reported by: joerg@NetBSD
Deleted:
head/contrib/zstd/examples/
Modified:
Directory Pr
Author: bapt
Date: Fri Aug 18 11:27:10 2017
New Revision: 322653
URL: https://svnweb.freebsd.org/changeset/base/322653
Log:
Remove example from zstandard distribution as it is not supposed to be
distributed
Deleted:
vendor/zstd/dist/examples/
___
Author: kib
Date: Fri Aug 18 11:22:49 2017
New Revision: 322652
URL: https://svnweb.freebsd.org/changeset/base/322652
Log:
MFC r322550:
Typo, the '-6' option selects inet6.
Approved by: re (delphij)
Modified:
stable/10/sbin/route/route.8
Directory Properties:
stable/10/ (props cha
Author: bde
Date: Fri Aug 18 10:38:49 2017
New Revision: 322651
URL: https://svnweb.freebsd.org/changeset/base/322651
Log:
Fix missing syscons escape sequence for setting the border color.
Modified:
head/sys/dev/syscons/scterm-teken.c
head/sys/teken/sequences
head/sys/teken/teken.h
head
Author: rlibby
Date: Fri Aug 18 08:05:33 2017
New Revision: 322650
URL: https://svnweb.freebsd.org/changeset/base/322650
Log:
safe: quiet -Wtautological-compare
Code was testing that an unsigned type was >= 0.
Reviewed by: markj
Approved by: markj (mentor)
Sponsored by: Dell EMC
Author: ngie
Date: Fri Aug 18 07:34:34 2017
New Revision: 322649
URL: https://svnweb.freebsd.org/changeset/base/322649
Log:
Clarify the fact that Andrey (ache) passed away in Moscow
Take care friend <3.
Modified:
head/usr.bin/calendar/calendars/calendar.freebsd
Modified: head/usr.bin/ca
Author: tuexen
Date: Fri Aug 18 07:27:15 2017
New Revision: 322648
URL: https://svnweb.freebsd.org/changeset/base/322648
Log:
Ensure inp_vflag is consistently set for TCP endpoints.
Make sure that the flags INP_IPV4 and INP_IPV6 are consistently set
for inpcbs used for TCP sockets, no mat
On 17/08/2017 20:07, John Baldwin wrote:
> On Thursday, August 17, 2017 10:42:51 AM Andriy Gapon wrote:
>> On 17/08/2017 02:40, John Baldwin wrote:
>>> Author: jhb
>>> Date: Wed Aug 16 23:40:32 2017
>>> New Revision: 322601
>>> URL: https://svnweb.freebsd.org/changeset/base/322601
>>>
>>> Log:
>>>
Author: kib
Date: Fri Aug 18 07:00:00 2017
New Revision: 322647
URL: https://svnweb.freebsd.org/changeset/base/322647
Log:
MFC r322550:
Typo, the '-6' option selects inet6.
Modified:
stable/11/sbin/route/route.8
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sbin/
44 matches
Mail list logo