summaryrefslogtreecommitdiff
path: root/sys/compat/linux32/common/linux32_time.c
AgeCommit message (Expand)Author
2022-08-03Pull up following revision(s), all via patchmartin
2012-10-02kernel portion of clock_nanosleep()christos
2011-11-18add sigtimedwait supportchristos
2010-07-12Add CLOCK_MONOTONIC support for compat linux/linux32njoly
2010-07-07many changes for COMPAT_LINUX:chs
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-21Kill unreachable return statement.njoly
2009-01-16Update some syscalls that now needs compat50 timeval structure.njoly
2008-12-29Fix stime(2) inverted copyin arguments.njoly
2008-12-29s/syscallcarg/syscallarg/ in comments.njoly
2008-12-12Add clock_nanosleep syscall.njoly
2008-12-08Remove unused timeval_to_clock_t function, superseeded by CONVTCKnjoly
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-11-12Fix nanosleep(2) on 64-bit archs. Do not call native nanosleepnjoly
2008-09-08make this compile again.christos
2008-09-08fix broken linux32_sys_times, copied from linux_sys_times.christos
2008-04-24Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, sincead
2008-04-17Add compat linux32 sys_clock_{getres,gettime,settime} syscalls.njoly
2008-03-27Make rusage collection per-LWP and collate in the appropriate places.ad
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-05-12Get rusage directly, not via 64bit linux call and stackgap.dsl
2007-05-12Change the compat sys_[fl]utime code to not use the stackgap.dsl
2007-04-22Change the way that emulations locate files within the emulation root todsl
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
2007-02-09Merge newlock2 to head.ad
2006-11-14Clean some KAUTH_GENERIC_ISSUSER usage in compat code.elad
2006-07-23Use the LWP cached credentials where sane.ad
2006-06-13include kauth.hskd
2006-05-14integrate kauth.elad
2006-02-24Fix compat_linux32 time(2) emulationmanu
2006-02-09Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough somanu