summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch
AgeCommit message (Expand)Author
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
2006-06-13Regenerate after fixing the getpriority syscall definition.he
2006-06-13We need the argument structure for the getpriority syscall defined, sohe
2006-06-10regenchristos
2006-06-10linux getpriority is off-by-20 so use our own function.christos
2006-05-15include kauth.h for kauth_cred_getgid.yamt
2006-05-15include kauth.h for kauth_authorize_generic.yamt
2006-05-15include kauth.h for kauth_cred_geteuid, etc.yamt
2006-05-15include kauth.h for kauth_cred_getegid, etc.yamt
2006-05-15include kauth.h for kauth_cred_geteuid.yamt
2006-05-14integrate kauth.elad
2006-05-11cleanup user.h.yamt
2006-03-06Remove SET/CLR/ISSET definitions.thorpej
2006-02-09Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough somanu
2005-12-24bare asm -> __asmperry
2005-12-16PR/32303: Nicolas Joly: Fix -current amd64 kernel compilation failure withchristos
2005-12-14proc to lwp changechristos
2005-12-11merge ktrace-lwp.christos
2005-11-23- Add Linux tkill and tgkill (partial emulation).manu
2005-11-11include additional headers that are now needed.chs
2005-11-06regenmanu
2005-11-06Back out sched_{set|get}affinity addition because it breaks themanu
2005-11-06Regen with correct RCS Ids.tron
2005-11-05mirror manu's amd64 changes to implement linux sched_{seg,get}affinity;dogcow
2005-11-05regenmanu
2005-11-05Implement Linux sched_{set|get}affinitymanu
2005-11-05Instead of ifdef'ing __amd64__ all the Linux NPTL stuff, introduce anmanu
2005-11-04Fix machine name returned by uname on Linuxmanu
2005-11-04regenmanu
2005-11-04Implement Linux futex and gettid system calls for amd64manu
2005-11-04build fixmanu
2005-10-31build fixmanu
2005-10-18regenchristos
2005-10-18add the missing %% that confused joerg and the parser.christos
2005-10-18Regen.joerg
2005-10-18sys_uselib is needed by COMPAT_LINUX for EXEC_AOUT. Since it doesn't getjoerg
2005-09-19MINSIGSTKSZ on linux is different depending on the platform and usuallychristos
2005-09-13need linux_syscallargs.h to compile, and remove inline function.christos
2005-08-21linux_machdepioctl: remove duplicated FILE_USE/UNUSE.yamt