summaryrefslogtreecommitdiff
path: root/sys/compat/linux32
AgeCommit message (Expand)Author
2010-11-02personality() now interprets its parameter as havingchs
2010-11-02regenchs
2010-11-02implement the following syscalls for linux32:chs
2010-09-11recent versions of linux (which we now claim to be) supply a BSD-stylechs
2010-09-11always supply an auxiliary vector for linux ELF processes.chs
2010-07-12Add CLOCK_MONOTONIC support for compat linux/linux32njoly
2010-07-12fix debugging build.christos
2010-07-07Add missing includes to bring the linux_semun type needed byjmmv
2010-07-07regenchs
2010-07-07many changes for COMPAT_LINUX:chs
2010-06-24Clean up vnode lock operations pass 2:hannken
2010-05-29Fix build without sysvipc configured, from Wolfgang Stukenbrock in PR 43376,dholland
2010-04-18This patch fixes the NX regression issue observed on amd64 kernels, wherejym
2010-04-08Do not use 0 for pointers, but NULL.njoly
2010-04-08Add a new clock_gettime1() function that holds most of thenjoly
2010-04-03Move most clock_getres syscall code, except for coypout call, to a newnjoly
2010-03-29Convert linux/linux32/netbsd32 clock_settime syscalls, to use thenjoly
2010-03-03When implementing "read directory", when there are too many empty entrieshe
2010-01-05Remove extra semicolon.mbalmer
2009-12-12Add missing semicolons after NETBSD32TOx_UAP macro calls.njoly
2009-12-10Add SIOCGIFMTU support.njoly
2009-12-10Do not give native requests to netbsd32_ioctl(), use the compatnjoly
2009-12-10Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostlymatt
2009-11-24Regen for personality(2) update.njoly
2009-11-24Update personality(2) to match Linux definition where the argument is annjoly
2009-11-23Use lwp_getpcb() in compat code, clean from struct user.rmind
2009-11-20Make linux32_msqid_ds l_msg_[src]time members use the right type,njoly
2009-11-18Make compat linux/linux32 msgrcv_msgarg type member of typenjoly
2009-11-18Make linux32 msgsnd/msgrcv use the netbsd32 syscalls instead of nativenjoly
2009-11-18Kill noisy debug printf.njoly
2009-11-16Follow up commit to fix breakage that somehow passed by the compiler.joerg
2009-11-16Add SYSVMSG support for linux32.joerg
2009-11-13Return the result of copyout. Reminded by Niolas Joly.joerg
2009-11-13Provide SIOCGIFNAME.joerg
2009-11-11- selcommon/pollcommon: drop redundant l argument.rmind
2009-11-04do_sys_wait(): fix previous by checking for ru != NULL. Noticed byrmind
2009-10-25Initialise struct emul members by name (it is readable now and one can searchrmind
2009-08-18add the video ioctls so that the 32 bit skype works with videochristos
2009-07-22Make compat linux/linux32 getdents(2) fail with ENOTDIR instead ofnjoly
2009-07-21Kill unreachable return statement.njoly
2009-06-08Fix defines against multiple inclusion protection (s/I386/AMD64).njoly
2009-06-08Regen for rt_queueinfo addition.njoly
2009-06-08Add rt_queueinfo(2) support.njoly
2009-06-05Regen for fstatfs.njoly
2009-06-05Add fstatfs syscall.njoly
2009-06-04Regen for stat/lstat/fstat syscalls.njoly
2009-06-04Add stat/lstat/fstat syscalls.njoly
2009-06-03Cleanup (no functional changes).njoly
2009-06-03Fix inverted lst_ino/__lst_ino assignment in linux32_from_stat().njoly
2009-06-02Regen for siggetmask/sigsetmask.njoly