On 17 December 2013 11:52, Stacey Son <s...@freebsd.org> wrote:
> This change moves the system call handler for sysctl(2) and
> sysarch(2) from syscall.c to the OS and arch dependent directories.
> This eliminates many of the #ifdef's in syscall.c.  These system
> call handlers are now located in the host os and target arch
> directories.
> ---
>  bsd-user/Makefile.objs                  |    2 +-
>  bsd-user/arm/target_arch_sigtramp.h     |   33 ++++
>  bsd-user/bsdload.c                      |  170 +++++++++++++-----
>  bsd-user/elfload.c                      |    9 +-

It also appears to be making a pile of changes to
the executable loading code. Those need to be their
own self-contained patch.

thanks
-- PMM

Reply via email to