Re: [PATCH] Update mach_debug interfaces to use struct.

2022-11-24 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le mar. 22 nov. 2022 23:46:31 -0500, a ecrit: > The new interfaces will be compatible both with a 64 bits kernel and > userland and 64 bits kernel and 32 bit userland. Also removed many > of the uses of natural_t where an unsigned int suffices. Ideally we > should rep

Re: [PATCH] Delete ipc_info.h since it is not used

2022-11-24 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le mer. 23 nov. 2022 11:49:34 -0500, a ecrit: > --- > We don't implement this interface and the types are not used anywhere. > > Makefrag.am | 1 - > include/mach_debug/ipc_info.h | 77 --- > include/mach_de

Re: [PATCH] mig: replace boolean.h with stdbool.h

2022-11-24 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le jeu. 24 nov. 2022 15:53:40 -0500, a ecrit: > --- > Tested by bootstrapping the system from scratch. > > boolean.h| 60 --- > global.c | 12 - > global.h | 14 +- > mig_string.h | 5 ++-- > migco

Re: [PATCH] mig: explicitly use -std=gnu11

2022-11-24 Thread Samuel Thibault
Amos Jeffries, le jeu. 24 nov. 2022 22:50:57 +1300, a ecrit: > On 24/11/2022 5:41 am, Flavio Cruz wrote: > > On Wed, Nov 23, 2022 at 11:51:36AM +0100, Samuel Thibault wrote: > > > Flavio Cruz, le mer. 23 nov. 2022 00:10:10 -0500, a ecrit: > > > > Latest GCC will pick up gnu17 by default but gnu11 w

[PATCH] mig: replace boolean.h with stdbool.h

2022-11-24 Thread Flavio Cruz
--- Tested by bootstrapping the system from scratch. boolean.h| 60 --- global.c | 12 - global.h | 14 +- mig_string.h | 5 ++-- migcom.c | 14 +- parser.y | 12 - routine.c| 68 +

Re: [PATCH] mig: explicitly use -std=gnu11

2022-11-24 Thread Amos Jeffries
On 24/11/2022 5:41 am, Flavio Cruz wrote: On Wed, Nov 23, 2022 at 11:51:36AM +0100, Samuel Thibault wrote: Flavio Cruz, le mer. 23 nov. 2022 00:10:10 -0500, a ecrit: Latest GCC will pick up gnu17 by default but gnu11 will be better supported with older compilers. Mmm, but why explicitly reque

Re: [PATCH] remove pthread_atfork issue

2022-11-24 Thread Samuel Thibault
Guy-Fleury Iteriteka, le jeu. 24 nov. 2022 09:25:31 +0200, a ecrit: > * open_issues/pthread_atfork.mdwn: delete file Applied, thanks!