Author: imp
Date: Wed Oct 7 06:16:37 2020
New Revision: 366508
URL: https://svnweb.freebsd.org/changeset/base/366508
Log:
Move kernel env global variables, etc to sys/kenv.h
The kernel globals for kenv are confined to 2 files that need them and
a few that likely shouldn't (but as written
Author: imp
Date: Wed Oct 7 05:44:35 2020
New Revision: 366507
URL: https://svnweb.freebsd.org/changeset/base/366507
Log:
cam: Add quirk for Samsung MZ7* behind a SATA-to-SAS interposer
Sometimes, this drive will be present in the system such that the the
firmware identification string d
Author: imp
Date: Wed Oct 7 05:36:05 2020
New Revision: 366506
URL: https://svnweb.freebsd.org/changeset/base/366506
Log:
nvmecontrol: Update wdc module for newer WDC NVMe products
Update the to log fetch operation for latest WDC NVMe products.
Tested on HGST SN100 (a few years old) a
Author: imp
Date: Tue Oct 6 23:35:26 2020
New Revision: 366505
URL: https://svnweb.freebsd.org/changeset/base/366505
Log:
nvme: Note where the CCB was released for passthrough command
Modified:
head/sys/cam/nvme/nvme_da.c
Modified: head/sys/cam/nvme/nvme_da.c
===
Author: imp
Date: Tue Oct 6 23:33:56 2020
New Revision: 366504
URL: https://svnweb.freebsd.org/changeset/base/366504
Log:
cam: Assert we have a reference when freeing sim
Before we decrement refcount to sleep on the sim, assert that the
refcount >= 1. If it were 0 here, we'd never wake u
Author: mhorne
Date: Tue Oct 6 23:16:56 2020
New Revision: 366503
URL: https://svnweb.freebsd.org/changeset/base/366503
Log:
Remove unused function cpu_boot()
The prototype was added with the creation of kern_shutdown.c in r17658,
but it appears to have never been implemented. Remove it
Author: jmg
Date: Tue Oct 6 22:53:11 2020
New Revision: 366502
URL: https://svnweb.freebsd.org/changeset/base/366502
Log:
add the FILESYSTEMS placeholder and note that it's the default
early_late_divider
Modified:
head/share/man/man8/rc.8
Modified: head/share/man/man8/rc.8
Author: pfg
Date: Tue Oct 6 21:31:04 2020
New Revision: 366501
URL: https://svnweb.freebsd.org/changeset/base/366501
Log:
ext2fs: minor typo.
Obtained from:Dragonfly
MFC after:3 days
Modified:
head/sys/fs/ext2fs/ext2_alloc.c
Modified: head/sys/fs/ext2fs/ext2_alloc.c
=
Author: kp
Date: Tue Oct 6 19:19:56 2020
New Revision: 366500
URL: https://svnweb.freebsd.org/changeset/base/366500
Log:
bridge: call member interface ioctl() without NET_EPOCH
We're not allowed to hold NET_EPOCH while sleeping, so when we call ioctl()
handlers for member interfaces we c
Author: jhb
Date: Tue Oct 6 18:13:15 2020
New Revision: 366494
URL: https://svnweb.freebsd.org/changeset/base/366494
Log:
Don't permit DRM buffer mappings to be upgraded to executable.
Reviewed by: kib
MFC after:1 month
Sponsored by: DARPA
Differential Revision:https://r
Author: jhb
Date: Tue Oct 6 18:07:52 2020
New Revision: 366493
URL: https://svnweb.freebsd.org/changeset/base/366493
Log:
Simplify swcr_authcompute() after removal of deprecated algorithms.
- Just use sw->octx != NULL to handle the HMAC case when finalizing
the MAC.
- Explicitly z
Author: jhb
Date: Tue Oct 6 18:02:33 2020
New Revision: 366492
URL: https://svnweb.freebsd.org/changeset/base/366492
Log:
Check if_capenable, not if_capabilities when enabling rate limiting.
if_capabilities is a read-only mask of supported capabilities.
if_capenable is a mask under admin
Author: jhb
Date: Tue Oct 6 17:58:56 2020
New Revision: 366491
URL: https://svnweb.freebsd.org/changeset/base/366491
Log:
Store the send tag type in the common send tag header.
Both cxgbe(4) and mlx5(4) wrapped the existing send tag header with
their own identical headers that stored the
Author: tuexen
Date: Tue Oct 6 14:26:05 2020
New Revision: 366489
URL: https://svnweb.freebsd.org/changeset/base/366489
Log:
Reset delayed SACK state when restarting an SCTP association.
MFC after:3 days
Modified:
head/sys/netinet/sctp_input.c
Modified: head/sys/netinet/sct
Author: jrtc27
Date: Tue Oct 6 13:03:31 2020
New Revision: 366487
URL: https://svnweb.freebsd.org/changeset/base/366487
Log:
riscv: Remove outdated condition in page_fault_handler
Since r366355 and r366284 we panic on access faults rather than treating
them like page faults so this condi
Author: jrtc27
Date: Tue Oct 6 13:02:20 2020
New Revision: 366486
URL: https://svnweb.freebsd.org/changeset/base/366486
Log:
riscv: Handle supervisor instruction page faults
We should never take instruction page faults when in the kernel, but by
using the standard page fault code we shou
Author: lwhsu
Date: Tue Oct 6 12:57:54 2020
New Revision: 366485
URL: https://svnweb.freebsd.org/changeset/base/366485
Log:
Temporarily skip failing test cases in CI:
sys.capsicum.functional.ForkedOpenatTest_WithFlagInCapabilityMode___
sys.capsicum.functional.OpenatTest__WithFlag
PR
Author: jrtc27
Date: Tue Oct 6 12:56:29 2020
New Revision: 366484
URL: https://svnweb.freebsd.org/changeset/base/366484
Log:
riscv: De-Arm a few names
These names were inherited from the arm64 port and should be changed to
the RISC-V terminology.
Reviewed by: jhb (mentor), kp, mark
Author: tuexen
Date: Tue Oct 6 11:29:08 2020
New Revision: 366483
URL: https://svnweb.freebsd.org/changeset/base/366483
Log:
Ensure variables are initialized before used.
MFC after:3 days
Modified:
head/sys/netinet/sctp_input.c
head/sys/netinet/sctp_pcb.c
Modified: head/s
Author: tuexen
Date: Tue Oct 6 11:08:52 2020
New Revision: 366482
URL: https://svnweb.freebsd.org/changeset/base/366482
Log:
Remove dead stores reported by clang static code analysis
MFC after:3 days
Modified:
head/sys/netinet/sctp_input.c
head/sys/netinet/sctp_output.c
Author: gbe (doc committer)
Date: Tue Oct 6 10:51:47 2020
New Revision: 366481
URL: https://svnweb.freebsd.org/changeset/base/366481
Log:
intro(3): Update the list of included libraries
- Extend the list of main libraries of section 3
- Extend the library functions that are included in t
Author: tuexen
Date: Tue Oct 6 10:41:04 2020
New Revision: 366480
URL: https://svnweb.freebsd.org/changeset/base/366480
Log:
Cleanup, no functional change intended.
MFC after:3 days
Modified:
head/sys/netinet/sctp_usrreq.c
Modified: head/sys/netinet/sctp_usrreq.c
==
Author: manu
Date: Tue Oct 6 10:41:00 2020
New Revision: 366479
URL: https://svnweb.freebsd.org/changeset/base/366479
Log:
linuxkpi: Add pagemap.h
Add release_pages needed by drm which simply calls put_page for
all the pages provided
Reviewed by: bz
Sponsored by: The FreeBSD Foun
Author: manu
Date: Tue Oct 6 10:39:40 2020
New Revision: 366478
URL: https://svnweb.freebsd.org/changeset/base/366478
Log:
linuxkpi: Add power_supply.h
Add power_supply_is_system_supplied which is needed by drm.
Reviewed by: bz
Sponsored by: The FreeBSD Foundation
Differential Re
Author: manu
Date: Tue Oct 6 10:37:21 2020
New Revision: 366477
URL: https://svnweb.freebsd.org/changeset/base/366477
Log:
linuxkpi: Add prefetch.h
Only add prefetchw as it is the only function used by drm.
Simply use the __builtin_prefetch which is available in all
compiler for a long
Author: manu
Date: Tue Oct 6 10:36:16 2020
New Revision: 366476
URL: https://svnweb.freebsd.org/changeset/base/366476
Log:
linuxkpi: Add numa.h
Only contain NUMA_NO_NODE needed by drm
Reviewed by: bz
Sponsored by: The FreeBSD Foundation
Differential Revision:https://revie
Author: manu
Date: Tue Oct 6 10:35:03 2020
New Revision: 366475
URL: https://svnweb.freebsd.org/changeset/base/366475
Log:
linuxkpi: Add gcd function
This compute the common greater divider
Taken from OpenBSD
Reviewed by: bz, imp
Sponsored by: The FreeBSD Foundation
Differentia
Author: tuexen
Date: Tue Oct 6 09:51:40 2020
New Revision: 366474
URL: https://svnweb.freebsd.org/changeset/base/366474
Log:
Whitespace changes.
MFC after:3 days
Modified:
head/sys/netinet/sctp_input.c
Modified: head/sys/netinet/sctp_input.c
Author: bapt
Date: Tue Oct 6 08:18:09 2020
New Revision: 366472
URL: https://svnweb.freebsd.org/changeset/base/366472
Log:
backlight: check the lenght if the input before trimming '%'
Reported by: hps
Reviewed by: manu
Differential Revision:https://reviews.freebsd.org/D26693
On 2020-10-06 10:05, Baptiste Daroussin wrote:
Author: bapt
Date: Tue Oct 6 08:05:19 2020
New Revision: 366471
URL: https://svnweb.freebsd.org/changeset/base/366471
Log:
backlight: accept '%' in the brightness input value
Improve friendlyness of the command line by accepting the perce
Author: bapt
Date: Tue Oct 6 08:05:19 2020
New Revision: 366471
URL: https://svnweb.freebsd.org/changeset/base/366471
Log:
backlight: accept '%' in the brightness input value
Improve friendlyness of the command line by accepting the percent brightness
in both format: with or without a tr
31 matches
Mail list logo