Hi!
This means, your system has UART serial device — you can check this from loader
prompt: efi-show -g global -v ConOut or with efivar from running system. This
would trigger efi console driver to use TERM_EMU, which can be turned off by
user and doing that would cause ESC sequences to be pass
On Fri, Mar 13, 2020 at 07:48:17PM -0400, Mark Johnston wrote:
> On Wed, Mar 04, 2020 at 12:22:51AM +, Chuck Silvers wrote:
> > Author: chs
> > Date: Wed Mar 4 00:22:50 2020
> > New Revision: 358597
> > URL: https://svnweb.freebsd.org/changeset/base/358597
> >
> > Log:
> > if vm_pager_get_p
On Sun, 2020-03-15 at 15:12 -0700, Conrad Meyer wrote:
[...]
> Sarcasm doesn't work on the internet.
Do you mean things like...
> URL: https://svnweb.freebsd.org/changeset/base/358562
>
> Log:
> Add extremely useful calendar(1) application to FreeBSD
>
> It does extremely useful things li
On 15/03/2020 17:12, Conrad Meyer wrote:
Pedro,
It seems like you are attempting to belittle me, and perhaps the
entire USA, by intentionally conflating the calendar(1) program with
the entire concept of written records and education. Stop it. I know
you're smart and have been around FreeBSD
Pedro,
It seems like you are attempting to belittle me, and perhaps the
entire USA, by intentionally conflating the calendar(1) program with
the entire concept of written records and education. Stop it. I know
you're smart and have been around FreeBSD long enough to understand
that in context, '
Hi.
This broke loader menu display on efifb. At least on amd64.
ESC sequences without ESC character are shown.
Key input (at least 1, 2 and enter) works OK.
I suspect outputs for SIO is sent to efifb and ESC codes are ignored.
Reverting this fixes the issue.
Not tried (not enough time for now as
Author: emaste
Date: Sun Mar 15 21:47:16 2020
New Revision: 359009
URL: https://svnweb.freebsd.org/changeset/base/359009
Log:
if_muge: whitespace and style cleanup
Submitted by: clang-format (in part)
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/dev/usb/net/if_muge.c
Modifi
On 14/03/2020 21:38, Conrad Meyer wrote:
On Sat, Mar 14, 2020 at 5:49 PM Pedro F. Giffuni wrote:
Author: pfg
Date: Sun Mar 15 00:49:06 2020
New Revision: 359005
URL: https://svnweb.freebsd.org/changeset/base/359005
Log:
calendar(1): Updates and corrections for some calendar files.
Thes
Author: imp
Date: Sun Mar 15 17:40:14 2020
New Revision: 359008
URL: https://svnweb.freebsd.org/changeset/base/359008
Log:
We don't need $M/$M in the path anymore.
Now that machdep files are gone, we don't need $S/$M/$M in the path to find
them.
Modified:
head/sys/modules/cam/Makefile