Author: eadler
Date: Sun Aug 19 07:05:33 2018
New Revision: 338041
URL: https://svnweb.freebsd.org/changeset/base/338041
Log:
build: remove reference to some dead utilities
Modified:
head/targets/pseudo/userland/Makefile.depend
Modified: head/targets/pseudo/userland/Makefile.depend
=
+# 20180819: send-pr(1) placeholder removal
+OLD_FILES+=usr/bin/send-pr
# 20180725: Cleanup old libcasper.so.0
OLD_LIBS+=lib/libcasper.so.0
# 20180722: indent(1) option renamed, test files follow
Modified: head/targets/pseudo/userland/Makefile.depend
Author: imp
Date: Sun Aug 19 10:15:28 2018
New Revision: 338043
URL: https://svnweb.freebsd.org/changeset/base/338043
Log:
Document LOADER_DEFAULT_INTERP.
This controls what interpreter the default boot loader in
/boot/loader{,.efi} is, and which one we compile into userboot by
default.
Author: kib
Date: Sun Aug 19 13:23:46 2018
New Revision: 338044
URL: https://svnweb.freebsd.org/changeset/base/338044
Log:
Fix typo.
Noted by: Yuri Pankov
MFC after:12 days
Modified:
head/share/man/man3/pthread_set_name_np.3
Modified: head/share/man/man3/pthread_set_name_np.3
Author: cy
Date: Sun Aug 19 13:44:56 2018
New Revision: 338045
URL: https://svnweb.freebsd.org/changeset/base/338045
Log:
Expose np (nat_t - an entry in the nat table structure) in the DTrace
probe when nat fails (label badnat). This is useful in diagnosing
failed NAT issues and was used in
Author: cy
Date: Sun Aug 19 13:44:59 2018
New Revision: 338046
URL: https://svnweb.freebsd.org/changeset/base/338046
Log:
Add handy DTrace probes useful in diagnosing NAT issues. DTrace probes
are situated next to error counters and/or in one instance prior to the
-1 return from various func
Author: cy
Date: Sun Aug 19 13:45:03 2018
New Revision: 338047
URL: https://svnweb.freebsd.org/changeset/base/338047
Log:
The bucket index is subtracted by one at lines 2304 and 2314. When 0 it
becomes -1, except these are unsigned integers, so they become very large
numbers. Thus are alway
Author: kib
Date: Sun Aug 19 14:22:45 2018
New Revision: 338048
URL: https://svnweb.freebsd.org/changeset/base/338048
Log:
Use tab for indent.
Submitted by: Yuri Pankov
MFC after:3 days
Modified:
head/lib/libc/stdlib/Makefile.inc
Modified: head/lib/libc/stdlib/Makefile.inc
==
Author: kib
Date: Sun Aug 19 14:25:28 2018
New Revision: 338049
URL: https://svnweb.freebsd.org/changeset/base/338049
Log:
Clarify that memset_s(3) requires __STDC_WANT_LIB_EXT1__ for visibility.
Fix typos and other nits.
Submitted by: Yuri Pankov
MFC after:3 days
Differential re
Author: kevans
Date: Sun Aug 19 14:26:33 2018
New Revision: 338050
URL: https://svnweb.freebsd.org/changeset/base/338050
Log:
stand: Flip the default interpreter to Lua
After years in the making, lualoader is ready to make its debut. Both
flavors of loader are still built by default, and
Author: kib
Date: Sun Aug 19 14:39:57 2018
New Revision: 338051
URL: https://svnweb.freebsd.org/changeset/base/338051
Log:
Provide set_constraint_handler_s(3) man page.
Mention abort_handler_s(3) and ignore_handler_s(3), provide
cross-reference from memset(3).
Submitted by: Yuri Pank
Author: kevans
Date: Sun Aug 19 14:48:32 2018
New Revision: 338052
URL: https://svnweb.freebsd.org/changeset/base/338052
Log:
libsa: Add lshrdi3.c for powerpc* and mips
Modified:
head/stand/libsa/Makefile
Modified: head/stand/libsa/Makefile
===
Author: tuexen
Date: Sun Aug 19 14:56:10 2018
New Revision: 338053
URL: https://svnweb.freebsd.org/changeset/base/338053
Log:
Don't expose the uptime via the TCP timestamps.
The TCP client side or the TCP server side when not using SYN-cookies
used the uptime as the TCP timestamp value. T
Author: kevans
Date: Sun Aug 19 15:07:39 2018
New Revision: 338054
URL: https://svnweb.freebsd.org/changeset/base/338054
Log:
Add config.lua(8) to the tree
Reviewed by: 0mp, rpokala (earlier version)
Differential Revision:https://reviews.freebsd.org/D14819
Added:
head/stand/lu
> Author: kevans
> Date: Sun Aug 19 14:26:33 2018
> New Revision: 338050
> URL: https://svnweb.freebsd.org/changeset/base/338050
>
> Log:
> stand: Flip the default interpreter to Lua
>
> After years in the making, lualoader is ready to make its debut. Both
> flavors of loader are still bu
[ Charset UTF-8 unsupported, converting... ]
> Author: kevans
> Date: Sun Aug 19 15:07:39 2018
> New Revision: 338054
> URL: https://svnweb.freebsd.org/changeset/base/338054
>
> Log:
> Add config.lua(8) to the tree
>
> Reviewed by:0mp, rpokala (earlier version)
> Differential Revi
On Sun, Aug 19, 2018 at 10:33 AM, Rodney W. Grimes
wrote:
> [ Charset UTF-8 unsupported, converting... ]
>> Author: kevans
>> Date: Sun Aug 19 15:07:39 2018
>> New Revision: 338054
>> URL: https://svnweb.freebsd.org/changeset/base/338054
>>
>> Log:
>> Add config.lua(8) to the tree
>>
>> Review
On Sun, Aug 19, 2018 at 10:31 AM, Rodney W. Grimes
wrote:
>> Author: kevans
>> Date: Sun Aug 19 14:26:33 2018
>> New Revision: 338050
>> URL: https://svnweb.freebsd.org/changeset/base/338050
>>
>> Log:
>> stand: Flip the default interpreter to Lua
>>
>> After years in the making, lualoader is
Author: jhb
Date: Sun Aug 19 16:14:59 2018
New Revision: 338055
URL: https://svnweb.freebsd.org/changeset/base/338055
Log:
Remove some vestiges of IPI_LAZYPMAP on i386.
The support for lazy pmap invalidations on i386 was removed in r281707.
This removes the constant for the IPI and stops
On Sun, Aug 19, 2018 at 7:56 AM, Michael Tuexen wrote:
> Author: tuexen
> Date: Sun Aug 19 14:56:10 2018
> New Revision: 338053
> URL: https://svnweb.freebsd.org/changeset/base/338053
>
> Log:
> … a keyed hash function taking
> the source and destination addresses and port numbers into account
Author: mckusick
Date: Sun Aug 19 16:56:42 2018
New Revision: 338056
URL: https://svnweb.freebsd.org/changeset/base/338056
Log:
Add consolodation of TRIM / BIO_DELETE commands to the UFS/FFS filesystem.
When deleting files on filesystems that are stored on flash-memory
(solid-state) disk
> On 19. Aug 2018, at 18:35, Conrad Meyer wrote:
>
> On Sun, Aug 19, 2018 at 7:56 AM, Michael Tuexen wrote:
>> Author: tuexen
>> Date: Sun Aug 19 14:56:10 2018
>> New Revision: 338053
>> URL: https://svnweb.freebsd.org/changeset/base/338053
>>
>> Log:
>> … a keyed hash function taking
>> the
Author: mckusick
Date: Sun Aug 19 17:19:20 2018
New Revision: 338057
URL: https://svnweb.freebsd.org/changeset/base/338057
Log:
For traditional disks, the filesystem attempts to allocate the
blocks of a file as contiguously as possible. Since the filesystem
does not know how large a file wil
Author: jhb
Date: Sun Aug 19 17:36:50 2018
New Revision: 338058
URL: https://svnweb.freebsd.org/changeset/base/338058
Log:
Fix the MPTable probe code after the 4:4 changes on i386.
The MPTable probe code was using PMAP_MAP_LOW as the PA -> VA offset
when searching for the table signature
s.inc Sun Aug 19 17:40:50 2018(r338059)
@@ -38,6 +38,9 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20180819: Remove deprecated arc4random(3) stir/addrandom interfaces
+OLD_FILES+=usr/share/man/man3/arc4random_addrandom.3.gz
+OLD_FILES+=usr/share/man/man3/arc4random_stir.3.gz
# 201
Author: 0mp (ports committer)
Date: Sun Aug 19 17:42:49 2018
New Revision: 338060
URL: https://svnweb.freebsd.org/changeset/base/338060
Log:
Document socket control message routines for ancillary data access
(CMSG_DATA).
PR: 22
Reviewed by: bcr, eadler
Approved by: mat
Author: delphij
Date: Sun Aug 19 17:47:30 2018
New Revision: 338061
URL: https://svnweb.freebsd.org/changeset/base/338061
Log:
Bump __FreeBSD_version after r338059 (Chacha20 based arc4random(3)
and deprecation of arc4random_stir and arc4random_addrandom).
Modified:
head/sys/sys/param.h
Mod
Author: jhb
Date: Sun Aug 19 17:57:51 2018
New Revision: 338062
URL: https://svnweb.freebsd.org/changeset/base/338062
Log:
Fix a couple of comment nits.
Modified:
head/sys/x86/x86/local_apic.c
Modified: head/sys/x86/x86/local_apic.c
===
Author: kevans
Date: Sun Aug 19 18:12:11 2018
New Revision: 338063
URL: https://svnweb.freebsd.org/changeset/base/338063
Log:
lualoader: Stop exporting drawer.draw
drawer.draw is the back-end for drawlogo and drawbrand and should not be
used directly.
Modified:
head/stand/lua/drawer.lu
Author: imp
Date: Sun Aug 19 18:18:19 2018
New Revision: 338064
URL: https://svnweb.freebsd.org/changeset/base/338064
Log:
Turn back the clock just a little: make userboot.so always be 4th
Turns out there was a hidden dependency we hasn't counted upon. The
host load /boot/userboot.so to
Author: kevans
Date: Sun Aug 19 18:22:01 2018
New Revision: 338065
URL: https://svnweb.freebsd.org/changeset/base/338065
Log:
lualoader: Hide most of the internal drawing functions
Ideally, all of the functionality to revamp the loader screen has associated
APIs that are flexible enough t
On Sun, 2018-08-19 at 17:40 +, Xin LI wrote:
> Author: delphij
> Date: Sun Aug 19 17:40:50 2018
> New Revision: 338059
> URL: https://svnweb.freebsd.org/changeset/base/338059
>
> Log:
> Update userland arc4random() with OpenBSD's Chacha20 based
> arc4random().
>
> ObsoleteFiles.inc:
>
/gen/arc4random.3
> head/lib/libc/gen/arc4random.c (contents, props changed)
> head/lib/libc/gen/getentropy.c
> head/lib/libc/include/libc_private.h
> head/sys/crypto/chacha20/chacha.c
> head/sys/crypto/chacha20/chacha.h
>
> Modified: head/ObsoleteFiles.inc
> ==
Author: kevans
Date: Sun Aug 19 18:37:33 2018
New Revision: 338066
URL: https://svnweb.freebsd.org/changeset/base/338066
Log:
lualoader: Hide the rest of the private interfaces
These are less controversial than the others, thus done in a separate
commit. These are all used internally and
On 19 Aug 2018, at 17:08, Michael Tuexen wrote:
On 19. Aug 2018, at 18:35, Conrad Meyer wrote:
On Sun, Aug 19, 2018 at 7:56 AM, Michael Tuexen
wrote:
Author: tuexen
Date: Sun Aug 19 14:56:10 2018
New Revision: 338053
URL: https://svnweb.freebsd.org/changeset/base/338053
How was this parti
Author: kevans
Date: Sun Aug 19 18:43:10 2018
New Revision: 338067
URL: https://svnweb.freebsd.org/changeset/base/338067
Log:
lualoader: Add drawer-exported variables for default logodefs
Uncovered while writing the documentation from this, we previously
explicitly fell back to orb or orb
Author: kib
Date: Sun Aug 19 18:47:16 2018
New Revision: 338068
URL: https://svnweb.freebsd.org/changeset/base/338068
Log:
Update L1TF workaround to sustain L1D pollution from NMI.
Current mitigation for L1TF in bhyve flushes L1D either by an explicit
WRMSR command, or by software reading
Author: jhibbits
Date: Sun Aug 19 18:54:43 2018
New Revision: 338069
URL: https://svnweb.freebsd.org/changeset/base/338069
Log:
booke pmap: hide debug-ish printf behind bootverbose
It's not necessary during normal operation to know the mapped region size
and wasted space.
Modified:
hea
Author: manu
Date: Sun Aug 19 18:55:33 2018
New Revision: 338070
URL: https://svnweb.freebsd.org/changeset/base/338070
Log:
arm64: allwinner: Add aw_syscon driver to GENERIC
Recent DTS use the syscon for the emac controller.
We support this but since U-Boot is still using old DTS it was n
Author: jhibbits
Date: Sun Aug 19 19:00:44 2018
New Revision: 338071
URL: https://svnweb.freebsd.org/changeset/base/338071
Log:
powerpc64: Align frequently used/exclusive data on cacheline boundaries
This is effectively a merge from amd64 of r312888, r323235, and r333486.
I've been run
Author: jhibbits
Date: Sun Aug 19 19:03:43 2018
New Revision: 338072
URL: https://svnweb.freebsd.org/changeset/base/338072
Log:
Sort SPR_SPEFSCR in the SPR list
Also remove duplicate definition of SPR_IBAT0U.
Modified:
head/sys/powerpc/include/spr.h
Modified: head/sys/powerpc/include/sp
On 8/19/18 11:27, Oliver Pinter wrote:
>> Modified: head/crypto/heimdal/lib/roken/rand.c
>> ==
>> --- head/crypto/heimdal/lib/roken/rand.c Sun Aug 19 17:36:50 2018
>> (r338058)
>> +++ head/crypto/heimdal/lib/rok
Author: jhibbits
Date: Sun Aug 19 19:07:59 2018
New Revision: 338073
URL: https://svnweb.freebsd.org/changeset/base/338073
Log:
powerpc conf: Add PRINTF_BUFR_SIZE option to Book-E configs
Without this, printf is very hard to follow at times on multicore systems.
Modified:
head/sys/powerp
On 8/19/18 11:27, Ian Lepore wrote:
> On Sun, 2018-08-19 at 17:40 +, Xin LI wrote:
>> Author: delphij
>> Date: Sun Aug 19 17:40:50 2018
>> New Revision: 338059
>> URL: https://svnweb.freebsd.org/changeset/base/338059
>>
>> Log:
>> Update userland arc4random() with OpenBSD's Chacha20 based
>>
Author: mmacy
Date: Sun Aug 19 21:10:21 2018
New Revision: 338074
URL: https://svnweb.freebsd.org/changeset/base/338074
Log:
add snps IP uart support / genaralize UART
This is an amalgam of a patch by Doug Ambrisko to
generalize uart_acpi_find_device, imp moving the
ACPI table to uart_d
Author: jmg
Date: Sun Aug 19 21:37:51 2018
New Revision: 338075
URL: https://svnweb.freebsd.org/changeset/base/338075
Log:
use sbuf so that lines are printed together... As aarch64 often
has SMP enabled, lines can get intermixed with other console output
making these lines hard to read...
Author: kevans
Date: Mon Aug 20 00:47:51 2018
New Revision: 338076
URL: https://svnweb.freebsd.org/changeset/base/338076
Log:
MFC r337665: krb5-config build: Remove gratuitous escaping
Modified:
stable/11/kerberos5/usr.bin/krb5-config/Makefile
Directory Properties:
stable/11/ (props chang
Author: kevans
Date: Mon Aug 20 00:49:06 2018
New Revision: 338077
URL: https://svnweb.freebsd.org/changeset/base/338077
Log:
MFC r337523: libsa: exit on EOF in ngets
It was possible in some rare circumstances for ngets to behave terribly with
bhyveload and some form of redirecting user i
Author: kevans
Date: Mon Aug 20 00:50:11 2018
New Revision: 338078
URL: https://svnweb.freebsd.org/changeset/base/338078
Log:
MFC r337524: libi386: Fix typo in pxe.h
PR: 207337
Modified:
stable/11/stand/i386/libi386/pxe.h
Directory Properties:
stable/11/ (props changed)
Mo
Author: kevans
Date: Mon Aug 20 00:51:19 2018
New Revision: 338079
URL: https://svnweb.freebsd.org/changeset/base/338079
Log:
MFC r337666: getopt_long(3): Document behavior, optstring leading characters
Leading '+', '-', and ':' in optstring have special meaning. We briefly
mention that t
Author: kevans
Date: Mon Aug 20 00:53:38 2018
New Revision: 338080
URL: https://svnweb.freebsd.org/changeset/base/338080
Log:
MFC r337696: Use INCS for non-sys/ libnvpair and libzfs_core includes
While nothing was wrong with libnvpair.h, libzfs_core.h was only guarded by
MK_CDDL rather th
Author: loos
Date: Mon Aug 20 01:01:33 2018
New Revision: 338081
URL: https://svnweb.freebsd.org/changeset/base/338081
Log:
MFC r312770 and r337854:
After the in_control() changes in r257692, an existing address is
(intentionally) deleted first and then completely added again (so all the
On Sun, Aug 19, 2018 at 11:40 AM, Bjoern A. Zeeb
wrote:
> I am so happy we have a version control system where you could hopefully
> find out if the original committer left a decent commit message.. takes less
> than 60 seconds ..
> https://svnweb.freebsd.org/base?view=revision&revision=82122
It
Author: loos
Date: Mon Aug 20 01:38:48 2018
New Revision: 338082
URL: https://svnweb.freebsd.org/changeset/base/338082
Log:
MFC r321316, r337860:
Fix a few typos in comments.
Modified:
stable/11/sys/netpfil/ipfw/ip_dn_io.c
stable/11/sys/netpfil/ipfw/ip_fw_table.c
Directory Properties:
On Sun, Aug 19, 2018 at 10:08 AM, Michael Tuexen wrote:
>> On 19. Aug 2018, at 18:35, Conrad Meyer wrote:
>> Hi Michael,
>>
>> How was this particular keyed hash function construction chosen?
>> (Yes, I see it is the same initial TSN, but how was that selected?)
> You mean:
>
> Why is FreeBSD usi
Author: kevans
Date: Mon Aug 20 02:08:39 2018
New Revision: 338083
URL: https://svnweb.freebsd.org/changeset/base/338083
Log:
Add drawer.lua(8)
Added:
head/stand/lua/drawer.lua.8 (contents, props changed)
Added: head/stand/lua/drawer.lua.8
==
Author: delphij
Date: Mon Aug 20 02:17:55 2018
New Revision: 338084
URL: https://svnweb.freebsd.org/changeset/base/338084
Log:
In r331279 the code used ENOSYS to check the existence of getrandom(2).
This will only work if the caller already handles SIGSYS, which is not
always the case.
Author: kevans
Date: Mon Aug 20 02:37:24 2018
New Revision: 338085
URL: https://svnweb.freebsd.org/changeset/base/338085
Log:
Add color.lua(8), password.lua(8), and screen.lua(8)
Added:
head/stand/lua/color.lua.8 (contents, props changed)
head/stand/lua/password.lua.8 (contents, props c
Author: kevans
Date: Mon Aug 20 02:40:10 2018
New Revision: 338086
URL: https://svnweb.freebsd.org/changeset/base/338086
Log:
lualoader: Install all manpages
Now that a complete set is written, save for one describing loader.lua,
install all of them. This was not previously done as they w
Author: araujo
Date: Mon Aug 20 04:44:29 2018
New Revision: 338087
URL: https://svnweb.freebsd.org/changeset/base/338087
Log:
Fix double mutex lock.
Reported by: Coverity
CID: 1394833
Discussed with: Leon Dang
Sponsored by: iXsystems Inc.
Modified:
head/usr.sbin/bhy
Author: araujo
Date: Mon Aug 20 04:50:11 2018
New Revision: 338088
URL: https://svnweb.freebsd.org/changeset/base/338088
Log:
Users must set the number of queues from 1 to maximum 16 queues.
Sponsored by: iXsystems Inc.
Modified:
head/usr.sbin/bhyve/pci_nvme.c
Modified: head/usr.sbin/bh
Author: araujo
Date: Mon Aug 20 04:56:37 2018
New Revision: 338089
URL: https://svnweb.freebsd.org/changeset/base/338089
Log:
NVMe spec version 1.3c says that "serial number" field must be 7-bit ASCII,
with unused bytes padded by space characters. Same for firmware number and
namespace numbe
Author: jamie
Date: Mon Aug 20 05:32:40 2018
New Revision: 338090
URL: https://svnweb.freebsd.org/changeset/base/338090
Log:
MFC r337867:
Don't let clobber jailparam values when checking for modification of
init-only parameters.
PR: 230487
Submitted by: Jason Mader
M
Author: jamie
Date: Mon Aug 20 05:32:42 2018
New Revision: 338091
URL: https://svnweb.freebsd.org/changeset/base/338091
Log:
MFC r337867:
Don't let clobber jailparam values when checking for modification of
init-only parameters.
PR: 230487
Submitted by: Jason Mader
M
Author: delphij
Date: Mon Aug 20 06:07:33 2018
New Revision: 338092
URL: https://svnweb.freebsd.org/changeset/base/338092
Log:
Vendor import of ntp-4.2.8p12.
Modified:
vendor/ntp/dist/ChangeLog
vendor/ntp/dist/NEWS
vendor/ntp/dist/config.h.in
vendor/ntp/dist/configure
vendor/ntp/dist/
Author: delphij
Date: Mon Aug 20 06:09:09 2018
New Revision: 338093
URL: https://svnweb.freebsd.org/changeset/base/338093
Log:
Tag ntp 4.2.8p12.
Added:
vendor/ntp/4.2.8p12/
- copied from r338092, vendor/ntp/dist/
___
svn-src-all@freebsd.org mai
66 matches
Mail list logo