summaryrefslogtreecommitdiff
path: root/sys/compat/linux
AgeCommit message (Expand)Author
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
2003-06-29Adapt to linux mmap2 changes.thorpej
2003-06-29Fix 'struct lwp *' lossage.simonb
2003-06-29properly FILE_USE/FILE_UNUSE descriptor in linux_sys_fcntl()jdolecek
2003-06-29'struct proc *' -> 'struct lwp *' as required to get GENERIC for macppc builtdarrenr
2003-06-29Redo previous; struct proc *p is necessary if NSEQUENCER is non zero.enami
2003-06-28Kill unused variable.bouyer
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-28Regenerate after adding include of linux_mmap.h.he
2003-06-28Need to include linux_mmap.h to get size of struct linux_sys_mmap2_args.he
2003-06-23PR/21936: Todd Vierling: ioctl 'r' misinterpretedchristos
2003-06-23PR/21948: Todd Vierling: Implement MAP_TRYFIXED for linux emulation.christos
2003-06-23Regen.christos
2003-06-23PR/21937: Todd Vierling: Proper support for mmap2christos
2003-06-23Add copyright+license.erh
2003-06-20PR/21936: Todd Vierling: compat/linux: ioctl 'r' misinterpretedchristos
2003-04-09Use PAGE_SIZE rather than NBPG.thorpej
2003-04-06this info is now in doc/RESPONSIBLEjdolecek
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej