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 selremove_knot

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 mist

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 mist

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 can

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 can

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 t

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 t