summaryrefslogtreecommitdiff
path: root/sys/compat/linux
AgeCommit message (Expand)Author
2015-12-08Fix DIOCGPARTINFOchristos
2015-12-08Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead ofchristos
2015-12-03Merge the compat_sysv module into the sysv_ipc module - it shouldpgoyette
2015-11-14PR/50428: Rin Okuyama: support SA_RESTORER flag for rt_sigaction(2) in thechristos
2015-10-27Regennjoly
2015-10-27Fix setuid/setgid return type (void -> int) to match native.njoly
2015-10-27Regen.njoly
2015-10-27Fix wrong gid types from previous.njoly
2015-10-25Regen for posix chown family cleanup.njoly
2015-10-25Cleanup posix chown family syscalls to match native (alpha, mips andnjoly
2015-10-18Make sure we have space for the aout header.maxv
2015-10-13Don't release proc_lock until we're done looking at things that arepgoyette
2015-10-10Add an additional dependency on compat_sysvpgoyette
2015-09-24regenchristos
2015-07-24Unused inits (harmless).maxv
2015-07-03PR/50021: Rin Okuyama: Fix linux affinity syscallschristos
2015-06-11Force *stackp to (uintptr_t) before possibly moving to a smaller pointer size.matt
2015-05-31Regen for write(2) size argument fix.njoly
2015-05-31Fix write(2) size argument (int -> size_t).njoly
2015-05-24convert remaining linux_get_sa() users to use linux_get_sa_sb() andrtr
2015-05-02make connect syscall use sockaddr_big and modify pr_{send,connect}rtr
2015-04-03* change pr_bind to accept struct sockaddr * instead of struct mbuf *rtr
2015-03-23Regenozaki-r
2015-03-23Add linux_systrace_args.c for armozaki-r
2015-03-23Regenozaki-r
2015-03-23Fix inconsistent argument namesozaki-r
2015-03-23Regenozaki-r
2015-03-23Fix inconsistent argument namesozaki-r
2015-03-20Zero-fill the ELF auxiliary vectors. Otherwise, on 64bit systems, themaxv
2015-03-14Support Linux MAP_LOCKED mmap flag.njoly
2015-03-07regenchristos
2015-03-07Add systrace output filechristos
2015-03-07centralize arguments functionschristos
2015-03-07fix inconsistent nameschristos
2015-03-01Add Linux specific fcntl(2) commands. Support F_DUPFD_CLOEXEC.njoly
2015-02-28When converting limits from linux32 (int32_t) to native (uint64_t),njoly
2014-11-26Tweak ifconf variantsozaki-r
2014-11-22Do not define LINUX_EDEADLK more than once.njoly
2014-11-22Regen for ppoll signature fixnjoly
2014-11-22Fix ppoll signature (int ->u_int)njoly
2014-11-21Tweak linux_getifhwaddrozaki-r
2014-11-17Define compat modules (but without dependencies yet).uebayasi
2014-11-09Do not uselessly include <sys/malloc.h>.maxv
2014-10-30Reject non-regular files.maxv
2014-10-19Resource leak.maxv
2014-09-26set error return on error (from max)christos
2014-09-21fix leakchristos
2014-06-25Add support for more open flags that have a native equivalentnjoly
2014-06-25Add a few missing open(2) flags (LINUX_O_*). Fix alpha wrong values.njoly
2014-06-21If SCARG(uap, what) = 0, copyin() will copy (size_t)-1 bytes, and it's notmaxv