CVS commit: src/tests/lib/libc/sys

2025-02-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Feb 10 02:41:34 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_poll.c Log Message: t_poll: Extend the hangup tests to ptys too. Of course, ptys work slightly differently from pipes and fifos and sockets, presumably for

CVS commit: src/tests/lib/libc/sys

2025-02-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Feb 10 02:41:34 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_poll.c Log Message: t_poll: Extend the hangup tests to ptys too. Of course, ptys work slightly differently from pipes and fifos and sockets, presumably for

CVS commit: src/tests/lib/libc/sys

2025-02-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 9 17:10:37 UTC 2025 Modified Files: src/tests/lib/libc/sys: Makefile t_poll.c Log Message: t_poll: Expand tests of polling when other endpoint is closed. This covers fifos, pipes, and sockets; reads and writes; and po

CVS commit: src/tests/lib/libc/sys

2025-02-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 9 17:10:37 UTC 2025 Modified Files: src/tests/lib/libc/sys: Makefile t_poll.c Log Message: t_poll: Expand tests of polling when other endpoint is closed. This covers fifos, pipes, and sockets; reads and writes; and po

CVS commit: src/tests/lib/libc/sys

2025-02-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 9 17:10:23 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_poll.c Log Message: t_poll: Tweak to improve diagnostics. PR kern/59056: poll POLLHUP bugs To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 s

CVS commit: src/tests/lib/libc/sys

2025-02-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 9 17:10:23 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_poll.c Log Message: t_poll: Tweak to improve diagnostics. PR kern/59056: poll POLLHUP bugs To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 s

CVS commit: src/tests/lib/libc/sys

2025-02-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 9 17:09:51 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_poll.c Log Message: t_poll: Make sure POLLOUT is clear when testing POLLHUP. POLLOUT and POLLHUP are mutually exclusive in POSIX. Also, we're only polling

CVS commit: src/tests/lib/libc/sys

2025-02-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Feb 9 17:09:51 UTC 2025 Modified Files: src/tests/lib/libc/sys: t_poll.c Log Message: t_poll: Make sure POLLOUT is clear when testing POLLHUP. POLLOUT and POLLHUP are mutually exclusive in POSIX. Also, we're only polling

CVS commit: src/usr.bin/env

2025-02-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Feb 9 14:25:26 UTC 2025 Modified Files: src/usr.bin/env: env.1 env.c Log Message: PR bin/59058 Random minor corrections Use the correct exit status values (126 vs 127), the latter when the utility cannot be located (no matter

CVS commit: src/usr.bin/env

2025-02-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Feb 9 14:25:26 UTC 2025 Modified Files: src/usr.bin/env: env.1 env.c Log Message: PR bin/59058 Random minor corrections Use the correct exit status values (126 vs 127), the latter when the utility cannot be located (no matter

CVS commit: src/sys/dev/ic

2025-02-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 9 10:27:29 UTC 2025 Modified Files: src/sys/dev/ic: com.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.386 -r1.387 src/sys/dev/ic/com.c Please note that diffs are not public domai

CVS commit: src/sys/dev/ic

2025-02-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 9 10:27:29 UTC 2025 Modified Files: src/sys/dev/ic: com.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.386 -r1.387 src/sys/dev/ic/com.c Please note that diffs are not public domai

CVS commit: src/sys/arch/riscv/fdt

2025-02-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 9 10:08:38 UTC 2025 Modified Files: src/sys/arch/riscv/fdt: intc_fdt.c Log Message: risc-v: show cpu number in intc_fdt_intrstr and not hartid. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/ris

CVS commit: src/sys/arch/riscv/fdt

2025-02-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 9 10:08:38 UTC 2025 Modified Files: src/sys/arch/riscv/fdt: intc_fdt.c Log Message: risc-v: show cpu number in intc_fdt_intrstr and not hartid. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/ris

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

2025-02-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 9 10:07:42 UTC 2025 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/hppa/dev/summitfb.c Please note that diff

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

2025-02-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 9 10:07:42 UTC 2025 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/hppa/dev/summitfb.c Please note that diff

CVS commit: src/sys/arch/riscv/starfive

2025-02-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 9 09:09:49 UTC 2025 Modified Files: src/sys/arch/riscv/starfive: jh7110_trng.c Log Message: risc-v: JH7110 TRNG aprint_verbose the features and build conf registers To generate a diff of this commit: cvs rdiff -u -r1.1 -

CVS commit: src/sys/arch/riscv/starfive

2025-02-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 9 09:09:49 UTC 2025 Modified Files: src/sys/arch/riscv/starfive: jh7110_trng.c Log Message: risc-v: JH7110 TRNG aprint_verbose the features and build conf registers To generate a diff of this commit: cvs rdiff -u -r1.1 -

CVS commit: src/sbin/gpt

2025-02-09 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Feb 9 08:48:39 UTC 2025 Modified Files: src/sbin/gpt: gpt.8 Log Message: Minor cleanups. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/sbin/gpt/gpt.8 Please note that diffs are not public domain; they

CVS commit: src/sbin/gpt

2025-02-09 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Feb 9 08:48:39 UTC 2025 Modified Files: src/sbin/gpt: gpt.8 Log Message: Minor cleanups. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/sbin/gpt/gpt.8 Please note that diffs are not public domain; they