Author: rew
Date: Wed Jul 29 05:27:19 2020
New Revision: 363659
URL: https://svnweb.freebsd.org/changeset/base/363659
Log:
Add myself (rew) as src committer.
Reviewed by:kevans (mentor), allanjude (mentor)
Approved by:kevans (mentor), allanjude (mentor)
Differential Revision: ht
Author: truckman
Date: Wed Jul 29 04:36:45 2020
New Revision: 363658
URL: https://svnweb.freebsd.org/changeset/base/363658
Log:
Make lex a bootstrap tool when cross-building on recent 13-CURRENT if
binutils/ld is going to be built. The latter is no longer true by default.
The import of f
Author: emaste
Date: Wed Jul 29 00:34:24 2020
New Revision: 363657
URL: https://svnweb.freebsd.org/changeset/base/363657
Log:
sshd: allow UseBlocklist alias for UseBlacklist
blacklistd has been renamed to blocklistd upstream, and a future
import into FreeBSD will follow that change. Supp
Hi,
Good Day,
If you are interested in acquiring the Registrants list. I can provide you the
cost and additional details.
Southern California Linux Expo
05 - 08 Mar 2020
Pasadena, USA
Registrants list of Counts: 5,000
Currently the best way to grow your business is through digital. This list w
Author: mav
Date: Tue Jul 28 22:32:50 2020
New Revision: 363656
URL: https://svnweb.freebsd.org/changeset/base/363656
Log:
When modifying LUN pass "special" options too.
Before switching to nvlists CTL merged previous and new options, so
any options not passed just kept previous value. N
On Tue, Jul 28, 2020 at 08:06:16PM +, Christian S.J. Peron wrote:
> Author: csjp
> Date: Tue Jul 28 20:06:16 2020
> New Revision: 363655
> URL: https://svnweb.freebsd.org/changeset/base/363655
>
> Log:
> Fixup some incorrect information and some comments. These changes
> were cherry picked
Author: csjp
Date: Tue Jul 28 20:06:16 2020
New Revision: 363655
URL: https://svnweb.freebsd.org/changeset/base/363655
Log:
Fixup some incorrect information and some comments. These changes
were cherry picked up the upstream OpenBSD repository. At some point we
will look at doing another imp
Author: markj
Date: Tue Jul 28 19:50:39 2020
New Revision: 363654
URL: https://svnweb.freebsd.org/changeset/base/363654
Log:
vm_page_xbusy_claim(): Use atomics to update busy lock state.
vm_page_xbusy_claim() could clobber the waiter bit. For its original
use, kernel memory pages, this w
> Hi,
>
> On 7/27/20 7:17 PM, Rodney W. Grimes wrote:
> > On 7/27/20 6:41 PM, Rodney W. Grimes wrote:
> Author: 0mp (doc,ports committer)
> Date: Mon Jul 27 10:45:47 2020
> New Revision: 363598
> URL: https://svnweb.freebsd.org/changeset/base/363598
>
> Log:
>
Author: truckman
Date: Tue Jul 28 19:35:24 2020
New Revision: 363653
URL: https://svnweb.freebsd.org/changeset/base/363653
Log:
Make lex a bootstrap tool when cross-building on recent 13-CURRENT.
The import of flex 2.6.4 into -CURRENT changed the type of yy_n_chars
in the lex skeleton fro
On Fri, Jul 24, 2020 at 05:34:05PM +, Conrad Meyer wrote:
> Author: cem
> Date: Fri Jul 24 17:34:04 2020
> New Revision: 363482
> URL: https://svnweb.freebsd.org/changeset/base/363482
>
> Log:
> Add unlocked/SMR fast path to getblk()
>
> Convert the bufobj tries to an SMR zone/PCTRIE an
Author: jhb
Date: Tue Jul 28 17:09:15 2020
New Revision: 363652
URL: https://svnweb.freebsd.org/changeset/base/363652
Log:
Add further clarification on si_addr and si_trapno.
- In the initial description of si_addr, do not claim that it is
always the faulting instruction.
- For si_
Author: gbe (doc committer)
Date: Tue Jul 28 16:10:51 2020
New Revision: 363651
URL: https://svnweb.freebsd.org/changeset/base/363651
Log:
MFC r363363, r363416: geli(8): new example with file based storage
r363363:
geli(8): Add an example on how to use geli(8) with a file as encrypted sto
Author: br
Date: Tue Jul 28 16:08:14 2020
New Revision: 363650
URL: https://svnweb.freebsd.org/changeset/base/363650
Log:
o Move the buswide_ctxs bitmap to iommu_unit and rename related functions.
o Rename bus_dma_dmar_load_ident() as well.
Reviewed by: kib
Sponsored by: DARPA/AFRL
D
Author: markj
Date: Tue Jul 28 15:26:19 2020
New Revision: 363649
URL: https://svnweb.freebsd.org/changeset/base/363649
Log:
ps(1): Fix formatting of the "command" field for kernel threads.
When -H is specified, for kernel threads the command is formatted as
"/" and truncated to MAXCOMLEN
Author: markj
Date: Tue Jul 28 15:16:29 2020
New Revision: 363648
URL: https://svnweb.freebsd.org/changeset/base/363648
Log:
MFC r363395:
traceroute6: Fix most warnings at the default WARNS level.
Modified:
stable/12/usr.sbin/traceroute6/Makefile
stable/12/usr.sbin/traceroute6/traceroute6
On Tue, Jul 28, 2020 at 08:44:11AM -0500, Eric van Gyzen wrote:
> On 7/27/20 9:25 AM, Mark Johnston wrote:
> > +
> > + /*
> > +* We may be attempting to free the page as part of the handling for an
> > +* I/O error, in which case the page was xbusied by a different thread.
> > +*/
> >
On 7/27/20 9:25 AM, Mark Johnston wrote:
+
+ /*
+* We may be attempting to free the page as part of the handling for an
+* I/O error, in which case the page was xbusied by a different thread.
+*/
+ vm_page_xbusy_claim(m);
I've just noticed that vm_page_xbusy_
Author: andrew
Date: Tue Jul 28 11:32:45 2020
New Revision: 363647
URL: https://svnweb.freebsd.org/changeset/base/363647
Log:
Add a workaround for a bug when setting the Raspberry GIO config and state
The Raspberry Pi GPIO config and state messages incorrectly return with
the tag length s
Author: alfredo
Date: Tue Jul 28 11:23:37 2020
New Revision: 363646
URL: https://svnweb.freebsd.org/changeset/base/363646
Log:
virtio: fix mips regression introduced by r357596
PowerPC support was fixed in r357596 by changing PCI bustag to BE as
part of the solution, but this caused regre
Author: andrew
Date: Tue Jul 28 11:13:37 2020
New Revision: 363645
URL: https://svnweb.freebsd.org/changeset/base/363645
Log:
Aadd Raspberry Pi firmware messages to manage GPIOs
Some GPIOs are managed by an external IO expaandder through the firmware.
Add the message details for these.
Author: nyan
Date: Tue Jul 28 10:58:37 2020
New Revision: 363644
URL: https://svnweb.freebsd.org/changeset/base/363644
Log:
- Cleanups related to sparc64 removal.
- Remove remains of sparc64 files.
Reviewed by: imp
Differential Revision:https://reviews.freebsd.org/D25831
Delet
Author: andrew
Date: Tue Jul 28 10:45:29 2020
New Revision: 363643
URL: https://svnweb.freebsd.org/changeset/base/363643
Log:
Switch the bcm2835 cpufreq driver to use the firmware interface
Use the new Raspberry Pi firmware driver in the cpufreq driver. It is
intended all drivers that nee
Author: andrew
Date: Tue Jul 28 10:43:52 2020
New Revision: 363642
URL: https://svnweb.freebsd.org/changeset/base/363642
Log:
Move the bcm2835 firmware driver earlier in the boot.
It will be needed by other eaarly drivers.
While here make the dependency of the mailbox formal with MODUL
Author: andrew
Date: Tue Jul 28 10:41:43 2020
New Revision: 363641
URL: https://svnweb.freebsd.org/changeset/base/363641
Log:
Revert r363639 so I can use a more correct commit message
Modified:
head/sys/arm/broadcom/bcm2835/bcm2835_firmware.c
Modified: head/sys/arm/broadcom/bcm2835/bcm2835_f
Author: andrew
Date: Tue Jul 28 10:40:00 2020
New Revision: 363640
URL: https://svnweb.freebsd.org/changeset/base/363640
Log:
Move the bcm2835 mailbox driver earlier in the boot
This will be needed before the firmware driver is loaded
Modified:
head/sys/arm/broadcom/bcm2835/bcm2835_mbox.
Author: andrew
Date: Tue Jul 28 10:37:58 2020
New Revision: 363639
URL: https://svnweb.freebsd.org/changeset/base/363639
Log:
Have the bcm2835 firmware driver depend on the mailbox driver
The firmware driver uses the mailbox driver to communicate with the
firmware. Make this a more formal
Author: mw
Date: Tue Jul 28 10:08:07 2020
New Revision: 363638
URL: https://svnweb.freebsd.org/changeset/base/363638
Log:
Fix ENA build when integrated into kernel
Provide missing rules for ena_datapath.c and ena_netmap.c,
which prevented the ENA driver from building.
This issue was sho
Hi,
On 7/27/20 7:17 PM, Rodney W. Grimes wrote:
On 7/27/20 6:41 PM, Rodney W. Grimes wrote:
Author: 0mp (doc,ports committer)
Date: Mon Jul 27 10:45:47 2020
New Revision: 363598
URL: https://svnweb.freebsd.org/changeset/base/363598
Log:
nologin.8: Improve wording
I disagree that this impr
Author: andrew
Date: Tue Jul 28 09:46:58 2020
New Revision: 363637
URL: https://svnweb.freebsd.org/changeset/base/363637
Log:
Enable use of the regulator in the Broadcom SDHCI controller
This will be needed before a future GPIO controller driver is added
as the later enables regulators th
Author: andrew
Date: Tue Jul 28 09:29:56 2020
New Revision: 363636
URL: https://svnweb.freebsd.org/changeset/base/363636
Log:
Add an ACPI attachment for if_smc
This is needed by some of the Arm simulators as they implement a smc based
network interface, but use ACPI rather than FDT.
Author: mjg
Date: Tue Jul 28 07:07:38 2020
New Revision: 363635
URL: https://svnweb.freebsd.org/changeset/base/363635
Log:
MFC r363444,r363513:
vm: annotate swap_reserved with __exclusive_cache_line
Remove leftover macros for long gone vmsize mtx
Modified:
stable/12/sys/sys/res
Author: mjg
Date: Tue Jul 28 07:05:49 2020
New Revision: 363634
URL: https://svnweb.freebsd.org/changeset/base/363634
Log:
MFC r363511:
Do a lockless check in kthread_suspend_check
Modified:
stable/12/sys/kern/kern_kthread.c
Directory Properties:
stable/12/ (props changed)
Modif
Author: mjg
Date: Tue Jul 28 07:04:46 2020
New Revision: 363633
URL: https://svnweb.freebsd.org/changeset/base/363633
Log:
MFC r363242:
amd64: patch ffsl to use the compiler builtin
Modified:
stable/12/sys/amd64/include/cpufunc.h
Directory Properties:
stable/12/ (props changed)
34 matches
Mail list logo