Author: delphij
Date: Fri May 26 06:09:11 2017
New Revision: 318917
URL: https://svnweb.freebsd.org/changeset/base/318917
Log:
Disconnect heimdal version of qsort.c from build because we are already
using libc's version of qsort.
PR: bin/213922
MFC after:2 weeks
Differen
Author: emaste
Date: Fri May 26 03:35:59 2017
New Revision: 318916
URL: https://svnweb.freebsd.org/changeset/base/318916
Log:
bsdgrep: use safer sizeof() construct
Submitted by: Kyle Evans
Modified:
head/usr.bin/grep/regex/tre-fastmatch.c
Modified: head/usr.bin/grep/regex/tre-fastmatch
Author: araujo
Date: Fri May 26 03:27:06 2017
New Revision: 318915
URL: https://svnweb.freebsd.org/changeset/base/318915
Log:
Simplify parseval() by allocating a buffer the size of the input string,
which will always be big enough to hold the output string.
Obtained from:OpenBSD (
Author: emaste
Date: Fri May 26 02:30:26 2017
New Revision: 318914
URL: https://svnweb.freebsd.org/changeset/base/318914
Log:
bsdgrep: correct assumptions to prepare for chunking
Correct a couple of minor BSD grep assumptions that are valid for line
processing but not future chunk-based p
Author: pfg
Date: Fri May 26 01:14:58 2017
New Revision: 318913
URL: https://svnweb.freebsd.org/changeset/base/318913
Log:
fts_open: move bogus initialization further below, before it is used.
Move an unneeded initialization, introduced in r54770 to quiet down GCC,
to a place nearer to it
Author: emaste
Date: Fri May 26 00:51:05 2017
New Revision: 318912
URL: https://svnweb.freebsd.org/changeset/base/318912
Log:
libc: rm stale generated files which are no longer syscalls
This is an attempt to help -DNO_CLEAN builds after r302092 (which
removed the pipe libc syscall wrapper
Author: adrian
Date: Fri May 26 00:48:21 2017
New Revision: 318911
URL: https://svnweb.freebsd.org/changeset/base/318911
Log:
[ath] fix short-GI wireshark flag.
Yes, HAL_RX_GI means "short guard interval."
Modified:
head/sys/dev/ath/if_ath_rx.c
Modified: head/sys/dev/ath/if_ath_rx.c
===
Author: emaste
Date: Fri May 26 00:19:50 2017
New Revision: 318908
URL: https://svnweb.freebsd.org/changeset/base/318908
Log:
bsdgrep: add --mmap tests
Basic sanity tests as well as coverage for the bug fixed in r318565.
Submitted by: Kyle Evans
Reviewed by: bapt, ngie
Differenti
Author: mav
Date: Thu May 25 23:19:09 2017
New Revision: 318907
URL: https://svnweb.freebsd.org/changeset/base/318907
Log:
Remove some code, dead from the day one.
Modified:
head/sys/net/if_lagg.c
head/sys/net/if_lagg.h
Modified: head/sys/net/if_lagg.c
=
Author: dim
Date: Thu May 25 23:14:51 2017
New Revision: 318906
URL: https://svnweb.freebsd.org/changeset/base/318906
Log:
Pull in r303257 from upstream llvm trunk (by Krzysztof Parzyszek)
[PPC] Properly update register save area offsets
The variables MinGPR/MinG8R were not updated
Author: phk
Date: Thu May 25 21:59:19 2017
New Revision: 318903
URL: https://svnweb.freebsd.org/changeset/base/318903
Log:
Try to keep up with the ports system Makefiles.
Modified:
head/tools/tools/sysbuild/sysbuild.sh
Modified: head/tools/tools/sysbuild/sysbuild.sh
=
Author: emaste
Date: Thu May 25 21:41:06 2017
New Revision: 318902
URL: https://svnweb.freebsd.org/changeset/base/318902
Log:
makefs: make buf generic
it has nothing to do with ffs and will eventually be moved.
gc sectorsize.
This is a corrected version of r317744.
NetBSD versio
/ObsoleteFiles.inc Thu May 25 21:11:25 2017(r318900)
+++ head/ObsoleteFiles.inc Thu May 25 21:16:39 2017(r318901)
@@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20170525: remove misleading template
+OLD_FILES+=usr/share/misc/man.template
# 20170525: disconnect
Author: bapt
Date: Thu May 25 21:11:25 2017
New Revision: 318900
URL: https://svnweb.freebsd.org/changeset/base/318900
Log:
update to 2017.05.25
MFC after:2 days
Modified:
head/share/misc/pci_vendors
Modified: head/share/misc/pci_vendors
=
Author: jkim
Date: Thu May 25 20:52:16 2017
New Revision: 318899
URL: https://svnweb.freebsd.org/changeset/base/318899
Log:
Merge OpenSSL 1.0.2l.
Added:
head/crypto/openssl/doc/man3/
- copied from r318897, vendor-crypto/openssl/dist/doc/man3/
head/secure/lib/libssl/man/SSL_CTX_set_tlse
Author: slm
Date: Thu May 25 19:20:06 2017
New Revision: 318896
URL: https://svnweb.freebsd.org/changeset/base/318896
Log:
Fix several problems with mapping code.
Reviewed by:ken, scottl, asomers, ambrisko, mav
Approved by: ken, mav
MFC after: 1 week
Differential Revision: h
On Thu, May 25, 2017 at 07:14:44PM +, Stephen McConnell wrote:
> New Revision: 318895
> URL: https://svnweb.freebsd.org/changeset/base/318895
>
> Log:
> Fix several problems with mapping code.
>
> Reviewed by:ken, scottl, asomers, ambrisko, mav
> Approved by:ken, mav
> M
Author: slm
Date: Thu May 25 19:14:44 2017
New Revision: 318895
URL: https://svnweb.freebsd.org/changeset/base/318895
Log:
Fix several problems with mapping code.
Reviewed by:ken, scottl, asomers, ambrisko, mav
Approved by: ken, mav
MFC after: 1 week
Differential Revision: h
Author: cperciva
Date: Thu May 25 19:02:54 2017
New Revision: 318894
URL: https://svnweb.freebsd.org/changeset/base/318894
Log:
Turn on support for the Amazon "Elastic Network Adapter" in EC2 AMIs.
X-MFC-after: 318647 + fixes for some lock ordering warnings
Modified:
head/release/Makefi
Author: bapt
Date: Thu May 25 18:46:13 2017
New Revision: 318892
URL: https://svnweb.freebsd.org/changeset/base/318892
Log:
Update the diff3 manpage to reflect the fact the version in freebsd does
not use temporary files nor uses a /usr/libexec/diff3prog
Modified:
head/usr.bin/diff3/diff3.1
Author: dteske
Date: Thu May 25 18:16:17 2017
New Revision: 318891
URL: https://svnweb.freebsd.org/changeset/base/318891
Log:
Fix long standing issue in bsdconfig's keymap selection
Since the translation to vt as terminal emulator, the keymaps files
path has changed and this change does n
Author: bapt
Date: Thu May 25 17:58:01 2017
New Revision: 318890
URL: https://svnweb.freebsd.org/changeset/base/318890
Log:
For now comment tests for arguments which are not in par with GNU diff3 yet
Modified:
head/usr.bin/diff3/tests/diff3_test.sh
Modified: head/usr.bin/diff3/tests/diff3_te
Author: bapt
Date: Thu May 25 17:55:40 2017
New Revision: 318889
URL: https://svnweb.freebsd.org/changeset/base/318889
Log:
Remove the MAX_CHECK macro, it was initially used to test if a file was a
text file or not.
The check is not done by diff3 but by diff (the argument -a is directly p
Author: bapt
Date: Thu May 25 17:45:50 2017
New Revision: 31
URL: https://svnweb.freebsd.org/changeset/base/31
Log:
Import working progress BSD diff3
import bsd diff3 from OpenBSD.
Differences with OpenBSD:
- lots of warning fixed
- no shell wrapper with diff3 actually living
Author: emaste
Date: Thu May 25 16:41:07 2017
New Revision: 318884
URL: https://svnweb.freebsd.org/changeset/base/318884
Log:
lldb: map TRAP_CAP to a trace trap
In the absense of a more specific handler for TRAP_CAP (generated by
ENOTCAPABLE or ECAPMODE while in capability mode) treat it
Author: bapt
Date: Thu May 25 16:31:53 2017
New Revision: 318883
URL: https://svnweb.freebsd.org/changeset/base/318883
Log:
Now that roff documentation has been disconnected from the build, it is no
longer necessary to have groff(1) as a bootstrap tool
Modified:
head/Makefile.inc1
Modified
(r318880)
+++ head/ObsoleteFiles.inc Thu May 25 14:54:22 2017(r318881)
@@ -38,6 +38,76 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20170525: disconnect the roff docs from the build
+OLD_FILES+=usr/share/doc/papers/beyond43.ascii.gz
+OLD_FILES+=usr/share/doc/papers/bio.ascii.gz
Author: zbb
Date: Thu May 25 14:34:21 2017
New Revision: 318880
URL: https://svnweb.freebsd.org/changeset/base/318880
Log:
Unmask legacy interrupts on Marvell PCIE controller
This patch fixes a bug introduced with commit:
r294510 "Remove an extra '!' found by clang 3.8."
'!' was rem
Author: tuexen
Date: Thu May 25 14:27:54 2017
New Revision: 318879
URL: https://svnweb.freebsd.org/changeset/base/318879
Log:
Improve the decoding of the third argument of the socket() call.
Decoding of the third argument depends on the first one. For doing this,
add a corresponding funct
Author: zbb
Date: Thu May 25 14:25:05 2017
New Revision: 318878
URL: https://svnweb.freebsd.org/changeset/base/318878
Log:
Add workaround for CESA MBUS windows with 4GB DRAM
Armada 38x SoC's equipped with 4GB DRAM suffer freeze
during CESA operation, if MBUS window opened at given
DRAM
Author: zbb
Date: Thu May 25 14:23:49 2017
New Revision: 318877
URL: https://svnweb.freebsd.org/changeset/base/318877
Log:
Fix PM recognition on recent Marvell boards
PM status is only supported on Kirkwood and Disvovery.
Cleanup the code to properly report its state on
other platforms.
Author: zbb
Date: Thu May 25 14:22:00 2017
New Revision: 318876
URL: https://svnweb.freebsd.org/changeset/base/318876
Log:
Introduce separate watchdog driver for Armada to fix phony DELAY
DELAY is a problematic routine called all over the kernel.
Armada38x using CA-9 CPUs are using mpcore
Author: zbb
Date: Thu May 25 14:19:20 2017
New Revision: 318875
URL: https://svnweb.freebsd.org/changeset/base/318875
Log:
Enable SCU Speculative linefills to L2 on Armada 38x
Submitted by: Marcin Wojtas
Obtained from: Semihalf
Sponsored by: Stormshield
Differential revision: https:/
Author: zbb
Date: Thu May 25 14:16:43 2017
New Revision: 318874
URL: https://svnweb.freebsd.org/changeset/base/318874
Log:
Fix memory corruption while configuring CPU windows on Marvell SoCs
Resolving CPU windows from localbus entry caused buffer overflow
and memory corruption. Fix wrong
Author: bapt
Date: Thu May 25 12:57:15 2017
New Revision: 318873
URL: https://svnweb.freebsd.org/changeset/base/318873
Log:
Fix rendering with modern groff
Reported by: tj
Modified:
head/share/doc/papers/timecounter/timecounter.ms
Modified: head/share/doc/papers/timecounter/timecounter
Author: gjb
Date: Thu May 25 12:53:49 2017
New Revision: 318872
URL: https://svnweb.freebsd.org/changeset/base/318872
Log:
Enable DHCP and IPv6 autoconfig on non-cloud VM images.
PR: 203653
MFC after:3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/release/too
Author: avg
Date: Thu May 25 10:49:56 2017
New Revision: 318867
URL: https://svnweb.freebsd.org/changeset/base/318867
Log:
fix vmxnet3 crash when LRO is enabled
The crash can occur when all of the following conditions are true:
- a packet consists of multiple segements (requires LRO enabl
Author: jlh
Date: Thu May 25 09:21:21 2017
New Revision: 318863
URL: https://svnweb.freebsd.org/changeset/base/318863
Log:
Replace stale handbook URL with the proper on.
MFC after:0 days
Modified:
head/UPDATING
Modified: head/UPDATING
Author: trasz
Date: Thu May 25 08:34:24 2017
New Revision: 318861
URL: https://svnweb.freebsd.org/changeset/base/318861
Log:
Create /net by default, for autofs.
MFC after:2 weeks
Modified:
head/etc/mtree/BSD.root.dist
Modified: head/etc/mtree/BSD.root.dist
==
39 matches
Mail list logo