On 23/08/2018 01:19, Conrad Meyer wrote:
> Author: cem
> Date: Wed Aug 22 22:19:42 2018
> New Revision: 338214
> URL: https://svnweb.freebsd.org/changeset/base/338214
>
> Log:
> KASSERT: Make runtime optionality optional
Thank you!
> Add an option, KASSERT_PANIC_OPTIONAL, that allows runtime
Author: araujo
Date: Thu Aug 23 07:34:51 2018
New Revision: 338242
URL: https://svnweb.freebsd.org/changeset/base/338242
Log:
Add manpage entry for the new bhyve options -s "help" and -l "help".
Reported by: 0mp
Sponsored by: iXsystems Inc.
Modified:
head/usr.sbin/bhyve/bhyve.8
Modif
On Thu, 23 Aug 2018 05:06:32 + (UTC)
Warner Losh wrote:
> Author: imp
> Date: Thu Aug 23 05:06:31 2018
> New Revision: 338239
> URL: https://svnweb.freebsd.org/changeset/base/338239
>
> Log:
> Add a special note to UPDATING for the devmatch stuff. While tested,
> there's an elevated risk
Author: garga (ports committer)
Date: Thu Aug 23 10:38:59 2018
New Revision: 338243
URL: https://svnweb.freebsd.org/changeset/base/338243
Log:
usr.sbin/ndp: Cleanup in preparation to add libxo support
* Constify rtpref_str declaration
* Remove unused h_errno declaration
* Use time_t typ
Author: manu
Date: Thu Aug 23 13:21:01 2018
New Revision: 338245
URL: https://svnweb.freebsd.org/changeset/base/338245
Log:
dts: Import DTS for arm64
- Most of the boards are using U-Boot, u-boot embed a DTB that isn't
compiled with -@ (overlay ready) so we cannot use overlays. We want
Author: manu
Date: Thu Aug 23 13:25:32 2018
New Revision: 338249
URL: https://svnweb.freebsd.org/changeset/base/338249
Log:
arm64: GENERIC: Compile allwinner dtbs
Modified:
head/sys/arm64/conf/GENERIC
Modified: head/sys/arm64/conf/GENERIC
=
Author: manu
Date: Thu Aug 23 13:23:54 2018
New Revision: 338247
URL: https://svnweb.freebsd.org/changeset/base/338247
Log:
dtb: aarch64 uses vendor subdirectories, handle that
Modified:
head/sys/conf/dtb.mk
Modified: head/sys/conf/dtb.mk
=
Author: manu
Date: Thu Aug 23 13:24:28 2018
New Revision: 338248
URL: https://svnweb.freebsd.org/changeset/base/338248
Log:
dtb: Allwinner: Add aarch64 dts files
Modified:
head/sys/modules/dtb/allwinner/Makefile
Modified: head/sys/modules/dtb/allwinner/Makefile
==
Author: manu
Date: Thu Aug 23 13:23:21 2018
New Revision: 338246
URL: https://svnweb.freebsd.org/changeset/base/338246
Log:
make_dtb: Always add root directory in the include path
Some arch like arm and arm64 share DTS files, add the root dts directory
to the include paths.
Modified:
h
Author: kevans
Date: Thu Aug 23 13:38:38 2018
New Revision: 338250
URL: https://svnweb.freebsd.org/changeset/base/338250
Log:
efiloader: Setup FDT in autoload to fix overlays clobbering kenv
manu found in the noted PR that overlays seemed to be clobbering the kenv
and killing the boot. Fu
Author: markj
Date: Thu Aug 23 14:58:19 2018
New Revision: 338251
URL: https://svnweb.freebsd.org/changeset/base/338251
Log:
Add an lld option to emit PC-relative relocations for ifunc calls.
The current kernel ifunc implementation creates a PLT entry for each
ifunc definition. ifunc cal
Author: markj
Date: Thu Aug 23 15:01:27 2018
New Revision: 338252
URL: https://svnweb.freebsd.org/changeset/base/338252
Log:
Remove a redundant #ifdef _KERNEL.
Submitted by: Sebastian Huber
MFC after:3 days
Modified:
head/sys/sys/malloc.h
Modified: head/sys/sys/malloc.h
=
> On 8/22/18 8:37 PM, Mark Millard wrote:
> > I'm just using this move as an example for some more
> > general questions.
> >
> > After this change when I look at:
> >
> > https://www.freebsd.org/cgi/man.cgi?query=devfs.conf&apropos=0&sektion=5&manpath=FreeBSD+12-current&arch=default&format=html
Author: np
Date: Thu Aug 23 16:24:27 2018
New Revision: 338254
URL: https://svnweb.freebsd.org/changeset/base/338254
Log:
cxgbe(4): Use fcmpset instead of cmpset when appropriate.
Suggested by: mjg@
MFC after:1 month
Sponsored by: Chelsio Communications
Modified:
head/sys/dev/cxg
On Thu, Aug 23, 2018, at 8:34 AM, Rodney W. Grimes wrote:
> > On 8/22/18 8:37 PM, Mark Millard wrote:
> > > I'm just using this move as an example for some more
> > > general questions.
> > >
> > > After this change when I look at:
> > >
> > > https://www.freebsd.org/cgi/man.cgi?query=devfs.conf&
Author: pkelsey
Date: Thu Aug 23 16:10:28 2018
New Revision: 338253
URL: https://svnweb.freebsd.org/changeset/base/338253
Log:
Extend tbrsize heuristic in pfctl(8) to provide a sensible value for
higher bandwidth interfaces. The new value is used above 2.5 Gbps,
which is the highest standar
Author: asomers
Date: Thu Aug 23 17:00:07 2018
New Revision: 338258
URL: https://svnweb.freebsd.org/changeset/base/338258
Log:
tftp(1): switch default transfer mode to binary
netascii is obsolete and inefficient. It isn't even supported by many
clients. Better to use binary mode by defaul
On 23 Aug 2018, at 16:54, Bjoern A. Zeeb wrote:
Author: bz
Date: Thu Aug 23 16:54:22 2018
New Revision: 338257
URL: https://svnweb.freebsd.org/changeset/base/338257
Log:
MFp4 bz_ipv6_fast:
Migrate udp6_send() v4mapped code to udp6_output() saving us a
re-lock and
further simplifying th
On Thu, Aug 23, 2018 at 1:05 PM Stefan Esser wrote:
> Am 23.08.18 um 18:10 schrieb Patrick Kelsey:
> > Author: pkelsey
> > Date: Thu Aug 23 16:10:28 2018
> > New Revision: 338253
> > URL: https://svnweb.freebsd.org/changeset/base/338253
> >
> > Log:
> > Extend tbrsize heuristic in pfctl(8) to p
Author: kevans
Date: Thu Aug 23 16:26:03 2018
New Revision: 338255
URL: https://svnweb.freebsd.org/changeset/base/338255
Log:
lualoader: Fix (add) Xen support
lualoader was not respecting the 'xen_kernel' environment variable, which
hints to the interpreter that it should load a Xen kerne
Author: bz
Date: Thu Aug 23 16:54:22 2018
New Revision: 338257
URL: https://svnweb.freebsd.org/changeset/base/338257
Log:
MFp4 bz_ipv6_fast:
Migrate udp6_send() v4mapped code to udp6_output() saving us a re-lock and
further simplifying the address-family handling code by eliminating
AF_
Author: kp
Date: Thu Aug 23 16:52:52 2018
New Revision: 338256
URL: https://svnweb.freebsd.org/changeset/base/338256
Log:
xen/netfront: Ensure curvnet is set
netfront_backend_changed() is called from the xenwatch_thread(), which means
that the curvnet is not set. We have to set it before
Am 23.08.18 um 18:10 schrieb Patrick Kelsey:
> Author: pkelsey
> Date: Thu Aug 23 16:10:28 2018
> New Revision: 338253
> URL: https://svnweb.freebsd.org/changeset/base/338253
>
> Log:
> Extend tbrsize heuristic in pfctl(8) to provide a sensible value for
> higher bandwidth interfaces. The new
Author: kevans
Date: Thu Aug 23 17:27:02 2018
New Revision: 338259
URL: https://svnweb.freebsd.org/changeset/base/338259
Log:
lualoader: Accept that people use unquoted values in loader.conf
While loader.conf(5) suggests that all values should be quoted, reality is
that this was never str
Author: marius
Date: Thu Aug 23 17:50:41 2018
New Revision: 338261
URL: https://svnweb.freebsd.org/changeset/base/338261
Log:
- According to section 2.2.5 of the SDHCI specification version 4.20,
SDHCI_TRNS_ACMD12 is to be set only for multiple-block read/write
commands without data leng
Author: kevans
Date: Thu Aug 23 18:01:34 2018
New Revision: 338262
URL: https://svnweb.freebsd.org/changeset/base/338262
Log:
stand: fdt: Drop some write-only assignments/variables and leaked bits
Generally straightforward enough; a copy of argv[1] was being made in
command_fdt_internal,
Author: kevans
Date: Thu Aug 23 18:06:31 2018
New Revision: 338263
URL: https://svnweb.freebsd.org/changeset/base/338263
Log:
Remove hyper-v leftovers when WITHOUT_HYPERV is set
hv_vss_daemon was missed.
Submitted by: Oliver Pinter
MFC after:1 week
Differential Revision:
This seems to have broken a couple of platforms (aarch64, riscv64,
sparc64, powerpc at least):
/usr/src/sbin/pfctl/pfctl_altq.c:302:32: error: overflow in expression;
result is -1794967296 with type 'int' [-Werror,-Winteger-overflow]
--- all_subdir_lib ---
--- puts.po ---
Author: marius
Date: Thu Aug 23 18:11:55 2018
New Revision: 338264
URL: https://svnweb.freebsd.org/changeset/base/338264
Log:
Remove a duplicated interface capability bit missed in r336313.
Modified:
head/sys/dev/ixl/ixl.h
Modified: head/sys/dev/ixl/ixl.h
Author: arichardson
Date: Thu Aug 23 18:19:01 2018
New Revision: 338267
URL: https://svnweb.freebsd.org/changeset/base/338267
Log:
Allow bootstrapping md5 on Linux, MacOS and FreeBSD < 12
In order to build on a Linux host we need to bootstrap md5 since the Linux
md5sum command produces ou
Author: arichardson
Date: Thu Aug 23 18:19:33 2018
New Revision: 338270
URL: https://svnweb.freebsd.org/changeset/base/338270
Log:
Don't build skein_block_asm.s if we don't have an as binary
This fixes building libmd on MacOS/Linux. The real fix is probably to
build it as a .S file with $
Author: arichardson
Date: Thu Aug 23 18:19:21 2018
New Revision: 338269
URL: https://svnweb.freebsd.org/changeset/base/338269
Log:
Only bootstrap localedef if ${MK_LOCALES} != "no"
During the build it is only used by share/ctypedef and share/colldef
which will not be built if ${MK_LOCALE}
Author: arichardson
Date: Thu Aug 23 18:18:43 2018
New Revision: 338265
URL: https://svnweb.freebsd.org/changeset/base/338265
Log:
Don't use absolute path to sed when building usr.bin/join
This is required to build sort on Linux hosts since sed is in /bin there.
Approved By: jhb (ment
Author: manu
Date: Thu Aug 23 18:46:05 2018
New Revision: 338272
URL: https://svnweb.freebsd.org/changeset/base/338272
Log:
a10_timer: Update the driver so we can use it on other SoC
a10_timer is currently use in UP allwinner SoC (A10 and A13).
Those don't have the generic arm timer.
Th
Author: manu
Date: Thu Aug 23 18:33:42 2018
New Revision: 338271
URL: https://svnweb.freebsd.org/changeset/base/338271
Log:
aw_mmc: Handle MMCBR_IVAR_RETUNE_REQ
Without this the mmc stack sometimes think that we are in in a retune
operation and some command like switch the bus width to 4
On Wed, Aug 22, 2018 at 10:08 AM Rodney W. Grimes <
free...@pdx.rh.cn85.dnsmgr.net> wrote:
> I think this deprecation is a rather serious deviation
> from the stated policy, in that 0 notification was
> made, core IMHO, has overstepped some boundaries in
> that respect. These policies are promis
Author: pkelsey
Date: Thu Aug 23 17:41:39 2018
New Revision: 338260
URL: https://svnweb.freebsd.org/changeset/base/338260
Log:
Fix warning about crossing INT32_MAX boundary in computation of constant
value.
Modified:
head/sbin/pfctl/pfctl_altq.c
Modified: head/sbin/pfctl/pfctl_altq.c
==
Fixed in r338260.
On Thu, Aug 23, 2018 at 1:30 PM Patrick Kelsey wrote:
>
>
> On Thu, Aug 23, 2018 at 1:05 PM Stefan Esser wrote:
>
>> Am 23.08.18 um 18:10 schrieb Patrick Kelsey:
>> > Author: pkelsey
>> > Date: Thu Aug 23 16:10:28 2018
>> > New Revision: 338253
>> > URL: https://svnweb.freebsd
[ Charset UTF-8 unsupported, converting... ]
> On Wed, Aug 22, 2018 at 10:08 AM Rodney W. Grimes <
> free...@pdx.rh.cn85.dnsmgr.net> wrote:
>
> > I think this deprecation is a rather serious deviation
> > from the stated policy, in that 0 notification was
> > made, core IMHO, has overstepped some
Author: arichardson
Date: Thu Aug 23 18:18:52 2018
New Revision: 338266
URL: https://svnweb.freebsd.org/changeset/base/338266
Log:
Handle -DNO_ROOT for `make compat` in include/
Otherwise this step will fail on a Linux host due to missing "wheel" group
Approved By: brooks (mentor)
D
Author: arichardson
Date: Thu Aug 23 18:19:10 2018
New Revision: 338268
URL: https://svnweb.freebsd.org/changeset/base/338268
Log:
Fix non-FreeBSD host lib32 build for TARGET=amd64
When building on non-FreeBSD systems we need to pass an explicit target
triple to clang otherwise it will at
Author: tuexen
Date: Thu Aug 23 19:10:45 2018
New Revision: 338273
URL: https://svnweb.freebsd.org/changeset/base/338273
Log:
Use arc4rand() instead of read_random() in the SCTP and TCP code.
This was suggested by jmg@.
Reviewed by: delphij@, jmg@, jtl@
MFC after:
Author: markj
Date: Thu Aug 23 19:58:24 2018
New Revision: 338274
URL: https://svnweb.freebsd.org/changeset/base/338274
Log:
Configure -zifunc-noplt for amd64 kernels.
Per r338251, this ensures that ifunc calls have the same ordinary
function calls.
Reviewed by: emaste (previous ver
On Thu, Aug 23, 2018 at 07:58:24PM +, Mark Johnston wrote:
> Author: markj
> Date: Thu Aug 23 19:58:24 2018
> New Revision: 338274
> URL: https://svnweb.freebsd.org/changeset/base/338274
>
> Log:
> Configure -zifunc-noplt for amd64 kernels.
>
> Per r338251, this ensures that ifunc calls
Author: marius
Date: Thu Aug 23 20:25:27 2018
New Revision: 338275
URL: https://svnweb.freebsd.org/changeset/base/338275
Log:
Obtain the bus mode (MMC or SD) from the directly superordinated
bus rather than reaching up to the bridge and use the cached mode
in mmcsd_delete(), too.
Modified:
Author: markj
Date: Thu Aug 23 20:34:22 2018
New Revision: 338276
URL: https://svnweb.freebsd.org/changeset/base/338276
Log:
Ensure that queue state is cleared when vm_page_dequeue() returns.
Per-page queue state is updated non-atomically, with either the page
lock or the page queue lock
Author: bz
Date: Thu Aug 23 20:44:26 2018
New Revision: 338277
URL: https://svnweb.freebsd.org/changeset/base/338277
Log:
Reduce the log level of tcpd_warn calls from ERR to WARNING.
This matches the name and avoids logging of warnings to console with
default syslog.conf, esp. getting rid of
On 2018-08-23 05:06:32, Warner Losh wrote:
Author: imp
Date: Thu Aug 23 05:06:31 2018
New Revision: 338239
URL: https://svnweb.freebsd.org/changeset/base/338239
Log:
Add a special note to UPDATING for the devmatch stuff. While tested,
there's an elevated risk of trouble, and you must update ke
Author: markj
Date: Thu Aug 23 21:03:45 2018
New Revision: 338278
URL: https://svnweb.freebsd.org/changeset/base/338278
Log:
Add a per-pagequeue pdpages counter.
Expose these counters under the vm.domain sysctl node. The existing
vm.stats.vm.v_pdpages sysctl is preserved.
Reviewed b
Author: marius
Date: Thu Aug 23 21:26:58 2018
New Revision: 338280
URL: https://svnweb.freebsd.org/changeset/base/338280
Log:
- Use le32dec(9) for decoding EXT_CSD values where it makes sense. [1]
- Locally cache some instance variable values in mmc_discover_cards()
in order to improve the
On Wed, Aug 22, 2018 at 10:06 PM, Warner Losh wrote:
> Author: imp
> Date: Thu Aug 23 05:06:27 2018
> New Revision: 338238
> URL: https://svnweb.freebsd.org/changeset/base/338238
>
> Log:
> Implement blacklisting for devmatch
>
> devmatch_blacklist is a space separated list of modules (w/o the
On Thu, Aug 23, 2018 at 11:19 AM, Alex Richardson
wrote:
> Author: arichardson
> Date: Thu Aug 23 18:19:33 2018
> New Revision: 338270
> URL: https://svnweb.freebsd.org/changeset/base/338270
>
> Log:
> Don't build skein_block_asm.s if we don't have an as binary
>...
> It might also be better to
On Thu, Aug 23, 2018 at 02:40:35PM -0700, Conrad Meyer wrote:
> On Thu, Aug 23, 2018 at 11:19 AM, Alex Richardson
> wrote:
> > Author: arichardson
> > Date: Thu Aug 23 18:19:33 2018
> > New Revision: 338270
> > URL: https://svnweb.freebsd.org/changeset/base/338270
> >
> > Log:
> > Don't build sk
Author: mckusick
Date: Thu Aug 23 22:35:14 2018
New Revision: 338281
URL: https://svnweb.freebsd.org/changeset/base/338281
Log:
Proper spelling of consolidation.
Submitted by: Dimitry Andric
Modified:
head/sys/ufs/ffs/ffs_alloc.c
Modified: head/sys/ufs/ffs/ffs_alloc.c
==
Author: allanjude
Date: Thu Aug 23 22:50:11 2018
New Revision: 338282
URL: https://svnweb.freebsd.org/changeset/base/338282
Log:
bsdinstall/zfsboot: Enable new UEFI+GELI support
After r336252 it is no longer necessary to have a separate bootpool when
booting from an encrypted disk with UE
Author: marius
Date: Thu Aug 23 22:57:42 2018
New Revision: 338283
URL: https://svnweb.freebsd.org/changeset/base/338283
Log:
Following r335259, don't copy boot1 from the running system for sparc64
either.
Modified:
head/tools/boot/rootgen.sh
Modified: head/tools/boot/rootgen.sh
==
Author: glebius
Date: Thu Aug 23 23:24:28 2018
New Revision: 338284
URL: https://svnweb.freebsd.org/changeset/base/338284
Log:
Fix comment. The actual meaning of ub_cnt is the opposite.
Modified:
head/sys/vm/uma_int.h
Modified: head/sys/vm/uma_int.h
==
On Thu, Aug 23, 2018 at 10:55 AM, Rodney W. Grimes
wrote:
> [ Charset UTF-8 unsupported, converting... ]
>> On Wed, Aug 22, 2018 at 10:08 AM Rodney W. Grimes <
>> free...@pdx.rh.cn85.dnsmgr.net> wrote:
>>
>> > I think this deprecation is a rather serious deviation
>> > from the stated policy, in t
Author: imp
Date: Fri Aug 24 00:02:00 2018
New Revision: 338285
URL: https://svnweb.freebsd.org/changeset/base/338285
Log:
Revert drm2 removal.
Revert r338177, r338176, r338175, r338174, r338172
After long consultations with re@, core members and mmacy, revert
these changes. Followup
Author: gjb
Date: Fri Aug 24 00:25:25 2018
New Revision: 338287
URL: https://svnweb.freebsd.org/changeset/base/338287
Log:
Update head from ALPHA2 to ALPHA3 as part of the 12.0-RELEASE
cycle.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/conf/new
Author: mav
Date: Fri Aug 24 01:59:25 2018
New Revision: 338288
URL: https://svnweb.freebsd.org/changeset/base/338288
Log:
Unblock speculative prefetcher also on pool creation.
Fix at r331950 appeared to be incomplete, fixing only case of pool
import, but not pool creation, leaving prefet
Rodney - we appreciate your emotional investment in the project. And as
convenient as it would be for me to take all the blame the imminent removal
of drm2 was communicated on public lists. Your soul contribution to the
discussion was to bemoan the fact that i386 would no longer have special
advant
62 matches
Mail list logo