| Age | Commit message (Expand) | Author |
| 2009-07-22 | Make compat linux/linux32 getdents(2) fail with ENOTDIR instead of | njoly |
| 2009-07-21 | Do reject unknown/invalid linux clockid. | njoly |
| 2009-06-29 | Convert 67 namei call sites to use namei_simple, in these functions: | dholland |
| 2009-06-23 | sched_getaffinity(2) update: | njoly |
| 2009-06-18 | In linux_sys_sched_getaffinity(), do not leak memory on error. | njoly |
| 2009-06-17 | Add a new linux_msghdr structure, as its size differs on 64bit archs. | njoly |
| 2009-06-16 | Add LINUX_CMSG_{SPACE,LEN} macros. Use then when calculating the | njoly |
| 2009-06-16 | For linux cmsg header copyout, use the linux structure size, not the | njoly |
| 2009-06-16 | Make compat linux sendmsg/recvmsg output msghdr and control messages | njoly |
| 2009-06-11 | In sendmsg(2), do copy the msghdr structure before trying to use it. | njoly |
| 2009-06-08 | Small rt_queueinfo(2) update, to require a linux_siginfo structure. | njoly |
| 2009-06-02 | Add the mask value returned by siggetmask. | njoly |
| 2009-06-02 | Make nice(2) return EPERM on error, not EACCES (from sys_setpriority). | njoly |
| 2009-05-29 | Add native to linux siginfo si_status translation, used on i386 and | njoly |
| 2009-05-15 | pad -> PAD | pooka |
| 2009-04-23 | Add IPC_64 support for all semctl(2)/msgctl(2). Needed, at least on | njoly |
| 2009-03-29 | Move the internal poll/select related API's to use timespec instead | christos |
| 2009-03-29 | - add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the total | mrg |
| 2009-03-15 | ansify function definitions | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | fix robust_list pointer mess! | christos |
| 2009-02-23 | Switch Linux futex emulation to native ucas_int(), remove unecessary | rmind |
| 2009-02-18 | Do not protect native_to_linux_si_code() under LINUX_NPTL anymore, now | njoly |
| 2009-02-18 | Add IPC_64 support for all shmctl(2) commands, not only for STAT/SET. | njoly |
| 2009-01-19 | Small personality(2) update. | njoly |
| 2009-01-17 | Convert linux/linux32 wait(4) to use a compat50 rusage structure. | njoly |
| 2009-01-11 | merge christos-time_t | christos |
| 2009-01-08 | Restore expected FUTEX_WAIT behaviour with NULL timeout argument, | njoly |
| 2009-01-05 | Make sysctl(2) fails with ENOTDIR (instead of EINVAL) for invalid mib | njoly |
| 2009-01-05 | Restore struct sysctl padding member name, which was damaged during | njoly |
| 2008-12-29 | Fix stime(2) inverted copyin arguments. | njoly |
| 2008-12-17 | kill MALLOC and FREE macros. | cegger |
| 2008-12-09 | Add some padding members to linux_msqid64_ds for 32-bit archs. This | njoly |
| 2008-12-03 | PR port-amd64/40091 compat_linux32 module loading = panic due to missing syms | ad |
| 2008-11-23 | Move si_code definitions from MD to MI linux_siginfo.h, all archs | njoly |
| 2008-11-23 | initialise a variable to avoid a GCC warning. | mrg |
| 2008-11-20 | PR port-amd64/39964 modules/compat_linux: missing symbols on amd64 | ad |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |
| 2008-11-19 | futex(2) timeout argument cleanup/fix. | njoly |
| 2008-11-18 | noisy printf. | njoly |
| 2008-11-12 | Fix nanosleep(2) on 64-bit archs. Do not call native nanosleep | njoly |
| 2008-11-12 | Remove LKMs and switch to the module framework, pass 1. | ad |
| 2008-10-28 | Only call release_futexes if LINUX_NPTL | jmcneill |
| 2008-10-26 | linux_sys_get_robust_list: copyout the entire struct, not the size of the | jmcneill |
| 2008-10-26 | futex support fixes from FreeBSD via cube+pengo. | christos |
| 2008-10-25 | Add preliminary tls support for i386. Does not work yet. From FreeBSD. | christos |
| 2008-10-21 | Do not use native_to_linux_si_code() outside LINUX_NPTL; until i | njoly |
| 2008-10-21 | Remove LINUX_SI_xxx from MI siginfo.h, that should not have been | njoly |
| 2008-10-21 | tkill/tgkill syscalls cleanup. | njoly |
| 2008-10-19 | Add native to linux siginfo si_code translation, mostly for negative | njoly |