| Age | Commit message (Expand) | 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-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 |
| 2001-06-16 | Linux does not send a SIGIO to the write end of a socket, | manu |
| 2001-06-14 | Fix a partial construction problem that can cause race conditions | thorpej |
| 2001-06-04 | Fixes by Chuck Silvers to make ptrace PEEKTEXT more 64 bit friendy | manu |
| 2001-06-03 | added a double cast to build on alpha | manu |
| 2001-06-02 | Slighly improve the PTRACE_CONT comment | jdolecek |
| 2001-05-30 | use _KERNEL_OPT. | mrg |
| 2001-05-27 | Fixed the return value of ptrace for PEEKTEXT and PEEKDATA: return value must | manu |
| 2001-05-22 | Enable PowerPC Linux ptrace() emulation | manu |
| 2001-05-22 | When c_ospeed in termio is null, NetBSD hangup the terminal. Since Linux | manu |
| 2001-05-20 | Added powerpc status in a comment | manu |
| 2001-05-15 | This file is not used on alpha, and it causes some warning that break the | manu |
| 2001-05-13 | Improved the accuracy of gettimeofday/settimeofday: Linux stores a srtuct | manu |
| 2001-05-07 | Changed EMUL_BSD_ASYNCIO_PIPE to EMUL_NO_BSD_ASYNCIO_PIPE, so that | manu |
| 2001-05-06 | Added two flags to emulation packages: | manu |
| 2001-03-30 | Implement linux_sys_nosys() and use it instead of sys_nosys() for | jdolecek |
| 2001-03-29 | Don't do the ioctl call for the get hw addr case, all the work has | fvdl |
| 2001-03-24 | Use parent's vmspace in linux_e_proc_fork() hook, the child does not | jdolecek |
| 2001-03-22 | do not dereference p_vmspace, if it is not initialized yet (NULL). | itojun |
| 2001-03-16 | Removed an unused oldbrk variable in linux_sys_brk() | manu |
| 2001-03-15 | Made linux_sys_brk() cleaner (no functionnality change) | manu |
| 2001-03-15 | Fixed brk() emulation. We now keep track of the processes' idea of the | manu |
| 2001-02-21 | make some more constant arrays 'const' | jdolecek |
| 2001-02-11 | Moved the fix for negative errno returned to userland on the PowerPC to a | manu |