summaryrefslogtreecommitdiff
path: root/sys/compat/linux
AgeCommit message (Expand)Author
2000-11-27don't use linux_emuldata for now, so that this compiles afterjdolecek
2000-11-21implement PTRACE_{GET|SET}FPREGS and framework for PTRACE_{PEEK|POKE}USERjdolecek
2000-11-21(de)allocate linux emuldata on fork/exec/exit as neededjdolecek
2000-11-21comment out ps_siginfo from struct emuldata for now, add int debugreg[8]jdolecek
2000-11-21restructure struct emul and execsw, in preparation to make emulations LKMable:jdolecek
2000-11-17Regen.erh
2000-11-17Make the linux compatibilty code work on the alpha. (horay!) (at last!)erh
2000-11-17Provide some more useful information.erh
2000-11-15Adopt the recent change to makesyscalls.sh (char * -> const char * const)onoe
2000-11-13change the type of *syscallnames[] array to 'const char * const foo[]'jdolecek
2000-11-08Update the names of some unimplemented syscalls to match what linux calls the...erh
2000-11-01move definition of LINUX_PTRACE_{SET|GET}(FP)REGS flags tojdolecek
2000-11-01Linux LINUX_PTRACE_SINGLESTEP operation should have samejdolecek
2000-11-01regenjdolecek
2000-11-01support mlockall(), munlockall() - they are same as respective NetBSD syscallsjdolecek
2000-10-16Add sys/proc.h so this compiles.erh
2000-09-07In the case of MAP_ANON, Linux mmap ignores the fd argument completely.fvdl
2000-08-31Regen.itohy
2000-08-31Add linux_sys_sigaltstack().itohy
2000-08-29Emulation stackgap sanity checks, based partly on fixes fromsommerfeld
2000-08-25Make need_resched() take a "struct cpu_info *" argument. Thisthorpej
2000-08-23add support for sigaltstack(2) needed for jvm-1.3 support.christos
2000-08-23regenchristos
2000-08-23add support for syscall 186 [sigaltstack]christos
2000-08-18update for changed makesyscalls.mastercgd
2000-08-18update for new makesyscalls.sh, and also for correct ids for changedcgd
2000-08-09Pretend to do something useful (just fill in oldsigaction with SIG_IGN andtv
2000-08-07Add #include <sys/proc.h>, since this file touches members of struct proc.itohy
2000-07-28Adoid excessive use of "return" in "excessive()".tron
2000-07-28Use "NULL" and not "0" for null pointers.tron
2000-07-13Add a comment about the hzto() return value.thorpej
2000-06-29remove include of <vm/vm.h>mrg
2000-06-26remove redundant vm includesmrg
2000-06-26remove redundant vm includes.mrg
2000-06-11Fix a comment.veego
2000-06-11Remove the pcvt support.veego
2000-05-28Rather than starting init and creating kthreads by forking and thenthorpej
2000-05-15Remove conditionization upon XSERVER -- all the codejhawk
2000-05-03Remove junk after #undef.thorpej
2000-04-11add a new function vn_marktext() for exec code to let others knowchs
2000-04-10sparc -> __sparc__chs
2000-03-30Kill register declarations.augustss
2000-03-28Centralise the declarations of cpu_model, machine, machine_arch,simonb
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-03-20Regen.erh
2000-03-20sys_clone isn't MD on linux.erh
2000-03-18Regen.erh
2000-03-18Fix the msgrcv prototype.erh
2000-03-18Add sigset_t parameter to restore_sigcontext, created by the sigreturn functi...erh
2000-03-18Pass a signal mask to restore_sigcontext.erh