| Age | Commit message (Expand) | Author |
| 2023-02-12 | s/strucure/structure/ and s/structues/structures/ in comments. | andvar |
| 2022-04-23 | Implement support for mounting UDF in compat32 | reinoud |
| 2021-11-11 | Adapt to recent posix_spawn extensions. | martin |
| 2021-11-06 | COMPAT_NETBSD32 is all about running the 32-bit flavor of native | thorpej |
| 2021-01-19 | The read/write/send/recv system calls return ssize_t because -1 is | simonb |
| 2021-01-18 | s/u_intN_t/uintN_t/ | simonb |
| 2021-01-14 | Handle FSSIOCSET and FSSIOCGET; vndconfig(8) works with compat32 now. | simonb |
| 2020-11-01 | Separate the compat_netbsd32_coredump from the compat_netbsd32 and | pgoyette |
| 2020-05-16 | Add ACL support for FFS. From FreeBSD. | christos |
| 2019-12-24 | Introduce PT_LWPSTATUS + PT_LWPNEXT, obsolete PT_LWPINFO | kamil |
| 2019-11-18 | 8-byte objects on i386 or arm-oabi are aligned in 4-byte boundary. | rin |
| 2019-11-18 | Sorry, revert unintentional parts of the previous commit: | rin |
| 2019-11-18 | Belatedly catch up with kern_sig.c rev 1.358: | rin |
| 2019-11-07 | For netbsd32_statvfs, f_spare should be netbsd32_uint64, not uint64_t. | rin |
| 2019-10-03 | Switch kevent udata from intptr_t void* | kamil |
| 2019-09-26 | accrightslen should be u_int for compat too | christos |
| 2019-09-25 | avoid signed-compare warning; use uintmax_t to print. | christos |
| 2019-09-22 | Add a new member to struct vfsstat and grow the unused members | christos |
| 2019-02-20 | use KASSERTMSG() in netbsd32_ptr32i(). | mrg |
| 2019-02-09 | - expand the comment about what netbsd32_machdep.h should provide. | mrg |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-11-25 | Restore netbsd32 compat code for new NPF ABI. | mlelstv |
| 2018-08-11 | support nullfs in netbsd32. | mrg |
| 2018-05-10 | add {send,recv}mmsg | christos |
| 2018-04-14 | redo the previous -- compat/sys/siginfo.h is already included | mrg |
| 2017-12-18 | include <compat/sys/siginfo.h> for siginfo32_t. | mrg |
| 2017-12-17 | handle siginfo requests for ptrace32 | christos |
| 2016-11-13 | tv_usec in netbsd32_timeval is suseconds_t (aka int32_t) rather than | rin |
| 2016-10-19 | PR kern/51514: ptrace(2) fails for 32-bit process on 64-bit kernel | skrll |
| 2016-09-23 | Trailing whitespace | skrll |
| 2016-09-23 | Types for wait6 and clock_getcpuclockid2 | skrll |
| 2016-09-17 | deal with not having KTRACE | christos |
| 2015-11-26 | We never exec(2) with a kernel vmspace, so do not test for that, but instead | martin |
| 2015-08-10 | move some header-specific pointer-typedefs into a header-specific area. | mrg |
| 2015-06-22 | add netbsd32 support for nfssvc(2). we do this by defining 5 copyin/out | mrg |
| 2015-06-21 | s/sparc64/native 64 bit/ in a comment... | mrg |
| 2015-06-21 | Implement trivial conversion for pset_* | martin |
| 2015-06-20 | Implement modctl, sigqueinfo and mq_* | martin |
| 2014-10-05 | add tmpfs. | christos |
| 2014-06-28 | Revert the following changes: | dholland |
| 2014-06-13 | delete -> remove | joerg |
| 2014-04-30 | Do not use native off_t type under compat netbsd32, but a new | njoly |
| 2014-02-03 | Properly translate struct swapent for COMPAT_NETBSD32 (missing commit) | manu |
| 2014-01-24 | sigaction until 1.4 had an int sigmask, don't trash the stack. | christos |
| 2014-01-01 | Change the type of the 'cookie' that holds the state of the core dump file | dsl |
| 2012-10-12 | fix pre-5 stat system call structure which should have used the pre-64-time_t | christos |
| 2012-04-08 | Rework posix_spawn locking and memory management: | martin |
| 2012-03-06 | allow mounting ext2fs and msdosfs | macallan |
| 2012-02-19 | Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! | rmind |
| 2012-02-01 | Be consistent about whether idtype and objtype codes are signed or | dholland |