summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_time.c
AgeCommit message (Expand)Author
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