Re: [PATCH v2 18/19] bsd-user: Update system call list

2023-04-11 Thread Warner Losh
On Mon, Apr 10, 2023 at 7:37 PM Richard Henderson < richard.hender...@linaro.org> wrote: > On 4/10/23 11:20, Warner Losh wrote: > > Update the system call list. We have one hokey thing in here for swapoff > > that depends on the version number (so this is not completely generated > > at the moment

Re: [PATCH v2 18/19] bsd-user: Update system call list

2023-04-10 Thread Warner Losh
On Mon, Apr 10, 2023 at 7:37 PM Richard Henderson < richard.hender...@linaro.org> wrote: > On 4/10/23 11:20, Warner Losh wrote: > > Update the system call list. We have one hokey thing in here for swapoff > > that depends on the version number (so this is not completely generated > > at the moment

Re: [PATCH v2 18/19] bsd-user: Update system call list

2023-04-10 Thread Richard Henderson
On 4/10/23 11:20, Warner Losh wrote: Update the system call list. We have one hokey thing in here for swapoff that depends on the version number (so this is not completely generated at the moment). For this, we need to include sys/param.h. The method of generation has changed, so this diff looks

[PATCH v2 18/19] bsd-user: Update system call list

2023-04-10 Thread Warner Losh
Update the system call list. We have one hokey thing in here for swapoff that depends on the version number (so this is not completely generated at the moment). For this, we need to include sys/param.h. The method of generation has changed, so this diff looks way bigger than it needs to be to add t