CVS commit: src/lib/libc/sys

2022-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 28 20:24:08 UTC 2022 Modified Files: src/lib/libc/sys: bind.2 Log Message: bind.2: add references to specific protocol families Referring the reader to "the manual entries in section 4" was too unspecific to be useful,

CVS commit: src/lib/libc/sys

2022-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 28 20:24:08 UTC 2022 Modified Files: src/lib/libc/sys: bind.2 Log Message: bind.2: add references to specific protocol families Referring the reader to "the manual entries in section 4" was too unspecific to be useful,

CVS commit: src

2022-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 28 20:12:52 UTC 2022 Modified Files: src/games/trek: trek.6 src/lib/libc/net: sockatmark.3 src/lib/libc/sys: socket.2 src/share/man/man4: inet.4 unix.4 src/share/man/man4/man4.hp300: rmp.4

CVS commit: src

2022-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 28 20:12:52 UTC 2022 Modified Files: src/games/trek: trek.6 src/lib/libc/net: sockatmark.3 src/lib/libc/sys: socket.2 src/share/man/man4: inet.4 unix.4 src/share/man/man4/man4.hp300: rmp.4

Re: lint warnings

2022-06-28 Thread Roland Illig
In article <20220624201621.ef2aff...@cvs.netbsd.org>, Roland Illig wrote: -=-=-=-=-=- Module Name:    src Committed By:   rillig Date:   Fri Jun 24 20:16:21 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: msg_247.c src/usr.bin/xlint/lint1: tree.c Log Message: lint: do

CVS commit: src/doc

2022-06-28 Thread Frederic Cambus
Module Name:src Committed By: fcambus Date: Tue Jun 28 15:58:59 UTC 2022 Modified Files: src/doc: 3RDPARTY Log Message: Note that GCC 10.4 has been released today. To generate a diff of this commit: cvs rdiff -u -r1.1862 -r1.1863 src/doc/3RDPARTY Please note that diffs

CVS commit: src/doc

2022-06-28 Thread Frederic Cambus
Module Name:src Committed By: fcambus Date: Tue Jun 28 15:58:59 UTC 2022 Modified Files: src/doc: 3RDPARTY Log Message: Note that GCC 10.4 has been released today. To generate a diff of this commit: cvs rdiff -u -r1.1862 -r1.1863 src/doc/3RDPARTY Please note that diffs

Re: lint warnings

2022-06-28 Thread Christos Zoulas
On 2022-06-28 12:10 am, Roland Illig wrote: Am 27.06.2022 um 20:20 schrieb Christos Zoulas: In article <68ea25e4-a22b-4fbc-af8c-30c4195d2...@gmx.de>, Roland Illig wrote: 27.06.2022 01:20:20 Christos Zoulas : In article <20220624201621.ef2aff...@cvs.netbsd.org>, Roland Illig wrote:

CVS commit: src/sys/dev/bluetooth

2022-06-28 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Tue Jun 28 13:25:36 UTC 2022 Modified Files: src/sys/dev/bluetooth: bcsp.c bth5.c btuart.c Log Message: remove KASSERT() checking for t_oproc at open since assigning this line discipline to a pty may not have that set. Instead do

CVS commit: src/sys/dev/bluetooth

2022-06-28 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Tue Jun 28 13:25:36 UTC 2022 Modified Files: src/sys/dev/bluetooth: bcsp.c bth5.c btuart.c Log Message: remove KASSERT() checking for t_oproc at open since assigning this line discipline to a pty may not have that set. Instead do

CVS commit: src/sys/kern

2022-06-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 28 11:41:32 UTC 2022 Modified Files: src/sys/kern: uipc_syscalls.c Log Message: recvmmsg(2): Avoid arithmetic overflow in timeout calculations. XXX This is not right -- it doesn't actually do anything to time out...

CVS commit: src/sys/kern

2022-06-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 28 11:41:32 UTC 2022 Modified Files: src/sys/kern: uipc_syscalls.c Log Message: recvmmsg(2): Avoid arithmetic overflow in timeout calculations. XXX This is not right -- it doesn't actually do anything to time out...

CVS commit: src/sys/arch/arm/apple

2022-06-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jun 28 10:42:22 UTC 2022 Modified Files: src/sys/arch/arm/apple: apple_intc.c Log Message: appleintc: update ci_cpl in pic_set_priority callback To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/arch/arm/apple

2022-06-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jun 28 10:42:22 UTC 2022 Modified Files: src/sys/arch/arm/apple: apple_intc.c Log Message: appleintc: update ci_cpl in pic_set_priority callback To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src

2022-06-28 Thread Martin Husemann
. Recent changes: ^^^ +20220628: + Changes in the build of src/games/robots require a clean build + of that program. + 2026: Changes in the xorg build require clean obj dirs for external/mit/xorg (or a full clean/non-update build).

CVS commit: src

2022-06-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jun 28 08:03:49 UTC 2022 Modified Files: src: UPDATING Log Message: Note that src/games/robots now nees a clean rebuild. To generate a diff of this commit: cvs rdiff -u -r1.327 -r1.328 src/UPDATING Please note that diffs

CVS commit: src/sys/dev/pci

2022-06-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jun 28 06:24:00 UTC 2022 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Sprinkle some const. Same code before and after. To generate a diff of this commit: cvs rdiff -u -r1.353 -r1.354 src/sys/dev/pci/if_bge.c

CVS commit: src/sys/dev/pci

2022-06-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jun 28 06:24:00 UTC 2022 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Sprinkle some const. Same code before and after. To generate a diff of this commit: cvs rdiff -u -r1.353 -r1.354 src/sys/dev/pci/if_bge.c