summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_time.c
AgeCommit message (Expand)Author
2022-08-03Pull up following revision(s), all via patchmartin
2017-07-29Put suser check in the right function: settimeofday, not gettimeofday.riastradh
2017-07-29Only let the superuser set the compat_linux timezone.riastradh
2014-01-13Cleanup, and reduce diffs between arches. Make alpha usenjoly
2012-10-02kernel portion of clock_nanosleep()christos
2011-11-18- add sigtimedwait support.christos
2010-07-12Add CLOCK_MONOTONIC support for compat linux/linux32njoly
2010-04-08Do not use 0 for pointers, but NULL.njoly
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
2009-07-21Do reject unknown/invalid linux clockid.njoly
2009-01-11merge christos-time_tchristos
2008-11-19futex(2) timeout argument cleanup/fix.njoly
2008-11-12Fix nanosleep(2) on 64-bit archs. Do not call native nanosleepnjoly
2008-06-18Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t.tsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-17Add compat linux32 sys_clock_{getres,gettime,settime} syscalls.njoly
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-10-19Add compat_linux and exec_linux_elf lkm support for amd64:njoly
2007-05-13Stop using the stackgap for time functions.dsl
2007-05-12Fix comment and indent.dsl
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2006-05-14XXX: GCC uninitializedchristos
2005-12-11merge ktrace-lwp.christos
2005-11-05Instead of ifdef'ing __amd64__ all the Linux NPTL stuff, introduce anmanu
2005-05-16Implement clock_* POSIX functions.fvdl
2005-05-03First work on COMPAT_LINUX/amd64manu
2005-02-26nuke trailing whitespaceperry
2003-01-18Merge the nathanw_sa branch.thorpej
2002-01-17Add arm to #endif comment.rjs
2002-01-14Crude first cut at ARMLinux binary compatibility. Successfully runsbjh21
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-09-22Fixes for mips supportmanu
2001-05-15This file is not used on alpha, and it causes some warning that break themanu
2001-05-13Improved the accuracy of gettimeofday/settimeofday: Linux stores a srtuctmanu