summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common
AgeCommit message (Expand)Author
2010-03-03When implementing "read directory", when there are too many empty entrieshe
2009-12-10Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostlymatt
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-24Update personality(2) to match Linux definition where the argument is annjoly
2009-11-18Make compat linux/linux32 msgrcv_msgarg type member of typenjoly
2009-11-16Make sure to never leak padding space before copyout or copyinjoerg
2009-11-13Return the result of copyout. Reminded by Niolas Joly.joerg
2009-11-13Provide SIOCGIFNAME.joerg
2009-11-11- selcommon/pollcommon: drop redundant l argument.rmind
2009-11-04do_sys_wait(): fix previous by checking for ru != NULL. Noticed byrmind
2009-10-25Initialise struct emul members by name (it is readable now and one can searchrmind
2009-09-03Use correct sched_setscheduler syscall 3rd argument type.njoly
2009-08-28Another one that needs <sys/exec_aout.h>.dholland
2009-08-18remove some "inline" from functions which are defined in a .c filedrochner
2009-08-18more debugging for mmapchristos
2009-08-15Include <sys/exec_aout.h> explicitly instead of relying on <sys/exec.h> tomatt
2009-08-09Add enum uio_seg argument to do_sys_mknod and do_sys_mkdir so these functionshaad
2009-07-22Make compat linux/linux32 getdents(2) fail with ENOTDIR instead ofnjoly
2009-07-21Do reject unknown/invalid linux clockid.njoly
2009-06-29Convert 67 namei call sites to use namei_simple, in these functions:dholland
2009-06-23sched_getaffinity(2) update:njoly
2009-06-18In linux_sys_sched_getaffinity(), do not leak memory on error.njoly
2009-06-17Add a new linux_msghdr structure, as its size differs on 64bit archs.njoly
2009-06-16Add LINUX_CMSG_{SPACE,LEN} macros. Use then when calculating thenjoly
2009-06-16For linux cmsg header copyout, use the linux structure size, not thenjoly
2009-06-16Make compat linux sendmsg/recvmsg output msghdr and control messagesnjoly
2009-06-11In sendmsg(2), do copy the msghdr structure before trying to use it.njoly
2009-06-08Small rt_queueinfo(2) update, to require a linux_siginfo structure.njoly
2009-06-02Add the mask value returned by siggetmask.njoly
2009-06-02Make nice(2) return EPERM on error, not EACCES (from sys_setpriority).njoly
2009-05-29Add native to linux siginfo si_status translation, used on i386 andnjoly
2009-05-15pad -> PADpooka
2009-04-23Add IPC_64 support for all semctl(2)/msgctl(2). Needed, at least onnjoly
2009-03-29Move the internal poll/select related API's to use timespec insteadchristos
2009-03-29- add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the totalmrg
2009-03-15ansify function definitionscegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14fix robust_list pointer mess!christos
2009-02-23Switch Linux futex emulation to native ucas_int(), remove unecessaryrmind
2009-02-18Do not protect native_to_linux_si_code() under LINUX_NPTL anymore, nownjoly
2009-02-18Add IPC_64 support for all shmctl(2) commands, not only for STAT/SET.njoly
2009-01-19Small personality(2) update.njoly
2009-01-17Convert linux/linux32 wait(4) to use a compat50 rusage structure.njoly
2009-01-11merge christos-time_tchristos
2009-01-08Restore expected FUTEX_WAIT behaviour with NULL timeout argument,njoly
2009-01-05Make sysctl(2) fails with ENOTDIR (instead of EINVAL) for invalid mibnjoly
2009-01-05Restore struct sysctl padding member name, which was damaged duringnjoly
2008-12-29Fix stime(2) inverted copyin arguments.njoly
2008-12-17kill MALLOC and FREE macros.cegger