summaryrefslogtreecommitdiff
path: root/sys/compat/linux
AgeCommit message (Expand)Author
2009-01-11Regen from syscalls.master rev 1.64:tsutsui
2009-01-11Update for compat_50 stuff. (compile test only)tsutsui
2009-01-11merge christos-time_tchristos
2009-01-08Restore expected FUTEX_WAIT behaviour with NULL timeout argument,njoly
2009-01-05Make sysctl(2) fails with ENOTDIR (instead of EINVAL) for invalid mibnjoly
2009-01-05Restore struct sysctl padding member name, which was damaged duringnjoly
2008-12-29Fix stime(2) inverted copyin arguments.njoly
2008-12-17kill MALLOC and FREE macros.cegger
2008-12-09Add some padding members to linux_msqid64_ds for 32-bit archs. Thisnjoly
2008-12-03PR port-amd64/40091 compat_linux32 module loading = panic due to missing symsad
2008-11-23Move si_code definitions from MD to MI linux_siginfo.h, all archsnjoly
2008-11-23initialise a variable to avoid a GCC warning.mrg
2008-11-20PR port-amd64/39964 modules/compat_linux: missing symbols on amd64ad
2008-11-19Regen.ad
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-11-19Regen for futex timeout argument cleanup/fix.njoly
2008-11-19futex(2) timeout argument cleanup/fix.njoly
2008-11-18noisy printf.njoly
2008-11-17LINUX_GCC_SIGNATURE also matches NetBSD/i386 ELF binaries, so disable it.ad
2008-11-14Unneeded ifdefad
2008-11-12Regen for nanosleep(2) fix.njoly
2008-11-12Fix nanosleep(2) on 64-bit archs. Do not call native nanosleepnjoly
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-10-28populate init_thread_area.christos
2008-10-28Only call release_futexes if LINUX_NPTLjmcneill
2008-10-26Need opt_multiprocessor.h for MULTIPROCESSOR definition.jmcneill
2008-10-26changes from pengo that make initializing skype more reliable.christos
2008-10-26regen.christos
2008-10-26catch up with i386 changes.christos
2008-10-26multiprocessor fixes, from rmindchristos
2008-10-26linux_sys_get_robust_list: copyout the entire struct, not the size of thejmcneill
2008-10-26use a symbolic constant instead of 6.christos
2008-10-26use GUGS_SEL instead of 3.christos
2008-10-26regenchristos
2008-10-26futex support fixes from FreeBSD via cube+pengo.christos
2008-10-26Assert that the segment descriptors we generate for TLS will not allowad
2008-10-26regenchristos
2008-10-26don't forget the percpu stuff and load gs immediately.christos
2008-10-26fix include order; machdep needs to be first for LINUX_NPTL to be defined.christos
2008-10-25Add preliminary tls support for i386. Does not work yet. From FreeBSD.christos
2008-10-21Do not use native_to_linux_si_code() outside LINUX_NPTL; until injoly
2008-10-21Remove LINUX_SI_xxx from MI siginfo.h, that should not have beennjoly
2008-10-21tkill/tgkill syscalls cleanup.njoly
2008-10-19Add native to linux siginfo si_code translation, mostly for negativenjoly
2008-10-17g/c amd64 ifndef/endif.njoly
2008-10-17Remove unneeded linux_sigaction.cnjoly
2008-10-15Merge wrstuden-revivesa into HEAD.wrstuden
2008-10-03Compat linux/linux32 nice(2) fix. The syscall argument is an incrementnjoly
2008-09-18Define a PSL_CLEARSIG macro for the psl flags to be cleared on signal deliverychristos
2008-08-06Convert socket options code to use a sockopt structureplunky