Re: static linking glxgears and glxinfo now fails (mult. def. _glapi_tls_Context, etc.)

2020-06-02 Thread Greg A. Woods
At Mon, 01 Jun 2020 21:29:34 -0700, "Greg A. Woods" wrote: Subject: static linking glxgears and glxinfo now fails (mult. def. _glapi_tls_Context, etc.) > > Perhaps common "global" variables in TLS aren't being merged by the > linker? Maybe I can/should just turn off -DGLX_USE_TLS for libGL and

Re: Duplicate commits in git clone of src

2020-06-02 Thread J. Lewis Muir
On May 31, 2020, at 11:41 AM, Joerg Sonnenberger wrote: > > On Sun, May 31, 2020 at 02:07:23PM +0200, Rhialto wrote: >> I was looking at the git clone of the src repo >> (https://github.com/netbsd/src) and I noticed that there are lots of >> duplicate commits in there; some commits are even

daily CVS update output

2020-06-02 Thread NetBSD source update
Updating src tree: P src/distrib/evbarm/installimage/Makefile P src/distrib/sets/lists/base/mi P src/distrib/sets/lists/debug/ad.aarch64 P src/external/gpl3/gcc/gcc2netbsd P src/external/mpl/bind/lib/libisc/Makefile P src/lib/libc/shlib_version P src/lib/libc/gen/timespec_get.3 P

Re: How to load ffs module via boot.cfg?

2020-06-02 Thread Paul Goyette
On Tue, 2 Jun 2020, Jukka Ruohonen wrote: On Mon, Jun 01, 2020 at 05:26:16AM -0700, Paul Goyette wrote: You can strip out a lot more modules and still have a functioning system. Mostly you can remove all the device drivers for devices that don't exist, but there are other things, too.