| Age | Commit message (Expand) | Author |
| 2002-03-24 | Fix problem with assumption non-socket == vnode in F_{G,S}ETOWN different way | jdolecek |
| 2002-03-23 | correct placement for FILE_UNUSE [from Izumi Tsutsui] | christos |
| 2002-03-22 | gc debugging printfs. | christos |
| 2002-03-22 | nuke mmap2, cleanup mmap, add mprotect | christos |
| 2002-03-22 | implement the locking calls for linux_file64. | christos |
| 2002-03-22 | - obey FILE_USE and FILE_UNUSE | christos |
| 2002-03-21 | Don't bitch if we don't have support for a particular arch. This makes it | christos |
| 2002-03-20 | emulation specific sysctls. Also change the kernel date to nov 11 as requested | christos |
| 2002-03-19 | - Now that RT-signals fit, fix the array to deliver them. [i386 only]. | christos |
| 2002-03-16 | make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * | christos |
| 2002-02-20 | proper statfs emulation... | christos |
| 2002-02-20 | allow writing of kernel.version, kernel.osrelease, kernel.ostype... I might | christos |
| 2002-02-18 | Resolve alpha compile issues: | christos |
| 2002-02-18 | Back off previous partially - make linux_release[] back 2.0.38 | jdolecek |
| 2002-02-17 | There is no linux_sys_ugetrlimit on mips, so don't try building it (XXX: adds | rafal |
| 2002-02-15 | s/printf/uprintf/ | christos |
| 2002-02-15 | - add a real linux_sys___sysctl because the mib numbers are different. | christos |
| 2002-01-27 | Add support for PTRACE_GETREGS and PTRACE_SETREGS in ARMLinux emulation. | bjh21 |
| 2002-01-17 | Fix typo in last commit. | bjh21 |
| 2002-01-17 | On platforms that don't __HAVE_SYSCALL_INTERN, define LINUX_SYSCALL_FUNCTION | bjh21 |
| 2002-01-17 | Include arch/arm/linux_errno.h for arm build. | rjs |
| 2002-01-17 | Add arm to #endif comment. | rjs |
| 2002-01-14 | Crude first cut at ARMLinux binary compatibility. Successfully runs | bjh21 |
| 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-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 |
| 2001-10-14 | Fixed a minor problem so that it builds | manu |
| 2001-09-30 | Fixes my last commit: only mips really need fcntl64 to work now. i386 and | manu |
| 2001-09-30 | Added initial support for fcntl64 system call (file locking is not | manu |
| 2001-09-22 | Enable Mips Linux emulation in header files | manu |
| 2001-09-22 | Fixes for mips support | manu |
| 2001-09-18 | Make the setregs hook emulation-specific, rather than executable | jdolecek |
| 2001-09-08 | Allow the old-style sockaddr_in6 for v6 addresses for which the | fvdl |
| 2001-09-08 | Removed a hack to make PowerPC mmap work. This could have side effects on | manu |
| 2001-09-04 | change LINUX_F_SETFL so that SIGIO handling for sockets | jdolecek |
| 2001-08-30 | Changed the way signature tests are done. This makes possible to run | manu |
| 2001-08-26 | Moved LINUX_NCCS from MI file to MD file, because the value is different | manu |
| 2001-07-29 | Adjust to the new copyargs() footprint. | christos |
| 2001-07-22 | make linux_socketcall_argsize[] static const | jdolecek |
| 2001-07-22 | seperate -> separate | wiz |
| 2001-07-18 | Add support for the __WALL wait4(2) flag. | thorpej |
| 2001-07-14 | rename elf32_read_from to exec_read_from since it is used in many places | christos |
| 2001-07-04 | remove no longer used variable | jdolecek |
| 2001-07-04 | Do address family (AF_*) number translation for socket system calls which | jdolecek |
| 2001-06-25 | linux_getifhwaddr(): use strncmp() to find out if if_name starts with 'eth', | jdolecek |
| 2001-06-22 | linux_sys_socketcall(): refuse negative 'what' values | jdolecek |
| 2001-06-18 | Add an e_trapsignal member to struct emul, so that emulated processes can | christos |
| 2001-06-16 | Removed obsoletes EMUL_NO_BSD_ASYNCIO_PIPE and EMUL_NO_SIGIO_ON_READ flags. | manu |