CVS commit: src/lib/libc/stdlib

2022-09-27 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Sep 28 00:35:47 UTC 2022 Modified Files: src/lib/libc/stdlib: posix_openpt.3 Log Message: posix_openpt.3: reflect flag changes from r. 1.44 of tty_ptm.c Some flags are now accepted, others are still ignored. (E.g., other

CVS commit: src/lib/libc/stdlib

2022-09-27 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Wed Sep 28 00:35:47 UTC 2022 Modified Files: src/lib/libc/stdlib: posix_openpt.3 Log Message: posix_openpt.3: reflect flag changes from r. 1.44 of tty_ptm.c Some flags are now accepted, others are still ignored. (E.g., other

CVS commit: src/lib/libedit

2022-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 21 01:33:53 UTC 2022 Modified Files: src/lib/libedit: readline.c Log Message: PR/57016: Ricky Zhou: declare lastidx To generate a diff of this commit: cvs rdiff -u -r1.175 -r1.176 src/lib/libedit/readline.c Please

CVS commit: src/lib/libedit

2022-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 21 01:33:53 UTC 2022 Modified Files: src/lib/libedit: readline.c Log Message: PR/57016: Ricky Zhou: declare lastidx To generate a diff of this commit: cvs rdiff -u -r1.175 -r1.176 src/lib/libedit/readline.c Please

CVS commit: src/lib/libedit

2022-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 20 23:41:14 UTC 2022 Modified Files: src/lib/libedit: readline.c Log Message: PR/57016: Ricky Zhou: Revert to trimming the last newline instead of the first one so that multi-line commands work again. To generate a

CVS commit: src/lib/libedit

2022-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 20 23:41:14 UTC 2022 Modified Files: src/lib/libedit: readline.c Log Message: PR/57016: Ricky Zhou: Revert to trimming the last newline instead of the first one so that multi-line commands work again. To generate a

CVS commit: src/lib/libc/gen

2022-09-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Sep 13 10:18:47 UTC 2022 Modified Files: src/lib/libc/gen: pthread_atfork.c Log Message: pthread_atfork(3): Block signals during the call to pthread_atfork. This doesn't affect the calls to the atfork handlers -- it only

CVS commit: src/lib/libc/gen

2022-09-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Sep 13 10:18:47 UTC 2022 Modified Files: src/lib/libc/gen: pthread_atfork.c Log Message: pthread_atfork(3): Block signals during the call to pthread_atfork. This doesn't affect the calls to the atfork handlers -- it only

CVS commit: src/lib/libc/stdlib

2022-09-06 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Sep 6 22:54:41 UTC 2022 Modified Files: src/lib/libc/stdlib: posix_openpt.3 Log Message: posix_openpt.3: add caveats about oflags The NetBSD implementation differs from other BSDs in that it does not return EINVAL if

CVS commit: src/lib/libc/stdlib

2022-09-06 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Sep 6 22:54:41 UTC 2022 Modified Files: src/lib/libc/stdlib: posix_openpt.3 Log Message: posix_openpt.3: add caveats about oflags The NetBSD implementation differs from other BSDs in that it does not return EINVAL if

CVS commit: src/lib/libc/stdlib

2022-08-31 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 31 12:18:41 UTC 2022 Modified Files: src/lib/libc/stdlib: reallocarr.3 Log Message: reallocarr(3): Touch up xrefs. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libc/stdlib/reallocarr.3 Please

CVS commit: src/lib/libc/stdlib

2022-08-31 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 31 12:18:41 UTC 2022 Modified Files: src/lib/libc/stdlib: reallocarr.3 Log Message: reallocarr(3): Touch up xrefs. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libc/stdlib/reallocarr.3 Please

CVS commit: src/lib/libc/stdlib

2022-08-31 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 31 12:17:14 UTC 2022 Modified Files: src/lib/libc/stdlib: reallocarr.3 Log Message: reallocarr(3): Bump date. Note overflow is handled internally. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/lib/libc/stdlib

2022-08-31 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 31 12:17:14 UTC 2022 Modified Files: src/lib/libc/stdlib: reallocarr.3 Log Message: reallocarr(3): Bump date. Note overflow is handled internally. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/lib/libc/stdlib

2022-08-31 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 31 12:10:05 UTC 2022 Modified Files: src/lib/libc/stdlib: reallocarr.3 Log Message: reallocarr(3): Clarify semantics. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/stdlib/reallocarr.3

CVS commit: src/lib/libc/stdlib

2022-08-31 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 31 12:10:05 UTC 2022 Modified Files: src/lib/libc/stdlib: reallocarr.3 Log Message: reallocarr(3): Clarify semantics. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/stdlib/reallocarr.3

CVS commit: src/lib/libm

2022-08-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 29 01:48:34 UTC 2022 Modified Files: src/lib/libm/ld128: e_rem_pio2l.h src/lib/libm/ld80: e_rem_pio2l.h src/lib/libm/src: e_rem_pio2l.h k_sincos.h k_sincosl.h s_sincos.c Log Message: libm: Fix some

CVS commit: src/lib/libm

2022-08-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 29 01:48:34 UTC 2022 Modified Files: src/lib/libm/ld128: e_rem_pio2l.h src/lib/libm/ld80: e_rem_pio2l.h src/lib/libm/src: e_rem_pio2l.h k_sincos.h k_sincosl.h s_sincos.c Log Message: libm: Fix some

CVS commit: src/lib/libm/src

2022-08-28 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Aug 28 21:24:09 UTC 2022 Modified Files: src/lib/libm/src: s_rint.c Log Message: s_rint.c: weak-alias rintl -> rint for ports without __HAVE_LONG_DOUBLE. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/lib/libm/src

2022-08-28 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Aug 28 21:24:09 UTC 2022 Modified Files: src/lib/libm/src: s_rint.c Log Message: s_rint.c: weak-alias rintl -> rint for ports without __HAVE_LONG_DOUBLE. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/lib/libm/src

2022-08-28 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Aug 28 16:07:58 UTC 2022 Modified Files: src/lib/libm/src: s_sincos.c Log Message: s_sincos.c: use correct order of __weak_alias() arguments... To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/libm/src

2022-08-28 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Aug 28 16:07:58 UTC 2022 Modified Files: src/lib/libm/src: s_sincos.c Log Message: s_sincos.c: use correct order of __weak_alias() arguments... To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/libm/src

2022-08-28 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Aug 28 14:30:41 UTC 2022 Modified Files: src/lib/libm/src: s_sincos.c Log Message: s_sincos.c: use __weak_alias and not __weak_reference. Fixes build on NetBSD/macppc, thanks to hint from riastradh@ To generate a diff of this

CVS commit: src/lib/libm/src

2022-08-28 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Aug 28 14:30:41 UTC 2022 Modified Files: src/lib/libm/src: s_sincos.c Log Message: s_sincos.c: use __weak_alias and not __weak_reference. Fixes build on NetBSD/macppc, thanks to hint from riastradh@ To generate a diff of this

CVS commit: src/lib/libc/regex

2022-08-28 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Aug 28 12:59:50 UTC 2022 Modified Files: src/lib/libc/regex: re_format.7 Log Message: re_format(7): Use dagger, not double dagger. Make it superscript. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/lib/libc/regex

2022-08-28 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Aug 28 12:59:50 UTC 2022 Modified Files: src/lib/libc/regex: re_format.7 Log Message: re_format(7): Use dagger, not double dagger. Make it superscript. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/lib/libm/src

2022-08-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 28 07:29:05 UTC 2022 Modified Files: src/lib/libm/src: s_sincos.c Log Message: only alias sincos to sincosl when we don't have long doubles To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/lib/libm/src

2022-08-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 28 07:29:05 UTC 2022 Modified Files: src/lib/libm/src: s_sincos.c Log Message: only alias sincos to sincosl when we don't have long doubles To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/lib/libm/src

2022-08-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 27 17:15:52 UTC 2022 Modified Files: src/lib/libm/src: s_sincosl.c Log Message: tuck in k_sincosl.h include inside __HAVE_LONG_DOUBLE To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/lib/libm/src

2022-08-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 27 17:15:52 UTC 2022 Modified Files: src/lib/libm/src: s_sincosl.c Log Message: tuck in k_sincosl.h include inside __HAVE_LONG_DOUBLE To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/lib/libm

2022-08-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 27 09:56:22 UTC 2022 Modified Files: src/lib/libm: Makefile src/lib/libm/noieee_src: n_sincos.c Added Files: src/lib/libm/noieee_src: n_sincos1.c Log Message: Fix vax build. To generate a diff of this

CVS commit: src/lib/libm

2022-08-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 27 09:56:22 UTC 2022 Modified Files: src/lib/libm: Makefile src/lib/libm/noieee_src: n_sincos.c Added Files: src/lib/libm/noieee_src: n_sincos1.c Log Message: Fix vax build. To generate a diff of this

CVS commit: src/lib/libm/src

2022-08-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 24 13:51:19 UTC 2022 Modified Files: src/lib/libm/src: e_rem_pio2.c k_rem_pio2.c math_private.h Log Message: sync with FreeBSD; bring some more inline functions. To generate a diff of this commit: cvs rdiff -u -r1.11

CVS commit: src/lib/libm/src

2022-08-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 24 13:51:19 UTC 2022 Modified Files: src/lib/libm/src: e_rem_pio2.c k_rem_pio2.c math_private.h Log Message: sync with FreeBSD; bring some more inline functions. To generate a diff of this commit: cvs rdiff -u -r1.11

CVS commit: src/lib/libc/time

2022-08-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 24 06:39:14 UTC 2022 Modified Files: src/lib/libc/time: zic.8 Log Message: add missing text. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/lib/libc/time/zic.8 Please note that diffs are not public

CVS commit: src/lib/libc/time

2022-08-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 24 06:39:14 UTC 2022 Modified Files: src/lib/libc/time: zic.8 Log Message: add missing text. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/lib/libc/time/zic.8 Please note that diffs are not public

CVS commit: src/lib/libc/time

2022-08-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 23 14:54:50 UTC 2022 Modified Files: src/lib/libc/time: tzset.3 Log Message: Fix argument name To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/lib/libc/time/tzset.3 Please note that diffs are not

CVS commit: src/lib/libc/time

2022-08-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 23 14:54:50 UTC 2022 Modified Files: src/lib/libc/time: tzset.3 Log Message: Fix argument name To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/lib/libc/time/tzset.3 Please note that diffs are not

CVS commit: src/lib/libc/stdlib

2022-08-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 18 11:05:02 UTC 2022 Modified Files: src/lib/libc/stdlib: strfmon.c Log Message: fix whitespace prefix behavior To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/lib/libc/stdlib/strfmon.c Please note

CVS commit: src/lib/libc/stdlib

2022-08-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 18 11:05:02 UTC 2022 Modified Files: src/lib/libc/stdlib: strfmon.c Log Message: fix whitespace prefix behavior To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/lib/libc/stdlib/strfmon.c Please note

CVS commit: src/lib/libc/stdlib

2022-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 09:32:56 UTC 2022 Modified Files: src/lib/libc/stdlib: strfmon.c Log Message: PR/56967: John Zaitseff: Reduce diff with FreeBSD, fixes various bugs. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/lib/libc/stdlib

2022-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 09:32:56 UTC 2022 Modified Files: src/lib/libc/stdlib: strfmon.c Log Message: PR/56967: John Zaitseff: Reduce diff with FreeBSD, fixes various bugs. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/lib/libc/time

2022-08-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 16 11:07:40 UTC 2022 Modified Files: src/lib/libc/time: Makefile NEWS ctime.3 private.h theory.html tz-art.html tz-link.html tzfile.5 tzselect.8 tzselect.ksh version zic.c Log Message: Welcome to

CVS commit: src/lib/libc/time

2022-08-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 16 11:07:40 UTC 2022 Modified Files: src/lib/libc/time: Makefile NEWS ctime.3 private.h theory.html tz-art.html tz-link.html tzfile.5 tzselect.8 tzselect.ksh version zic.c Log Message: Welcome to

CVS commit: src/lib/libc/time

2022-08-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 16 10:56:22 UTC 2022 Modified Files: src/lib/libc/time: Makefile NEWS asctime.c calendars localtime.c private.h strftime.c theory.html tz-how-to.html tz-link.html tzselect.8 version zdump.c zic.8

CVS commit: src/lib/libc/time

2022-08-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 16 10:56:22 UTC 2022 Modified Files: src/lib/libc/time: Makefile NEWS asctime.c calendars localtime.c private.h strftime.c theory.html tz-how-to.html tz-link.html tzselect.8 version zdump.c zic.8

CVS commit: src/lib/libc/sys

2022-08-01 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Aug 1 14:22:32 UTC 2022 Modified Files: src/lib/libc/sys: clone.2 Log Message: clone(2): document that _GNU_SOURCE must be defined for the prototypes To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/lib/libc/sys

2022-08-01 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Aug 1 14:22:32 UTC 2022 Modified Files: src/lib/libc/sys: clone.2 Log Message: clone(2): document that _GNU_SOURCE must be defined for the prototypes To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/lib/libc/sys

2022-07-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 31 06:21:42 UTC 2022 Modified Files: src/lib/libc/sys: __quotactl.2 Log Message: __quotactl(2): typo. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/sys/__quotactl.2 Please note that diffs

CVS commit: src/lib/libc/sys

2022-07-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 31 06:21:42 UTC 2022 Modified Files: src/lib/libc/sys: __quotactl.2 Log Message: __quotactl(2): typo. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/sys/__quotactl.2 Please note that diffs

CVS commit: src/lib/libc/sys

2022-07-25 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Jul 26 00:25:45 UTC 2022 Modified Files: src/lib/libc/sys: mincore.2 Log Message: mincore(2) - use .Rv -std To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libc/sys/mincore.2 Please note that diffs are

CVS commit: src/lib/libc/sys

2022-07-25 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Jul 26 00:25:45 UTC 2022 Modified Files: src/lib/libc/sys: mincore.2 Log Message: mincore(2) - use .Rv -std To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libc/sys/mincore.2 Please note that diffs are

CVS commit: src/lib/libc/sys

2022-07-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 25 22:50:42 UTC 2022 Modified Files: src/lib/libc/sys: mincore.2 Log Message: mincore(2): Clarify units of len argument: bytes, not pages. Minor tidying while here: - Use .Fa, not .Ar, for function arguments. -

CVS commit: src/lib/libc/sys

2022-07-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 25 22:50:42 UTC 2022 Modified Files: src/lib/libc/sys: mincore.2 Log Message: mincore(2): Clarify units of len argument: bytes, not pages. Minor tidying while here: - Use .Fa, not .Ar, for function arguments. -

CVS commit: src/lib/libp2k

2022-07-11 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Jul 11 19:24:56 UTC 2022 Modified Files: src/lib/libp2k: p2k.3 Log Message: p2k(3): drop reference to rump_smbfs(8). To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libp2k/p2k.3 Please note that diffs

CVS commit: src/lib/libp2k

2022-07-11 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Jul 11 19:24:56 UTC 2022 Modified Files: src/lib/libp2k: p2k.3 Log Message: p2k(3): drop reference to rump_smbfs(8). To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libp2k/p2k.3 Please note that diffs

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/lib/libexecinfo

2022-06-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jun 25 06:51:37 UTC 2022 Modified Files: src/lib/libexecinfo: Makefile backtrace.c symtab.c Added Files: src/lib/libexecinfo: symbol.h symbol_hppa.c Log Message: Decode function descriptors (aka plabels) on hppa to fix

CVS commit: src/lib/libexecinfo

2022-06-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jun 25 06:51:37 UTC 2022 Modified Files: src/lib/libexecinfo: Makefile backtrace.c symtab.c Added Files: src/lib/libexecinfo: symbol.h symbol_hppa.c Log Message: Decode function descriptors (aka plabels) on hppa to fix

CVS commit: src/lib/libm

2022-06-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jun 23 16:42:50 UTC 2022 Modified Files: src/lib/libm: Makefile Added Files: src/lib/libm/arch/powerpc: s_fma.S s_fmaf.S Log Message: Use "fmadd" to implement fma(3) on ppc. To generate a diff of this commit: cvs

CVS commit: src/lib/libm

2022-06-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jun 23 16:42:50 UTC 2022 Modified Files: src/lib/libm: Makefile Added Files: src/lib/libm/arch/powerpc: s_fma.S s_fmaf.S Log Message: Use "fmadd" to implement fma(3) on ppc. To generate a diff of this commit: cvs

CVS commit: src/lib/libexecinfo

2022-06-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jun 23 09:58:26 UTC 2022 Modified Files: src/lib/libexecinfo: symtab.c Log Message: Oops... fix SYMTAB_DEBUG build To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libexecinfo/symtab.c Please note that

CVS commit: src/lib/libexecinfo

2022-06-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jun 23 09:58:26 UTC 2022 Modified Files: src/lib/libexecinfo: symtab.c Log Message: Oops... fix SYMTAB_DEBUG build To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libexecinfo/symtab.c Please note that

CVS commit: src/lib/libexecinfo

2022-06-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jun 23 09:53:49 UTC 2022 Modified Files: src/lib/libexecinfo: symtab.c Log Message: Define and use a DPRINTF macro To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libexecinfo/symtab.c Please note that

CVS commit: src/lib/libexecinfo

2022-06-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jun 23 09:53:49 UTC 2022 Modified Files: src/lib/libexecinfo: symtab.c Log Message: Define and use a DPRINTF macro To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libexecinfo/symtab.c Please note that

CVS commit: src/lib/libexecinfo

2022-06-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jun 23 09:48:00 UTC 2022 Modified Files: src/lib/libexecinfo: backtrace.c symtab.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libexecinfo/backtrace.c cvs rdiff -u

CVS commit: src/lib/libexecinfo

2022-06-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jun 23 09:48:00 UTC 2022 Modified Files: src/lib/libexecinfo: backtrace.c symtab.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libexecinfo/backtrace.c cvs rdiff -u

CVS commit: src/lib/libm

2022-06-23 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Jun 23 07:50:14 UTC 2022 Modified Files: src/lib/libm: Makefile Log Message: libm: build fma(3), fmaf(3), fmal(3) on powerpc. For now this builds the C version, for completeness, so that e.g. lang/ocaml can be configured &

CVS commit: src/lib/libm

2022-06-23 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Jun 23 07:50:14 UTC 2022 Modified Files: src/lib/libm: Makefile Log Message: libm: build fma(3), fmaf(3), fmal(3) on powerpc. For now this builds the C version, for completeness, so that e.g. lang/ocaml can be configured &

CVS commit: src/lib/csu/common

2022-06-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jun 21 06:41:39 UTC 2022 Modified Files: src/lib/csu/common: crt0-common.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/lib/csu/common/crt0-common.c Please note that

CVS commit: src/lib/csu/common

2022-06-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jun 21 06:41:39 UTC 2022 Modified Files: src/lib/csu/common: crt0-common.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/lib/csu/common/crt0-common.c Please note that

CVS commit: src/lib/libpam/modules/pam_ssh

2022-06-15 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Wed Jun 15 08:31:34 UTC 2022 Modified Files: src/lib/libpam/modules/pam_ssh: pam_ssh.c Log Message: Set provider to NULL -- "pam" is not a valid security key helper library. Now ssh-agent no longer fails key addition with

CVS commit: src/lib/libpam/modules/pam_ssh

2022-06-15 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Wed Jun 15 08:31:34 UTC 2022 Modified Files: src/lib/libpam/modules/pam_ssh: pam_ssh.c Log Message: Set provider to NULL -- "pam" is not a valid security key helper library. Now ssh-agent no longer fails key addition with

CVS commit: src/lib/libresolv

2022-06-09 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Jun 9 14:02:30 UTC 2022 Modified Files: src/lib/libresolv: res_mkupdate.c Log Message: fix typo in comment: white spae -> whitespace. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/lib/libresolv

2022-06-09 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Jun 9 14:02:30 UTC 2022 Modified Files: src/lib/libresolv: res_mkupdate.c Log Message: fix typo in comment: white spae -> whitespace. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/lib/libnpf

2022-06-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jun 7 16:27:24 UTC 2022 Modified Files: src/lib/libnpf: npf.c Log Message: Add method to initialize errinfo so that npfctl does not print random strings. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50

CVS commit: src/lib/libnpf

2022-06-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jun 7 16:27:24 UTC 2022 Modified Files: src/lib/libnpf: npf.c Log Message: Add method to initialize errinfo so that npfctl does not print random strings. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50

CVS commit: src/lib/libc/arch/hppa/sys

2022-06-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jun 6 06:32:44 UTC 2022 Modified Files: src/lib/libc/arch/hppa/sys: ptrace.S Log Message: Save and restore %r19 the "linkage table pointer register" across the call to __cerror so if the ptrace syscall fails we can call

CVS commit: src/lib/libpthread

2022-05-31 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 31 14:23:39 UTC 2022 Modified Files: src/lib/libpthread: pthread.c Log Message: libpthread(3): Fix a marvellous interaction with rtld. Patch from chs@. Comment explaining the story by me. This patch may not be

CVS commit: src/lib/libpthread

2022-05-31 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 31 14:23:39 UTC 2022 Modified Files: src/lib/libpthread: pthread.c Log Message: libpthread(3): Fix a marvellous interaction with rtld. Patch from chs@. Comment explaining the story by me. This patch may not be

CVS commit: src/lib/libc_aligned/arch/powerpc

2022-05-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon May 30 15:18:32 UTC 2022 Modified Files: src/lib/libc_aligned/arch/powerpc: Makefile.inc Log Message: Remove comment-outed garbage. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/lib/libc_aligned/arch/powerpc

2022-05-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon May 30 15:18:32 UTC 2022 Modified Files: src/lib/libc_aligned/arch/powerpc: Makefile.inc Log Message: Remove comment-outed garbage. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/lib/libc/arch/powerpc/string

2022-05-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon May 30 14:43:37 UTC 2022 Modified Files: src/lib/libc/arch/powerpc/string: Makefile.inc Log Message: Obsolete hack for evbppc to replace memcmp(9), memcpy(9), and memmove(9) with strictly-aligned versions. Now all 32-bit

CVS commit: src/lib/libc/arch/powerpc/string

2022-05-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon May 30 14:43:37 UTC 2022 Modified Files: src/lib/libc/arch/powerpc/string: Makefile.inc Log Message: Obsolete hack for evbppc to replace memcmp(9), memcpy(9), and memmove(9) with strictly-aligned versions. Now all 32-bit

CVS commit: src/lib/libcrypt

2022-05-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 29 12:15:00 UTC 2022 Modified Files: src/lib/libcrypt: crypt-argon2.c Log Message: Make it compile again To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libcrypt/crypt-argon2.c Please note that

CVS commit: src/lib/libcrypt

2022-05-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 29 12:15:00 UTC 2022 Modified Files: src/lib/libcrypt: crypt-argon2.c Log Message: Make it compile again To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libcrypt/crypt-argon2.c Please note that

CVS commit: src/lib/libcrypt

2022-05-29 Thread David Brownlee
Module Name:src Committed By: abs Date: Sun May 29 10:58:09 UTC 2022 Modified Files: src/lib/libcrypt: crypt-argon2.c Log Message: Avoid null SEGV if libargon passed string with too few $ Seen on netbsd-9 built xscreensaver running on a current system. Whatever triggered

CVS commit: src/lib/libcrypt

2022-05-29 Thread David Brownlee
Module Name:src Committed By: abs Date: Sun May 29 10:58:09 UTC 2022 Modified Files: src/lib/libcrypt: crypt-argon2.c Log Message: Avoid null SEGV if libargon passed string with too few $ Seen on netbsd-9 built xscreensaver running on a current system. Whatever triggered

CVS commit: src/lib/libcrypt

2022-05-29 Thread David Brownlee
Module Name:src Committed By: abs Date: Sun May 29 10:51:41 UTC 2022 Modified Files: src/lib/libcrypt: crypt-argon2.c Log Message: Free strdup'd value in libargon decode_option error paths If its worth freeing in the success path, its worth freeing in the error path...

CVS commit: src/lib/libcrypt

2022-05-29 Thread David Brownlee
Module Name:src Committed By: abs Date: Sun May 29 10:51:41 UTC 2022 Modified Files: src/lib/libcrypt: crypt-argon2.c Log Message: Free strdup'd value in libargon decode_option error paths If its worth freeing in the success path, its worth freeing in the error path...

CVS commit: src/lib/libusbhid

2022-05-21 Thread Charlotte Koch
Module Name:src Committed By: charlotte Date: Sun May 22 05:33:46 UTC 2022 Modified Files: src/lib/libusbhid: usbhid.3 Log Message: usbhid.3: hid_parse_usage_in_page() actually returns int To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/lib/libusbhid

2022-05-21 Thread Charlotte Koch
Module Name:src Committed By: charlotte Date: Sun May 22 05:33:46 UTC 2022 Modified Files: src/lib/libusbhid: usbhid.3 Log Message: usbhid.3: hid_parse_usage_in_page() actually returns int To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/lib/libcurses

2022-05-21 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat May 21 12:34:45 UTC 2022 Modified Files: src/lib/libcurses: curses_input.3 Log Message: curses_input.3: wtimeout() returns void too To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/libcurses/curses_input.3

CVS commit: src/lib/libcurses

2022-05-21 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat May 21 12:34:45 UTC 2022 Modified Files: src/lib/libcurses: curses_input.3 Log Message: curses_input.3: wtimeout() returns void too To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/libcurses/curses_input.3

CVS commit: src/lib/libcurses

2022-05-21 Thread Charlotte Koch
Module Name:src Committed By: charlotte Date: Sat May 21 06:22:49 UTC 2022 Modified Files: src/lib/libcurses: curses_input.3 Log Message: curses_input.3: timeout() actually returns void To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/lib/libcurses

2022-05-21 Thread Charlotte Koch
Module Name:src Committed By: charlotte Date: Sat May 21 06:22:49 UTC 2022 Modified Files: src/lib/libcurses: curses_input.3 Log Message: curses_input.3: timeout() actually returns void To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/lib/libc/sys

2022-05-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat May 21 01:38:14 UTC 2022 Modified Files: src/lib/libc/sys: sigaction.2 Log Message: fix typo in sigaction(2) To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/lib/libc/sys/sigaction.2 Please note that

CVS commit: src/lib/libc/sys

2022-05-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat May 21 01:38:14 UTC 2022 Modified Files: src/lib/libc/sys: sigaction.2 Log Message: fix typo in sigaction(2) To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/lib/libc/sys/sigaction.2 Please note that

CVS commit: src/lib/libcurses

2022-05-19 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Thu May 19 07:41:26 UTC 2022 Modified Files: src/lib/libcurses: addbytes.c Log Message: Set the last change pointer after adding a character at the bottom right of a window. This fixes the character missing in the LR of a window.

<    5   6   7   8   9   10   11   12   13   14   >