| Age | Commit message (Expand) | Author |
| 2009-01-11 | Regen from syscalls.master rev 1.64: | tsutsui |
| 2009-01-11 | Update for compat_50 stuff. (compile test only) | tsutsui |
| 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 | Regen. | ad |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |
| 2008-11-19 | Regen for futex timeout argument cleanup/fix. | njoly |
| 2008-11-19 | futex(2) timeout argument cleanup/fix. | njoly |
| 2008-11-18 | noisy printf. | njoly |
| 2008-11-17 | LINUX_GCC_SIGNATURE also matches NetBSD/i386 ELF binaries, so disable it. | ad |
| 2008-11-14 | Unneeded ifdef | ad |
| 2008-11-12 | Regen for nanosleep(2) fix. | 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 | populate init_thread_area. | christos |
| 2008-10-28 | Only call release_futexes if LINUX_NPTL | jmcneill |
| 2008-10-26 | Need opt_multiprocessor.h for MULTIPROCESSOR definition. | jmcneill |
| 2008-10-26 | changes from pengo that make initializing skype more reliable. | christos |
| 2008-10-26 | regen. | christos |
| 2008-10-26 | catch up with i386 changes. | christos |
| 2008-10-26 | multiprocessor fixes, from rmind | christos |
| 2008-10-26 | linux_sys_get_robust_list: copyout the entire struct, not the size of the | jmcneill |
| 2008-10-26 | use a symbolic constant instead of 6. | christos |
| 2008-10-26 | use GUGS_SEL instead of 3. | christos |
| 2008-10-26 | regen | christos |
| 2008-10-26 | futex support fixes from FreeBSD via cube+pengo. | christos |
| 2008-10-26 | Assert that the segment descriptors we generate for TLS will not allow | ad |
| 2008-10-26 | regen | christos |
| 2008-10-26 | don't forget the percpu stuff and load gs immediately. | christos |
| 2008-10-26 | fix include order; machdep needs to be first for LINUX_NPTL to be defined. | 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 |
| 2008-10-17 | g/c amd64 ifndef/endif. | njoly |
| 2008-10-17 | Remove unneeded linux_sigaction.c | njoly |
| 2008-10-15 | Merge wrstuden-revivesa into HEAD. | wrstuden |
| 2008-10-03 | Compat linux/linux32 nice(2) fix. The syscall argument is an increment | njoly |
| 2008-09-18 | Define a PSL_CLEARSIG macro for the psl flags to be cleared on signal delivery | christos |
| 2008-08-06 | Convert socket options code to use a sockopt structure | plunky |