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