CVS commit: src/common/lib/libutil

2024-02-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Feb 16 01:57:51 UTC 2024 Modified Files: src/common/lib/libutil: snprintb.c Log Message: snprintb: clean up Remove redundant parentheses and casts. Indent statement-like macros consistently, use separate lines for each

CVS commit: src/common/lib/libutil

2024-02-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Feb 16 01:57:51 UTC 2024 Modified Files: src/common/lib/libutil: snprintb.c Log Message: snprintb: clean up Remove redundant parentheses and casts. Indent statement-like macros consistently, use separate lines for each

CVS commit: src/tests/lib/libutil

2024-02-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Feb 16 01:19:53 UTC 2024 Modified Files: src/tests/lib/libutil: t_snprintb.c Log Message: tests/snprintb: clean up existing tests, add more tests Due to the check that any bytes beyond the expected output must be unmodified,

CVS commit: src/tests/lib/libutil

2024-02-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Feb 16 01:19:53 UTC 2024 Modified Files: src/tests/lib/libutil: t_snprintb.c Log Message: tests/snprintb: clean up existing tests, add more tests Due to the check that any bytes beyond the expected output must be unmodified,

CVS commit: src

2024-02-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Feb 15 23:48:51 UTC 2024 Modified Files: src/common/lib/libutil: snprintb.c src/tests/lib/libutil: t_snprintb.c Log Message: snprintb: fix string termination (since today) In the previous commit, I had accidentally

CVS commit: src

2024-02-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Feb 15 23:48:51 UTC 2024 Modified Files: src/common/lib/libutil: snprintb.c src/tests/lib/libutil: t_snprintb.c Log Message: snprintb: fix string termination (since today) In the previous commit, I had accidentally

CVS commit: src

2024-02-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Feb 15 22:48:58 UTC 2024 Modified Files: src/common/lib/libutil: snprintb.c src/lib/libutil: snprintb.3 Log Message: snprintb: rename buflen to bufsize, following the wording in snprintf To generate a diff of this

CVS commit: src

2024-02-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Feb 15 22:48:58 UTC 2024 Modified Files: src/common/lib/libutil: snprintb.c src/lib/libutil: snprintb.3 Log Message: snprintb: rename buflen to bufsize, following the wording in snprintf To generate a diff of this

CVS commit: src

2024-02-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Feb 15 22:37:10 UTC 2024 Modified Files: src/common/lib/libutil: snprintb.c src/tests/lib/libutil: t_snprintb.c Log Message: snprintb: fix out-of-bounds write To generate a diff of this commit: cvs rdiff -u -r1.22

CVS commit: src

2024-02-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Feb 15 22:37:10 UTC 2024 Modified Files: src/common/lib/libutil: snprintb.c src/tests/lib/libutil: t_snprintb.c Log Message: snprintb: fix out-of-bounds write To generate a diff of this commit: cvs rdiff -u -r1.22

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

2024-02-15 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 15 16:17:32 UTC 2024 Modified Files: src/sys/arch/hppa/dev: gftfb.c Log Message: blitter time! everything except drawing characters i now done by hardware next step - glyphcache To generate a diff of this commit: cvs

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

2024-02-15 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 15 16:17:32 UTC 2024 Modified Files: src/sys/arch/hppa/dev: gftfb.c Log Message: blitter time! everything except drawing characters i now done by hardware next step - glyphcache To generate a diff of this commit: cvs

CVS commit: src/lib/libc/net

2024-02-15 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Thu Feb 15 15:08:23 UTC 2024 Modified Files: src/lib/libc/net: getnameinfo.3 Log Message: Document the NI_NUMERICSCOPE flag. PR lib/57832 To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

CVS commit: src/lib/libc/net

2024-02-15 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Thu Feb 15 15:08:23 UTC 2024 Modified Files: src/lib/libc/net: getnameinfo.3 Log Message: Document the NI_NUMERICSCOPE flag. PR lib/57832 To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43