CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 21:32:26 UTC 2023 Modified Files: src/lib/libc/string: strncpy.3 Log Message: strncpy(3): Fix column sizing. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libc/string/strncpy.3 Please note

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 21:32:26 UTC 2023 Modified Files: src/lib/libc/string: strncpy.3 Log Message: strncpy(3): Fix column sizing. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libc/string/strncpy.3 Please note

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 21:30:32 UTC 2023 Modified Files: src/lib/libc/string: strlcpy.3 Log Message: strlcpy(3): Tweak markup. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libc/string/strlcpy.3 Please note that

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 21:30:32 UTC 2023 Modified Files: src/lib/libc/string: strlcpy.3 Log Message: strlcpy(3): Tweak markup. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libc/string/strlcpy.3 Please note that

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 21:20:39 UTC 2023 Modified Files: src/lib/libc/string: strlcpy.3 strncpy.3 Log Message: strlcpy(3), strncpy(3): Omit needless (void) casts in examples. The return values are not critical. To generate a diff of

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 21:20:39 UTC 2023 Modified Files: src/lib/libc/string: strlcpy.3 strncpy.3 Log Message: strlcpy(3), strncpy(3): Omit needless (void) casts in examples. The return values are not critical. To generate a diff of

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 21:17:16 UTC 2023 Modified Files: src/lib/libc/string: strcpy.3 strlcpy.3 strncpy.3 Log Message: strcpy(3), strlcpy(3), strncpy(3): Just say `byte', not `character'. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 21:17:16 UTC 2023 Modified Files: src/lib/libc/string: strcpy.3 strlcpy.3 strncpy.3 Log Message: strcpy(3), strlcpy(3), strncpy(3): Just say `byte', not `character'. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 21:12:11 UTC 2023 Modified Files: src/lib/libc/string: strncpy.3 Log Message: strncpy(3): Tiny wording tweak. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libc/string/strncpy.3 Please

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 21:12:11 UTC 2023 Modified Files: src/lib/libc/string: strncpy.3 Log Message: strncpy(3): Tiny wording tweak. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libc/string/strncpy.3 Please

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 21:11:21 UTC 2023 Modified Files: src/lib/libc/string: strncpy.3 Log Message: strncpy(3): Reword to make sentence structure parallel. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 21:11:21 UTC 2023 Modified Files: src/lib/libc/string: strncpy.3 Log Message: strncpy(3): Reword to make sentence structure parallel. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 21:10:27 UTC 2023 Modified Files: src/lib/libc/string: strncpy.3 Log Message: strncpy(3): Fix typo -- stpncpy, not stpcpy which is different. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 21:10:27 UTC 2023 Modified Files: src/lib/libc/string: strncpy.3 Log Message: strncpy(3): Fix typo -- stpncpy, not stpcpy which is different. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 21:09:11 UTC 2023 Modified Files: src/lib/libc/string: strncpy.3 Log Message: strncpy(3): Take another whack at clarifying this. Emphasize the fixed-buffer nature of it, and that NUL-termination is neither required

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 21:09:11 UTC 2023 Modified Files: src/lib/libc/string: strncpy.3 Log Message: strncpy(3): Take another whack at clarifying this. Emphasize the fixed-buffer nature of it, and that NUL-termination is neither required

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 16:34:28 UTC 2023 Modified Files: src/lib/libc/string: strlcpy.3 Log Message: strlcpy(3): Nix stray space between `NUL' and `-terminating'. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 16:34:28 UTC 2023 Modified Files: src/lib/libc/string: strlcpy.3 Log Message: strlcpy(3): Nix stray space between `NUL' and `-terminating'. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/lib/libc/string

2023-08-11 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Fri Aug 11 16:06:10 UTC 2023 Modified Files: src/lib/libc/string: strlcpy.3 Log Message: strlcpy(3): don't use \*[Ge] for >= - it's wrong for source code In the PostScript output it produces the single mathematical "greater or

CVS commit: src/lib/libc/string

2023-08-11 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Fri Aug 11 16:06:10 UTC 2023 Modified Files: src/lib/libc/string: strlcpy.3 Log Message: strlcpy(3): don't use \*[Ge] for >= - it's wrong for source code In the PostScript output it produces the single mathematical "greater or

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 16:05:56 UTC 2023 Modified Files: src/lib/libc/string: strcpy.3 Log Message: strcpy(3): Note that strlcpy(3) is a safer replacement for strcpy(3). Suggest snprintf("%s") as a more portable alternative too. Note

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 16:05:56 UTC 2023 Modified Files: src/lib/libc/string: strcpy.3 Log Message: strcpy(3): Note that strlcpy(3) is a safer replacement for strcpy(3). Suggest snprintf("%s") as a more portable alternative too. Note

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 16:04:25 UTC 2023 Modified Files: src/lib/libc/string: strncpy.3 Log Message: strncpy(3): Rework the example in an attempt to improve exposition. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 16:04:25 UTC 2023 Modified Files: src/lib/libc/string: strncpy.3 Log Message: strncpy(3): Rework the example in an attempt to improve exposition. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 15:37:55 UTC 2023 Modified Files: src/lib/libc/string: strncpy.3 Log Message: strncpy(3): Note strcpy(3) man page revision this forked from. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 15:37:55 UTC 2023 Modified Files: src/lib/libc/string: strncpy.3 Log Message: strncpy(3): Note strcpy(3) man page revision this forked from. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 15:36:17 UTC 2023 Modified Files: src/lib/libc/string: strcpy.3 strlcpy.3 strncpy.3 Log Message: strcpy(3), strlcpy(3), strncpy(3): Use `.Tn NUL' for the zero byte. Let's be consistent within these man pages. (If

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 15:36:17 UTC 2023 Modified Files: src/lib/libc/string: strcpy.3 strlcpy.3 strncpy.3 Log Message: strcpy(3), strlcpy(3), strncpy(3): Use `.Tn NUL' for the zero byte. Let's be consistent within these man pages. (If

CVS commit: src/lib/libc/string

2023-08-11 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Fri Aug 11 13:18:24 UTC 2023 Modified Files: src/lib/libc/string: strncpy.3 Log Message: strncpy(3): markup tweaks NUL is a character name, not a defined name, use .Tn .Ns has implicit .No effect Use \*q for ASCII quotes (.Dq uses

CVS commit: src/lib/libc/string

2023-08-11 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Fri Aug 11 13:18:24 UTC 2023 Modified Files: src/lib/libc/string: strncpy.3 Log Message: strncpy(3): markup tweaks NUL is a character name, not a defined name, use .Tn .Ns has implicit .No effect Use \*q for ASCII quotes (.Dq uses

CVS commit: src/lib/libc/string

2023-08-11 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Fri Aug 11 13:10:59 UTC 2023 Modified Files: src/lib/libc/string: strncpy.3 Log Message: strncpy(3): use .Sm off/on around a fancy expression to avoid lots of Ns To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/libc/string

2023-08-11 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Fri Aug 11 13:10:59 UTC 2023 Modified Files: src/lib/libc/string: strncpy.3 Log Message: strncpy(3): use .Sm off/on around a fancy expression to avoid lots of Ns To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/libc/string

2023-08-11 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Fri Aug 11 13:07:17 UTC 2023 Modified Files: src/lib/libc/string: Makefile.inc Log Message: Install strncpy.3 to fix build To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/lib/libc/string/Makefile.inc Please

CVS commit: src/lib/libc/string

2023-08-11 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Fri Aug 11 13:07:17 UTC 2023 Modified Files: src/lib/libc/string: Makefile.inc Log Message: Install strncpy.3 to fix build To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/lib/libc/string/Makefile.inc Please

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 12:26:59 UTC 2023 Modified Files: src/lib/libc/string: strncpy.3 Log Message: strncpy(3): Slightly more consistency about NUL vs '\0' in the text. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 12:26:59 UTC 2023 Modified Files: src/lib/libc/string: strncpy.3 Log Message: strncpy(3): Slightly more consistency about NUL vs '\0' in the text. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 11:51:54 UTC 2023 Modified Files: src/lib/libc/string: strncpy.3 Log Message: strncpy(3): Qualify example of strlcpy(3) with a major caveat. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 11:51:54 UTC 2023 Modified Files: src/lib/libc/string: strncpy.3 Log Message: strncpy(3): Qualify example of strlcpy(3) with a major caveat. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 09:39:39 UTC 2023 Modified Files: src/lib/libc/string: Makefile.inc strcpy.3 Added Files: src/lib/libc/string: strncpy.3 Log Message: strncpy(3), stpncpy(3): Split man page out of strcpy(3), stpcpy(3).

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 09:39:39 UTC 2023 Modified Files: src/lib/libc/string: Makefile.inc strcpy.3 Added Files: src/lib/libc/string: strncpy.3 Log Message: strncpy(3), stpncpy(3): Split man page out of strcpy(3), stpcpy(3).

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 08:15:30 UTC 2023 Modified Files: src/lib/libc/string: strlcpy.3 Log Message: strlcpy(3): Rework man page to clarify relation to strncpy(3). Add caveats explaining when strlcpy(3) and strlcat(3) are dangerously

CVS commit: src/lib/libc/string

2023-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 11 08:15:30 UTC 2023 Modified Files: src/lib/libc/string: strlcpy.3 Log Message: strlcpy(3): Rework man page to clarify relation to strncpy(3). Add caveats explaining when strlcpy(3) and strlcat(3) are dangerously

CVS commit: src/lib/libc/gdtoa

2023-08-11 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Aug 11 06:02:46 UTC 2023 Modified Files: src/lib/libc/gdtoa: strtod.c Log Message: remove the -O0 force for _int_strtod_l() and GCC 9, it's fixed in GCC 10 and 12. this was triggering sh3 GCC 12 to fail compiles because of

CVS commit: src/lib/libc/gdtoa

2023-08-11 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Aug 11 06:02:46 UTC 2023 Modified Files: src/lib/libc/gdtoa: strtod.c Log Message: remove the -O0 force for _int_strtod_l() and GCC 9, it's fixed in GCC 10 and 12. this was triggering sh3 GCC 12 to fail compiles because of

CVS commit: src/lib

2023-08-10 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Aug 10 20:38:00 UTC 2023 Modified Files: src/lib/libc/net: gethnamaddr.c src/lib/libedit: chartype.c src/lib/libkvm: kvm_proc.c Log Message: avoid various use-after-free issues. create a ptrdiff_t offset between

CVS commit: src/lib

2023-08-10 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Aug 10 20:38:00 UTC 2023 Modified Files: src/lib/libc/net: gethnamaddr.c src/lib/libedit: chartype.c src/lib/libkvm: kvm_proc.c Log Message: avoid various use-after-free issues. create a ptrdiff_t offset between

CVS commit: src/lib/libc/resolv

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 07:01:09 UTC 2023 Modified Files: src/lib/libc/resolv: res_debug.c Log Message: libc/resolv/res_debug.c: Minor whitespace fixes. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/lib/libc/resolv

2023-08-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 9 07:01:09 UTC 2023 Modified Files: src/lib/libc/resolv: res_debug.c Log Message: libc/resolv/res_debug.c: Minor whitespace fixes. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/lib/libnpf

2023-08-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Aug 8 10:36:04 UTC 2023 Modified Files: src/lib/libnpf: npf.c Log Message: libnpf(3): No need for weird padding any more. cdbw_output never needed it at runtime, and the declaration no longer makes gcc angry about not

CVS commit: src/lib/libnpf

2023-08-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Aug 8 10:36:04 UTC 2023 Modified Files: src/lib/libnpf: npf.c Log Message: libnpf(3): No need for weird padding any more. cdbw_output never needed it at runtime, and the declaration no longer makes gcc angry about not

CVS commit: src/lib/libm/src

2023-08-08 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 8 06:31:18 UTC 2023 Modified Files: src/lib/libm/src: k_rem_pio2.c k_rem_pio2f.c Log Message: avoid uninitialised variable accesses. if __kernel_rem_pio2() or __kernel_rem_pio2f() are called with "nx" less than 2, the

CVS commit: src/lib/libm/src

2023-08-08 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 8 06:31:18 UTC 2023 Modified Files: src/lib/libm/src: k_rem_pio2.c k_rem_pio2f.c Log Message: avoid uninitialised variable accesses. if __kernel_rem_pio2() or __kernel_rem_pio2f() are called with "nx" less than 2, the

CVS commit: src/lib/libm

2023-08-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Aug 8 02:09:43 UTC 2023 Modified Files: src/lib/libm: Makefile Log Message: libm: Add fma(3) and friends to m68k To generate a diff of this commit: cvs rdiff -u -r1.220 -r1.221 src/lib/libm/Makefile Please note that diffs

CVS commit: src/lib/libm

2023-08-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Aug 8 02:09:43 UTC 2023 Modified Files: src/lib/libm: Makefile Log Message: libm: Add fma(3) and friends to m68k To generate a diff of this commit: cvs rdiff -u -r1.220 -r1.221 src/lib/libm/Makefile Please note that diffs

CVS commit: src/lib/libm/src

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 08:54:40 UTC 2023 Modified Files: src/lib/libm/src: ldbl_dummy.c Log Message: libm: Add dummy remainderl and remquol. These are pretty bad -- these aren't transcendental functions; not rocket science to make them

CVS commit: src/lib/libm/src

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 08:54:40 UTC 2023 Modified Files: src/lib/libm/src: ldbl_dummy.c Log Message: libm: Add dummy remainderl and remquol. These are pretty bad -- these aren't transcendental functions; not rocket science to make them

CVS commit: src/lib/libc/sys

2023-08-01 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Aug 1 23:33:05 UTC 2023 Modified Files: src/lib/libc/sys: select.2 Log Message: select.2: note when pselect(2) was added To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/lib/libc/sys/select.2 Please

CVS commit: src/lib/libc/sys

2023-08-01 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Aug 1 23:33:05 UTC 2023 Modified Files: src/lib/libc/sys: select.2 Log Message: select.2: note when pselect(2) was added To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/lib/libc/sys/select.2 Please

CVS commit: src/lib/libform

2023-08-01 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 1 07:56:23 UTC 2023 Modified Files: src/lib/libform: internals.c Log Message: pass the struct size to malloc(), not the pointer size. found by GCC 12. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

CVS commit: src/lib/libform

2023-08-01 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 1 07:56:23 UTC 2023 Modified Files: src/lib/libform: internals.c Log Message: pass the struct size to malloc(), not the pointer size. found by GCC 12. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

CVS commit: src/lib

2023-07-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Jul 31 04:37:04 UTC 2023 Modified Files: src/lib/librumpclient: rumpclient.c src/lib/librumphijack: hijack.c Log Message: librump*: Require 10.99.7 or higher for __kevent100 To generate a diff of this commit: cvs rdiff

CVS commit: src/lib

2023-07-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Jul 31 04:37:04 UTC 2023 Modified Files: src/lib/librumpclient: rumpclient.c src/lib/librumphijack: hijack.c Log Message: librump*: Require 10.99.7 or higher for __kevent100 To generate a diff of this commit: cvs rdiff

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

2023-07-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jul 29 10:01:24 UTC 2023 Modified Files: src/lib/libc/compat/sys: compat_kevent.c Log Message: libc: Warn of __kevent50 when itself (not kevent) is referenced To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2023-07-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jul 29 10:01:24 UTC 2023 Modified Files: src/lib/libc/compat/sys: compat_kevent.c Log Message: libc: Warn of __kevent50 when itself (not kevent) is referenced To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/libc/sys

2023-07-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jul 28 23:41:16 UTC 2023 Modified Files: src/lib/libc/sys: epoll.2 kqueue.2 Log Message: Fix some macro( usage)s To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/sys/epoll.2 cvs rdiff -u -r1.59 -r1.60

CVS commit: src/lib/libc/sys

2023-07-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jul 28 23:41:16 UTC 2023 Modified Files: src/lib/libc/sys: epoll.2 kqueue.2 Log Message: Fix some macro( usage)s To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/sys/epoll.2 cvs rdiff -u -r1.59 -r1.60

CVS commit: src/lib/libc/sys

2023-07-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jul 28 23:41:02 UTC 2023 Modified Files: src/lib/libc/sys: socket.2 Log Message: Remove Pp that have no effect. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/lib/libc/sys/socket.2 Please note that diffs

CVS commit: src/lib/libc/sys

2023-07-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jul 28 23:41:02 UTC 2023 Modified Files: src/lib/libc/sys: socket.2 Log Message: Remove Pp that have no effect. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/lib/libc/sys/socket.2 Please note that diffs

CVS commit: src/lib/csu/arch/vax

2023-07-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Jul 28 11:22:43 UTC 2023 Modified Files: src/lib/csu/arch/vax: crt0.S Log Message: vax/csu: __start: Use 0x as entry mask instead of 0x0101 (two NOPs) This was a quite common trick to able to load executables with a.out

CVS commit: src/lib/csu/arch/vax

2023-07-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Jul 28 11:22:43 UTC 2023 Modified Files: src/lib/csu/arch/vax: crt0.S Log Message: vax/csu: __start: Use 0x as entry mask instead of 0x0101 (two NOPs) This was a quite common trick to able to load executables with a.out

CVS commit: src/lib/csu/arch/vax

2023-07-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Jul 28 07:17:30 UTC 2023 Modified Files: src/lib/csu/arch/vax: crtbegin.S Log Message: vax/csu: Use register name provided by asm.h. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/lib/csu/arch/vax

2023-07-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Jul 28 07:17:30 UTC 2023 Modified Files: src/lib/csu/arch/vax: crtbegin.S Log Message: vax/csu: Use register name provided by asm.h. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/lib/csu/arch/vax

2023-07-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Jul 28 07:04:41 UTC 2023 Modified Files: src/lib/csu/arch/vax: crtbegin.S Log Message: vax/csu: __do_global_ctors_aux: Save actually-used r8, instead of r11 Thanks Kalvis Duckmanton for report and patch on tech-toolchain:

CVS commit: src/lib/csu/arch/vax

2023-07-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Jul 28 07:04:41 UTC 2023 Modified Files: src/lib/csu/arch/vax: crtbegin.S Log Message: vax/csu: __do_global_ctors_aux: Save actually-used r8, instead of r11 Thanks Kalvis Duckmanton for report and patch on tech-toolchain:

CVS commit: src/lib/libc/time

2023-07-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jul 26 09:17:20 UTC 2023 Modified Files: src/lib/libc/time: zdump.8 zic.8 Log Message: Fix formatting corruption for manpages from tzcode. Comment out .TH macros, that cause mandoc(1) to run into man(7) mode. To generate a

CVS commit: src/lib/libc/time

2023-07-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jul 26 09:17:20 UTC 2023 Modified Files: src/lib/libc/time: zdump.8 zic.8 Log Message: Fix formatting corruption for manpages from tzcode. Comment out .TH macros, that cause mandoc(1) to run into man(7) mode. To generate a

CVS commit: src/lib/libc/arch

2023-07-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jul 23 07:25:04 UTC 2023 Modified Files: src/lib/libc/arch/aarch64: SYS.h src/lib/libc/arch/arm: SYS.h Log Message: ENTRY / END indentation. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/libc/arch

2023-07-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jul 23 07:25:04 UTC 2023 Modified Files: src/lib/libc/arch/aarch64: SYS.h src/lib/libc/arch/arm: SYS.h Log Message: ENTRY / END indentation. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/libc/arch/mips

2023-07-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jul 23 07:24:20 UTC 2023 Modified Files: src/lib/libc/arch/mips: SYS.h Log Message: Indentation consistency. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libc/arch/mips/SYS.h Please note that

CVS commit: src/lib/libc/arch/mips

2023-07-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jul 23 07:24:20 UTC 2023 Modified Files: src/lib/libc/arch/mips: SYS.h Log Message: Indentation consistency. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libc/arch/mips/SYS.h Please note that

CVS commit: src/lib/libc/sys

2023-07-20 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Jul 20 23:28:44 UTC 2023 Modified Files: src/lib/libc/sys: socket.2 Log Message: socket.2: simplify and improve some phrasing To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/lib/libc/sys/socket.2

CVS commit: src/lib/libc/sys

2023-07-20 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Jul 20 23:28:44 UTC 2023 Modified Files: src/lib/libc/sys: socket.2 Log Message: socket.2: simplify and improve some phrasing To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/lib/libc/sys/socket.2

CVS commit: src/lib/libc

2023-07-18 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 18 11:44:32 UTC 2023 Modified Files: src/lib/libc/misc: initfini.c src/lib/libc/stdlib: _env.c Log Message: libc: Use RB_TREE_INITIALIZER to nix initfini.c/_env.c coupling. Doesn't actually help to remove

CVS commit: src/lib/libc

2023-07-18 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 18 11:44:32 UTC 2023 Modified Files: src/lib/libc/misc: initfini.c src/lib/libc/stdlib: _env.c Log Message: libc: Use RB_TREE_INITIALIZER to nix initfini.c/_env.c coupling. Doesn't actually help to remove

CVS commit: src/lib/librumpuser

2023-07-15 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jul 15 09:22:44 UTC 2023 Modified Files: src/lib/librumpuser: configure Log Message: librumpuser/configure: regen for URL fixes To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/librumpuser/configure

CVS commit: src/lib/librumpuser

2023-07-15 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jul 15 09:22:44 UTC 2023 Modified Files: src/lib/librumpuser: configure Log Message: librumpuser/configure: regen for URL fixes To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/librumpuser/configure

CVS commit: src/lib/librumpuser

2023-07-15 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jul 15 09:21:36 UTC 2023 Modified Files: src/lib/librumpuser: configure.ac Log Message: librumpuser/configure: fix missing directory warning Use "build-aux" instead of the non-existant "m4" as the directory for

CVS commit: src/lib/librumpuser

2023-07-15 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jul 15 09:21:36 UTC 2023 Modified Files: src/lib/librumpuser: configure.ac Log Message: librumpuser/configure: fix missing directory warning Use "build-aux" instead of the non-existant "m4" as the directory for

CVS commit: src/lib

2023-07-14 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Jul 14 23:28:01 UTC 2023 Modified Files: src/lib/libpthread: Makefile src/lib/librumpuser: configure.ac rumpuser_port.h Log Message: fix rump URLs Link to https://github.com/rumpkernel/ instead of a site now taken

CVS commit: src/lib

2023-07-14 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Jul 14 23:28:01 UTC 2023 Modified Files: src/lib/libpthread: Makefile src/lib/librumpuser: configure.ac rumpuser_port.h Log Message: fix rump URLs Link to https://github.com/rumpkernel/ instead of a site now taken

CVS commit: src/lib/librefuse/refuse

2023-07-13 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Fri Jul 14 02:43:50 UTC 2023 Modified Files: src/lib/librefuse/refuse: fs.c Log Message: refuse(3): Fix broken 3.5, 3.6, and 3.7 APIs These API versions were completely missing from refuse/fs.c. User programs could request these

CVS commit: src/lib/librefuse/refuse

2023-07-13 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Fri Jul 14 02:43:50 UTC 2023 Modified Files: src/lib/librefuse/refuse: fs.c Log Message: refuse(3): Fix broken 3.5, 3.6, and 3.7 APIs These API versions were completely missing from refuse/fs.c. User programs could request these

CVS commit: src/lib/libm

2023-07-08 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jul 9 03:57:09 UTC 2023 Modified Files: src/lib/libm: Makefile Log Message: libm: Add missing fma(3) and friends for sh3. To generate a diff of this commit: cvs rdiff -u -r1.219 -r1.220 src/lib/libm/Makefile Please note that

CVS commit: src/lib/libm

2023-07-08 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jul 9 03:57:09 UTC 2023 Modified Files: src/lib/libm: Makefile Log Message: libm: Add missing fma(3) and friends for sh3. To generate a diff of this commit: cvs rdiff -u -r1.219 -r1.220 src/lib/libm/Makefile Please note that

CVS commit: src/lib/libbsdmalloc

2023-07-07 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Jul 8 04:09:26 UTC 2023 Modified Files: src/lib/libbsdmalloc: malloc.c Log Message: Make mstats() decl match prototype so this compiles with -DMSTATS. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/lib/libbsdmalloc

2023-07-07 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Jul 8 04:09:26 UTC 2023 Modified Files: src/lib/libbsdmalloc: malloc.c Log Message: Make mstats() decl match prototype so this compiles with -DMSTATS. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/lib/libc/sys

2023-07-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 7 01:31:25 UTC 2023 Modified Files: src/lib/libc/sys: poll.2 select.2 Log Message: select(2), poll(2): Clarify return values. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/lib/libc/sys/poll.2 cvs

CVS commit: src/lib/libc/sys

2023-07-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 7 01:31:25 UTC 2023 Modified Files: src/lib/libc/sys: poll.2 select.2 Log Message: select(2), poll(2): Clarify return values. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/lib/libc/sys/poll.2 cvs

CVS commit: src/lib/libbsdmalloc

2023-07-05 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Thu Jul 6 01:32:52 UTC 2023 Modified Files: src/lib/libbsdmalloc: bsdmalloc.3 Log Message: bsdmalloc(3): fix malloc() signature To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libbsdmalloc/bsdmalloc.3 Please

CVS commit: src/lib/libbsdmalloc

2023-07-05 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Thu Jul 6 01:32:52 UTC 2023 Modified Files: src/lib/libbsdmalloc: bsdmalloc.3 Log Message: bsdmalloc(3): fix malloc() signature To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libbsdmalloc/bsdmalloc.3 Please

<    1   2   3   4   5   6   7   8   9   10   >