summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch
AgeCommit message (Expand)Author
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
2007-04-23Linux's uname should return x86_64 as machine_archmanu
2007-04-16Share the sysarch stuff between the x86 ports. PR kern/36046.ad
2007-04-05Enable stat/stat64 nsec time support, for amd64 compat linux/linux32.njoly
2007-03-26Remove duplicate #include <sys/param.h>,hubertf
2007-03-26Update i386 LINUX_{TIOCGPTN,TIOCSPTLCK} definitions for latestnjoly
2007-03-14Add ptmx fakedevice hack for amd64manu
2007-03-14Regen (statfs/fstatfs fixes).njoly
2007-03-14Fix compat linux statfs/fstatfs syscalls on amd64.njoly
2007-03-05more caddr_t lossage.christos
2007-03-05Use (char *) cast on pointer arith.tsutsui
2007-03-04fix fallout from caddr_t changes.yamt
2007-03-04Use (char *) on pointer arith.tsutsui
2007-03-04fix caddr_t fallout.christos
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-19Make this build.ad
2007-02-17Change the process/lwp flags seen by userland via sysctl back to thepavel
2007-02-15Fix Linux compat on amd64.ad
2007-02-09Merge newlock2 to head.ad
2007-01-29Remove more duplicate headers.hubertf
2007-01-04Consistent usage of KAUTH_GENERIC_ISSUSER.elad
2006-12-26Adapt to recent machdep scope changes.elad
2006-11-16__unused removal on arguments; approved by core.christos
2006-11-14Clean some KAUTH_GENERIC_ISSUSER usage in compat code.elad
2006-10-31Changed error message of ENOPROTOOPT to "Protocol option not available".cbiere
2006-10-14sprinkle __unused.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-22Pretend to implement TIOCSPTLCK. Although failing is harmless, there is nochristos
2006-09-20Proprely convert devices on amd64manu
2006-09-13avoid empty ifchristos
2006-09-01When calling PTRACE from an LKM, use sysent[SYS_ptrace].sy_call in casematt
2006-09-01Regen.matt
2006-09-01Don't conditionalize *sys_ptrace. The lack of sys_ptrace will be dealtmatt
2006-08-30Regenmatt
2006-08-30Update to deal with options PTRACEmatt
2006-08-24The return value for Linux shmat on amd64 does not suffer the same horriblemanu
2006-08-23Use VALID_R15_PSR() to check the context we're restoring inbjh21
2006-08-231) Complete Linux exit_group() emulationmanu
2006-08-07Add a new signature test for linux probe function. We look for a .debuglinkmanu
2006-07-23Use the LWP cached credentials where sane.ad
2006-06-25Regenmanu
2006-06-25- Complete exit_group() implementation. We now maintain a list of Linuxmanu