summaryrefslogtreecommitdiff
path: root/sys/compat
AgeCommit message (Expand)Author
2008-08-08'if (error = 0)' -> 'if (error == 0)'bjs
2008-08-07convert some [left behind] compat code to use new sockopt APIplunky
2008-08-06Convert socket options code to use a sockopt structureplunky
2008-08-01linux_sys_rt_sigreturn: properly restore stack flags, pointed out byjmcneill
2008-07-30Fix linux_sigismember/linux_sigaddset to work on amd64 (and othernjoly
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-19ioctl compatibility for v4l2 and drmjmcneill
2008-07-17use device_xnamecegger
2008-07-17remove redundant declaration of tvtohz(). It's declared in <sys/timevar.h>.cegger
2008-07-15Use more timespecs internally. From Alexander Shishkin and me.christos
2008-07-04make LINUX_TCSBRK work. The code is mostly copied frommatthias
2008-07-04make LINUX_TCSBRK work. The code is mostly copied frommatthias
2008-07-03Fix SIOCGIFCONF ioctl for 64bit platforms. Add a new linux_ifreqnjoly
2008-07-02Remove proc_representative_lwp(), use a simple LIST_FIRST() instead.rmind
2008-07-02Change {ff,fd}_exclose and ff_allocated to bool. Change exclose arg tomatt
2008-06-29Move amd64 MD termois types definitions from linux_termios.h to linux_types.hnjoly
2008-06-28Fix warnings about type conversions by using linux_speed_t type onchris
2008-06-27Add SIOCGIFHWADDR support.njoly
2008-06-24Replace references to getsock/getvnode.ad
2008-06-24ioctl commands are defined unsigned long, so cast cmd to unsigned long before...gmcgarry
2008-06-24Fix SIOCGIFCONF ioctl under compat linux32.njoly
2008-06-23Update compat netbsd32 SIOCGIFCONF ioctls definitions to follow nativenjoly
2008-06-22netbsd32_ifreq_tp_t should be of type netbsd32_pointer_t, not int32_t.njoly
2008-06-21Commit regenerated files after adding include of <sys/sched.h>.he
2008-06-21<sys/sycallargs.h> needs <sys/sched.h> now.he
2008-06-21Regen from syscalls.master rev 1.69:tsutsui
2008-06-21Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t.tsutsui
2008-06-20Do not return 0 for unsupported/unknown futex operations, but ENOSYSnjoly
2008-06-20Fix futex locking. Move all locking to linux_sys_futex function, andnjoly
2008-06-19an attempt at linux32_ioctl_socket().christos
2008-06-19regen from syscalls.master r1.46hans
2008-06-19include <sys/sched.h> for cpuset_thans
2008-06-19regen from syscalls.master r1.35hans
2008-06-19include <sys/sched.h> for cpuset_thans
2008-06-18linux32_sys_ptrace() fixes.njoly
2008-06-18Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t.tsutsui
2008-06-18Regen from syscalls.master rev 1.62:tsutsui
2008-06-18Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t.tsutsui
2008-06-18Regen.dogcow
2008-06-18include sys/sched.h for cpuset-related build lossagedogcow
2008-06-17Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t.tsutsui
2008-06-17<sys/syscallargs.h> now needs <sys/sched.h> included for the cpuset_t typehe
2008-06-16regenchristos
2008-06-16an attempt at ptrace32christos
2008-06-16PPWAIT is now in proc::p_lflag.ad
2008-06-11In linux_sys_sendto, do not unconditionnally set MSG_NAMEMBUF tonjoly
2008-06-09Do set mbuf in all cases, even for salen value of 0; otherwise thisnjoly
2008-06-05Add missing cv_destroy in futex_sleep.njoly