| Age | Commit message (Expand) | Author |
| 2021-09-07 | sys/compat: Memset zero before copyout. | riastradh |
| 2021-04-03 | Centralise the setitimer() timer type validation in dosetitimer() as is | simonb |
| 2020-02-27 | Remove explicit calls to the sysctl setup routines, since this is now | pgoyette |
| 2020-01-02 | - Eliminate the global "boottime" variable, which was being accessed | thorpej |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-10-30 | Zero ntptimeval50 too to prevent 4-byte kernel stack disclosure. | riastradh |
| 2016-03-11 | PR/50947: David Binderman: sprinkle parens | christos |
| 2015-12-07 | Modularize the clockctl pseudo-device and link to the build. | pgoyette |
| 2015-07-24 | Unused inits (harmless). | maxv |
| 2014-11-09 | Do not uselessly include <sys/malloc.h>. | maxv |
| 2014-04-04 | Move a few compat 50 syscalls, not applicable to rump kernels, out of | njoly |
| 2013-03-29 | compat glue for new lwp_park() | christos |
| 2013-02-21 | Move boottime50 and its associated sysctl into the compat module. As | pgoyette |
| 2012-11-03 | Move rusage computation to a new getrusage1() function. Adjust all | njoly |
| 2012-10-02 | kernel portion of clock_nanosleep() | christos |
| 2012-01-04 | Instead of calling clockctl_ioctl directly, lookup the cdevsw and | apb |
| 2012-01-04 | Provide a COMPAT_50 version of the CLOCKCTL_NTP_ADJTIME ioctl. | apb |
| 2011-11-18 | add a copyin function for sigset so that we can use sigtimedwait1 from | christos |
| 2011-03-04 | PR/44674: Taylor R Campbell: Fix compat copyin and copyout routines which | christos |
| 2011-01-19 | Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>. | tsutsui |
| 2011-01-17 | Put async i/o compat routines in a separate source module from the | pooka |
| 2010-05-30 | -fix internal use of sigwaitinfo(2) by sigwait(3): The former returns | drochner |
| 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-01-19 | Get rid of last "easy" kernel symbols starting with __: | pooka |
| 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-10-12 | compat_50_sys_aio_suspend: | yamt |
| 2009-10-05 | mq_timedsend/mq_timedreceive: timeout value is absolute, not relative. | rmind |
| 2009-07-19 | - Use #ifdef AIO, instead of #ifdef notyet. Not a solution, but at | rmind |
| 2009-03-29 | Move the internal poll/select related API's to use timespec instead | christos |
| 2009-03-26 | Replace gcc initialisers with c99 designated initialisers. | gmcgarry |
| 2009-02-22 | - fix copyout size in CLOCKCTL_O?ADJTIME. | nakayama |
| 2009-01-17 | Convert linux/linux32 wait(4) to use a compat50 rusage structure. | njoly |
| 2009-01-14 | In rusage_to_rusage50() function, fix memcpy size to include last | njoly |
| 2009-01-11 | merge christos-time_t | christos |