summaryrefslogtreecommitdiff
path: root/sys/compat
AgeCommit message (Expand)Author
2006-09-03add missing initializerchristos
2006-09-03add missing initializerschristos
2006-09-02add missing initializerschristos
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-09-01clean up ptrace changes: #include "opt_ptrace.h"mrg
2006-09-01Store return value of iur_proc_queue() in local variable iwpr (unreferencedsekiya
2006-09-01Include <sys/vnode.h>. Caught by gcc4.sekiya
2006-08-31Protect the include of "opt_ptrace.h" by _KERNEL_OPT.he
2006-08-31Regen (for PTRACE).oki
2006-08-31Update for options PTRACE.oki
2006-08-30Regen (for PTRACE).he
2006-08-30Update for options PTRACE.he
2006-08-30Allow this to build as an LKM by testing for _KERNEL_OPT beforehe
2006-08-30fix and comment initializers.christos
2006-08-30Regenerate after dealing with options PTRACE.he
2006-08-30Update to deal with options PTRACE.he
2006-08-30Regen (netbsd32_ptrace protection).cube
2006-08-30Protect netbsd32_ptrace with options PTRACE.cube
2006-08-30netbsd32_core.c is need only under options COREDUMP.cube
2006-08-30Protect netbsd32_ptrace with options PTRACE.cube
2006-08-30Regenmatt
2006-08-30Update to deal with options PTRACEmatt
2006-08-30Regen (for PTRACE).matt
2006-08-30Update for options PTRACEmatt
2006-08-30fix incomplete initializerchristos
2006-08-29remove stray ;'s that were unintentionally placedchristos
2006-08-29correct comparison that was always false.christos
2006-08-29fix incomplete initializerchristos
2006-08-25netbsd32_sys_ioctl was called with improper syscall argument structure, thismanu
2006-08-25Add support for socket ioctl.manu
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-17Fix all the -D*DEBUG* code that it was rotting away and did not even compile.christos
2006-08-07Add a new signature test for linux probe function. We look for a .debuglinkmanu
2006-08-04compat_30_sys_getfh: check the size of filehandle. remove an unnecessary cast.yamt
2006-08-04whitespace.yamt
2006-08-04some filehandle syscall related changes.yamt
2006-08-01regenmartin
2006-08-01Adapt to latest fhandle_t changes.martin
2006-07-31Fix a typo that was stopping this compiling.bjh21
2006-07-31Correct last commit to use correct variable name in hpux_sys_getpgrp2().bjh21
2006-07-31Make filehandles opaque to userlandmartin
2006-07-31Step 1 to make filehandles completely opaque to userlandmartin
2006-07-28Fix typo: slim -> &slim.hannken