| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2001-12-19 | Add some missing ioctl()s. From Tommy Bohlin in PR kern/14414. | augustss | |
| 2001-12-09 | replace "vnode" and "vtext" with "file" and "exec" in uvmexp field names. | chs | |
| 2001-11-20 | Removed unused (commented out) code | manu | |
| 2001-11-20 | Fixed the Linux signal trampoline and linux_sys_sigreturn(). Linux signal | manu | |
| delivery now seems fully functionnal. | |||
| 2001-11-17 | Make it build again after recent MIPS cache code changes | manu | |
| 2001-11-17 | Fixed typos | manu | |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem | |
| 2001-11-13 | add RCSIDs (including regeneration of files as appropriate) | lukem | |
| 2001-10-30 | - Add a new vnode flag VEXECMAP, which indicates that a vnode has | thorpej | |
| executable mappings. Stop overloading VTEXT for this purpose (VTEXT also has another meaning). - Rename vn_marktext() to vn_markexec(), and use it when executable mappings of a vnode are established. - In places where we want to set VTEXT, set it in v_flag directly, rather than making a function call to do this (it no longer makes sense to use a function call, since we no longer overload VTEXT with VEXECMAP's meaning). VEXECMAP suggested by Chuq Silvers. | |||
| 2001-10-14 | Fixed 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-14 | Fixed a minor problem so that it builds | manu | |
| 2001-10-14 | Added Mips | manu | |
| 2001-10-06 | Added socket operations to Linux Mips emulation | manu | |
| 2001-10-06 | Implements ATOMIC_SET in linux_sys_sysmips | manu | |
| 2001-09-30 | Implements parts of sysmips() and fctnl64() emulation | manu | |
| 2001-09-30 | Fixes my last commit: only mips really need fcntl64 to work now. i386 and | manu | |
| powerpc could use it later if needed. m68k and alpha should never need it. | |||
| 2001-09-30 | Make 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-30 | Added initial support for fcntl64 system call (file locking is not | manu | |
| implemented) | |||
| 2001-09-30 | DEBUG kernels fill the registers with garbage on process startup and | simonb | |
| Linux program don't like that. Explicitly zero out the registers for DEBUG kernels. | |||
| 2001-09-30 | Define LINUX_ATEXIT_SIGNATURE to enable the atexit_signature test; needed | simonb | |
| to run Linux/Alpha binaries. | |||
| 2001-09-22 | I'm working on Mips | manu | |
| 2001-09-22 | Enabled Mips Linux emul in header files | manu | |
| 2001-09-22 | Enable Mips Linux emulation in header files | manu | |
| 2001-09-22 | Fixes for mips support | manu | |
| 2001-09-22 | Initial support for running Linux binaries on the Mips. Both static and | manu | |
| dynamic binaries work on 32 bit mips. Signals are completely broken yet, and ptrace is not supported. | |||
| 2001-09-22 | One file that was missing from a previous commit | manu | |
| 2001-09-22 | Fixed errors in header files | manu | |
| 2001-09-22 | More work on Linux compat for Mips: system calls mapping. | manu | |
| 2001-09-18 | Make the setregs hook emulation-specific, rather than executable | jdolecek | |
| format specific. Struct emul has a e_setregs hook back, which points to emulation-specific setregs function. es_setregs of struct execsw now only points to optional executable-specific setup function (this is only used for ECOFF). | |||
| 2001-09-08 | Allow the old-style sockaddr_in6 for v6 addresses for which the | fvdl | |
| scope id is irrelevant. Makes netscape6 for Linux work again, which uses v4-mapped addresses to connect to v4 sites. | |||
| 2001-09-08 | Forgotten file in my last commit for removing PowerPC mmap hack in Linux | manu | |
| emulation | |||
| 2001-09-08 | Removed a hack to make PowerPC mmap work. This could have side effects on | manu | |
| alpha and i386. It has been tested and works on i386. | |||
| 2001-09-04 | change LINUX_F_SETFL so that SIGIO handling for sockets | jdolecek | |
| matches more closely add support for NEW_PIPE to the SIGIO hack | |||
| 2001-09-03 | Fixed indent | manu | |
| 2001-09-02 | Added 64 bits support in header files. | manu | |
| All headers should be common to 32 bits MIPS and 64 bits MIPS now. | |||
| 2001-09-02 | Fixed indent problems | manu | |
| 2001-09-02 | Fixed indent problems | manu | |
| 2001-09-02 | Added some comments | manu | |
| 2001-09-02 | Fixed an error in a define | manu | |
| 2001-09-02 | Fixed indent problems | manu | |
| 2001-08-30 | Enable the GCC signature test so that ld.so will be executable (needed for | manu | |
| Linux's ldd) | |||
| 2001-08-30 | Changed the way signature tests are done. This makes possible to run | manu | |
| ld.so as an executable on the PowerPC (Linux's ldd does this), and it also much clearer IMHO. | |||
| 2001-08-26 | Fixed a lot of mistakes in #define's (hes values instead of octal) | manu | |
| 2001-08-26 | Preliminary work on Linux/Mips emul | manu | |
| 2001-08-26 | Preliminary work on Linux/Mips emul. More to come soon... | manu | |
| 2001-08-26 | Moved LINUX_NCCS from MI file to MD file, because the value is different | manu | |
| on MIPS and sparc machines. | |||
| 2001-08-26 | Fiexed a typo in a #define | manu | |
| 2001-08-26 | Preliminary work on Linux/mips compat, more to come soon... | manu | |
| 2001-08-26 | Fixed a typo in struct naming. This does not seems to impact anything. | manu | |
| 2001-08-26 | Preliminary work on Linux/Mips emulation, more to come soon... | manu | |
