remove df(1) support for mounting filesystems

2020-11-12 Thread Mark Johnston
Hi, df(1) has the ability to mount character devices in order to collect usage information. This functionality has been deprecated for the past couple of years, since r329092, and is buggy per PR 237368. I propose removing it in 13.0: https://reviews.freebsd.org/D27197 __

Re: immediate panic after nvidia load

2020-11-12 Thread John Kennedy
On Tue, Nov 10, 2020 at 05:58:15AM -0800, David Wolfskill wrote: > What I do on my laptop is build FreeBSD from source, with he directive > in /etc/src.conf so the x11/nvidia0driver kmod is rebuilt during "make > buildkernel" (and installed during "make installkernel"). > > That's simple and easy,