summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/ip_proxy.c')
0 files changed, 0 insertions, 0 deletions
x processes. NetBSD-native futexesthorpej 2020-04-29Oops, fix a silly mistake in the Linux futex syscall stubs -- we alsothorpej 2020-04-26Add a NetBSD native futex implementation, mostly written by riastradh@.thorpej 2019-08-23Hum, don't forget the 'pid' argument, otherwise we're not gonna go verymaxv 2017-04-10Return value pointers should be the last argument.dholland 2014-11-22Add ppoll(2) for compat linux32.njoly 2014-11-09Do not uselessly include <sys/malloc.h>.maxv 2013-11-18implement the *at() syscalls.chs 2011-11-18add sigtimedwait supportchristos 2010-11-02personality() now interprets its parameter as havingchs 2010-11-02implement the following syscalls for linux32:chs 2010-07-07many changes for COMPAT_LINUX:chs 2009-11-24Update personality(2) to match Linux definition where the argument is annjoly 2009-06-05Add fstatfs syscall.njoly 2009-01-20Add basic support for linux32 personality(2) syscall.njoly 2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad 2008-11-12Add missing sys/syscall.h include for SYS_ptrace definition.njoly 2008-11-12Remove LKMs and switch to the module framework, pass 1.ad 2008-06-18linux32_sys_ptrace() fixes.njoly 2008-06-16an attempt at ptrace32christos 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2007-12-20Convert all the system call entry points from:dsl 2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl 2007-04-30Rework compat stat() and statvfs() code so that it no longer uses the stackgap.dsl 2007-04-22Change the way that emulations locate files within the emulation root todsl 2007-04-11- Add compat amd64 linux32 statfs support, adapted from PR/35956.njoly 2006-09-13This file was not used anymoremanu 2006-07-23Use the LWP cached credentials where sane.ad 2006-05-14integrate kauth.elad 2006-02-09Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough somanu