summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common
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-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-10-31adapt for changes to kern/exec_elf32.cdrochner
2003-10-27uninitialized variableschs
2003-10-25Fix uninitialized variable warningschristos
2003-09-26Fix "constify sendsig/trapsignal" fallout for non-siginfo'd archs. Testsimonb
2003-09-25constify sendsig/trapsignalchristos
2003-09-06SA_SIGINFO changeschristos
2003-08-24add support for non-executable mappings (where the hardware allows this)chs
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-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-07-27More complete sendmsg(2) and recvmsg(2) emulation:jdolecek
2003-07-27add a cast appease gcc3.3mrg
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-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-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-23PR/21936: Todd Vierling: ioctl 'r' misinterpretedchristos
2003-06-23PR/21948: Todd Vierling: Implement MAP_TRYFIXED for linux emulation.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-01Use PAGE_SIZE rather than NBPG.thorpej
2003-03-21Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'.dsl
2003-03-19Alternative pid/proc allocater, removes all searches associated with piddsl
2003-03-05Reimplement linux_sys_setresgid() in terms of do_setresgid()dsl
2003-03-05Use do_setresuid() to implement linux_sys_setresuid()dsl
2003-03-01Do the syscall_plain/syscall_fancy dance on ARM. Shaves a fair numberthorpej
2003-02-27make compat_linux struct file interlock friendly.yamt
2003-02-23Remember the allocated ptimer object so that it won't leak.enami
2003-02-19update emul alarm syscalls to recent timer changesjdolecek
2003-01-19Merge the nathanw_sa branch.thorpej
2003-01-18LWPifyjdolecek
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-06writable, not writeable.wiz
2002-12-22Use yield() for voluntary context switches.gmcgarry
2002-12-17Use the already-filled-in-but-not-used native syscall args insimonb