| Age | Commit message (Expand) | Author |
| 2022-10-26 | sys: Put externs for time_adjtime and time_adjusted in .h files. | riastradh |
| 2021-09-20 | Add timerfd system calls to COMPAT_NETBSD32. | thorpej |
| 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 |
| 2019-10-05 | Validate input before converting timeval::tv_usec in compat/netbsd32 | kamil |
| 2019-09-26 | make the ?: expression types match | christos |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-10-30 | Paranoia: zero COMPAT_30 ntptimeval and 32-bit ntptimeval too. | riastradh |
| 2017-02-26 | Apply fix from natuve clock_nanosleep(2) to not copyout remaining time | njoly |
| 2016-09-23 | Trailing whitespace | skrll |
| 2016-09-23 | Add netbsd32_clock_getcpuclockid2 and netbsd32_wait6 functions | skrll |
| 2015-10-31 | Adjust compat netbsd32 clock_nanosleep(2) to match recent native | njoly |
| 2015-07-22 | Set 'error' properly. | maxv |
| 2015-07-17 | Unwrap lines. | skrll |
| 2015-07-12 | Use the right type in sizeof() for copyin() in adjtime | martin |
| 2012-10-02 | kernel portion of clock_nanosleep() | christos |
| 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 |
| 2009-02-26 | fix kernel build with no options NTP | christos |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-07-15 | Use more timespecs internally. From Alexander Shishkin and me. | christos |
| 2008-05-29 | remove clause #3 from my license where there are no other | mrg |
| 2008-01-20 | Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, | joerg |
| 2007-12-21 | Fix prototypes used when NTP is not in use. | dsl |
| 2007-12-20 | Convert all the system call entry points from: | dsl |
| 2007-12-08 | ANSIfy most of the function definitions in sys/compat (but not ndis). | dsl |
| 2007-11-25 | Refactor time modification checks and place them in the secmodel code. | elad |
| 2007-03-18 | Change all the NETBSD32PTR64(SCARG(uap, xxx))) to SCARG_P32(uap, xxx). | 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-11-14 | Clean some KAUTH_GENERIC_ISSUSER usage in compat code. | elad |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-05-31 | support ntp_gettime again | drochner |
| 2006-05-14 | integrate kauth. | elad |
| 2006-02-17 | Paste in the conditional declaration of the pps_* extern variables | he |
| 2005-12-06 | netbsd32_timevalp_t is not really a pointer. | christos |
| 2005-12-05 | remove conflict. | christos |
| 2005-12-05 | untagle a bit. | christos |
| 2005-12-05 | Sync with kern_time.c rev. 1.98: | kleink |
| 2005-11-11 | Call nanotime() directly, instead of doing the | simonb |
| 2005-10-23 | Implement a few changes needed to properly resolve PR#30924, as | cube |
| 2005-08-19 | Fix lossage I created with the 64 bit ino_t change. | christos |
| 2005-07-23 | Implement the timer_create(2) family of syscalls. | cube |
| 2005-07-11 | Split sys_getitimer and sys_setitimer to make it possible to share the | cube |
| 2005-05-31 | - add const | christos |