summaryrefslogtreecommitdiff
path: root/sys/compat/linux
AgeCommit message (Expand)Author
2006-09-02comment out impossible codechristos
2006-09-02fix incomplete initializerchristos
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-30Allow this to build as an LKM by testing for _KERNEL_OPT beforehe
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-23move #ifdef up a few lines to prevent unused variable warning/errordogcow
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-24typomanu
2006-07-23Use the LWP cached credentials where sane.ad
2006-07-09If the user process requests a non null timeout, make sure we do not turnmanu
2006-06-27Use the new socket call for Linux and SVR4, because those systems (atpavel
2006-06-26version the socket(2) syscall. for compat30 socket, we usemrg
2006-06-26Do not implement exit_group() the right way on platforms that do notmanu
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-13change 20 to NZERO; pointed out by mrg.christos
2006-06-12don't allocate a crapload of struct's on the stack. Use a couple of unionschristos
2006-06-10PR/33671: Nicolas Joly: Add a getpriority syscall to account for the factchristos
2006-06-10regenchristos
2006-06-10linux getpriority is off-by-20 so use our own function.christos
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
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-14XXX: GCC uninitializedchristos
2006-05-12use socklen_t when talking to the NetBSD side of thingsmrg
2006-05-11cleanup user.h.yamt
2006-05-10don't allocate struct statvfs on stack as it's too large.yamt
2006-03-27Use __arraycount().dyoung
2006-03-17Fix Coverity issues 2321 and 2320. Make sure to free allocated memory.erh
2006-03-08Rework Linux sysctl()-emulation, so that on amd64, we return the samejonathan
2006-03-06Remove SET/CLR/ISSET definitions.thorpej
2006-03-01merge yamt-uio_vmspace branch.yamt
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2006-02-15- Move the BSD to Linux and Linux to BSD termio/termios conversion functionsmanu
2006-02-09make linux emulation compile on i386 again.dogcow
2006-02-09Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough somanu
2006-01-31linux_sys_mremap: validate flags.yamt
2006-01-21implement compat_linux mremap.yamt