summaryrefslogtreecommitdiff
path: root/sys/compat/linux
AgeCommit message (Expand)Author
2003-12-20Put back Emmanuel's sigfilter hooks, as decided by Core.fvdl
2003-12-20Introduce lwp_emuldata and the associated hooks. No hook is provided for themanu
2003-12-08remove error(1) comment.christos
2003-12-05back the sigfilter emulation hook change offjdolecek
2003-12-04Dynamic sysctl.atatat
2003-12-03Add a sigfilter emulation hook. It is used at the beginning of kpsignal2()manu
2003-11-15We have CVS; there is no reason to make .bak files when generating thethorpej
2003-10-31adapt for changes to kern/exec_elf32.cdrochner
2003-10-27uninitialized variableschs
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-25Fix uninitialized variable warningschristos
2003-10-10Adapt to SIGINFO changes.matt
2003-10-10Adapt ARM Linux compat code to deal with SIGINFO.matt
2003-10-10Adapt to SIGINFO changes.matt
2003-10-08Use ksi_signo accessor macro.thorpej
2003-10-06Catch up with chuck's stack changes. Don't map the linux stuff executablechristos
2003-09-28fix fmovem argument referencecl
2003-09-28catch up with const sigset_tcl
2003-09-26Fix "constify sendsig/trapsignal" fallout for non-siginfo'd archs. Testsimonb
2003-09-25constify sendsig/trapsignalchristos
2003-09-25Add siginfo support for PowerPC.matt
2003-09-22SA_SIGINFO support for m68k (emul linux)cl
2003-09-21make compile after last change (!)jdolecek
2003-09-21Now that we have siginfo, use it, instead of pretending to have one.christos
2003-09-06SA_SIGINFO changeschristos
2003-08-24add support for non-executable mappings (where the hardware allows this)chs
2003-08-21Hide prototype of linux_exec_setup_stack() inside #ifdef _KERNEL sodsl
2003-08-21Fix syscall_vm86 argument:hannken
2003-08-14remove the args from the macro.christos
2003-08-10regen - added wrapper for Linux ftruncate64()jdolecek
2003-08-10add Linux compat arg wrapper for ftruncate64(), and change linux compatjdolecek
2003-08-09fix linux_sys_p{read|write}() to actually call correct syscall afterjdolecek
2003-08-09Explain a diagnostic message a bit better, and make it a debug only message.christos
2003-08-08- GC all the setup_stack functionschristos
2003-08-08Conditionally declare function that is not used all the time.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-02use copyout() instead of subyte()jdolecek
2003-08-02use copyin()/copyout() instead of fubyte()/subyte()jdolecek
2003-08-02replace fuword() with copyin(), and suword() with copyout()jdolecek
2003-07-27More complete sendmsg(2) and recvmsg(2) emulation:jdolecek
2003-07-27add a cast appease gcc3.3mrg
2003-07-26add LINUX_SO_PEERNAME, LINUX_SO_TIMESTAMP where it has been missingjdolecek
2003-07-23make credentials work on the i386 by passing the original msg structure.christos
2003-07-04Actually move the prototype of native_to_linux_sigaltstack here.enami
2003-07-03Regen.christos
2003-07-03Implement linux_rt_sigreturn for real. Add a hack for more plausible siginfo.christos
2003-07-03make the converter of sigaltstack public.christos
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Adapt to ktrace/lwp changes.thorpej
2003-06-29Regen: adapt to linux mmap2 changes.thorpej