| Age | Commit message (Expand) | Author |
| 2022-10-26 | sys: Put externs for time_adjtime and time_adjusted in .h files. | riastradh |
| 2021-09-07 | sys/compat: Memset zero before copyout. | riastradh |
| 2021-02-18 | In the compat setitimer(2) calls, don't validate which timer is being | simonb |
| 2021-01-19 | KNF consistency: No parentheses are needed around the return value. | simonb |
| 2020-04-30 | Omit needless #include <sys/rnd.h>. | riastradh |
| 2020-03-15 | Now that we have split the quota code out of the compat_netbsd32_50 | pgoyette |
| 2020-03-12 | Split out the quota code from the rest of compat_netbsd32 module. This | pgoyette |
| 2020-02-27 | Module compat_netbsd32_50 requires module compat_50_quota | pgoyette |
| 2020-01-29 | - Track LWPs in a per-process radixtree. It uses no extra memory in the | ad |
| 2020-01-01 | Fix three stack info leaks, found by kMSan when just invoking all syscalls | maxv |
| 2019-12-15 | Remove clause 3 and 4 leftovers from TNF licenses in more sources. | tsutsui |
| 2019-12-12 | Rather than keeping a separate mutex, condvar, and pserialize for each | pgoyette |
| 2019-10-05 | Validate input before converting timeval::tv_usec in compat/netbsd32 | kamil |
| 2019-09-20 | Validate usec ranges in compat_50_netbsd32_select() | kamil |
| 2019-06-27 | Include the right stuff so compat_netbsd32_50 compiles. | christos |
| 2019-06-18 | Drop unused retval pointer from do_sys_mknod{,at}() | kamil |
| 2019-06-18 | regen | christos |
| 2019-03-01 | Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly | pgoyette |
| 2019-01-29 | Normalize all the compat hooks' names to the form | pgoyette |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-12-26 | remove duplicated prototypes and dated XXX comments. | mrg |
| 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-07-24 | Unused inits (harmless). | maxv |
| 2015-06-21 | Move compat calls, requested by mrg@ | martin |
| 2014-10-27 | fix multiple mistakes: | christos |
| 2014-09-05 | Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get | matt |
| 2014-09-05 | Don't use private as a variable name since it's reserved in C++ | matt |
| 2014-08-21 | Remove dead returns: | maxv |
| 2014-06-24 | Allocate directly KQ_NEVENTS bytes. Otherwise a user can panic the system. | maxv |
| 2013-03-29 | compat glue for new lwp_park | christos |
| 2012-11-03 | Move rusage computation to a new getrusage1() function. Adjust all | njoly |
| 2012-10-02 | kernel portion of clock_nanosleep() | christos |
| 2011-11-18 | add a copyin function for sigset so that we can use sigtimedwait1 from | christos |
| 2011-05-23 | Update from GNU extension to C99 syntax for designated initializer | joerg |
| 2011-03-06 | merge the bouyer-quota2 branch. This adds a new on-disk format | bouyer |
| 2010-05-30 | -fix internal use of sigwaitinfo(2) by sigwait(3): The former returns | drochner |
| 2010-04-23 | Replace M_IOV and some malloc(9)s with kmem(9), and while there: | rmind |
| 2010-04-08 | Add a new clock_gettime1() function that holds most of the | njoly |
| 2010-04-03 | Move most clock_getres syscall code, except for coypout call, to a new | njoly |
| 2010-03-29 | Convert linux/linux32/netbsd32 clock_settime syscalls, to use the | njoly |
| 2010-03-29 | Make compat netbsd32 clock_getres copyout the netbsd32 timespec | njoly |
| 2010-03-28 | Cleanup compat netbsd32 nanosleep syscalls to use the common | njoly |
| 2010-03-02 | regen for conditional lfs syscall removal | pooka |
| 2010-01-19 | A few more instances of __sigtimedwait1 -> sigtimedwait1 | pooka |
| 2009-12-21 | Do not include fs_lfs.h unless _KERNEL_OPT is defined. | njoly |
| 2009-11-11 | - selcommon/pollcommon: drop redundant l argument. | rmind |
| 2009-11-04 | do_sys_wait(): fix previous by checking for ru != NULL. Noticed by | rmind |
| 2009-08-09 | Add enum uio_seg argument to do_sys_mknod and do_sys_mkdir so these functions | haad |
| 2009-03-29 | Move the internal poll/select related API's to use timespec instead | christos |