summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch
AgeCommit message (Collapse)Author
2001-11-20Removed unused (commented out) codemanu
2001-11-20Fixed the Linux signal trampoline and linux_sys_sigreturn(). Linux signalmanu
delivery now seems fully functionnal.
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
Added some code to set linux's uname kernel version to 2.4.0 (usefull for testing with glibc-2.2). This is currently guarded by a #if 0.
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
powerpc could use it later if needed. m68k and alpha should never need it.
2001-09-30Make i386 kernels compile again.martin
fcntl64 was still marked UNIMPL, but the implementation existed, causing a missing prototype warning. XXX I have no clue if this is the correct fix - someone able to test this please review it!
2001-09-30Added initial support for fcntl64 system call (file locking is notmanu
implemented)
2001-09-30DEBUG kernels fill the registers with garbage on process startup andsimonb
Linux program don't like that. Explicitly zero out the registers for DEBUG kernels.
2001-09-30Define LINUX_ATEXIT_SIGNATURE to enable the atexit_signature test; neededsimonb
to run Linux/Alpha binaries.
2001-09-22Initial support for running Linux binaries on the Mips. Both static andmanu
dynamic binaries work on 32 bit mips. Signals are completely broken yet, and ptrace is not supported.
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
emulation
2001-09-08Removed a hack to make PowerPC mmap work. This could have side effects onmanu
alpha and i386. It has been tested and works on i386.
2001-09-03Fixed indentmanu
2001-09-02Added 64 bits support in header files.manu
All headers should be common to 32 bits MIPS and 64 bits MIPS now.
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
Linux's ldd)
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
on MIPS and sparc machines.
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