Re: [macppc] BSS PLT format and ports-clang

2018-11-13 Thread Charlene Wendling
hat happens if you build with -msecure-plt or -fno-plt? > > Thanks, > > -- > Raul > > On Tue, Nov 13, 2018 at 2:39 PM Charlene Wendling > wrote: > > > > Hi, > > > > bcallah@ (mostly) and i (who owns the hardware and builds) are > > current

[macppc] BSS PLT format and ports-clang

2018-11-13 Thread Charlene Wendling
Hi, bcallah@ (mostly) and i (who owns the hardware and builds) are currently trying to get llvm/clang working on macpcc. That would allow us to try unbreaking many ports on this platform, especially those that depend on webkitgtk4. It currently builds [1] and installs [2] properly. I then tried

[patch] Perl: update Scalar-List-Utils to 1.50

2018-09-25 Thread Charlene Wendling
Hi, I'm proposing here a diff to update Scalar-List-Utils to 1.50. It will be needed to import p5-List-AllUtils, that in turn would allow to import p5-GeoIP2 (currently in -wip) and update others like p5-Audio-MPD. The changelog indicates no backward incompatible changes between this version

[amdgpu] IH ring buffer overflow -> ring gfx timeout -> drm is frozen

2019-06-21 Thread Charlene Wendling
>Synopsis: ring gfx timeout, drm is frozen >Category: amdgpu >Environment: System : OpenBSD 6.5 Details : OpenBSD 6.5-current (GENERIC.MP) #0: Fri Jun 21 17:17:18 CEST 2019

Re: ld.so speedup (part 2)

2019-04-28 Thread Charlene Wendling
On Sun, 28 Apr 2019 13:04:22 +0200 Robert Nagy wrote: > On 28/04/19 12:01 +0200, Matthieu Herrb wrote: > > On Sun, Apr 28, 2019 at 08:55:16AM +0100, Stuart Henderson wrote: > > > > >> > On Sat, Apr 27, 2019 at 09:55:33PM +0800, Nathanael Rensen > > > > >> > wrote: > > > > >> > > The diff below

httpd(8): add a "dark mode" in directory listings and error pages

2020-05-11 Thread Charlene Wendling
Hi, Similarly to what has been done for the OpenBSD project pages [0], this diff adds a "dark mode" to directory listings and error pages in httpd, using OpenBSD's dark color scheme. The goal is to avoid switching from a "dark mode" html page to a pure white {directory listing,error} one, and

Re: httpd(8): add a "dark mode" in directory listings and error pages

2020-05-11 Thread Charlene Wendling
On Mon, 11 May 2020 13:05:08 +0200 Florian Obser wrote: > On Mon, May 11, 2020 at 11:20:58AM +0200, Charlene Wendling wrote: > > Hi, > > > > Similarly to what has been done for the OpenBSD project pages [0], > > this diff adds a "dark mode" to directory

Re: httpd(8): add a "dark mode" in directory listings and error pages

2020-05-11 Thread Charlene Wendling
On Mon, 11 May 2020 14:06:33 +0200 Klemens Nanni wrote: > On Mon, May 11, 2020 at 11:20:58AM +0200, Charlene Wendling wrote: > > Hi, > > > > Similarly to what has been done for the OpenBSD project pages [0], > > this diff adds a "dark mode" to directory

Re: userland clock_gettime proof of concept

2020-07-07 Thread Charlene Wendling
Hi George, On Thu, 25 Jun 2020 23:22:36 -0400 George Koehler wrote: > On Mon, 22 Jun 2020 19:12:22 +0300 > Paul Irofti wrote: > > > New iteration: > > > > - ps_timekeep should not coredump, pointed by deraadt@ > > - set ps_timekeep to 0 before user uvm_map for randomization > > - map

Re: upgrade pixman to version 0.40

2021-06-12 Thread Charlene Wendling
Hi again, On Sat, 5 Jun 2021 09:47:16 +0200 Matthieu Herrb wrote: > Hi, > > the patch below updates the pixman library to version 0.40. > > To test, apply the patch in $XSRCDIR/lib/pixman using > > patch -p0 -E < /this/patch > > and the rebuild xenocara according to release(8). > It