On Wednesday, 22 June 2022 at 15:41:39 -0400, grarpamp wrote:
> Around 6/2x/22, Many rammed their horribly formed
> msgs upon others to parse:
> ...
> FreeBSD needs to add an entire section on the
> email post formatting netiquette to the Handbook,
> and link it on the List Subscription pages, and
On 06/18/2022 8:30 am, Michael Gmelin wrote:
That certainly sounds promising.
Best
Michael
got the new controllers, and no sweat -- saw all 8TB on the drives
(modulo one bad drive -- seller is replacing).
thanks all.
--
Larry Rosenman http://www.lerctr.org/~ler
Around 6/2x/22, Many rammed their horribly formed
msgs upon others to parse:
> [Subject: MCE: Does this look possibly like a slot issue?]
> [snip]
Attention all list users...
Stop top-posting and bulk-quoting.
Just stop.
Go search and learn about and use the email post formatting netiquette.
For
Hi
This change unfortunately didnt compile on my 13-stable . I just git cloned the
CURRENT code, applied the patch and the build was fine.
I'll test it as soon as I finish the upgrade from stable to current here
I'll get back here when its finished
Thank you
-Mensagem original-
De
On 6/22/22 18:48, Tomoaki AOKI wrote:
Hi.
Not actually tested, but this can cause breakage on non-ascii cases.
Maybe also (or instead) iswspace() test would be needed.
Possibly additional mbrtowc() in the argument of iswspace().
Please see `man 3 multibyte` and `man 3 iswspace`.
(Possibly more
On 6/22/22 18:41, Hans Petter Selasky wrote:
Hi,
I needed to update the patch a bit. Can you test this:
https://reviews.freebsd.org/D35552
Use the download raw patch link in there to get the patch.
Thank you!
--HPS
One more update.
--HPS
Hi.
Not actually tested, but this can cause breakage on non-ascii cases.
Maybe also (or instead) iswspace() test would be needed.
Possibly additional mbrtowc() in the argument of iswspace().
Please see `man 3 multibyte` and `man 3 iswspace`.
(Possibly more to see.)
Characters in buf can be multi
Hi,
I needed to update the patch a bit. Can you test this:
https://reviews.freebsd.org/D35552
Use the download raw patch link in there to get the patch.
Thank you!
--HPS
Hi Hans
Actually i can , I should've cut off the '\r' 😊 , this is what was causing the
term to go bend
This is the correct diff (option -C doesn’t worked with -u)
I also included your code for the pts anyway
--- sys/dev/vt/vt_buf.c.orig2022-06-22 11:48:39.705597000 -0300
+++ sys/dev
On 6/22/22 15:36, Ivan Quitschal wrote:
Hi Hans
Hi Ivan,
I think you should upload the diff at:
https://reviews.freebsd.org/differential/
Make the diff like this:
diff -u -C 99 sys/dev/vt/vt_buf.c.orig sys/dev/vt/vt_buf.c > a.diff
I see two issues:
1) Pointer arithmetics is not so g
Hi Hans
Please find below.
It can't paste the entire screen (mine is 1920x1080) tho, due to "sz" size I
believe.
43a44
> #include
754a756
> term_char_t *end;
774a777,783
> end = buf + i -1;
> while (end > buf && isspace((unsigned char)*end))
> {
On 6/22/22 14:53, Ivan Quitschal wrote:
Hi All
About this anoying paste error we still have in vt console, I looked it
up and couldnt find any fix regarding this, so i did it.
Please find attached the fixed version of /usr/src/sys/dev/vt/vt_buf.c
with trim spaces and aligned to the console
Hi All
About this anoying paste error we still have in vt console, I looked it up and
couldnt find any fix regarding this, so i did it.
Please find attached the fixed version of /usr/src/sys/dev/vt/vt_buf.c with
trim spaces and aligned to the console size.
I've tested with other fonts and loo
13 matches
Mail list logo