Author: bapt
Date: Sun Nov 4 10:14:08 2018
New Revision: 340114
URL: https://svnweb.freebsd.org/changeset/base/340114
Log:
Simplify NLS alias handling by using native make(1) multi variable for loops
Deleted:
head/etc/nls.alias
Modified:
head/etc/Makefile
Modified: head/etc/Makefile
=
Author: 0mp (ports committer)
Date: Sun Nov 4 14:11:38 2018
New Revision: 340115
URL: https://svnweb.freebsd.org/changeset/base/340115
Log:
csqrt(3): Fix some typos in the manual page
Submitted by: Steve Kargl
Reviewed by: eadler
Approved by:krion (mentor, implicit), mat (mentor,
Author: dim
Date: Sun Nov 4 14:41:47 2018
New Revision: 340116
URL: https://svnweb.freebsd.org/changeset/base/340116
Log:
Vendor import of llvm release_70 branch r346007:
https://llvm.org/svn/llvm-project/llvm/branches/release_70@346007
Added:
vendor/llvm/dist-release_70/test/CodeGen/X86/p
Author: dim
Date: Sun Nov 4 14:41:54 2018
New Revision: 340117
URL: https://svnweb.freebsd.org/changeset/base/340117
Log:
Tag llvm release_70 branch r346007.
Added:
vendor/llvm/llvm-release_70-r346007/
- copied from r340116, vendor/llvm/dist-release_70/
_
Author: dim
Date: Sun Nov 4 14:42:02 2018
New Revision: 340118
URL: https://svnweb.freebsd.org/changeset/base/340118
Log:
Vendor import of clang release_70 branch r346007:
https://llvm.org/svn/llvm-project/cfe/branches/release_70@346007
Added:
vendor/clang/dist-release_70/test/PCH/Inputs/p
Author: dim
Date: Sun Nov 4 14:42:09 2018
New Revision: 340119
URL: https://svnweb.freebsd.org/changeset/base/340119
Log:
Tag clang release_70 branch r346007.
Added:
vendor/clang/clang-release_70-r346007/
- copied from r340118, vendor/clang/dist-release_70/
_
Author: dim
Date: Sun Nov 4 14:42:13 2018
New Revision: 340120
URL: https://svnweb.freebsd.org/changeset/base/340120
Log:
Tag compiler-rt release_70 branch r346007.
Added:
vendor/compiler-rt/compiler-rt-release_70-r346007/
- copied from r340119, vendor/compiler-rt/dist-release_70/
_
Author: dim
Date: Sun Nov 4 14:42:30 2018
New Revision: 340124
URL: https://svnweb.freebsd.org/changeset/base/340124
Log:
Tag lldb release_70 branch r346007.
Added:
vendor/lldb/lldb-release_70-r346007/
- copied from r340123, vendor/lldb/dist-release_70/
_
Author: dim
Date: Sun Nov 4 14:42:25 2018
New Revision: 340123
URL: https://svnweb.freebsd.org/changeset/base/340123
Log:
Tag lld release_70 branch r346007.
Added:
vendor/lld/lld-release_70-r346007/
- copied from r340122, vendor/lld/dist-release_70/
_
Author: dim
Date: Sun Nov 4 14:42:17 2018
New Revision: 340121
URL: https://svnweb.freebsd.org/changeset/base/340121
Log:
Tag libc++ release_70 branch r346007.
Added:
vendor/libc++/libc++-release_70-r346007/
- copied from r340120, vendor/libc++/dist-release_70/
_
Author: dim
Date: Sun Nov 4 14:42:21 2018
New Revision: 340122
URL: https://svnweb.freebsd.org/changeset/base/340122
Log:
Vendor import of lld release_70 branch r346007:
https://llvm.org/svn/llvm-project/lld/branches/release_70@346007
Added:
vendor/lld/dist-release_70/test/COFF/arm64-local
Author: vangyzen
Date: Sun Nov 4 16:08:59 2018
New Revision: 340127
URL: https://svnweb.freebsd.org/changeset/base/340127
Log:
Update expat to 2.2.6
Update contrib/expat by merging from the vendor branch.
Update expat_config.h manually, using
make -C /usr/ports/textproc/expat2 c
Author: yuripv
Date: Sun Nov 4 16:58:55 2018
New Revision: 340128
URL: https://svnweb.freebsd.org/changeset/base/340128
Log:
Teach man(1) about C.UTF-8.
While here, use LANG as the proper source to select man pages
language/encoding,
falling back to LC_CTYPE.
Reviewed by: bapt
A
Author: oshogbo
Date: Sun Nov 4 17:12:53 2018
New Revision: 340129
URL: https://svnweb.freebsd.org/changeset/base/340129
Log:
capsicum: allow ppoll(2) in capability mode
We already allow to use poll(2). There is no reason to disallow ppoll(2).
PR: 232495
Submitted by: Stef
Author: oshogbo
Date: Sun Nov 4 17:22:58 2018
New Revision: 340130
URL: https://svnweb.freebsd.org/changeset/base/340130
Log:
libcapsicum: Introduce caph_{rights,ioctls,fcntls}_limit
The idea behind those functions is not to force consumers to remember that
there
is a need to check errn
Author: cem
Date: Sun Nov 4 17:56:16 2018
New Revision: 340132
URL: https://svnweb.freebsd.org/changeset/base/340132
Log:
Drop ed(1) "crypto"
You should not be using DES. You should not have been using DES for the
past 30 years.
The ed DES-CBC scheme lacked several desirable proper
Author: oshogbo
Date: Sun Nov 4 18:24:11 2018
New Revision: 340133
URL: https://svnweb.freebsd.org/changeset/base/340133
Log:
Un-break build libexpact.
The writeRandomBytes_arc4random is not used if the arc4random_buf
is available. This caused compiler to throw warnings which are treated
On Sun, Nov 04, 2018 at 06:24:11PM +, Mariusz Zaborski wrote:
> Author: oshogbo
> Date: Sun Nov 4 18:24:11 2018
> New Revision: 340133
> URL: https://svnweb.freebsd.org/changeset/base/340133
>
> Log:
> Un-break build libexpact.
>
> The writeRandomBytes_arc4random is not used if the arc
Author: oshogbo
Date: Sun Nov 4 18:52:59 2018
New Revision: 340134
URL: https://svnweb.freebsd.org/changeset/base/340134
Log:
Fix a recusive call introduce in the r340130.
Modified:
head/lib/libcapsicum/capsicum_helpers.h
Modified: head/lib/libcapsicum/capsicum_helpers.h
===
Author: eugen
Date: Sun Nov 4 19:10:44 2018
New Revision: 340135
URL: https://svnweb.freebsd.org/changeset/base/340135
Log:
Make ng_pptpgre(8) netgraph node be able to restore order for packets
reordered in transit instead of dropping them altogether.
It uses sequence numbers of PPtPGRE pac
Author: kib
Date: Sun Nov 4 19:11:32 2018
New Revision: 340136
URL: https://svnweb.freebsd.org/changeset/base/340136
Log:
Move the fixed base for PIE loading on arm.
Existing base causes conflicts for direct execution of ld-elf.so.1
because default linking base for non-PIE binaries is 0x
Author: emaste
Date: Sun Nov 4 19:21:12 2018
New Revision: 340137
URL: https://svnweb.freebsd.org/changeset/base/340137
Log:
rtld: move relro enforcement after ifunc processing
Previously the combination of relro (implicit), -z now and ifunc use
resulted in a segfault when applying ifunc
Author: oshogbo
Date: Sun Nov 4 19:24:49 2018
New Revision: 340138
URL: https://svnweb.freebsd.org/changeset/base/340138
Log:
capsicum: use a new capsicum helpers in tools
Use caph_{rights,ioctls,fcntls}_limit to simplify the code.
Modified:
head/bin/dd/dd.c
head/sbin/dhclient/bpf.c
Author: oshogbo
Date: Sun Nov 4 19:29:19 2018
New Revision: 340139
URL: https://svnweb.freebsd.org/changeset/base/340139
Log:
libcasper: Document the cap_getaddrinfo and cap_getnameinfo functions
Reviewed by: hrs
Differential Revision:https://reviews.freebsd.org/D16929
Modified
Author: oshogbo
Date: Sun Nov 4 19:31:44 2018
New Revision: 340140
URL: https://svnweb.freebsd.org/changeset/base/340140
Log:
libcasper: Update example in man page to use cap_getnameinfo function.
Reviewed by: hrs
Differential Revision:https://reviews.freebsd.org/D16931
Modifie
Author: oshogbo
Date: Sun Nov 4 19:38:54 2018
New Revision: 340141
URL: https://svnweb.freebsd.org/changeset/base/340141
Log:
libcasper: fix limitations in dns service
The getaddrinfo(3) and gethostbyname(3) are used to return the address for a
given hostname. The getnameinfo(3) and geth
Author: oshogbo
Date: Sun Nov 4 19:43:59 2018
New Revision: 340142
URL: https://svnweb.freebsd.org/changeset/base/340142
Log:
libcasper: using explicit_bzero in cap_grp service
Please notice that we still don't clean information in nvlist structures.
Submitted by: David CARLIER
Dif
Author: oshogbo
Date: Sun Nov 4 20:26:29 2018
New Revision: 340143
URL: https://svnweb.freebsd.org/changeset/base/340143
Log:
ping: simplify use of Casper
There is no need to check if capdns is NULL.
If we will build the system without casper all cap_gethostaddr will be
replaced by the
On 10/22/18, Ed Maste wrote:
> Author: emaste
> Date: Mon Oct 22 19:39:20 2018
> New Revision: 339609
> URL: https://svnweb.freebsd.org/changeset/base/339609
>
> Log:
> release: set -e to exit on error in iso image scripts
>
> Reviewed by:gjb
> Differential Revision: https://rev
Author: yuripv
Date: Sun Nov 4 22:13:22 2018
New Revision: 340144
URL: https://svnweb.freebsd.org/changeset/base/340144
Log:
Add hybrid C.UTF-8 locale being identical to default C locale except
that it uses the same ctype maps and functions as other UTF-8 locales.
Reviewed by: bapt, cem
Author: mmacy
Date: Sun Nov 4 23:28:56 2018
New Revision: 340145
URL: https://svnweb.freebsd.org/changeset/base/340145
Log:
Backport of r338074 - generalize uart_bus_probe and add SNPS support to x86
Submitted by: Rajesh Kumar
Differential Revision:https://reviews.freebsd.org/D17
Author: kevans
Date: Mon Nov 5 00:20:58 2018
New Revision: 340146
URL: https://svnweb.freebsd.org/changeset/base/340146
Log:
Move pmc* bits behind MK_PMC to fix WITHOUT_PMC build
No objection from:mmacy
MFC after:3 days
Modified:
head/lib/Makefile
head/usr.sbin/Makefile
Mod
Author: jhibbits
Date: Mon Nov 5 01:53:20 2018
New Revision: 340147
URL: https://svnweb.freebsd.org/changeset/base/340147
Log:
powerpc/SMP: Don't spam the console with AP bringup messages
Especially on new POWER9 systems, the console can be filled with
SMP: AP CPU #XX launched
Author: mmacy
Date: Mon Nov 5 06:59:41 2018
New Revision: 340148
URL: https://svnweb.freebsd.org/changeset/base/340148
Log:
e1000: Don't use 9k jumbo clusters
Backported to 11-STABLE from 12-CURRENT.
Avoids the issue with 9k jumbo cluster fragmentation
by maxing out at page size jumbo
34 matches
Mail list logo