Re: CVS commit: src/sys/arch/mac68k/dev

2024-09-17 Thread Rin Okuyama
Thank you very much for kind & rapid response!! rin On 2024/09/18 10:34, Nathanial Sloss wrote: Module Name:src Committed By: nat Date: Wed Sep 18 01:34:08 UTC 2024 Modified Files: src/sys/arch/mac68k/dev: adb.c Log Message: The delay is only required for machines with

CVS commit: src/sys/arch/mac68k/dev

2024-09-17 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Wed Sep 18 01:34:08 UTC 2024 Modified Files: src/sys/arch/mac68k/dev: adb.c Log Message: The delay is only required for machines with built-in floppy drives. I doubt the vibration from an external drive on the Duos would affect adb

CVS commit: src/sys/arch/mac68k/dev

2024-09-17 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Wed Sep 18 01:34:08 UTC 2024 Modified Files: src/sys/arch/mac68k/dev: adb.c Log Message: The delay is only required for machines with built-in floppy drives. I doubt the vibration from an external drive on the Duos would affect adb

CVS commit: src/sys/arch/mac68k/dev

2024-09-17 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Wed Sep 18 01:29:02 UTC 2024 Modified Files: src/sys/arch/mac68k/dev: adb.c Log Message: Use attach delay only on affected machines. It is only required for machines with built-in trackballs. Requested by rin@. To generate a diff

CVS commit: src/sys/arch/mac68k/dev

2024-09-17 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Wed Sep 18 01:29:02 UTC 2024 Modified Files: src/sys/arch/mac68k/dev: adb.c Log Message: Use attach delay only on affected machines. It is only required for machines with built-in trackballs. Requested by rin@. To generate a diff

Re: CVS commit: src/sys/arch/mac68k/dev

2024-09-17 Thread Rin Okuyama
Hi, Can you please localize this quirk only for the affected machines? It seems too much to me, to have 5 sec delay for irrelevant machines. Thanks, rin On 2024/09/15 5:56, Nathanial Sloss wrote: Module Name:src Committed By: nat Date: Sat Sep 14 20:56:51 UTC 2024 Modified Fil

CVS commit: src/sys/arch/i386/stand/lib

2024-09-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 18 00:44:03 UTC 2024 Modified Files: src/sys/arch/i386/stand/lib: libi386.h Log Message: i386/stand: Remove XMS leftover from libi386.h, NFC PR port-i386/58624 To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54

CVS commit: src/sys/arch/i386/stand/lib

2024-09-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 18 00:44:03 UTC 2024 Modified Files: src/sys/arch/i386/stand/lib: libi386.h Log Message: i386/stand: Remove XMS leftover from libi386.h, NFC PR port-i386/58624 To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54

CVS commit: src/bin/date

2024-09-17 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 17 15:25:39 UTC 2024 Modified Files: src/bin/date: date.1 date.c Log Message: date(1) says: STANDARDS The date utility is expected to be compatible with IEEE Std 1003.2 (“POSIX.2”). yet the format used for the dat

CVS commit: src/bin/date

2024-09-17 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 17 15:25:39 UTC 2024 Modified Files: src/bin/date: date.1 date.c Log Message: date(1) says: STANDARDS The date utility is expected to be compatible with IEEE Std 1003.2 (“POSIX.2”). yet the format used for the dat

CVS commit: src/bin/date

2024-09-17 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 17 14:56:48 UTC 2024 Modified Files: src/bin/date: date.1 date.c Log Message: Add -U and -z options to date(1). -U allows the (internal) TZ setting to be returned to what it was when date started running. -z zone sets TZ to

CVS commit: src/bin/date

2024-09-17 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 17 14:56:48 UTC 2024 Modified Files: src/bin/date: date.1 date.c Log Message: Add -U and -z options to date(1). -U allows the (internal) TZ setting to be returned to what it was when date started running. -z zone sets TZ to

CVS commit: src/sys/arch/evbppc/conf

2024-09-17 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Sep 17 13:47:30 UTC 2024 Modified Files: src/sys/arch/evbppc/conf: WII Log Message: Add DKWEDGE_AUTODISCOVER and DKWEDGE_METHOD_GPT to WII >From Guilherme Janczak in PR 58676 To generate a diff of this commit: cvs rdiff -

CVS commit: src/sys/arch/evbppc/conf

2024-09-17 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Sep 17 13:47:30 UTC 2024 Modified Files: src/sys/arch/evbppc/conf: WII Log Message: Add DKWEDGE_AUTODISCOVER and DKWEDGE_METHOD_GPT to WII >From Guilherme Janczak in PR 58676 To generate a diff of this commit: cvs rdiff -

CVS commit: src/usr.bin/sed

2024-09-17 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 17 13:34:08 UTC 2024 Modified Files: src/usr.bin/sed: process.c Log Message: PR lib/58674 When building the tools version of sed, treat all wide characters as if they occupy just one column for the purposes of sed's 'l' comm

CVS commit: src/usr.bin/sed

2024-09-17 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 17 13:34:08 UTC 2024 Modified Files: src/usr.bin/sed: process.c Log Message: PR lib/58674 When building the tools version of sed, treat all wide characters as if they occupy just one column for the purposes of sed's 'l' comm

CVS commit: src/bin/date

2024-09-17 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 17 11:30:11 UTC 2024 Modified Files: src/bin/date: date.c Log Message: PR lib/58674 (and I suspect, several others) Stop expecting strptime(3) in the tools build, it is an XSI function, and the tools builds do not set up the

CVS commit: src/bin/date

2024-09-17 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 17 11:30:11 UTC 2024 Modified Files: src/bin/date: date.c Log Message: PR lib/58674 (and I suspect, several others) Stop expecting strptime(3) in the tools build, it is an XSI function, and the tools builds do not set up the

CVS commit: src/bin/date

2024-09-17 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 17 10:08:38 UTC 2024 Modified Files: src/bin/date: date.1 Log Message: Note that the order in which the -u and -d options are given matters. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/bin/date/date.1

CVS commit: src/bin/date

2024-09-17 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 17 10:08:38 UTC 2024 Modified Files: src/bin/date: date.1 Log Message: Note that the order in which the -u and -d options are given matters. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/bin/date/date.1

CVS commit: src/bin/date

2024-09-17 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 17 09:55:38 UTC 2024 Modified Files: src/bin/date: date.c Log Message: isleap() is not a standard function/macro, so if none of the include files have defined a macro of that name, define it ourselves. To generate a diff of

CVS commit: src/bin/date

2024-09-17 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 17 09:55:38 UTC 2024 Modified Files: src/bin/date: date.c Log Message: isleap() is not a standard function/macro, so if none of the include files have defined a macro of that name, define it ourselves. To generate a diff of