summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/powerpc
AgeCommit message (Expand)Author
2003-10-08Use ksi_signo accessor macro.thorpej
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-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-08- GC all the setup_stack functionschristos
2003-07-26add LINUX_SO_PEERNAME, LINUX_SO_TIMESTAMP where it has been missingjdolecek
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29'struct proc *' -> 'struct lwp *' as required to get GENERIC for macppc builtdarrenr
2003-06-23Regen.christos
2003-06-23PR/21937: Todd Vierling: Proper support for mmap2christos
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2003-03-01Do the syscall_plain/syscall_fancy dance on ARM. Shaves a fair numberthorpej
2003-01-18Regen for correct RCS ID.thorpej
2003-01-18Regen: Merge the nathanw_sa branch.thorpej
2003-01-18Merge the nathanw_sa branch.thorpej
2002-11-26rename: s/sa_/<compat>sa/gchristos
2002-11-13add generic linux compat ELF copyargs functionjdolecek
2002-11-13need to use Aux32Info explicitly, not AuxInfo alone, to workjdolecek
2002-11-13eliminate remaining LinuxAuxInfojdolecek
2002-11-13need to use LINUX_ELF_AUX_ENTRIES in LINUX_ELF_AUX_ARGSIZjdolecek
2002-11-13use generic ELF AuxInfo, no need to define a 'linux' variant herejdolecek
2002-11-01regen: nsysent set to 256jdolecek
2002-11-01add appropriate nsysentjdolecek
2002-09-25Don't include <sys/map.h>.thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-26Implement passing AT_{E,R}{U,G}ID in the elf aux vector, like solaris.christos
2002-08-12don't need systm.h heremrg
2002-07-28restructure the FPU and AltiVEC code so that it works for MP.chs
2002-07-09Change fpuproc to curcpu()->ci_fpuproc.matt
2002-07-04Add kernel support for having userland provide the signal trampoline:thorpej
2002-05-20whitespace fixesjdolecek
2002-05-19hook in truncate64(2) and ftruncate64(2)jdolecek
2002-05-19add missing linux_file64.c, which is needed nowjdolecek
2002-05-12regen - 64 fs syscallsjdolecek
2002-05-12hook in remaining 64bit fs syscallsjdolecek
2002-04-10regenchristos
2002-04-10add getdents64christos
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-22regenchristos
2002-03-22nuke mmap2, add mprotectchristos
2002-03-19- Now that RT-signals fit, fix the array to deliver them. [i386 only].christos
2002-02-19Regen.nathanw
2002-02-19Add linux_sys_{get,set}rlimit.nathanw
2002-02-19Add LINUX_SA_NOCLDWAIT.nathanw
2002-02-15- add a real linux_sys___sysctl because the mib numbers are different.christos
2002-01-17On platforms that don't __HAVE_SYSCALL_INTERN, define LINUX_SYSCALL_FUNCTIONbjh21