CVS commit: src/lib/libc/arch/sparc64/gen

2024-03-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 11 23:05:35 UTC 2024 Modified Files: src/lib/libc/arch/sparc64/gen: fpsetround.c Log Message: fix lint To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libc/arch/sparc64/gen/fpsetround.c Please

CVS commit: src/lib/libc/arch/sparc64/gen

2024-03-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 11 23:05:35 UTC 2024 Modified Files: src/lib/libc/arch/sparc64/gen: fpsetround.c Log Message: fix lint To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libc/arch/sparc64/gen/fpsetround.c Please

CVS commit: src/lib/libc/time

2024-03-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 11 23:03:35 UTC 2024 Modified Files: src/lib/libc/time: localtime.c Log Message: add casts for compat code where time_t is 32 bits. To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143

CVS commit: src/lib/libc/time

2024-03-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 11 23:03:35 UTC 2024 Modified Files: src/lib/libc/time: localtime.c Log Message: add casts for compat code where time_t is 32 bits. To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143

CVS commit: src/lib/libc/compiler_rt

2024-03-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Mar 10 18:00:13 UTC 2024 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: compiler_rt: allow signed bit shifts for __negv Standard C defines '1 << 31' as undefined behavior, but

CVS commit: src/lib/libc/compiler_rt

2024-03-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Mar 10 18:00:13 UTC 2024 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: compiler_rt: allow signed bit shifts for __negv Standard C defines '1 << 31' as undefined behavior, but

CVS commit: src/lib/libcrypt

2024-03-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Mar 9 13:48:50 UTC 2024 Modified Files: src/lib/libcrypt: crypt-argon2.c Log Message: Don't use uninitialized variable. Fixes PR 57895. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/lib/libcrypt

2024-03-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Mar 9 13:48:50 UTC 2024 Modified Files: src/lib/libcrypt: crypt-argon2.c Log Message: Don't use uninitialized variable. Fixes PR 57895. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/lib/libc/time

2024-03-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 7 20:42:04 UTC 2024 Modified Files: src/lib/libc/time: localtime.c Log Message: pass lint on sparc64 where int_fast32_t is long. To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.142

CVS commit: src/lib/libc/time

2024-03-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 7 20:42:04 UTC 2024 Modified Files: src/lib/libc/time: localtime.c Log Message: pass lint on sparc64 where int_fast32_t is long. To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.142

CVS commit: src/lib/libutil

2024-02-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Feb 29 21:08:55 UTC 2024 Modified Files: src/lib/libutil: snprintb.3 Log Message: snprintb.3: fix typo To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/lib/libutil/snprintb.3 Please note that diffs are not

CVS commit: src/lib/libutil

2024-02-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Feb 29 21:08:55 UTC 2024 Modified Files: src/lib/libutil: snprintb.3 Log Message: snprintb.3: fix typo To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/lib/libutil/snprintb.3 Please note that diffs are not

CVS commit: src/lib/libutil

2024-02-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Feb 29 20:55:35 UTC 2024 Modified Files: src/lib/libutil: parsedate.y Log Message: parsedate.y: remove outdated comment The number of shift/reduce conflicts has grown to 16. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libutil

2024-02-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Feb 29 20:55:35 UTC 2024 Modified Files: src/lib/libutil: parsedate.y Log Message: parsedate.y: remove outdated comment The number of shift/reduce conflicts has grown to 16. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libc/softfloat/bits64

2024-02-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 27 15:14:15 UTC 2024 Modified Files: src/lib/libc/softfloat/bits64: softfloat.c Log Message: appease lint To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libc/softfloat/bits64/softfloat.c Please

CVS commit: src/lib/libc/softfloat/bits64

2024-02-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 27 15:14:15 UTC 2024 Modified Files: src/lib/libc/softfloat/bits64: softfloat.c Log Message: appease lint To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libc/softfloat/bits64/softfloat.c Please

CVS commit: src/lib

2024-02-26 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 26 20:16:16 UTC 2024 Modified Files: src/lib: Makefile Log Message: revert previous - it doesn't mean what i thought and some builds broke. To generate a diff of this commit: cvs rdiff -u -r1.298 -r1.299 src/lib/Makefile

CVS commit: src/lib

2024-02-26 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 26 20:16:16 UTC 2024 Modified Files: src/lib: Makefile Log Message: revert previous - it doesn't mean what i thought and some builds broke. To generate a diff of this commit: cvs rdiff -u -r1.298 -r1.299 src/lib/Makefile

CVS commit: src/lib

2024-02-25 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 25 20:25:09 UTC 2024 Modified Files: src/lib: Makefile Log Message: skip sanitizers if MKSANITIZER "no". To generate a diff of this commit: cvs rdiff -u -r1.297 -r1.298 src/lib/Makefile Please note that diffs are not

CVS commit: src/lib

2024-02-25 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 25 20:25:09 UTC 2024 Modified Files: src/lib: Makefile Log Message: skip sanitizers if MKSANITIZER "no". To generate a diff of this commit: cvs rdiff -u -r1.297 -r1.298 src/lib/Makefile Please note that diffs are not

CVS commit: src/lib/libm/src

2024-02-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 25 19:26:34 UTC 2024 Modified Files: src/lib/libm/src: s_fabsl.c Log Message: fabsl is defined in libc... To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libm/src/s_fabsl.c Please note that diffs

CVS commit: src/lib/libm/src

2024-02-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 25 19:26:34 UTC 2024 Modified Files: src/lib/libm/src: s_fabsl.c Log Message: fabsl is defined in libc... To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libm/src/s_fabsl.c Please note that diffs

CVS commit: src/lib/libm/src

2024-02-24 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Feb 24 19:32:09 UTC 2024 Modified Files: src/lib/libm/src: namespace.h s_atanl.c s_remquo.c s_remquof.c s_remquol.c Log Message: fix some fallout from 32-bit fixes for long double functions. apply namespace.h to

CVS commit: src/lib/libm/src

2024-02-24 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Feb 24 19:32:09 UTC 2024 Modified Files: src/lib/libm/src: namespace.h s_atanl.c s_remquo.c s_remquof.c s_remquol.c Log Message: fix some fallout from 32-bit fixes for long double functions. apply namespace.h to

CVS commit: src/lib/libm/src

2024-02-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 24 15:16:53 UTC 2024 Modified Files: src/lib/libm/src: b_tgammal.c e_acoshl.c e_acosl.c e_asinl.c e_atanhl.c s_asinhl.c s_atanl.c s_cospil.c s_erfl.c s_exp2l.c s_fabsl.c s_llrintl.c s_logl.c

CVS commit: src/lib/libm/src

2024-02-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 24 15:16:53 UTC 2024 Modified Files: src/lib/libm/src: b_tgammal.c e_acoshl.c e_acosl.c e_asinl.c e_atanhl.c s_asinhl.c s_atanl.c s_cospil.c s_erfl.c s_exp2l.c s_fabsl.c s_llrintl.c s_logl.c

CVS commit: src/lib/libm/src

2024-02-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 23 13:42:01 UTC 2024 Modified Files: src/lib/libm/src: s_tanl.c Log Message: fix the 32 bit tanl symbol. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libm/src/s_tanl.c Please note that diffs

CVS commit: src/lib/libm/src

2024-02-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 23 13:42:01 UTC 2024 Modified Files: src/lib/libm/src: s_tanl.c Log Message: fix the 32 bit tanl symbol. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libm/src/s_tanl.c Please note that diffs

CVS commit: src/lib/libutil

2024-02-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Feb 20 20:38:54 UTC 2024 Modified Files: src/lib/libutil: snprintb.3 Log Message: snprintb.3: sync examples with reality To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/lib/libutil/snprintb.3 Please note

CVS commit: src/lib/libutil

2024-02-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Feb 20 20:38:54 UTC 2024 Modified Files: src/lib/libutil: snprintb.3 Log Message: snprintb.3: sync examples with reality To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/lib/libutil/snprintb.3 Please note

CVS commit: src/lib/libc/arch/sparc/gen

2024-02-19 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Tue Feb 20 00:09:31 UTC 2024 Modified Files: src/lib/libc/arch/sparc/gen: longjmp.c Log Message: fix typo in comment To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/sparc/gen/longjmp.c Please note

CVS commit: src/lib/libc/arch/sparc/gen

2024-02-19 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Tue Feb 20 00:09:31 UTC 2024 Modified Files: src/lib/libc/arch/sparc/gen: longjmp.c Log Message: fix typo in comment To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/sparc/gen/longjmp.c Please note

CVS commit: src/lib/libc/time

2024-02-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Feb 18 12:47:08 UTC 2024 Modified Files: src/lib/libc/time: strftime.c Log Message: Revert this part: strftime %s now uses tm_gmtoff if available. (Problem and draft patch reported by Dag-Erling Smørgrav.) of

CVS commit: src/lib/libc/time

2024-02-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Feb 18 12:47:08 UTC 2024 Modified Files: src/lib/libc/time: strftime.c Log Message: Revert this part: strftime %s now uses tm_gmtoff if available. (Problem and draft patch reported by Dag-Erling Smørgrav.) of

CVS commit: src/lib/libc/net

2024-02-16 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Fri Feb 16 22:50:33 UTC 2024 Modified Files: src/lib/libc/net: getnameinfo.3 Log Message: getnameinfo(3): fix/prettify markup To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/lib/libc/net/getnameinfo.3 Please

CVS commit: src/lib/libc/net

2024-02-16 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Fri Feb 16 22:50:33 UTC 2024 Modified Files: src/lib/libc/net: getnameinfo.3 Log Message: getnameinfo(3): fix/prettify markup To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/lib/libc/net/getnameinfo.3 Please

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

CVS commit: src/lib/libc/gen

2024-02-09 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Fri Feb 9 17:24:45 UTC 2024 Modified Files: src/lib/libc/gen: signal.3 Log Message: signal(3): mention old signal(2) syscall in HISTORY To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/libc/gen/signal.3

CVS commit: src/lib/libc/gen

2024-02-09 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Fri Feb 9 17:24:45 UTC 2024 Modified Files: src/lib/libc/gen: signal.3 Log Message: signal(3): mention old signal(2) syscall in HISTORY To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/libc/gen/signal.3

CVS commit: src/lib/libutil

2024-02-04 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Sun Feb 4 18:44:54 UTC 2024 Modified Files: src/lib/libutil: getrawpartition.3 Log Message: getrawpartition(3): reword to clarify return value, use .Pq "'a' == 0" is, stricly speaking false, and since 'a' is an int, it's not

CVS commit: src/lib/libutil

2024-02-04 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Sun Feb 4 18:44:54 UTC 2024 Modified Files: src/lib/libutil: getrawpartition.3 Log Message: getrawpartition(3): reword to clarify return value, use .Pq "'a' == 0" is, stricly speaking false, and since 'a' is an int, it's not

CVS commit: src/lib/libc/locale

2024-02-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 3 10:55:38 UTC 2024 Modified Files: src/lib/libc/locale: mblen.3 Log Message: mblen.3: clean up wording and grammar To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libc/locale/mblen.3 Please note

CVS commit: src/lib/libc/locale

2024-02-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 3 10:55:38 UTC 2024 Modified Files: src/lib/libc/locale: mblen.3 Log Message: mblen.3: clean up wording and grammar To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libc/locale/mblen.3 Please note

CVS commit: src/lib/libc/gen

2024-02-02 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Fri Feb 2 21:16:42 UTC 2024 Modified Files: src/lib/libc/gen: err.3 Log Message: Make the err(3) manual clearer to read. - Mention that the 'fmt' argument to these functions holds a printf(3)-like format specification. -

CVS commit: src/lib/libc/gen

2024-02-02 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Fri Feb 2 21:16:42 UTC 2024 Modified Files: src/lib/libc/gen: err.3 Log Message: Make the err(3) manual clearer to read. - Mention that the 'fmt' argument to these functions holds a printf(3)-like format specification. -

CVS commit: src/lib/libutil

2024-02-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Feb 1 22:18:34 UTC 2024 Modified Files: src/lib/libutil: snprintb.3 Log Message: snprintb.3: fix examples, clean up wording In the examples using hex escape sequences, there must be a delimiter between the escape sequence

CVS commit: src/lib/libutil

2024-02-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Feb 1 22:18:34 UTC 2024 Modified Files: src/lib/libutil: snprintb.3 Log Message: snprintb.3: fix examples, clean up wording In the examples using hex escape sequences, there must be a delimiter between the escape sequence

CVS commit: src/lib/libc/stdlib

2024-01-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 27 17:58:36 UTC 2024 Modified Files: src/lib/libc/stdlib: Makefile.inc Log Message: fix i386 lint To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/lib/libc/stdlib/Makefile.inc Please note that diffs

CVS commit: src/lib/libc/stdlib

2024-01-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 27 17:58:36 UTC 2024 Modified Files: src/lib/libc/stdlib: Makefile.inc Log Message: fix i386 lint To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/lib/libc/stdlib/Makefile.inc Please note that diffs

CVS commit: src/lib/libm/src

2024-01-26 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Sat Jan 27 05:50:42 UTC 2024 Modified Files: src/lib/libm/src: e_acoshl.c e_acosl.c e_asinl.c e_atanhl.c e_coshl.c s_asinhl.c s_logl.c s_tanhl.c Log Message: Enable asinl, acosl, logl, coshl, tanhl, atanhl, asinhl and

CVS commit: src/lib/libm/src

2024-01-26 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Sat Jan 27 05:50:42 UTC 2024 Modified Files: src/lib/libm/src: e_acoshl.c e_acosl.c e_asinl.c e_atanhl.c e_coshl.c s_asinhl.c s_logl.c s_tanhl.c Log Message: Enable asinl, acosl, logl, coshl, tanhl, atanhl, asinhl and

CVS commit: src/lib/libm/man

2024-01-26 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jan 26 23:41:55 UTC 2024 Modified Files: src/lib/libm/man: pow.3 Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libm/man/pow.3 Please note that diffs are not public domain; they are

CVS commit: src/lib/libm/man

2024-01-26 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jan 26 23:41:55 UTC 2024 Modified Files: src/lib/libm/man: pow.3 Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libm/man/pow.3 Please note that diffs are not public domain; they are

CVS commit: src/lib/libm

2024-01-26 Thread Niclas Rosenvik
Module Name:src Committed By: nros Date: Fri Jan 26 22:01:40 UTC 2024 Modified Files: src/lib/libm: Makefile Log Message: sinhf is in the same manual page as sinh not sin To generate a diff of this commit: cvs rdiff -u -r1.225 -r1.226 src/lib/libm/Makefile Please note

CVS commit: src/lib/libm

2024-01-26 Thread Niclas Rosenvik
Module Name:src Committed By: nros Date: Fri Jan 26 22:01:40 UTC 2024 Modified Files: src/lib/libm: Makefile Log Message: sinhf is in the same manual page as sinh not sin To generate a diff of this commit: cvs rdiff -u -r1.225 -r1.226 src/lib/libm/Makefile Please note

CVS commit: src/lib/libc/hash/md2

2024-01-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 26 21:34:02 UTC 2024 Modified Files: src/lib/libc/hash/md2: md2.c Log Message: move MD2Transform first. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libc/hash/md2/md2.c Please note that diffs

CVS commit: src/lib/libc/hash/md2

2024-01-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 26 21:34:02 UTC 2024 Modified Files: src/lib/libc/hash/md2: md2.c Log Message: move MD2Transform first. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libc/hash/md2/md2.c Please note that diffs

CVS commit: src/lib/libm/src

2024-01-26 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Fri Jan 26 12:32:49 UTC 2024 Modified Files: src/lib/libm/src: s_sinl.c Log Message: Fix inverted logic for weak alias * Fix gfortran from pkgsrc/lang/gcc10 and pkgsrc/math/coinmp, for example. To generate a diff of this

CVS commit: src/lib/libm/src

2024-01-26 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Fri Jan 26 12:32:49 UTC 2024 Modified Files: src/lib/libm/src: s_sinl.c Log Message: Fix inverted logic for weak alias * Fix gfortran from pkgsrc/lang/gcc10 and pkgsrc/math/coinmp, for example. To generate a diff of this

CVS commit: src/lib/libm

2024-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 24 04:14:07 UTC 2024 Added Files: src/lib/libm: convertFreeBSD Log Message: add the script I used to convert the FreeBSD code. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/lib/libm/convertFreeBSD

CVS commit: src/lib/libm

2024-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 24 04:14:07 UTC 2024 Added Files: src/lib/libm: convertFreeBSD Log Message: add the script I used to convert the FreeBSD code. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/lib/libm/convertFreeBSD

CVS commit: src/lib/libc

2024-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 23 17:24:38 UTC 2024 Modified Files: src/lib/libc: Makefile.inc src/lib/libc/resolv: res_data.c res_private.h src/lib/libc/rpc: __rpc_getxid.c auth_unix.c clnt_bcast.c clnt_dg.c clnt_raw.c

CVS commit: src/lib/libc

2024-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 23 17:24:38 UTC 2024 Modified Files: src/lib/libc: Makefile.inc src/lib/libc/resolv: res_data.c res_private.h src/lib/libc/rpc: __rpc_getxid.c auth_unix.c clnt_bcast.c clnt_dg.c clnt_raw.c

CVS commit: src/lib/libm/src

2024-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 23 15:45:07 UTC 2024 Modified Files: src/lib/libm/src: b_tgammal.c e_atan2l.c e_lgammal_r.c math_private.h s_atanl.c s_cospil.c s_erfl.c s_exp2l.c s_expl.c s_logl.c s_remquol.c s_sinpil.c

CVS commit: src/lib/libm/src

2024-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 23 15:45:07 UTC 2024 Modified Files: src/lib/libm/src: b_tgammal.c e_atan2l.c e_lgammal_r.c math_private.h s_atanl.c s_cospil.c s_erfl.c s_exp2l.c s_expl.c s_logl.c s_remquol.c s_sinpil.c

CVS commit: src/lib/libc

2024-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 23 15:32:54 UTC 2024 Modified Files: src/lib/libc/regex: engine.c regsub.c src/lib/libc/stdio: open_memstream.c open_wmemstream.c Log Message: handle sizeof(off_t) > sizeof(size_t) To generate a diff of this

CVS commit: src/lib/libc

2024-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 23 15:32:54 UTC 2024 Modified Files: src/lib/libc/regex: engine.c regsub.c src/lib/libc/stdio: open_memstream.c open_wmemstream.c Log Message: handle sizeof(off_t) > sizeof(size_t) To generate a diff of this

CVS commit: src/lib/libc/compiler_rt

2024-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 23 15:32:18 UTC 2024 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: Add vax To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/lib/libc/compiler_rt/Makefile.inc Please note that

CVS commit: src/lib/libc/compiler_rt

2024-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 23 15:32:18 UTC 2024 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: Add vax To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/lib/libc/compiler_rt/Makefile.inc Please note that

CVS commit: src/lib/libc/gdtoa

2024-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 23 15:31:58 UTC 2024 Modified Files: src/lib/libc/gdtoa: strtod.c Log Message: fix vax build (unused variable) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libc/gdtoa/strtod.c Please note

CVS commit: src/lib/libc/gdtoa

2024-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 23 15:31:58 UTC 2024 Modified Files: src/lib/libc/gdtoa: strtod.c Log Message: fix vax build (unused variable) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libc/gdtoa/strtod.c Please note

CVS commit: src/lib/libc/compiler_rt

2024-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 23 12:23:34 UTC 2024 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: more annotation for powerpc To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/lib/libc/compiler_rt/Makefile.inc

CVS commit: src/lib/libc/compiler_rt

2024-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 23 12:23:34 UTC 2024 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: more annotation for powerpc To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/lib/libc/compiler_rt/Makefile.inc

CVS commit: src/lib/libm/src

2024-01-22 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Jan 22 14:26:18 UTC 2024 Modified Files: src/lib/libm/src: math_private.h Log Message: Simply an overly complex way of saying "0 or 1" into a cleaner version. While here add a commment about how the __i386__ magic LD80C macro

CVS commit: src/lib/libm/src

2024-01-22 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Jan 22 14:26:18 UTC 2024 Modified Files: src/lib/libm/src: math_private.h Log Message: Simply an overly complex way of saying "0 or 1" into a cleaner version. While here add a commment about how the __i386__ magic LD80C macro

CVS commit: src/lib/libutil

2024-01-21 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Mon Jan 22 00:11:21 UTC 2024 Modified Files: src/lib/libutil: snprintb.3 Log Message: snprintb(3): restore empty string in snprintb_m example Restore the empty string at the end of snprintb_m output that was accidentally removed

CVS commit: src/lib/libutil

2024-01-21 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Mon Jan 22 00:11:21 UTC 2024 Modified Files: src/lib/libutil: snprintb.3 Log Message: snprintb(3): restore empty string in snprintb_m example Restore the empty string at the end of snprintb_m output that was accidentally removed

CVS commit: src/lib/libutil

2024-01-21 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Sun Jan 21 23:57:49 UTC 2024 Modified Files: src/lib/libutil: snprintb.3 Log Message: snprintb(3): update mmap example Bring over the prettier version of the mmap format string that we have in the header file for some time now.

CVS commit: src/lib/libutil

2024-01-21 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Sun Jan 21 23:57:49 UTC 2024 Modified Files: src/lib/libutil: snprintb.3 Log Message: snprintb(3): update mmap example Bring over the prettier version of the mmap format string that we have in the header file for some time now.

CVS commit: src/lib/libutil

2024-01-21 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Sun Jan 21 23:44:30 UTC 2024 Modified Files: src/lib/libutil: snprintb.3 Log Message: snprintb(3): try to improve narration Try to make the narration more coherent. Make the old and new syntaxes easy to distinguish and go out of

CVS commit: src/lib/libutil

2024-01-21 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Sun Jan 21 23:44:30 UTC 2024 Modified Files: src/lib/libutil: snprintb.3 Log Message: snprintb(3): try to improve narration Try to make the narration more coherent. Make the old and new syntaxes easy to distinguish and go out of

CVS commit: src/lib/libutil

2024-01-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 21 22:06:46 UTC 2024 Modified Files: src/lib/libutil: snprintb.3 Log Message: snprintb.3: remove empty string literals from examples Suggested by uwe@, as gaps in bitmasks are quite common and thus shouldn't clutter the

CVS commit: src/lib/libutil

2024-01-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 21 22:06:46 UTC 2024 Modified Files: src/lib/libutil: snprintb.3 Log Message: snprintb.3: remove empty string literals from examples Suggested by uwe@, as gaps in bitmasks are quite common and thus shouldn't clutter the

Re: CVS commit: src/lib/libutil

2024-01-21 Thread Valery Ushakov
On Sun, Jan 21, 2024 at 21:31:23 +, Roland Illig wrote: > and also didn't make it clear that a few bits were omitted from > having descriptions. I dislike this part. It's internally inconsistent as it doesn't add the placeholders for the low bits; and in many real-life scenarios there will

CVS commit: src/lib/libutil

2024-01-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 21 21:31:23 UTC 2024 Modified Files: src/lib/libutil: snprintb.3 Log Message: snprintb.3: fix examples The first example broke the format string at boundaries that didn't highlight the structure of the format string and

CVS commit: src/lib/libutil

2024-01-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 21 21:31:23 UTC 2024 Modified Files: src/lib/libutil: snprintb.3 Log Message: snprintb.3: fix examples The first example broke the format string at boundaries that didn't highlight the structure of the format string and

CVS commit: src/lib/libm

2024-01-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 21 18:53:19 UTC 2024 Modified Files: src/lib/libm: Makefile src/lib/libm/ld80: e_rem_pio2l.h src/lib/libm/src: math_private.h namespace.h Added Files: src/lib/libm/ld128: b_expl.c b_logl.c

CVS commit: src/lib/libc/net

2024-01-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jan 21 12:58:10 UTC 2024 Modified Files: src/lib/libc/net: getaddrinfo.c Log Message: Unwrap a line which wasn't wrapped before it had an __UNCONST() added to it, and now that that is gone again, doesn't need wrapping any more.

CVS commit: src/lib/libc/net

2024-01-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jan 21 12:58:10 UTC 2024 Modified Files: src/lib/libc/net: getaddrinfo.c Log Message: Unwrap a line which wasn't wrapped before it had an __UNCONST() added to it, and now that that is gone again, doesn't need wrapping any more.

CVS commit: src/lib/libc/compiler_rt

2024-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 21 00:43:35 UTC 2024 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: fix more alpha To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/lib/libc/compiler_rt/Makefile.inc Please note

CVS commit: src/lib/libc/compiler_rt

2024-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 21 00:43:35 UTC 2024 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: fix more alpha To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/lib/libc/compiler_rt/Makefile.inc Please note

CVS commit: src/lib/libc/sys

2024-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 21 00:35:57 UTC 2024 Modified Files: src/lib/libc/sys: Lint_ptrace.c Log Message: fix alpha, grr. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/sys/Lint_ptrace.c Please note that diffs are

CVS commit: src/lib/libc/sys

2024-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 21 00:35:57 UTC 2024 Modified Files: src/lib/libc/sys: Lint_ptrace.c Log Message: fix alpha, grr. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/sys/Lint_ptrace.c Please note that diffs are

CVS commit: src/lib/libc/stdlib

2024-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 20 16:45:07 UTC 2024 Modified Files: src/lib/libc/stdlib: Makefile.inc strtoi.3 Removed Files: src/lib/libc/stdlib: strtou.3 Log Message: generate strtou.3 from strtoi.3, grammar police To generate a diff of

CVS commit: src/lib/libc/stdlib

2024-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 20 16:45:07 UTC 2024 Modified Files: src/lib/libc/stdlib: Makefile.inc strtoi.3 Removed Files: src/lib/libc/stdlib: strtou.3 Log Message: generate strtou.3 from strtoi.3, grammar police To generate a diff of

CVS commit: src/lib/libc/net

2024-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 20 16:18:56 UTC 2024 Modified Files: src/lib/libc/net: getaddrinfo.c Log Message: Make the first argument of ip6_str2scopeid const, instead of __UNCONST. Thanks kre@. While here s/u_int32_t/uint32_t/ To generate a

CVS commit: src/lib/libc/net

2024-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 20 16:18:56 UTC 2024 Modified Files: src/lib/libc/net: getaddrinfo.c Log Message: Make the first argument of ip6_str2scopeid const, instead of __UNCONST. Thanks kre@. While here s/u_int32_t/uint32_t/ To generate a

CVS commit: src/lib/libc

2024-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 20 14:52:49 UTC 2024 Modified Files: src/lib/libc: Makefile.inc src/lib/libc/citrus: citrus_stdenc.h src/lib/libc/compat/gen: compat_errlist.c compat_frexp_ieee754.c compat_modf_ieee754.c

CVS commit: src/lib/libc

2024-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 20 14:52:49 UTC 2024 Modified Files: src/lib/libc: Makefile.inc src/lib/libc/citrus: citrus_stdenc.h src/lib/libc/compat/gen: compat_errlist.c compat_frexp_ieee754.c compat_modf_ieee754.c

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