summaryrefslogtreecommitdiff
path: root/sys/compat
AgeCommit message (Expand)Author
2012-06-19Change the pool_get() flags from WAITOK to NOWAIT.Paul Irofti
2012-06-16compat_linux: Don't hold the lock while pool_get'ing with WAITOK.Paul Irofti
2012-06-08RegeneratePaul Irofti
2012-06-08Remove the lack of gettid() implementation. Okay tedu@Paul Irofti
2012-05-25Change the KERN_FILE_BYPID and KERN_FILE_BYUID modes of the KERN_FILE2Philip Guenthe
2012-05-24If LINUX_CLONE_SETTLS isn't set, then the clone()d child should inheritPhilip Guenthe
2012-05-23Regenerate.Paul Irofti
2012-05-23Add emulation support for fstatfs64.Paul Irofti
2012-05-23Regenerate.Paul Irofti
2012-05-23Add support for statfs64.Paul Irofti
2012-04-22Add struct proc * argument to FRELE() and FILE_SET_MATURE() inPhilip Guenthe
2012-04-12rfork cleanupPhilip Guenthe
2012-04-10Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimitPhilip Guenthe
2012-03-23Make rusage totals, itimers, and profile settings per-process insteadPhilip Guenthe
2011-12-14regenRobert Nagy
2011-12-14implement prctl() for COMPAT_LINUXRobert Nagy
2011-12-03add support for MSG_NOSIGNAL.Federico G. Schwindt
2011-11-25implement chown(2) in compat_linux which is needed by some antivirus softwareRobert Nagy
2011-10-27Allow segments to be used even after they were marked for deletion withRobert Nagy
2011-09-19Gah, no cookie for me.Paul Irofti
2011-09-19Fix comments, they really made sense before splitting them.Paul Irofti
2011-09-19Regenerate after pipe2.Paul Irofti
2011-09-19Add pipe2. Okay miod@Paul Irofti
2011-09-19Fix Unix socket handling when the length is too large by trimming.Paul Irofti
2011-09-19Regenerate after syscall expansion.Paul Irofti
2011-09-19Expand syscall awareness in preparation for pipe2 implementation.Paul Irofti
2011-09-18Regenerate after the futex commit.Paul Irofti
2011-09-18Add futex support for compat/linux.Paul Irofti
2011-08-03Fix linux compat breakage: can't copyin() from kernel-space, soPhilip Guenthe
2011-07-14syncMatthew Dempsky
2011-07-14Fix entry 84 to use the same prototype for linux_sys_lstat() as entryMatthew Dempsky
2011-07-09begone, fucking rotten appletalk shit. ok roomHenning Brauer
2011-07-09syncTheo de Raadt
2011-07-09Remove COMPAT_25. The one piece moved by COMPAT_LINUX moves there.Theo de Raadt
2011-07-08regen syscallsTed Unangst
2011-07-08remove all traces of COMPAT_09 and COMPAT_10. ok deraadtTed Unangst
2011-07-08vm_43.c somehow escaped when its coconspirators were rounded up.Ted Unangst
2011-07-08syncMatthew Dempsky
2011-07-08Remove the sys_opipe() kernel entry point. sys_pipe() is the future.Matthew Dempsky
2011-07-07Regenerate.Paul Irofti
2011-07-07Add more syscalls to the list.Paul Irofti
2011-07-07remove old filesTed Unangst
2011-07-07regen syscallsTed Unangst
2011-07-07remove all the old COMPAT_43 syscalls. The option itself remains forTed Unangst
2011-07-05Add linux_to_native_timespec() for future futex use. Okay tedu@.Paul Irofti
2011-07-05Recommit the reverted sigacts change now that the NFS use-after-freePhilip Guenthe
2011-07-04remove all the compat svr4 filesTed Unangst
2011-07-04move the specfs code to a place people can see it; ok guenther thib krwTheo de Raadt
2011-06-30remove compat_35 filesTed Unangst
2011-06-27compat_vax1k goes to the atticTed Unangst