summaryrefslogtreecommitdiff
path: root/sys/compat/linux
AgeCommit message (Expand)Author
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
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-18Regen for correct RCS ID.thorpej
2003-01-18Regen for correct RCS IDs.thorpej
2003-01-18Regen to get correct RCS IDs.thorpej
2003-01-18Regen to get correct RCS ID.thorpej
2003-01-18LWPifyjdolecek
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-18Regen: Merge the nathanw_sa branch.thorpej
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-18Regen: Merge 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
2002-12-17Include "uvm/uvm_param.h" to get definition of PAGE_MASK required fortron
2002-12-16Don't allow non-page-aligned offsets! So dumb. From Jason Ish, thanks.christos
2002-12-11linux_sys_mknod(): if creating device file (i.e. !fifo case), maskjdolecek
2002-12-08- Rename struct linux_ctx to linux_fpctx.junyoung
2002-12-06Fix namespace collision caused by recent change to "linux_machdep.h".tron
2002-12-06Fix compile error.junyoung
2002-12-06add a linux_rt_sigframe to support SA_SIGINFO, and use it when SA_SIGINFOchristos
2002-11-29Get the dynamic interpreter location using emul_find_interp(), so thatjdolecek
2002-11-29Patch that actually works for previous, from Jaromir Dolecek.fvdl