summaryrefslogtreecommitdiff
path: root/sys/compat/linux
AgeCommit message (Expand)Author
2010-11-19Introduce struct pathbuf. This is an abstraction to hold a pathnamedholland
2010-11-02personality() now interprets its parameter as havingchs
2010-11-02implement the following syscalls for linux32:chs
2010-11-02update linux_sys_socket() to understand the flags that are nowchs
2010-11-02define LINUX_O_CLOEXEC.chs
2010-09-21implement O_DIRECTORY as standardized in POSIX-2008,chs
2010-09-11recent versions of linux (which we now claim to be) supply a BSD-stylechs
2010-09-11always supply an auxiliary vector for linux ELF processes.chs
2010-07-12Add CLOCK_MONOTONIC support for compat linux/linux32njoly
2010-07-07regenchs
2010-07-07many changes for COMPAT_LINUX:chs
2010-07-01Remove pfind() and pgfind(), fix locking in various broken uses of these.rmind
2010-06-24Clean up vnode lock operations pass 2:hannken
2010-04-23Use struct segment_descriptor for pcb_fsd and pcb_gsd instead of int[2].joerg
2010-04-23regenchs
2010-04-23add missing argument to clone(). the symptom of this was that pthread_join()chs
2010-04-08Do not use 0 for pointers, but NULL.njoly
2010-04-08Add a new clock_gettime1() function that holds most of thenjoly
2010-04-03Move most clock_getres syscall code, except for coypout call, to a newnjoly
2010-03-29Convert linux/linux32/netbsd32 clock_settime syscalls, to use thenjoly
2010-03-03When implementing "read directory", when there are too many empty entrieshe
2010-03-02Nuke fs_lfs.h included for unknown reasons (if there was a reasonpooka
2010-02-09Small typo in comment.njoly
2010-02-03Remove extra parenthesis. Found by cppcheck, reported bywiz
2010-02-02Missing printf in sys/compat/linux/arch/powerpc/linux_machdep.cwiz
2010-01-05Remove extra semicolon.mbalmer
2009-12-14Regen (new makesyscalls.sh)matt
2009-12-14Merge from matt-nb5-mips64matt
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-24Regen for personality(2) update.njoly
2009-11-24Update personality(2) to match Linux definition where the argument is annjoly
2009-11-23Use lwp_getpcb() in compat code, clean from struct user.rmind
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-30Regen for struct linux_stat64 fix.njoly
2009-10-30stat64 syscalls require struct linux_stat64.njoly
2009-10-25Initialise struct emul members by name (it is readable now and one can searchrmind
2009-10-21Remove uarea swap-out functionality:rmind
2009-09-20Trying to fix build problem. Thanks to joerg's advise.taca
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