summaryrefslogtreecommitdiff
path: root/sys/compat
AgeCommit message (Expand)Author
2010-05-02Remove the nameidata from struct exec_package. It was used only for twodholland
2010-04-28On x86, change the bus_space_tag_t to a pointer to a structdyoung
2010-04-23Fix compilation.joerg
2010-04-23Use struct segment_descriptor for pcb_fsd and pcb_gsd instead of int[2].joerg
2010-04-23Replace M_IOV and some malloc(9)s with kmem(9), and while there:rmind
2010-04-23regenchs
2010-04-23add missing argument to clone(). the symptom of this was that pthread_join()chs
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-29Make compat netbsd32 clock_getres copyout the netbsd32 timespecnjoly
2010-03-28Cleanup compat netbsd32 nanosleep syscalls to use the commonnjoly
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