summaryrefslogtreecommitdiff
path: root/sys/compat/netbsd32/syscalls.master
AgeCommit message (Expand)Author
2021-09-20Add the eventfd(2) system call to COMPAT_NETBSD32.thorpej
2021-09-20Add timerfd system calls to COMPAT_NETBSD32.thorpej
2020-10-10Teach about getrandom(2) to COMPAT_NETBSD32.rin
2020-05-16Add ACL support for FFS. From FreeBSD.christos
2020-04-26Mirror the change made to native -- move futex calls to 166-168.thorpej
2020-04-26Add a NetBSD native futex implementation, mostly written by riastradh@.thorpej
2020-04-22Remove _lwp_gettid(2) system call. This problem is going to be solvedthorpej
2020-04-04Add support for lazily generating a "global thread ID" for a LWP. Thisthorpej
2020-03-12Split out the quota code from the rest of compat_netbsd32 module. Thispgoyette
2020-03-07Properly mark netbsd32_compat_43 syscalls that are directly implementedpgoyette
2020-01-18Catch up after getpid/getgid/getuid changes in native ABI in 2008kamil
2019-11-04netbsd32_size_t should be used instead of size_t for argument ofrin
2019-11-04For netbsd32_readlinkat(2), bufsize is netbsd_size_t, not size_t.rin
2019-09-22Add a new member to struct vfsstat and grow the unused memberschristos
2019-06-18Add ifdef for quota and include the syscall numbers headerchristos
2019-06-18use option quotachristos
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-12-24move mmap(), compat 40 mount(), pipe() and getfh() into their own filesmrg
2018-07-31Add getsockopt2().rjs
2018-07-12Remove the kernel PMC code. Sent yesterday on tech-kern@.maxv
2018-05-10add {send,recv}mmsgchristos
2018-01-06Revert vadvise(2) removalkamil
2017-12-19Drop SYS_vadvisekamil
2017-12-19Drop SYS_sbrkkamil
2017-12-19Drop the sstk(2) syscall stubkamil
2017-12-19Sync syscalls.master in compat_netbsd32(8) with kern/syscalls.masterkamil
2016-10-19PR kern/51514: ptrace(2) fails for 32-bit process on 64-bit kernelskrll
2016-09-23Add wait6 and clock_getcpuclockid2skrll
2016-09-10Add _sched_protectskrll
2015-12-03Split out the SYSV IPC stuff into its own compat_netbsd32_sysvipcpgoyette
2015-12-01Prepare for new compat_netbsd32_mqueue module to be split out ofpgoyette
2015-12-01Mark the nfssvc syscall as auto-loadable from the compat_netbsd32_nfssrvpgoyette
2015-06-23Don't reference netbsd32_nfssvc unless NFSSERVER is defined.dholland
2015-06-22add netbsd32 support for nfssvc(2). we do this by defining 5 copyin/outmrg
2015-06-21Add pset_* callsmartin
2015-06-21Cosmetics: fill in details about some currently unimplemented syscalls.martin
2015-06-21Add the two versioned mq_* calls I missed in the last roundmartin
2015-06-20Add sigqueuinfo, modctl and mq_*.martin
2015-06-16Add posix_fallocate and fdiscardmartin
2015-02-25readlinkat returns ssize_tchristos
2014-06-13Rename argument like the native syscall.joerg
2014-05-15Fix setcontext signature, which has a single argument not three.njoly
2014-04-30Do not use native off_t type under compat netbsd32, but a newnjoly
2013-10-17Change mknodat(2) device argument type from uint32_t to dev_t.njoly
2013-03-29compat glue for new lwp_parkchristos
2012-10-02kernel portion of clock_nanosleep()christos
2012-04-08Rework posix_spawn locking and memory management:martin
2012-03-10P1003_1B_SEMAPHORE is no longer optional.joerg
2012-03-08Add entry for _ksem_timedwait.joerg
2012-02-19Make SA calls obsolete (use stubs in kern case, as libc needs them for now).rmind