| Age | Commit message (Expand) | Author |
| 2022-08-03 | Pull up following revision(s), all via patch | martin |
| 2012-10-02 | kernel portion of clock_nanosleep() | christos |
| 2011-11-18 | add sigtimedwait support | christos |
| 2010-07-12 | Add CLOCK_MONOTONIC support for compat linux/linux32 | njoly |
| 2010-07-07 | many changes for COMPAT_LINUX: | chs |
| 2010-04-08 | Do not use 0 for pointers, but NULL. | njoly |
| 2010-04-08 | Add a new clock_gettime1() function that holds most of the | njoly |
| 2010-04-03 | Move most clock_getres syscall code, except for coypout call, to a new | njoly |
| 2010-03-29 | Convert linux/linux32/netbsd32 clock_settime syscalls, to use the | njoly |
| 2009-07-21 | Kill unreachable return statement. | njoly |
| 2009-01-16 | Update some syscalls that now needs compat50 timeval structure. | njoly |
| 2008-12-29 | Fix stime(2) inverted copyin arguments. | njoly |
| 2008-12-29 | s/syscallcarg/syscallarg/ in comments. | njoly |
| 2008-12-12 | Add clock_nanosleep syscall. | njoly |
| 2008-12-08 | Remove unused timeval_to_clock_t function, superseeded by CONVTCK | njoly |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |
| 2008-11-12 | Fix nanosleep(2) on 64-bit archs. Do not call native nanosleep | njoly |
| 2008-09-08 | make this compile again. | christos |
| 2008-09-08 | fix broken linux32_sys_times, copied from linux_sys_times. | christos |
| 2008-04-24 | Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since | ad |
| 2008-04-17 | Add compat linux32 sys_clock_{getres,gettime,settime} syscalls. | njoly |
| 2008-03-27 | Make rusage collection per-LWP and collate in the appropriate places. | ad |
| 2007-12-20 | Convert all the system call entry points from: | dsl |
| 2007-12-08 | ANSIfy most of the function definitions in sys/compat (but not ndis). | dsl |
| 2007-11-25 | Refactor time modification checks and place them in the secmodel code. | elad |
| 2007-05-12 | Get rusage directly, not via 64bit linux call and stackgap. | dsl |
| 2007-05-12 | Change the compat sys_[fl]utime code to not use the stackgap. | dsl |
| 2007-04-22 | Change the way that emulations locate files within the emulation root to | dsl |
| 2007-03-18 | Change all the NETBSD32PTR64(SCARG(uap, xxx))) to SCARG_P32(uap, xxx). | dsl |
| 2007-03-16 | remove all the double (and triple) casts used to convert 32bit userspace | dsl |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-11-14 | Clean some KAUTH_GENERIC_ISSUSER usage in compat code. | elad |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-06-13 | include kauth.h | skd |
| 2006-05-14 | integrate kauth. | elad |
| 2006-02-24 | Fix compat_linux32 time(2) emulation | manu |
| 2006-02-09 | Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough so | manu |