Re: `man backtrace` should name the required linker flag (`-lexecinfo`)

2023-10-27 Thread Mikhail
On Fri, Oct 27, 2023 at 04:29:55PM +, Jerome Kasper wrote: > So much positivism on these mailiing lists ... > y'all know it's never's Theo's fault ,he's never been grumpy since NetBSD and > he's indeed always right. > Some things never change and won't. Being good person is not a profession.

Re: `man backtrace` should name the required linker flag (`-lexecinfo`)

2023-10-27 Thread Jerome Kasper
@openbsd.org de la part de Theo de Raadt Envoyé : lundi 9 octobre 2023 19:36 À : Christoff Humphries Cc : Marc Espie ; bugs@openbsd.org Objet : Re: `man backtrace` should name the required linker flag (`-lexecinfo`) Oh you hurt my feelings. However, I am glad you got that off your

Re: `man backtrace` should name the required linker flag (`-lexecinfo`)

2023-10-10 Thread Ingo Schwarze
Hi Marc, Marc Espie wrote on Mon, Oct 09, 2023 at 07:19:51AM +0200: > On Mon, Oct 09, 2023 at 01:58:27PM +1100, Jonathan Gray wrote: >> somebody wrote: >>> So tldr: `man backtrace` should name the required linker flag (-lexecinfo) >> from mdoc(7): >> >> .\&q

Re: `man backtrace` should name the required linker flag (`-lexecinfo`)

2023-10-09 Thread Theo de Raadt
gt; > > Marc Espie marc.espie.open...@gmail.com wrote: > > > > > > > On Mon, Oct 09, 2023 at 01:58:27PM +1100, Jonathan Gray wrote: > > > > > > > > > > So tldr: `man backtrace` should name the required linker flag > > > > >

Re: `man backtrace` should name the required linker flag (`-lexecinfo`)

2023-10-09 Thread Theo de Raadt
christoff@deadbeef.monster wrote: > > > > > > Marc Espie marc.espie.open...@gmail.com wrote: > > > > > > > > > On Mon, Oct 09, 2023 at 01:58:27PM +1100, Jonathan Gray wrote: > > > > > > > > > > > > So tldr: `ma

Re: `man backtrace` should name the required linker flag (`-lexecinfo`)

2023-10-09 Thread Christoff Humphries
3 at 01:58:27PM +1100, Jonathan Gray wrote: > > > > > > > > > > So tldr: `man backtrace` should name the required linker flag > > > > > > (-lexecinfo) > > > > > > > > > > from mdoc(7): > > > > > > >

Re: `man backtrace` should name the required linker flag (`-lexecinfo`)

2023-10-09 Thread Theo de Raadt
Christoff Humphries wrote: > > Marc Espie marc.espie.open...@gmail.com wrote: > > > > > On Mon, Oct 09, 2023 at 01:58:27PM +1100, Jonathan Gray wrote: > > > > > > > > So tldr: `man backtrace` should name the required linker flag > &

Re: `man backtrace` should name the required linker flag (`-lexecinfo`)

2023-10-09 Thread Christoff Humphries
--- Original Message --- On Monday, October 9th, 2023 at 1:31 AM, Theo de Raadt wrote: > > > Marc Espie marc.espie.open...@gmail.com wrote: > > > On Mon, Oct 09, 2023 at 01:58:27PM +1100, Jonathan Gray wrote: > > > > > > So tldr: `man

Re: `man backtrace` should name the required linker flag (`-lexecinfo`)

2023-10-08 Thread Theo de Raadt
Marc Espie wrote: > On Mon, Oct 09, 2023 at 01:58:27PM +1100, Jonathan Gray wrote: > > > So tldr: `man backtrace` should name the required linker flag (-lexecinfo) > > > > from mdoc(7): > > > > .\" .Sh LIBRARY > > .\" For sections 2, 3, an

Re: `man backtrace` should name the required linker flag (`-lexecinfo`)

2023-10-08 Thread Marc Espie
On Mon, Oct 09, 2023 at 01:58:27PM +1100, Jonathan Gray wrote: > > So tldr: `man backtrace` should name the required linker flag (-lexecinfo) > > from mdoc(7): > > .\" .Sh LIBRARY > .\" For sections 2, 3, and 9 only. > .\" Not used in OpenBSD. > >

Re: `man backtrace` should name the required linker flag (`-lexecinfo`)

2023-10-08 Thread Jonathan Gray
the > back- >trace of the currently executing thread > > SYNOPSIS > #include > --- > > > So tldr: `man backtrace` should name the required linker flag (-lexecinfo) from mdoc(7): .\" .Sh LIBRARY .\" For sections 2, 3, and 9 only. .\" Not used in OpenBSD. note about it not being used added by jmc@ in 2010 Only use in base is in libelf.

`man backtrace` should name the required linker flag (`-lexecinfo`)

2023-10-08 Thread Sean McBride
the back- trace of the currently executing thread SYNOPSIS #include --- So tldr: `man backtrace` should name the required linker flag (-lexecinfo) Cheers, Sean