| Age | Commit message (Expand) | Author |
| 2021-09-07 | sys/compat: Memset zero before copyout. | riastradh |
| 2021-01-19 | The read/write/send/recv system calls return ssize_t because -1 is | simonb |
| 2021-01-19 | KNF consistency: No parentheses are needed around the return value. | simonb |
| 2021-01-18 | s/u_intN_t/uintN_t/ | simonb |
| 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-10-03 | Switch kevent udata from intptr_t void* | kamil |
| 2019-09-22 | Add a new member to struct vfsstat and grow the unused members | christos |
| 2019-02-21 | for sysv ipc stat operations, explicitly copy the exported parts | mrg |
| 2018-12-27 | Fix kernel info leaks. | maxv |
| 2018-11-25 | Restore netbsd32 compat code for new NPF ABI. | mlelstv |
| 2018-05-10 | add {send,recv}mmsg | christos |
| 2018-04-19 | s/static inline/static __inline/g for consistency. | christos |
| 2017-10-31 | PR kern/52681: fix msghdr conversion. | martin |
| 2017-07-31 | Remove references to COMPAT_OLDSOCK (itself removed years ago). | maxv |
| 2016-11-13 | correct wrong casting. some are considered harmless, but | rin |
| 2015-06-22 | add netbsd32 support for nfssvc(2). we do this by defining 5 copyin/out | mrg |
| 2015-06-20 | Implement modctl, sigqueinfo and mq_* | martin |
| 2014-03-18 | Merge riastradh-drm2 to HEAD. | riastradh |
| 2013-07-20 | Initialise destination before performing stat structure conversion. | njoly |
| 2011-03-06 | merge the bouyer-quota2 branch. This adds a new on-disk format | bouyer |
| 2011-02-20 | Don't bother the iov in netbsd32_to_msghdr since it needs to handled specially. | matt |
| 2011-01-16 | In stat structure conversions, do set st_birthtimespec member values | njoly |
| 2011-01-04 | Need to deal with msg_iov in netbsd32_to_msghdr. | matt |
| 2009-01-25 | fix casts. | christos |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-11-12 | Remove LKMs and switch to the module framework, pass 1. | ad |
| 2008-06-02 | When converting msqid_ds structure from/to netbsd32 for msgctl(2) | njoly |
| 2008-05-29 | remove clause #3 from my license where there are no other | mrg |
| 2007-12-04 | Remove all the __P | dsl |
| 2007-03-16 | remove all the double (and triple) casts used to convert 32bit userspace | dsl |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-23 | - Split sys_kevent into kevent1 so that it can be used by COMPAT_NETBSD32 | cube |
| 2005-09-13 | make this compile again. | christos |
| 2005-08-19 | Fix lossage I created with the 64 bit ino_t change. | christos |
| 2005-08-19 | 64 bit inode changes. | christos |
| 2005-07-23 | Constify conversion functions. | cube |
| 2005-07-23 | Implement the timer_create(2) family of syscalls. | cube |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-06-17 | o Add support for the statvfs family of syscalls (statvfs1, fstatvfs1, | cube |
| 2004-04-21 | try to make this compile. XXX: this will not work yet (hi simon) | christos |
| 2004-04-21 | Replace the statfs() family of system calls with statvfs(). | christos |
| 2001-02-07 | move the static inline conversion functions into a header file so other | mrg |