summaryrefslogtreecommitdiff
path: root/sys/compat/netbsd32/netbsd32_time.c
AgeCommit message (Expand)Author
2022-10-26sys: Put externs for time_adjtime and time_adjusted in .h files.riastradh
2021-09-20Add timerfd system calls to COMPAT_NETBSD32.thorpej
2021-09-07sys/compat: Memset zero before copyout.riastradh
2021-02-18In the compat setitimer(2) calls, don't validate which timer is beingsimonb
2021-01-19KNF consistency: No parentheses are needed around the return value.simonb
2019-10-05Validate input before converting timeval::tv_usec in compat/netbsd32kamil
2019-09-26make the ?: expression types matchchristos
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-10-30Paranoia: zero COMPAT_30 ntptimeval and 32-bit ntptimeval too.riastradh
2017-02-26Apply fix from natuve clock_nanosleep(2) to not copyout remaining timenjoly
2016-09-23Trailing whitespaceskrll
2016-09-23Add netbsd32_clock_getcpuclockid2 and netbsd32_wait6 functionsskrll
2015-10-31Adjust compat netbsd32 clock_nanosleep(2) to match recent nativenjoly
2015-07-22Set 'error' properly.maxv
2015-07-17Unwrap lines.skrll
2015-07-12Use the right type in sizeof() for copyin() in adjtimemartin
2012-10-02kernel portion of clock_nanosleep()christos
2010-04-08Add a new clock_gettime1() function that holds most of thenjoly
2010-04-03Move most clock_getres syscall code, except for coypout call, to a newnjoly
2010-03-29Convert linux/linux32/netbsd32 clock_settime syscalls, to use thenjoly
2010-03-29Make compat netbsd32 clock_getres copyout the netbsd32 timespecnjoly
2010-03-28Cleanup compat netbsd32 nanosleep syscalls to use the commonnjoly
2009-02-26fix kernel build with no options NTPchristos
2009-01-11merge christos-time_tchristos
2008-07-15Use more timespecs internally. From Alexander Shishkin and me.christos
2008-05-29remove clause #3 from my license where there are no othermrg
2008-01-20Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,joerg
2007-12-21Fix prototypes used when NTP is not in use.dsl
2007-12-20Convert all the system call entry points from:dsl
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-11-25Refactor time modification checks and place them in the secmodel code.elad
2007-03-18Change all the NETBSD32PTR64(SCARG(uap, xxx))) to SCARG_P32(uap, xxx).dsl
2007-03-16remove all the double (and triple) casts used to convert 32bit userspacedsl
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-14Clean some KAUTH_GENERIC_ISSUSER usage in compat code.elad
2006-07-23Use the LWP cached credentials where sane.ad
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-31support ntp_gettime againdrochner
2006-05-14integrate kauth.elad
2006-02-17Paste in the conditional declaration of the pps_* extern variableshe
2005-12-06netbsd32_timevalp_t is not really a pointer.christos
2005-12-05remove conflict.christos
2005-12-05untagle a bit.christos
2005-12-05Sync with kern_time.c rev. 1.98:kleink
2005-11-11Call nanotime() directly, instead of doing thesimonb
2005-10-23Implement a few changes needed to properly resolve PR#30924, ascube
2005-08-19Fix lossage I created with the 64 bit ino_t change.christos
2005-07-23Implement the timer_create(2) family of syscalls.cube
2005-07-11Split sys_getitimer and sys_setitimer to make it possible to share thecube
2005-05-31- add constchristos