re: CVS commit: src/sys

2021-09-28 Thread matthew green
"Jason R Thorpe" writes: > Module Name: src > Committed By: thorpej > Date: Wed Sep 29 02:47:22 UTC 2021 > > Modified Files: > src/sys/kern: sys_select.c uipc_socket.c > src/sys/miscfs/fifofs: fifo_vnops.c > src/sys/sys: select.h > > Log Message: > - Change

CVS commit: src/sys

2021-09-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Sep 29 02:47:22 UTC 2021 Modified Files: src/sys/kern: sys_select.c uipc_socket.c src/sys/miscfs/fifofs: fifo_vnops.c src/sys/sys: select.h Log Message: - Change selremove_knote() from returning void to bool,

CVS commit: src/sys

2021-09-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Sep 29 02:47:22 UTC 2021 Modified Files: src/sys/kern: sys_select.c uipc_socket.c src/sys/miscfs/fifofs: fifo_vnops.c src/sys/sys: select.h Log Message: - Change selremove_knote() from returning void to bool,

CVS commit: src/sys/kern

2021-09-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Sep 28 15:35:44 UTC 2021 Modified Files: src/sys/kern: kern_exec.c Log Message: Make sure the robust futex head is zeroed out, since this LWP will live on with a different program image. (Thanks ryo@ for pointing out my

CVS commit: src/sys/kern

2021-09-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Sep 28 15:35:44 UTC 2021 Modified Files: src/sys/kern: kern_exec.c Log Message: Make sure the robust futex head is zeroed out, since this LWP will live on with a different program image. (Thanks ryo@ for pointing out my

CVS commit: src/sys

2021-09-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Sep 28 15:05:42 UTC 2021 Modified Files: src/sys/kern: kern_exec.c kern_lwp.c sys_futex.c src/sys/sys: futex.h Log Message: futex_release_all_lwp(): No need to pass the "tid" argument separately; that is a vestige of

CVS commit: src/sys

2021-09-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Sep 28 15:05:42 UTC 2021 Modified Files: src/sys/kern: kern_exec.c kern_lwp.c sys_futex.c src/sys/sys: futex.h Log Message: futex_release_all_lwp(): No need to pass the "tid" argument separately; that is a vestige of

CVS commit: src/sys/kern

2021-09-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Sep 28 14:52:22 UTC 2021 Modified Files: src/sys/kern: kern_exec.c Log Message: In the exec path, multi-LWP programs dispose of their robust futexes by calling exit_lwps(), except for the last LWP. So, dispose of that LWP's

CVS commit: src/sys/kern

2021-09-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Sep 28 14:52:22 UTC 2021 Modified Files: src/sys/kern: kern_exec.c Log Message: In the exec path, multi-LWP programs dispose of their robust futexes by calling exit_lwps(), except for the last LWP. So, dispose of that LWP's

CVS commit: src/sys/stand/efiboot

2021-09-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Sep 28 11:38:07 UTC 2021 Added Files: src/sys/stand/efiboot: efigop.c Log Message: efiboot: Add efigop.c To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/stand/efiboot/efigop.c Please note that diffs are

CVS commit: src/sys/stand/efiboot

2021-09-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Sep 28 11:38:07 UTC 2021 Added Files: src/sys/stand/efiboot: efigop.c Log Message: efiboot: Add efigop.c To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/stand/efiboot/efigop.c Please note that diffs are

CVS commit: src/sys/stand/efiboot

2021-09-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Sep 28 11:37:45 UTC 2021 Modified Files: src/sys/stand/efiboot: Makefile.efiboot boot.c efiboot.c efiboot.h version Log Message: efiboot: Add support for changing the video mode. Add a new "gop" command that

CVS commit: src/sys/stand/efiboot

2021-09-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Sep 28 11:37:45 UTC 2021 Modified Files: src/sys/stand/efiboot: Makefile.efiboot boot.c efiboot.c efiboot.h version Log Message: efiboot: Add support for changing the video mode. Add a new "gop" command that

CVS commit: xsrc/external/mit/xorg-server/dist/config

2021-09-28 Thread Nia Alarie
Module Name:xsrc Committed By: nia Date: Tue Sep 28 07:20:55 UTC 2021 Modified Files: xsrc/external/mit/xorg-server/dist/config: wscons.c Log Message: Switch to xf86-input-ws for mouse by default, to allow more advanced input devices to Just Work. To generate a diff of

CVS commit: xsrc/external/mit/xorg-server/dist/config

2021-09-28 Thread Nia Alarie
Module Name:xsrc Committed By: nia Date: Tue Sep 28 07:20:55 UTC 2021 Modified Files: xsrc/external/mit/xorg-server/dist/config: wscons.c Log Message: Switch to xf86-input-ws for mouse by default, to allow more advanced input devices to Just Work. To generate a diff of

CVS commit: src/tests/usr.bin/indent

2021-09-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 28 06:57:48 UTC 2021 Modified Files: src/tests/usr.bin/indent: token-lparen.0 token-lparen.0.pro token-lparen.0.stdout Log Message: tests/indent: demonstrate missing space before designated initializer Seen

CVS commit: src/tests/usr.bin/indent

2021-09-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 28 06:57:48 UTC 2021 Modified Files: src/tests/usr.bin/indent: token-lparen.0 token-lparen.0.pro token-lparen.0.stdout Log Message: tests/indent: demonstrate missing space before designated initializer Seen

CVS commit: src/lib/libc/time

2021-09-28 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Tue Sep 28 06:45:09 UTC 2021 Modified Files: src/lib/libc/time: ctime.3 Log Message: Remove duplicate tm_isdst. Fixes PR misc/56419 for HEAD. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/lib/libc/time/ctime.3

CVS commit: src/lib/libc/time

2021-09-28 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Tue Sep 28 06:45:09 UTC 2021 Modified Files: src/lib/libc/time: ctime.3 Log Message: Remove duplicate tm_isdst. Fixes PR misc/56419 for HEAD. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/lib/libc/time/ctime.3

CVS commit: src/sbin/wsconsctl

2021-09-28 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Sep 28 06:20:09 UTC 2021 Modified Files: src/sbin/wsconsctl: mouse.c Log Message: wsconsctl: allow the new "precision scrolling" variables to be configured To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sbin/wsconsctl

2021-09-28 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Sep 28 06:20:09 UTC 2021 Modified Files: src/sbin/wsconsctl: mouse.c Log Message: wsconsctl: allow the new "precision scrolling" variables to be configured To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: xsrc/external/mit/xf86-input-ws/dist/src

2021-09-28 Thread Nia Alarie
Module Name:xsrc Committed By: nia Date: Tue Sep 28 06:17:15 UTC 2021 Modified Files: xsrc/external/mit/xf86-input-ws/dist/src: ws.c ws.h Log Message: xf86-input-ws: implement support for WSCONS_EVENT_(H|V)SCROLL. adapted from the OpenBSD code. To generate a diff of

CVS commit: xsrc/external/mit/xf86-input-ws/dist/src

2021-09-28 Thread Nia Alarie
Module Name:xsrc Committed By: nia Date: Tue Sep 28 06:17:15 UTC 2021 Modified Files: xsrc/external/mit/xf86-input-ws/dist/src: ws.c ws.h Log Message: xf86-input-ws: implement support for WSCONS_EVENT_(H|V)SCROLL. adapted from the OpenBSD code. To generate a diff of

CVS commit: src/sys/dev/pckbport

2021-09-28 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Sep 28 06:16:13 UTC 2021 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics: use the new WSCONS_EVENT_(H|V)SCROLL event types to implement two-finger scrolling. remove non-functional code for detecting

CVS commit: src/sys/dev/pckbport

2021-09-28 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Sep 28 06:16:13 UTC 2021 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics: use the new WSCONS_EVENT_(H|V)SCROLL event types to implement two-finger scrolling. remove non-functional code for detecting

CVS commit: src/sys/dev/wscons

2021-09-28 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Sep 28 06:14:28 UTC 2021 Modified Files: src/sys/dev/wscons: wsconsio.h wsmouse.c wsmousevar.h Log Message: wsmouse: add support for "precision scrolling" events and (GET|SET)PARAMS WSCONS_EVENT_HSCROLL and WSCONS_EVENT_VSCROLL

CVS commit: src/sys/dev/wscons

2021-09-28 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Sep 28 06:14:28 UTC 2021 Modified Files: src/sys/dev/wscons: wsconsio.h wsmouse.c wsmousevar.h Log Message: wsmouse: add support for "precision scrolling" events and (GET|SET)PARAMS WSCONS_EVENT_HSCROLL and WSCONS_EVENT_VSCROLL