summaryrefslogtreecommitdiff
path: root/sys/compat
AgeCommit message (Expand)Author
2010-03-05Reset sendsig_sigcontext_vec at fini to avoid having it point atpooka
2010-03-03regen: ENOSYS nfssvc honestlypooka
2010-03-03One more overcomplex ENOSYS bites the dust.pooka
2010-03-03Remove nfssvc non-emulations I missed yesterday.pooka
2010-03-03Add prototype and forward declarations to make the empty nfs stub compile.martin
2010-03-03When implementing "read directory", when there are too many empty entrieshe
2010-03-02regen:pooka
2010-03-02remove nfssvc emulation (or non-emulation)pooka
2010-03-02Kill fs_nfs.h and #ifdef NFS by making getfh() support unconditionalpooka
2010-03-02regen for conditional lfs syscall removalpooka
2010-03-02-fs_lfs.hpooka
2010-03-02remove unused lfs compat stubspooka
2010-03-02-fs_lfs.hpooka
2010-03-02Remove lfs syscall support from compat. I can't really imaginepooka
2010-03-02Nuke fs_lfs.h included for unknown reasons (if there was a reasonpooka
2010-03-02fs_union.h is not used here anymore ... diudaupooka
2010-02-24Mark some suspicious ENODEV returns (should be ENXIO?) with comments.dyoung
2010-02-15typo in commentdholland
2010-02-14add missing glue file, otherwise the emulation will not work ifdrochner
2010-02-09Small typo in comment.njoly
2010-02-03Remove extra parenthesis. Found by cppcheck, reported bywiz
2010-02-02Missing printf in sys/compat/linux/arch/powerpc/linux_machdep.cwiz
2010-01-19A few more instances of __sigtimedwait1 -> sigtimedwait1pooka
2010-01-19Get rid of last "easy" kernel symbols starting with __:pooka
2010-01-08The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to livepooka
2010-01-05Remove extra semicolon.mbalmer
2009-12-21Do not include fs_lfs.h unless _KERNEL_OPT is defined.njoly
2009-12-21Remove SYS_compat_50_mq_timedreceive/SYS_compat_50_mq_timedsendnjoly
2009-12-20If a multithreaded app closes an fd while another thread is blocked indsl
2009-12-14replace mips:elf_check_itp() and ELFNAME2(netbsd32,probe_noteless) thatmrg
2009-12-14Regen (new makesyscalls.sh)matt
2009-12-14Merge from matt-nb5-mips64matt
2009-12-12Remove semicolon from NETBSD32TOx_UAP macro definitions.njoly
2009-12-12Add missing semicolons after NETBSD32TOx_UAP macro calls.njoly
2009-12-11In netbsd32_from_{ifreq,oifreq}(), use the compat structure size fornjoly
2009-12-10Add SIOCGIFMTU support.njoly
2009-12-10Do not give native requests to netbsd32_ioctl(), use the compatnjoly
2009-12-10Kill debug printf.njoly
2009-12-10Make netbsd32_from_{ifreq,oifreq}() copy the whole structure, not onlynjoly
2009-12-10Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostlymatt
2009-12-10Move saemul_netbsd32 to netbsd32_sa.c and allow the KERN_SA bits to be omitted.matt
2009-12-09Rename fo_drain() to fo_abort(), 'drain' is used to mean 'wait for outputdsl
2009-12-09Add netbsd32_oifreq and fix issue in copying the interface name. With thischristos
2009-12-05Remove the portalfs kernel file system driver. Replace mount_portal(8)pooka
2009-11-28Add LINUX_SIOCGIFMTU and LINUX_IP_HDRINCL support.dsl
2009-11-28Set irm->bufmem = uvmexp.filepages;dsl
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-22more s/the the/the/mbalmer