History log of /netbsd-src/sys/rump/kern/lib/libsys_linux/sys_linux_component.c (Results 1 – 7 of 7)
Revision Date Author Comments
# d9d37bdb 27-Jan-2019 rin <rin@NetBSD.org>

Fix merge botches. I hope there's no more left...


# d91f98a8 27-Jan-2019 pgoyette <pgoyette@NetBSD.org>

Merge the [pgoyette-compat] branch


# a57097d0 12-Dec-2018 alnsn <alnsn@NetBSD.org>

Add missing RCSIDs.


# 3cd7406a 10-Aug-2018 pgoyette <pgoyette@NetBSD.org>

Allow syscall_establish() to install new syscalls when the existing
entry-point is either sys_nomodule or sys_nosys. Update the
makesyscalls.sh script to create a const array of bits to allow
syscal

Allow syscall_establish() to install new syscalls when the existing
entry-point is either sys_nomodule or sys_nosys. Update the
makesyscalls.sh script to create a const array of bits to allow
syscall_disestablish() to properly restore the original entry-point.
Update all the initializers of struct emul to initialize the pointer
to the bit array struct emul.

XXX Regen of all files created by makesyscalls.sh will come soon,
XXX followed by a kernel version bump (since struct emul is being
XXX modified).

This commit should address PR kern/45781 and also removes the need
for the work-around for that PR in file

sys/arch/usermode/modules/syscallemu/syscallemu.c

show more ...


# 6bb51422 26-Jan-2016 pooka <pooka@NetBSD.org>

Put the kernelside rump kernel headers into <rump-sys> instead of
sprinkling them around the faction directories. Avoids having
to add a CPPFLAGS (or several) to pretty much every component
Makefile

Put the kernelside rump kernel headers into <rump-sys> instead of
sprinkling them around the faction directories. Avoids having
to add a CPPFLAGS (or several) to pretty much every component
Makefile.

Leave compat headers around in the old locations.

The commit changes some autogenerated files, but I'll fix the
generators shortly and regen.

show more ...


# faf91a83 04-Apr-2014 njoly <njoly@NetBSD.org>

Add support for timing syscalls.


# d9edc94b 13-Mar-2014 pooka <pooka@NetBSD.org>

rename component.c -> sys_linux_component.c