summaryrefslogtreecommitdiff
path: root/sys/compat/linux
AgeCommit message (Expand)Author
2007-11-04- Replace lockmgr with mutex;rmind
2007-10-19Add compat_linux and exec_linux_elf lkm support for amd64:njoly
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-03fxsave() is a function, don't re-use the name.ad
2007-08-29Constify: LLADDR() -> CLLADDR().dyoung
2007-08-26Use satosdl().dyoung
2007-08-15Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposedad
2007-07-17Add native mremap system call based on the UVM implementation forjoerg
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-07-08fix pasto: sigframe.sf_sc is of type linux_sigcontextpooka
2007-07-04It seems that min(16,16) isn't a compile time constant.dsl
2007-07-01Fix long-term breakage in the definition of 'control' data for linux.dsl
2007-07-01Fix LINUX_HDIO_GET_IDENTITY so that it returns the entire 512 byte buffer.dsl
2007-06-30Call fp->f_ops->fo_ioctl() directly (not by sys_ioctl() for LINUX_VT_GETMODEdsl
2007-06-30Use the new CDIOCREADSUBCHANNEL_BUF and CDIOREADTOCENTRIES_BUF ioctls todsl
2007-06-30Match updates to kauth_cred_set/getgroups.dsl
2007-06-23Simplify code to get/set 16bit group lists.dsl
2007-06-23Read and write the ldt without using the stackgap.dsl
2007-06-23These now need sys/prot.hdsl
2007-06-17Do the sysv ipc calls without the stackgap.dsl
2007-06-16Delete stuff in comment about use of stackgap.dsl
2007-06-13regenchristos
2007-06-13Get ready for NPTL but don't turn it on as of yet.christos
2007-06-13regen.christos
2007-06-13Add futex.christos
2007-06-13cleanup some bitrot; from Matthew Orgasschristos
2007-06-06Wrap ktrace calls with #ifdef KTRACE.rjs
2007-06-04Fix select() without a timeout parameter.dsl
2007-06-02wrap #include "opt_ktrace.h" by #ifdef _KERNEL_OPT.yamt
2007-06-02Call selcommon() directly instead of using the stackgap...dsl
2007-06-01Split sys_bind() and sys_connect() so that compat code can use common codedsl
2007-06-01(Ab)use a KTR_USER trace entry for the linux socket command and arguments.dsl
2007-05-29Add a sockaddr_storage member to "struct ifreq" maintaining backwardschristos
2007-05-24Fix restart of interrupted system calls.njoly
2007-05-21rename si_sigval -> si_value to match POSIX RTS.christos
2007-05-13This is deja vu - I fixed this earlier....dsl
2007-05-13Stop using the stackgap for time functions.dsl
2007-05-12Split the fcntl locking code out from its copyin/out.dsl
2007-05-12There is no need to use the stackgap for get/setrlimit.dsl
2007-05-12Fix comment and indent.dsl
2007-05-12Change the compat sys_[fl]utime code to not use the stackgap.dsl
2007-05-10- linux uname -m on x86 returns i{3,4,5,6}86 make it so.christos
2007-05-10move the #if 0 down a few lines so linux_machine gets initialized. Pointedchristos
2007-05-08Remember to copy the rusage to the users buffer.dsl
2007-05-07Split sys_wait4() so that compat code can fiddle with the returned 'status'dsl
2007-05-06Remove change that obviously was not tested (since it uses LINUX_KERN_VERSIONchristos
2007-04-30Include extra header (vfs_syscalls.h).dsl
2007-04-30Rework compat stat() and statvfs() code so that it no longer uses the stackgap.dsl
2007-04-30Remove some unused calls to stackgap_init()dsl
2007-04-23Linux's uname should return x86_64 as machine_archmanu