CVS commit: src/sys/dev/usb

2023-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Oct 28 21:18:32 UTC 2023 Modified Files: src/sys/dev/usb: ehci.c Log Message: ehci(4): Fix bug causing missed wakeups since ehci.c 1.308. For reasons beyond me now, I used cv_signal on the same cv that is used to wait for

CVS commit: src/sys/dev/usb

2023-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Oct 28 21:18:32 UTC 2023 Modified Files: src/sys/dev/usb: ehci.c Log Message: ehci(4): Fix bug causing missed wakeups since ehci.c 1.308. For reasons beyond me now, I used cv_signal on the same cv that is used to wait for

CVS commit: src/sys/dev/usb

2023-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Oct 28 21:18:15 UTC 2023 Modified Files: src/sys/dev/usb: ehci.c Log Message: ehci(4): Fix cv_timedwait loop in ehci_sync_hc. Stop when now - starttime >= delta, i.e., when at least delta ticks have elapsed since

CVS commit: src/sys/dev/usb

2023-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Oct 28 21:18:15 UTC 2023 Modified Files: src/sys/dev/usb: ehci.c Log Message: ehci(4): Fix cv_timedwait loop in ehci_sync_hc. Stop when now - starttime >= delta, i.e., when at least delta ticks have elapsed since

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

2023-10-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 28 21:06:05 UTC 2023 Modified Files: src/sys/arch/newsmips/dev: fb.c Log Message: Remove trailing spaces and tab. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/arch/newsmips/dev/fb.c Please note

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

2023-10-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 28 21:06:05 UTC 2023 Modified Files: src/sys/arch/newsmips/dev: fb.c Log Message: Remove trailing spaces and tab. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/arch/newsmips/dev/fb.c Please note

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

2023-10-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 28 20:05:45 UTC 2023 Modified Files: src/sys/arch/newsmips/dev: fb.c Log Message: Use C99 designated struct initializers. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/newsmips/dev/fb.c Ple

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

2023-10-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 28 20:05:45 UTC 2023 Modified Files: src/sys/arch/newsmips/dev: fb.c Log Message: Use C99 designated struct initializers. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/newsmips/dev/fb.c Ple

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

2023-10-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 28 20:00:04 UTC 2023 Modified Files: src/sys/arch/newsmips/dev: fb.c Log Message: Use proper C99 exact-width integer types. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/newsmips/dev/fb.c P

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

2023-10-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 28 20:00:04 UTC 2023 Modified Files: src/sys/arch/newsmips/dev: fb.c Log Message: Use proper C99 exact-width integer types. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/newsmips/dev/fb.c P

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

2023-10-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 28 19:55:18 UTC 2023 Modified Files: src/sys/arch/newsmips/dev: fb.c Log Message: Make local functions and variables static. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/newsmips/dev/fb.c

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

2023-10-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 28 19:55:18 UTC 2023 Modified Files: src/sys/arch/newsmips/dev: fb.c Log Message: Make local functions and variables static. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/newsmips/dev/fb.c

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

2023-10-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 28 19:46:49 UTC 2023 Modified Files: src/sys/arch/newsmips/conf: DEJIKO GENERIC INSTALL WAPIKO Log Message: Specify -fno-unwind-tables to shrink kernel binaries. To generate a diff of this commit: cvs rdiff -u -r1.36 -r

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

2023-10-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 28 19:46:49 UTC 2023 Modified Files: src/sys/arch/newsmips/conf: DEJIKO GENERIC INSTALL WAPIKO Log Message: Specify -fno-unwind-tables to shrink kernel binaries. To generate a diff of this commit: cvs rdiff -u -r1.36 -r

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

2023-10-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 28 19:34:44 UTC 2023 Modified Files: src/sys/arch/newsmips/conf: DEJIKO GENERIC WAPIKO Log Message: Use FONT_SONY12x24 for Sony fans, rather than Gallant fonts used on Sun. To generate a diff of this commit: cvs rdiff -

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

2023-10-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 28 19:34:44 UTC 2023 Modified Files: src/sys/arch/newsmips/conf: DEJIKO GENERIC WAPIKO Log Message: Use FONT_SONY12x24 for Sony fans, rather than Gallant fonts used on Sun. To generate a diff of this commit: cvs rdiff -

CVS commit: xsrc/external/mit/xorg-server.old/dist

2023-10-28 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Oct 28 18:44:38 UTC 2023 Modified Files: xsrc/external/mit/xorg-server.old/dist/Xi: xiproperty.c xsrc/external/mit/xorg-server.old/dist/dix: enterleave.h xsrc/external/mit/xorg-server.old/dist/include: eventstr.h

CVS commit: xsrc/external/mit/xorg-server.old/dist

2023-10-28 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Oct 28 18:44:38 UTC 2023 Modified Files: xsrc/external/mit/xorg-server.old/dist/Xi: xiproperty.c xsrc/external/mit/xorg-server.old/dist/dix: enterleave.h xsrc/external/mit/xorg-server.old/dist/include: eventstr.h

CVS commit: src/sys/arch/evbarm/evbarm

2023-10-28 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 28 17:53:06 UTC 2023 Modified Files: src/sys/arch/evbarm/evbarm: autoconf.c Log Message: allow "root=xxx" command line to override platform defaults. PR#57324 shows that on broadcom evbarm systems the default root is no long

CVS commit: src/sys/arch/evbarm/evbarm

2023-10-28 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 28 17:53:06 UTC 2023 Modified Files: src/sys/arch/evbarm/evbarm: autoconf.c Log Message: allow "root=xxx" command line to override platform defaults. PR#57324 shows that on broadcom evbarm systems the default root is no long