CVS commit: src/sys/arch/powerpc/include

2024-01-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jan 23 04:15:54 UTC 2024 Modified Files: src/sys/arch/powerpc/include: ieee.h Log Message: powerpc/ieee.h: Protect from multiple includes Fix build failure triggered by import of libm long-double functions. To generate a diff

CVS commit: src/sys/arch/powerpc/include

2024-01-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jan 23 04:15:54 UTC 2024 Modified Files: src/sys/arch/powerpc/include: ieee.h Log Message: powerpc/ieee.h: Protect from multiple includes Fix build failure triggered by import of libm long-double functions. To generate a diff

CVS commit: src/sys/arch/evbppc

2024-01-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jan 23 00:13:37 UTC 2024 Modified Files: src/sys/arch/evbppc/include: wii.h src/sys/arch/evbppc/wii/dev: wiifb.c Log Message: wii: Use screen dimming register for screen blanking. To generate a diff of this commit:

CVS commit: src/sys/arch/evbppc

2024-01-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jan 23 00:13:37 UTC 2024 Modified Files: src/sys/arch/evbppc/include: wii.h src/sys/arch/evbppc/wii/dev: wiifb.c Log Message: wii: Use screen dimming register for screen blanking. To generate a diff of this commit:

CVS commit: src/sys/arch/evbppc/wii/dev

2024-01-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jan 22 23:07:43 UTC 2024 Modified Files: src/sys/arch/evbppc/wii/dev: wiifb.c Log Message: wii: Add screenblank support. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbppc/wii/dev/wiifb.c Plea

CVS commit: src/sys/arch/evbppc/wii/dev

2024-01-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jan 22 23:07:43 UTC 2024 Modified Files: src/sys/arch/evbppc/wii/dev: wiifb.c Log Message: wii: Add screenblank support. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbppc/wii/dev/wiifb.c Plea

CVS commit: src/sys/arch/evbppc

2024-01-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jan 22 21:28:15 UTC 2024 Modified Files: src/sys/arch/evbppc/conf: WII files.wii src/sys/arch/evbppc/include: wii.h src/sys/arch/evbppc/wii: machdep.c mainbus.c Added Files: src/sys/arch/evbppc/wii/dev

CVS commit: src/sys/arch/evbppc

2024-01-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jan 22 21:28:15 UTC 2024 Modified Files: src/sys/arch/evbppc/conf: WII files.wii src/sys/arch/evbppc/include: wii.h src/sys/arch/evbppc/wii: machdep.c mainbus.c Added Files: src/sys/arch/evbppc/wii/dev

CVS commit: src/sys/arch/evbppc/conf

2024-01-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jan 22 21:23:03 UTC 2024 Modified Files: src/sys/arch/evbppc/conf: std.wii Log Message: wii: Fix a comment To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbppc/conf/std.wii Please note that diff

CVS commit: src/sys/arch/evbppc/conf

2024-01-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jan 22 21:23:03 UTC 2024 Modified Files: src/sys/arch/evbppc/conf: std.wii Log Message: wii: Fix a comment To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbppc/conf/std.wii Please note that diff

CVS commit: xsrc/external/mit/xf86-video-wsfb/dist/src

2024-01-22 Thread Jared D. McNeill
Module Name:xsrc Committed By: jmcneill Date: Mon Jan 22 21:17:01 UTC 2024 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb.h wsfb_driver.c Log Message: xf86-video-wsfb: Add support for Nintendo Wii The Wii's framebuffer is YUY2, so add a custom shadowproc

CVS commit: xsrc/external/mit/xf86-video-wsfb/dist/src

2024-01-22 Thread Jared D. McNeill
Module Name:xsrc Committed By: jmcneill Date: Mon Jan 22 21:17:01 UTC 2024 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb.h wsfb_driver.c Log Message: xf86-video-wsfb: Add support for Nintendo Wii The Wii's framebuffer is YUY2, so add a custom shadowproc

CVS commit: src/sys/sys

2024-01-22 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Jan 22 21:15:02 UTC 2024 Modified Files: src/sys/sys: mbuf.h Log Message: fix M_CSUM_BITS bitfield for M_CSUM_BLANK - \37 is the bit before \40 noticed by rillig@ thanks To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/sys/sys

2024-01-22 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Jan 22 21:15:02 UTC 2024 Modified Files: src/sys/sys: mbuf.h Log Message: fix M_CSUM_BITS bitfield for M_CSUM_BLANK - \37 is the bit before \40 noticed by rillig@ thanks To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/sys/sys

2024-01-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 22 18:50:46 UTC 2024 Modified Files: src/sys/sys: socket.h Log Message: PR/57871: Haelwenn Monnier: Don't use u_char because it is not defined in with POSIX_C_SOURCE To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/sys/sys

2024-01-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 22 18:50:46 UTC 2024 Modified Files: src/sys/sys: socket.h Log Message: PR/57871: Haelwenn Monnier: Don't use u_char because it is not defined in with POSIX_C_SOURCE To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src

2024-01-22 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Jan 22 15:19:39 UTC 2024 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi src/lib/libm: shlib_version Log Message: Bump libm minor rev (libm.so.0.13 -> libm.so.0.14) after a

CVS commit: src

2024-01-22 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Jan 22 15:19:39 UTC 2024 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi src/lib/libm: shlib_version Log Message: Bump libm minor rev (libm.so.0.13 -> libm.so.0.14) after a

CVS commit: src/sys/arch/m68k/include

2024-01-22 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Jan 22 14:37:25 UTC 2024 Modified Files: src/sys/arch/m68k/include: ieee.h Log Message: Add multiple inclusion protection guard - the long double math routines have a tendency to sometimes make that happen. This seems to fix the

CVS commit: src/sys/arch/m68k/include

2024-01-22 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Jan 22 14:37:25 UTC 2024 Modified Files: src/sys/arch/m68k/include: ieee.h Log Message: Add multiple inclusion protection guard - the long double math routines have a tendency to sometimes make that happen. This seems to fix the

CVS commit: src/doc

2024-01-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Jan 22 14:33:26 UTC 2024 Modified Files: src/doc: 3RDPARTY Log Message: postfix-3.8.5 is out To generate a diff of this commit: cvs rdiff -u -r1.1976 -r1.1977 src/doc/3RDPARTY Please note that diffs are not public domain; they

CVS commit: src/doc

2024-01-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Jan 22 14:33:26 UTC 2024 Modified Files: src/doc: 3RDPARTY Log Message: postfix-3.8.5 is out To generate a diff of this commit: cvs rdiff -u -r1.1976 -r1.1977 src/doc/3RDPARTY Please note that diffs are not public domain; they

CVS commit: src/lib/libm/src

2024-01-22 Thread Robert Elz
8000 : 0) >> EXT_EXPBITS, \ + .extu_sign = ((v) < 0), \ } #else +/**XXX: the following comment may no longer be true: kre 20240122 **/ /* The above works on non-i386 too, but we use this to check v. */ #define LD80C(m, ex, v) { .extu_ld = (v), } #endif

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 mi

CVS commit: src/include

2024-01-22 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Jan 22 14:01:50 UTC 2024 Modified Files: src/include: math.h Log Message: It seems that we need prototypes for long double math functions, even when !__HAVE_LONG_DOUBLE -- they still exist, but just aren't... This might unbreak

CVS commit: src/include

2024-01-22 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Jan 22 14:01:50 UTC 2024 Modified Files: src/include: math.h Log Message: It seems that we need prototypes for long double math functions, even when !__HAVE_LONG_DOUBLE -- they still exist, but just aren't... This might unbreak

Re: CVS commit: src/bin/date

2024-01-22 Thread Christos Zoulas
In article <19118.1705868...@jacaranda.noi.kre.to>, Robert Elz wrote: >Date:Sun, 21 Jan 2024 18:16:28 - (UTC) >From:chris...@astron.com (Christos Zoulas) >Message-ID: > > | I think this is the yacc used by the build process, not the yacc > | to build tools with

CVS commit: src

2024-01-22 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Jan 22 12:15:19 UTC 2024 Modified Files: src/include: math.h src/lib/libm/ld80: b_expl.c b_logl.c b_tgammal.c src/lib/libm/src: math_private.h s_atanl.c s_remquol.c Log Message: This set of changes seem to be suff

CVS commit: src

2024-01-22 Thread Robert Elz
e Exp $ */ /* * @@ -591,6 +591,21 @@ int __isnanl(long double); int __signbitl(long double); #endif +/* XXX: Probable temporary hacks for new math functions - 20240122 */ +double cospi(double); +float cospif(float); +double sinpi(double); +float sinpif(