summaryrefslogtreecommitdiff
path: root/sys/compat/linux
AgeCommit message (Expand)Author
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-19ioctl compatibility for v4l2 and drmjmcneill
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-03Fix SIOCGIFCONF ioctl for 64bit platforms. Add a new linux_ifreqnjoly
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-24Replace references to getsock/getvnode.ad
2008-06-24ioctl commands are defined unsigned long, so cast cmd to unsigned long before...gmcgarry
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-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-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
2008-05-28Add LINUX_TMPFS_SUPER_MAGIC, and map it to our tmpfs.njoly
2008-05-21Add IPC_64 support to msgctl, needed for amd64.njoly
2008-05-20Fix linux_sys_getres{uid,gid}16 arguments type in comment.njoly
2008-05-19Fix free() argument in linux_read_ldt.njoly
2008-05-11Pull in machine/cpufunc.h for wrmsr definition.jmcneill
2008-05-07Restore sched_native2linux() KASSERTs, i accidentally disabled in anjoly
2008-05-05Wrap debug printfs in #ifdef DEBUG_LINUX (hi njoly!)jmcneill
2008-05-01Add SCHED_FIFO/SCHED_RR support to sched_get_priority_{min,max}.njoly
2008-04-30Make various bits of debug code compile again.ad
2008-04-29In linux_get_sa(), make salen parameter unsigned.njoly
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-24Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, sincead
2008-04-24Add IPC_64 support for semctl IPC_STAT/IPC_SET.njoly
2008-04-24Network protocol interrupts can now block on locks, so merge the globalsad
2008-04-24Merge the socket locking patch:ad
2008-04-23Disable bitrotted linux ptrace interfaces, which are likely now aad
2008-04-23Regen.ad
2008-04-23-SYCALL_MPSAFEad
2008-04-23Fix locking.ad
2008-04-23Tweak locking.ad
2008-04-23Tweak previous.ad
2008-04-23Fix locking.ad
2008-04-23- Use cdev_tty().ad
2008-04-23Sprinkle locking.ad
2008-04-21Add LINUX_IPC_64 support for LINUX_IPC_SET in shmctl. Required, atnjoly
2008-04-21Rename LINUX_SHMCTL_FORCEIPC64 define to LINUX_IPC_FORCE64.njoly
2008-04-21timer fixes for PR 37093:ad
2008-04-17Add compat linux32 sys_clock_{getres,gettime,settime} syscalls.njoly
2008-04-16Remove an obsolete comment about SHM_LOCK/SHM_UNLOCK being no-op.njoly
2008-04-15Remove unneeded amd64 ifdef/endif.njoly
2008-04-11Under NPTL emulation, do not reparent all members of a thread group,njoly