summaryrefslogtreecommitdiff
path: root/sys/compat
AgeCommit message (Expand)Author
2000-11-28make this compile again, after execsw/lkm changes.mrg
2000-11-27don't use linux_emuldata for now, so that this compiles afterjdolecek
2000-11-27adapt to execsw[] changesjdolecek
2000-11-27Add declarations of hpux_setregs() and struct emul emul_hpux.tsutsui
2000-11-24Make these compile with the latest execsw[] changes. Someone withscw
2000-11-22Update for change of name of FPU synch routine.thorpej
2000-11-22more COMPAT_OSF1 fix (exec_conf.c conversion?)itojun
2000-11-22make COMPAT_OSF1 to compile. not tested (could someone review?).itojun
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-20make const the struct emul * pointers passed/used in stackgap_init(),jdolecek
2000-11-19Update extern declarations of {hpux,ultrix}_syscallnames for changesimonb
2000-11-18get rid of remaining warnings.mrg
2000-11-18kill gcc warnings.mrg
2000-11-17Make this compile again.thorpej
2000-11-17Don't need to extern ncpus - <sys/systm.h> has this.simonb
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-17Regen.erh
2000-11-17Port FreeBSD's osf1_sys_getsysinfo() and fill in setsysinfo. These areerh
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-08Don't dereference NULL t_linesw.eeh
2000-11-08Update the names of some unimplemented syscalls to match what linux calls the...erh
2000-11-02Adapt to the new line discipline scheme.itohy
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-10-09Map the ioctl number of ifioctl ('i') group as much as possible.onoe
2000-09-28Add support for variable end of user stacks needed to support COMPAT_NETBSD32:eeh
2000-09-24The ovadvise syscall is (correctly) listed as STD, so move it's implementationmartin
2000-09-21fix obvious bug in svr4_sys_resolvepath():jdolecek
2000-09-13Add an align argument to uvm_map() and some callers of thatthorpej
2000-09-11const tty{numbers,letters}, and remove PCVT hack.ad
2000-09-07In the case of MAP_ANON, Linux mmap ignores the fd argument completely.fvdl
2000-09-05Back out the suspendsched()/resumesched() thing, per request of Jason Thorpe &bouyer
2000-08-31Add the sched_suspend/sched_resume functions, as discussed on tech-kern,bouyer
2000-08-31Regen.itohy
2000-08-31Add linux_sys_sigaltstack().itohy
2000-08-30more range-checking.sommerfeld
2000-08-29Range-check ioc->lensommerfeld
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-23When reading dir entry by dir entry, we need to pad out the receive buffermatt
2000-08-23add support for sigaltstack(2) needed for jvm-1.3 support.christos