Author: yuripv
Date: Tue Jun 9 07:07:29 2020
New Revision: 361962
URL: https://svnweb.freebsd.org/changeset/base/361962
Log:
ps: remove xo_no_setlocale() call
Apparently libxo was fixed to do the right thing on FreeBSD,
and calling xo_no_setlocale() is no longer needed.
Reported by:
Author: manu
Date: Tue Jun 9 09:42:39 2020
New Revision: 361964
URL: https://svnweb.freebsd.org/changeset/base/361964
Log:
coufreq_dt: Rename DEBUG to DPRINTF
DEBUG is a kernel configuration flag and if used cpufreq_dt.c will fail the
build of kernel.
PR: 246867
Submitte
Author: mjg
Date: Tue Jun 9 14:16:18 2020
New Revision: 361965
URL: https://svnweb.freebsd.org/changeset/base/361965
Log:
vm: rework swap_pager_status to execute in constant time
The lock-protected iteration is trivially avoidable.
This removes a serialisation point from Linux binarie
On 6/7/20, Adrian Chadd wrote:
> Author: adrian
> Date: Sun Jun 7 04:57:48 2020
> New Revision: 361885
> URL: https://svnweb.freebsd.org/changeset/base/361885
>
> Log:
> [net80211] Add a method to return the vap's ifname.
>
> This removes the requirement to know what's in the ifp.
>
> (If s
Author: mjg
Date: Tue Jun 9 15:17:23 2020
New Revision: 361967
URL: https://svnweb.freebsd.org/changeset/base/361967
Log:
Assert on pg_jobc state.
Stolen from NetBSD.
Modified:
head/sys/kern/kern_proc.c
Modified: head/sys/kern/kern_proc.c
===
Author: br
Date: Tue Jun 9 15:56:41 2020
New Revision: 361968
URL: https://svnweb.freebsd.org/changeset/base/361968
Log:
Rename coresight drivers: use underscores in filenames.
Sponsored by: DARPA, AFRL
Added:
head/sys/arm64/coresight/coresight_cmd.c
- copied unchanged from r361967
Author: br
Date: Tue Jun 9 16:06:10 2020
New Revision: 361969
URL: https://svnweb.freebsd.org/changeset/base/361969
Log:
Fix style: wrap long lines.
Sponsored by: DARPA, AFRL
Modified:
head/sys/arm64/coresight/coresight.c
Modified: head/sys/arm64/coresight/coresight.c
=
Author: br
Date: Tue Jun 9 16:43:16 2020
New Revision: 361974
URL: https://svnweb.freebsd.org/changeset/base/361974
Log:
ARM Embedded Trace Macrocell v4.x driver:
o Split-out FDT attachment to a separate file;
o Add ACPI attachment.
Sponsored by: DARPA, AFRL
Added:
head/sys/arm64/co
Author: jhb
Date: Tue Jun 9 16:43:23 2020
New Revision: 361975
URL: https://svnweb.freebsd.org/changeset/base/361975
Log:
Refactor ptrace() ABI compatibility.
Add a freebsd32_ptrace() and move as many freebsd32 shims as possible
to freebsd32_ptrace(). Aside from register sets, freebsd32
Author: br
Date: Tue Jun 9 17:07:42 2020
New Revision: 361976
URL: https://svnweb.freebsd.org/changeset/base/361976
Log:
Similar to UART on ThunderX2, the ARM Coresight (ETM component)
set ResourceProducer on memory resources: ignore it.
Tested on ARM N1SDP board.
Sponsored by: DARP
Author: kevans
Date: Tue Jun 9 17:17:43 2020
New Revision: 361977
URL: https://svnweb.freebsd.org/changeset/base/361977
Log:
libusb: improve compatibility
Specifically, add LIBUSB_CLASS_PHYSICAL and the libusb_has_capability API.
Descriptions and functionality for these derived from the
Author: manu
Date: Tue Jun 9 18:13:52 2020
New Revision: 361980
URL: https://svnweb.freebsd.org/changeset/base/361980
Log:
release: amd64 efi boot name is bootx64
efi_boot_name is just used for arm image so no harm done.
Reported by: gonzo
MFC after:3 days
Modified:
head/rel
Author: vmaffione
Date: Tue Jun 9 19:15:43 2020
New Revision: 361982
URL: https://svnweb.freebsd.org/changeset/base/361982
Log:
iflib: netmap: honor netmap_irx_irq return values
In the receive interrupt routine, always call netmap_rx_irq().
The latter function will return != NM_IRQ_PASS
Author: dougm
Date: Tue Jun 9 20:19:11 2020
New Revision: 361984
URL: https://svnweb.freebsd.org/changeset/base/361984
Log:
To reduce the size of an rb_node, drop the color field. Set the least
significant bit in the pointer to the node from its parent to indicate
that the node is red. Have
Author: andreast
Date: Tue Jun 9 20:27:35 2020
New Revision: 361985
URL: https://svnweb.freebsd.org/changeset/base/361985
Log:
Fix boot of wandquad after DTS update
In the recent dts sync the name of the aips-bus@ changed to bus@. Reflect
this change and add an additional OF_finddevice i
Author: sjg
Date: Tue Jun 9 20:52:35 2020
New Revision: 361986
URL: https://svnweb.freebsd.org/changeset/base/361986
Log:
Merge bmake-20200606
Relevant items from ChangeLog:
o dir.c: cached_stats - don't confuse stat and lstat results.
o var.c: add :Or for reverse sort.
Author: rscheff
Date: Tue Jun 9 21:07:58 2020
New Revision: 361987
URL: https://svnweb.freebsd.org/changeset/base/361987
Log:
Prevent TCP Cubic to abruptly increase cwnd after slow-start
Introducing flags to track the initial Wmax dragging and exit
from slow-start in TCP Cubic. This prev
Author: jhibbits
Date: Tue Jun 9 21:59:13 2020
New Revision: 361988
URL: https://svnweb.freebsd.org/changeset/base/361988
Log:
powerpc/pmap: Fix wired memory leak in booke64 page directories
Properly handle reference counts in the 64-bit pmap page directories.
Otherwise all page table pa
Author: jhb
Date: Tue Jun 9 22:19:36 2020
New Revision: 361990
URL: https://svnweb.freebsd.org/changeset/base/361990
Log:
Mark padlock(4) and cryptocteon(4) as software drivers.
Both already return the accelerated software priority from
cryptodev_probesession.
Sponsored by: Chelsio
Author: jhb
Date: Tue Jun 9 22:26:07 2020
New Revision: 361991
URL: https://svnweb.freebsd.org/changeset/base/361991
Log:
Add a crypto capability flag for accelerated software drivers.
Use this in GELI to print out a different message when accelerated
software such as AESNI is used vs pl
Author: erj
Date: Tue Jun 9 22:42:54 2020
New Revision: 361992
URL: https://svnweb.freebsd.org/changeset/base/361992
Log:
ixl(4): Add FW recovery mode support and other things
Update the iflib version of ixl driver based on the OOT version ixl-1.11.29.
Major changes:
- Extract if
This broke lint kernels as they define DIAGNOSTIC and fail in kern/subr_stat.c:
/usr/src/sys/kern/subr_stats.c:3384:9: error: implicit declaration of
function 'RB_COLOR' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
RB_COLOR(rbctd64, rblnk),
Author: mjg
Date: Tue Jun 9 23:03:48 2020
New Revision: 361993
URL: https://svnweb.freebsd.org/changeset/base/361993
Log:
cred: distribute reference count per thread
This avoids dirtying creds in the common case, see the comment in kern_prot.c
for details.
Reviewed by: kib
Differ
Author: jhb
Date: Wed Jun 10 00:09:31 2020
New Revision: 361994
URL: https://svnweb.freebsd.org/changeset/base/361994
Log:
Add some default cases for unreachable code to silence compiler warnings.
This was caused by r361481 when the buffer type was changed from an
int to an enum.
Rep
On Tue, Jun 9, 2020 at 7:09 PM John Baldwin wrote:
>
> Author: jhb
> Date: Wed Jun 10 00:09:31 2020
> New Revision: 361994
> URL: https://svnweb.freebsd.org/changeset/base/361994
>
> Log:
> Add some default cases for unreachable code to silence compiler warnings.
>
> This was caused by r361481
Author: kevans
Date: Wed Jun 10 01:30:37 2020
New Revision: 361995
URL: https://svnweb.freebsd.org/changeset/base/361995
Log:
execvp: fix up the ENOEXEC fallback
If execve fails with ENOEXEC, execvp is expected to rebuild the command
with /bin/sh instead and try again.
The previous v
Author: kevans
Date: Wed Jun 10 01:32:13 2020
New Revision: 361996
URL: https://svnweb.freebsd.org/changeset/base/361996
Log:
execvPe: obviate the need for potentially large stack allocations
Some environments in which execvPe may be called have a limited amount of
stack available. Curren
Author: dougm
Date: Wed Jun 10 02:50:25 2020
New Revision: 361997
URL: https://svnweb.freebsd.org/changeset/base/361997
Log:
Restore an RB_COLOR macro, for the benefit of a bit of DIAGNOSTIC code
that depends on it.
Reported by: rpokala, mjguzik
Reviewed by: markj
Differential Revis
Author: rmacklem
Date: Wed Jun 10 02:51:39 2020
New Revision: 361998
URL: https://svnweb.freebsd.org/changeset/base/361998
Log:
Add two functions that create M_EXTPG mbufs with anonymous pages.
These two functions are needed by nfs-over-tls, but could also be
useful for other purposes.
Author: kevans
Date: Wed Jun 10 03:04:36 2020
New Revision: 361999
URL: https://svnweb.freebsd.org/changeset/base/361999
Log:
Add missing shell script from r361995
Pointy hat: kevans
Reported by: rpokala
X-MFC-With: r361995
Added:
head/lib/libc/tests/gen/spawnp_enoexec.sh (con
Hi Doug,
Shoot, it's still failing, but in a different way:
/usr/home/rpokala/freebsd/dev/base/head/sys/kern/subr_stats.c:3385:14: error:
expected ')'
qstr);
Author: dougm
Date: Wed Jun 10 03:36:17 2020
New Revision: 362000
URL: https://svnweb.freebsd.org/changeset/base/362000
Log:
Fixup r361997 by balancing parens. Duh.
Modified:
head/sys/sys/tree.h
Modified: head/sys/sys/tree.h
==
Author: jhibbits
Date: Wed Jun 10 04:04:59 2020
New Revision: 362002
URL: https://svnweb.freebsd.org/changeset/base/362002
Log:
powerpc/mpc85xx: Don't use the quantum cache in vmem for MPIC MSIs
The qcache is unnecessary for this purpose, it's only needed when there are
lots of concurrent
Author: jhibbits
Date: Wed Jun 10 04:08:16 2020
New Revision: 362003
URL: https://svnweb.freebsd.org/changeset/base/362003
Log:
powerpc/powernv: Don't use the vmem quantum cache for OPAL PCI MSI allocations
vmem quantum cache is only needed when doing a lot of concurrent allocations,
whic
Author: takawata
Date: Wed Jun 10 04:54:02 2020
New Revision: 362004
URL: https://svnweb.freebsd.org/changeset/base/362004
Log:
Add LE events:
READ_REMOTE_FEATURES_COMPL
LONG_TERM_KEY_REQUEST
REMOTE_CONN_PARAM_REQUEST
DATA_LENGTH_CHANGE
READ_LOCAL_P256_PK_COMPL
GEN_DHKEY_COMPL
ENH_
Author: takawata
Date: Wed Jun 10 05:01:00 2020
New Revision: 362005
URL: https://svnweb.freebsd.org/changeset/base/362005
Log:
Add le_read_channel_map and le_read_remote_features command
PR: 247051
Submitted by: Marc Veldman marc at bumblingdork.com
Modified:
head/usr.sbin/bluetooth
36 matches
Mail list logo