summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common
AgeCommit message (Expand)Author
2008-08-06Convert socket options code to use a sockopt structureplunky
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-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-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-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-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
2008-04-08Cleanup unneeded LINUX_NPTL ifdef/endif.njoly
2008-04-04Cleanup. Kill linux_sys_msync and use sys___msync13 instead.njoly
2008-03-26- Remove uneeded splsoftnet().ad
2008-03-23linux_get_sa: fix botched fd handling.ad
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
2008-02-29In linux_sys_sched_getparam(), get the native policy too, so that we haveelad
2008-02-28Factor out the guts of get/setparam so it can be used from the compat code.elad
2008-02-16Fold KAUTH_REQ_PROCESS_SCHEDULER_* to KAUTH_PROCESS_SCHEDULER_*. In otherelad
2008-02-12Need to include <sys/fstypes.h> before <sys/vfs_syscalls.h> to gethe