summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch
AgeCommit message (Expand)Author
2001-11-20Removed unused (commented out) codemanu
2001-11-20Fixed the Linux signal trampoline and linux_sys_sigreturn(). Linux signalmanu
2001-11-17Make it build again after recent MIPS cache code changesmanu
2001-11-17Fixed typosmanu
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-10-14Fixed some mistakes in signal handling (this is still broken)manu
2001-10-06Added socket operations to Linux Mips emulationmanu
2001-10-06Implements ATOMIC_SET in linux_sys_sysmipsmanu
2001-09-30Implements parts of sysmips() and fctnl64() emulationmanu
2001-09-30Fixes my last commit: only mips really need fcntl64 to work now. i386 andmanu
2001-09-30Make i386 kernels compile again.martin
2001-09-30Added initial support for fcntl64 system call (file locking is notmanu
2001-09-30DEBUG kernels fill the registers with garbage on process startup andsimonb
2001-09-30Define LINUX_ATEXIT_SIGNATURE to enable the atexit_signature test; neededsimonb
2001-09-22Initial support for running Linux binaries on the Mips. Both static andmanu
2001-09-22One file that was missing from a previous commitmanu
2001-09-22Fixed errors in header filesmanu
2001-09-22More work on Linux compat for Mips: system calls mapping.manu
2001-09-08Forgotten file in my last commit for removing PowerPC mmap hack in Linuxmanu
2001-09-08Removed a hack to make PowerPC mmap work. This could have side effects onmanu
2001-09-03Fixed indentmanu
2001-09-02Added 64 bits support in header files.manu
2001-09-02Fixed indent problemsmanu
2001-09-02Fixed indent problemsmanu
2001-09-02Added some commentsmanu
2001-09-02Fixed an error in a definemanu
2001-09-02Fixed indent problemsmanu
2001-08-30Enable the GCC signature test so that ld.so will be executable (needed formanu
2001-08-26Fixed a lot of mistakes in #define's (hes values instead of octal)manu
2001-08-26Preliminary work on Linux/Mips emulmanu
2001-08-26Preliminary work on Linux/Mips emul. More to come soon...manu
2001-08-26Moved LINUX_NCCS from MI file to MD file, because the value is differentmanu
2001-08-26Fiexed a typo in a #definemanu
2001-08-26Preliminary work on Linux/mips compat, more to come soon...manu
2001-08-26Fixed a typo in struct naming. This does not seems to impact anything.manu
2001-08-26Preliminary work on Linux/Mips emulation, more to come soon...manu
2001-08-26Preliminary work on Linux/mips compatibility, more to come soon...manu
2001-08-26Preliminary work on Linux/mips compatibility, more to come soon...manu
2001-08-26Preliminary work on Linux/mips compatibility, more to come soon...manu
2001-08-26Preliminary work on Linux/mips compatibility. More to come soon...manu
2001-08-26Preliminary work on Linux/mips compatibility, more to come soon...manu
2001-08-26Preliminary work on Linux/mips compatibility. More to come soon...manu
2001-08-26Preliminary work on Linux/mips compatibility. More to come soon...manu
2001-08-26Preliminary work for Linux/Mips compatibility, more to come soon.manu
2001-08-08PR/13652: Katsuomi Hamajima: Fix compile error.christos
2001-08-02Deal with the SSE FPU save format.thorpej
2001-07-29Adjust to the new copyargs() footprint.christos
2001-07-26auxilliary -> auxiliarywiz
2001-07-15execute signal handlers on separate signal stack, if it's been providedjdolecek