Re: [PATCH 14/16] bsd-user: Implment core dumps

2023-04-10 Thread Warner Losh
On Sat, Apr 8, 2023 at 11:00 PM Warner Losh wrote: > > > On Sat, Apr 8, 2023 at 1:15 PM Richard Henderson < > richard.hender...@linaro.org> wrote: > >> On 4/5/23 14:36, Warner Losh wrote: >> > From: Stacey Son >> > >> > Bring in the code that was originally copied from linxu-user/elfload.c >> >

Re: [PATCH 14/16] bsd-user: Implment core dumps

2023-04-08 Thread Warner Losh
On Sat, Apr 8, 2023 at 1:15 PM Richard Henderson < richard.hender...@linaro.org> wrote: > On 4/5/23 14:36, Warner Losh wrote: > > From: Stacey Son > > > > Bring in the code that was originally copied from linxu-user/elfload.c > > and moved to elfcore.c. This code then removed the Linux specific b

Re: [PATCH 14/16] bsd-user: Implment core dumps

2023-04-08 Thread Richard Henderson
On 4/5/23 14:36, Warner Losh wrote: From: Stacey Son Bring in the code that was originally copied from linxu-user/elfload.c and moved to elfcore.c. This code then removed the Linux specific bits, replacing them with FreeBSD specific bits. The commit history for this is not at all what we'd like

[PATCH 14/16] bsd-user: Implment core dumps

2023-04-05 Thread Warner Losh
From: Stacey Son Bring in the code that was originally copied from linxu-user/elfload.c and moved to elfcore.c. This code then removed the Linux specific bits, replacing them with FreeBSD specific bits. The commit history for this is not at all what we'd like (it was done in one go by sson in 227