summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch
AgeCommit message (Expand)Author
2002-03-23make this compile again (PS_STRINGS is gone).chs
2002-03-22sync with current reality and fix debugging.christos
2002-03-22regenchristos
2002-03-22nuke mmap2, add mprotectchristos
2002-03-22regenchristos
2002-03-22add mprotect, nuke mmap2christos
2002-03-22regenchristos
2002-03-22add mprotect, nuke mmap2christos
2002-03-22regenchristos
2002-03-22nuke mmap2 add mprotectchristos
2002-03-22regen.christos
2002-03-22nuke mmap2, add mprotectchristos
2002-03-22regenchristos
2002-03-221. make sure lines don't wrapchristos
2002-03-19- Now that RT-signals fit, fix the array to deliver them. [i386 only].christos
2002-03-16make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc *christos
2002-03-16Replace unused padding in struct linux_stat64 by lst_ino64 as found inpooka
2002-03-10__RCSID -> __KERNEL_RCSIDbjh21
2002-03-10Id -> NetBSD in RCSID (oops).bjh21
2002-02-19fix some swapped parametersis
2002-02-19Regen.nathanw
2002-02-19Add linux_sys_{get,set}rlimit.nathanw
2002-02-19Add LINUX_SA_NOCLDWAIT.nathanw
2002-02-19Add LINUX_SA_NOCLDWAIT, LINUX_SA_RESTORER, update LINUX_SA_ALLBITS. Linuxrafal
2002-02-18Resolve alpha compile issues:christos
2002-02-18regenchristos
2002-02-18provide linux_sys_getrlimit and linux_sys_setrlimitchristos
2002-02-18regenchristos
2002-02-18fix comment.christos
2002-02-18Regen: Use linux_sys_{g,s}setrlimit, remove linux_sys_ugetrlimit sincerafal
2002-02-17the MIPS stat64 struct doesn't have a separate ino64 field, but the ino fieldrafal
2002-02-17Use linux_sys_{g,s}etrlimit() since there's a common implementation now; butrafal
2002-02-17Adapt for changes to linux_to_native_sigset() and native_to_linux_sigset().rafal
2002-02-17Add an lst_ino64 member to struct linux_stat64.bjh21
2002-02-17Adapt for changes to limux_old_extra_to_native_sigset() andbjh21
2002-02-17Add LINUX_SA_NOCLDWAIT.bjh21
2002-02-17Regen.bjh21
2002-02-17getrlimit and setrlimit now have Linux-specific implementations. Use them.bjh21
2002-02-17linux_sys_break() is marked OBSOL, so don't include it.bjh21
2002-02-17linux_sys_rt_sigreturn is currently marked UNIMPL, so leave the stub out.bjh21
2002-02-17regenchristos
2002-02-17fix rlimit confusion.christos
2002-02-161. load cr2 now that we have it.christos
2002-02-15regenchristos
2002-02-15Regenchristos
2002-02-15proper comment.christos
2002-02-15- add a real linux_sys___sysctl because the mib numbers are different.christos
2002-02-02cpu_cache_syncI_rng -> cpu_icache_sync_rangebjh21
2002-02-02We shouldn't need an icache sync when catching a signal, so don't bother.bjh21
2002-02-02Get rid of "unused variable" warnings on arm26.bjh21