summaryrefslogtreecommitdiff
path: root/sys/compat/linux32
AgeCommit message (Expand)Author
2009-01-11merge christos-time_tchristos
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-29s/syscallcarg/syscallarg/ in comments.njoly
2008-12-17kill MALLOC and FREE macros.cegger
2008-12-12Regen for clock_nanosleep.njoly
2008-12-12Add clock_nanosleep syscall.njoly
2008-12-08Remove unused timeval_to_clock_t function, superseeded by CONVTCKnjoly
2008-12-06Regen for netbsd32_caddr_t removal.njoly
2008-12-06Cleanup; kill netbsd32_caddr_t use.njoly
2008-12-06Small setres{uid,gid} cleanup; there is no need to use a specificnjoly
2008-12-05Regen for getres{uid,gid} syscalls.njoly
2008-12-05Add getres{uid,gid} syscalls.njoly
2008-12-03PR port-amd64/40091 compat_linux32 module loading = panic due to missing symsad
2008-12-01Regen for sched_get_priority_{min,max}.njoly
2008-12-01Add sched_get_priority_{min,max} syscalls.njoly
2008-11-19Regen.ad
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-11-12Regen for nanosleep(2) fix.njoly
2008-11-12Fix nanosleep(2) on 64-bit archs. Do not call native nanosleepnjoly
2008-11-12Add missing sys/syscall.h include for SYS_ptrace definition.njoly
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-10-19Add native to linux siginfo si_code translation, mostly for negativenjoly
2008-10-15Merge wrstuden-revivesa into HEAD.wrstuden
2008-10-09Fix linux32 siginfo si_signo value. Do not convert ksi_signo twice.njoly
2008-10-06Regen.njoly
2008-10-06Cleanup. Reduce diffs against netbsd32 syscalls.master.njoly
2008-10-03Compat linux/linux32 nice(2) fix. The syscall argument is an incrementnjoly
2008-09-22Regen after cleanup.njoly
2008-09-22Kill a few linux32 syscalls identical to netbsd32 ones.njoly
2008-09-18Define a PSL_CLEARSIG macro for the psl flags to be cleared on signal deliverychristos
2008-09-17In linux32_shmat() don't try to copyout a 64-bit pointer where userspacescw
2008-09-08make this compile again.christos
2008-09-08fix broken linux32_sys_times, copied from linux_sys_times.christos
2008-09-05Compile NetBSD/amd64 kernels with "-Wextra". Patches contributed bytron
2008-09-04Make linux32 getdents(2) do its own job instead of calling thenjoly
2008-07-24Regen for rt_sigpending.njoly
2008-07-24Add rt_sigpending syscall.njoly
2008-07-23Add linux32_getifconf, following recent linux_getifconf addition.njoly
2008-07-04make LINUX_TCSBRK work. The code is mostly copied frommatthias
2008-06-27Add SIOCGIFHWADDR support.njoly
2008-06-24Fix SIOCGIFCONF ioctl under compat linux32.njoly
2008-06-19an attempt at linux32_ioctl_socket().christos
2008-06-18linux32_sys_ptrace() fixes.njoly
2008-06-16regenchristos
2008-06-16an attempt at ptrace32christos
2008-05-20Regen for ipc(2) syscall support.njoly
2008-05-20Add compat linux32 ipc(2) syscall support, for shared memory andnjoly
2008-04-28Remove clause 3 and 4 from TNF licensesmartin