History log of /netbsd-src/sys/compat/linux/common/linux_ipccall.h (Results 1 – 17 of 17)
Revision Date Author Comments
# abbc8a65 23-Sep-2021 ryo <ryo@NetBSD.org>

add support COMPAT_LINUX for aarch64


# 27180d99 27-Dec-2013 njoly <njoly@NetBSD.org>

Rename ipcall/socketcall specific defines to avoid conflict with
syscalls definitions. No functional changes.


# eec7391f 18-Aug-2009 drochner <drochner@NetBSD.org>

remove some "inline" from functions which are defined in a .c file
but used elsewhere -- gcc-4.4.1 doesn't like it and I doubt it
had any effect


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 7e2790cf 20-Dec-2007 dsl <dsl@NetBSD.org>

Convert all the system call entry points from:
int foo(struct lwp *l, void *v, register_t *retval)
to:
int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code

Convert all the system call entry points from:
int foo(struct lwp *l, void *v, register_t *retval)
to:
int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code to not write into 'uap' and (in some cases) to actually
pass a correctly formatted 'uap' structure with the right name to the
next routine.
A few 'compat' routines that just call standard ones have been deleted.
All the 'compat' code compiles (along with the kernels required to test
build it).
98% done by automated scripts.

show more ...


# f2af9174 04-Dec-2007 dsl <dsl@NetBSD.org>

Remove all the __P


# fbae48b9 16-Feb-2006 perry <perry@NetBSD.org>

Change "inline" back to "__inline" in .h files -- C99 is still too
new, and some apps compile things in C89 mode. C89 keywords stay.

As per core@.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 89647c7c 03-May-2005 manu <manu@NetBSD.org>

First work on COMPAT_LINUX/amd64
Process startup and dynamiclinking work, but processes hang due to
Linux arch_prctl(2) not being really supported yet.


# 46141a31 18-Jan-2003 thorpej <thorpej@NetBSD.org>

Merge the nathanw_sa branch.


# f7f56f98 10-Jan-1999 tron <tron@NetBSD.org>

Revert last changes:
Because "linux_ipccall.h" cannot be included before "sys/shm.h" and
"sys/shm.h" needs to be included after "opt_sysv.h" include "opt_sysv.h"
in "linux_ipccall.c" again.


# 41590f69 03-Jan-1999 erh <erh@NetBSD.org>

Grab the sysv options.


# 8096c25a 04-Oct-1998 fvdl <fvdl@NetBSD.org>

Assign my copyright to TNF. Merge with others were appropriate.
Regen syscall files after script change.


# 908291d2 03-Oct-1998 christos <christos@NetBSD.org>

Attempt to fix the mess.


# 4ab27f44 01-Oct-1998 erh <erh@NetBSD.org>

Move linux/compat/linux_ipccall.h to multiarch. Defines for the IPC multiplexerand associated functions.


# 02b3c95b 15-Aug-1995 fvdl <fvdl@NetBSD.org>

Implement the rest of the sysv ipc calls ({sem,msg}*())


# 3bf459f3 28-Feb-1995 fvdl <fvdl@NetBSD.org>

Added Linux compat code.