History log of /netbsd-src/sys/kern/syscalls_autoload.c (Results 1 – 25 of 50)
Revision Date Author Comments
# ef55f721 09-Oct-2024 christos <christos@NetBSD.org>

regen


# c3e1aa09 05-Oct-2024 mlelstv <mlelstv@NetBSD.org>

regen


# ae3c53c7 03-Oct-2024 christos <christos@NetBSD.org>

regen


# cf1b9a81 20-May-2024 christos <christos@NetBSD.org>

regen


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

regen


# 63ea783f 28-Jul-2023 christos <christos@NetBSD.org>

regen


# 5e697ece 10-Jul-2023 christos <christos@NetBSD.org>

Regen


# 1c0099b0 01-Nov-2021 thorpej <thorpej@NetBSD.org>

regen for "struct sigaltstack" -> "stack_t"


# 8c412c83 19-Sep-2021 thorpej <thorpej@NetBSD.org>

Regen for eventfd(2) and timerfd(2).


# a7bda7d7 02-Nov-2020 christos <christos@NetBSD.org>

regen


# a3e1f5bd 11-Jun-2020 dholland <dholland@NetBSD.org>

Regen with new makesyscalls.

(the large diff of rump_syscalls.h has been checked and was the point
of the makesyscalls change)


# f1494b8e 02-Jun-2020 kamil <kamil@NetBSD.org>

Regenerate syscalls

Respect syscall alias names in rump.

No binary change in this version.

The previous commit was interrupted in the middle by CVS network outage.


# 5973a35f 02-Jun-2020 kamil <kamil@NetBSD.org>

Regenerate native NetBSD syscalls

The only change is rump repecting syscall alias names.

No binary change.


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

Add ACL support for FFS. From FreeBSD.


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

Regen for futex call relocation.


# 4206b0ab 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).


# 9aa92885 21-Jan-2020 pgoyette <pgoyette@NetBSD.org>

Regen


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

regen


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

Merge the [pgoyette-compat] branch


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

Regen


# 8c895125 31-Jul-2018 rjs <rjs@NetBSD.org>

regen.


# f98f70a7 06-Jan-2018 kamil <kamil@NetBSD.org>

Revert vadvise(2) removal

This system call was used in legacy Lisp code, that was inherited to modern
age and still compiled against supported compat layers (e.g. in clisp,
oaklisp, Franz Lisp).

It

Revert vadvise(2) removal

This system call was used in legacy Lisp code, that was inherited to modern
age and still compiled against supported compat layers (e.g. in clisp,
oaklisp, Franz Lisp).

It used to instruct the kernel about paging policy (G/C aware, flush etc).

Newly compiled code (assuming that it will detect vadvise()) will use the
libc stub for vadvise(). The headers for this interface are gone.

vadvise(2) could be marked as COMPAT_80, but as long as we support ultrix,
sunos or aout68k ABI, don't bother with this.

Requested by <mrg>

show more ...


# 102875f8 19-Dec-2017 kamil <kamil@NetBSD.org>

Drop SYS_vadvise

The (o)vadvise syscall is dummy since the beginning of NetBSD.

It is an obsolete remnant from the old UNIX.

Sponsored by <The NetBSD Foundation>


12