History log of /netbsd-src/sys/compat/netbsd32/netbsd32_syscalls_autoload.c (Results 1 – 25 of 41)
Revision Date Author Comments
# cf1b9a81 20-May-2024 christos <christos@NetBSD.org>

regen


# eafd8a95 19-May-2024 christos <christos@NetBSD.org>

regen


# 57b91072 30-Jul-2023 rin <rin@NetBSD.org>

COMPAT_NETBSD32: Regen for syscalls.master,v 1.144


# 0e71cd4e 30-Jul-2023 rin <rin@NetBSD.org>

COMPANT_NETBSD32: Regen for syscalls.master,v 1.143


# 86fd45f5 29-Jul-2023 rin <rin@NetBSD.org>

COMPAT_NETBSD32: Regen for syscalls.master,v 1.142


# 13ea51ec 20-Sep-2021 thorpej <thorpej@NetBSD.org>

Regen for eventfd(2).


# 31cc9cf7 20-Sep-2021 thorpej <thorpej@NetBSD.org>

Regen for timerfd.


# 94d6852a 10-Oct-2020 rin <rin@NetBSD.org>

regen for getrandom(2)


# 9aa2a9c3 16-May-2020 christos <christos@NetBSD.org>

Add ACL support for FFS. From FreeBSD.


# cb9aba0e 26-Apr-2020 thorpej <thorpej@NetBSD.org>

Regen for native futex calls.


# a1ae221d 22-Apr-2020 thorpej <thorpej@NetBSD.org>

Regen for removal of _lwp_gettid(2).


# 4626c667 04-Apr-2020 thorpej <thorpej@NetBSD.org>

Regen for _lwp_gettid(2).


# 1f582b17 12-Mar-2020 pgoyette <pgoyette@NetBSD.org>

regen


# 42845fba 07-Mar-2020 pgoyette <pgoyette@NetBSD.org>

Regen


# 8903567a 18-Jan-2020 pgoyette <pgoyette@NetBSD.org>

Regen generated files _after_ committing changes to the source file.

This gets the "Generated from" comments to use the new version number.

No functional change.


# 1741a0b9 18-Jan-2020 kamil <kamil@NetBSD.org>

Catch up after getpid/getgid/getuid changes in native ABI in 2008

getpid(), getuid() and getgid() used to call respectively sys_getpid(),
sys_getuid() and sys_getgid(). In the BSD4.3 compat mode the

Catch up after getpid/getgid/getuid changes in native ABI in 2008

getpid(), getuid() and getgid() used to call respectively sys_getpid(),
sys_getuid() and sys_getgid(). In the BSD4.3 compat mode there was a
fallback to call sys_getpid_with_ppid() and related functions.

In 2008 the compat ifdef was removed in sys/kern/syscalls.master r. 1.216.

For purity reasons we probably shall restore the NetBSD original behavior
and implement BSD4.3 one as a compat module, however it is not worth the
complexity.

Align the netbsd32 compat ABI to native ABI and call functions that return
two integers as in BSD4.3.

show more ...


# 72244585 04-Nov-2019 rin <rin@NetBSD.org>

regen


# 4b1be82a 04-Nov-2019 rin <rin@NetBSD.org>

regen


# 6632d017 13-Oct-2019 christos <christos@NetBSD.org>

regen


# ff178935 22-Sep-2019 christos <christos@NetBSD.org>

regen


# be18fc40 18-Jun-2019 christos <christos@NetBSD.org>

Regen


# 49f5ca72 18-Jun-2019 christos <christos@NetBSD.org>

regen


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

Merge the [pgoyette-compat] branch


# 299d0f91 24-Dec-2018 mrg <mrg@NetBSD.org>

regen.


# 52745eef 24-Dec-2018 mrg <mrg@NetBSD.org>

move mmap(), compat 40 mount(), pipe() and getfh() into their own files
as the implementation is non trivial or is compat. mark old mount()
properly instead of manually #if'ing ito to ENOSYS.


12