Re: [PATCH 09/22] bsd-user/freebsd/os-syscall.c: Move syscall processing here

2022-02-01 Thread Richard Henderson
On 2/1/22 22:14, Warner Losh wrote: While there is some commonality between *BSD syscall processing, there's a number of differences and the system call numbers and ABIs have been independent since the late 90s. Move FreeBSD's proessing here and delete it. The upstream implementation is somewhat

Re: [PATCH 09/22] bsd-user/freebsd/os-syscall.c: Move syscall processing here

2022-02-01 Thread Kyle Evans
On Tue, Feb 1, 2022 at 5:15 AM Warner Losh wrote: > > While there is some commonality between *BSD syscall processing, there's > a number of differences and the system call numbers and ABIs have been > independent since the late 90s. Move FreeBSD's proessing here and delete > it. > "processing"

[PATCH 09/22] bsd-user/freebsd/os-syscall.c: Move syscall processing here

2022-02-01 Thread Warner Losh
While there is some commonality between *BSD syscall processing, there's a number of differences and the system call numbers and ABIs have been independent since the late 90s. Move FreeBSD's proessing here and delete it. The upstream implementation is somewhat different than the current implementa