summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch
AgeCommit message (Expand)Author
2008-08-01linux_sys_rt_sigreturn: properly restore stack flags, pointed out byjmcneill
2008-06-29Move amd64 MD termois types definitions from linux_termios.h to linux_types.hnjoly
2008-06-18Regen from syscalls.master rev 1.62:tsutsui
2008-06-18Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t.tsutsui
2008-05-19Fix free() argument in linux_read_ldt.njoly
2008-05-11Pull in machine/cpufunc.h for wrmsr definition.jmcneill
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-24Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, sincead
2008-04-23Disable bitrotted linux ptrace interfaces, which are likely now aad
2008-04-23Regen.ad
2008-04-23-SYCALL_MPSAFEad
2008-04-21Rename LINUX_SHMCTL_FORCEIPC64 define to LINUX_IPC_FORCE64.njoly
2008-04-04Regen for linux_sys_msync removal.njoly
2008-04-04Cleanup. Kill linux_sys_msync and use sys___msync13 instead.njoly
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
2008-02-02Extract the fcntl64() suppoort from linux_file64.c into linux_fcntl64.cdsl
2008-01-28Make shmctl + {IPC,SHM}_STAT work an amd64, by forcing use of IPC_64.njoly
2008-01-15Regen.njoly
2008-01-15compat linux (and linux32) uid16 functions cleanup and fixes.njoly
2008-01-08In linux_sys_sysmips(), remove redundant kauth(9) call for LINUX_SETNAMEelad
2008-01-05Use the new names (_REG_RFLAGS and _REG_RSP) for the indexes of __gregs[]dsl
2007-12-25Convert many of the uses of __attribute__ to equivalentperry
2007-12-24Regen for linux_sys_getpgid removal.njoly
2007-12-24Kill unneeded linux_sys_getpgid and use native sys_getpgid instead.njoly
2007-12-21Regen for getfsuid/setfsgid syscall exchange.njoly
2007-12-21- Fix setfsuid to return uid on success.njoly
2007-12-21Make this compile again.matt
2007-12-20regendsl
2007-12-20Convert all the system call entry points from:dsl
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-12-04Remove all the __Pdsl
2007-11-16Regen, for syscalls cleanup.njoly
2007-11-16Cleanup. Remove a few linux syscalls definitions, now identical tonjoly
2007-11-08Replace strncpy with strlcpy in compat linux and linux32 uname,njoly
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-15Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposedad
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-06-30Call fp->f_ops->fo_ioctl() directly (not by sys_ioctl() for LINUX_VT_GETMODEdsl
2007-06-23Read and write the ldt without using the 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-05-24Fix restart of interrupted system calls.njoly
2007-05-21rename si_sigval -> si_value to match POSIX RTS.christos
2007-05-10- linux uname -m on x86 returns i{3,4,5,6}86 make it so.christos