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