summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/i386
AgeCommit message (Expand)Author
2003-12-08remove error(1) comment.christos
2003-10-06Catch up with chuck's stack changes. Don't map the linux stuff executablechristos
2003-09-25constify sendsig/trapsignalchristos
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-10regen - added wrapper for Linux ftruncate64()jdolecek
2003-08-10add Linux compat arg wrapper for ftruncate64(), and change linux compatjdolecek
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-02use copyout() instead of subyte()jdolecek
2003-07-26add LINUX_SO_PEERNAME, LINUX_SO_TIMESTAMP where it has been missingjdolecek
2003-07-03Regen.christos
2003-07-03Implement linux_rt_sigreturn for real. Add a hack for more plausible siginfo.christos
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-23Regen.christos
2003-06-23PR/21937: Todd Vierling: Proper support for mmap2christos
2003-03-21Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'.dsl
2003-02-27make compat_linux struct file interlock friendly.yamt
2003-01-18Regen for correct RCS IDs.thorpej
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-18Merge the nathanw_sa branch.thorpej
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-26rename sa_ -> linux_sa_christos
2002-11-13add generic linux compat ELF copyargs functionjdolecek
2002-10-09Get rid of pcb_flags which is no longer existent.junyoung
2002-09-25Don't include <sys/map.h>.thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-09-05Make this match reality [not used yet]christos
2002-07-04Add kernel support for having userland provide the signal trampoline:thorpej
2002-05-20Fix bug introduced in rev. 1.69 - linux_fakedev() returned alwaysjdolecek
2002-05-19On archs with broken linux struct stat64 st_ino, rename linux_stat64'sjdolecek
2002-05-13Remove an unreachable "return 0;".simonb
2002-04-10regenchristos
2002-04-10add getdents64christos
2002-04-10revert previousitojun
2002-04-10make it compile (missing includes)itojun
2002-04-02save/restore fs and gs; this should be pulled up.christos
2002-03-31bring the reverse signal mapping array into linux_signo.cchristos
2002-03-31make signal array handling uniform, and put signal arrays in a separatechristos
2002-03-291. fill in the ldt.sd_xx field, for total compat with linux.christos
2002-03-22sync with current reality and fix debugging.christos
2002-03-22regenchristos