| Age | Commit message (Expand) | Author |
| 2003-03-01 | Do the syscall_plain/syscall_fancy dance on ARM. Shaves a fair number | thorpej |
| 2003-02-27 | make compat_linux struct file interlock friendly. | yamt |
| 2003-02-23 | Remember the allocated ptimer object so that it won't leak. | enami |
| 2003-02-19 | update emul alarm syscalls to recent timer changes | jdolecek |
| 2003-01-19 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-18 | LWPify | jdolecek |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-06 | writable, not writeable. | wiz |
| 2002-12-22 | Use yield() for voluntary context switches. | gmcgarry |
| 2002-12-17 | Use the already-filled-in-but-not-used native syscall args in | simonb |
| 2002-12-17 | Include "uvm/uvm_param.h" to get definition of PAGE_MASK required for | tron |
| 2002-12-16 | Don't allow non-page-aligned offsets! So dumb. From Jason Ish, thanks. | christos |
| 2002-12-11 | linux_sys_mknod(): if creating device file (i.e. !fifo case), mask | jdolecek |
| 2002-11-29 | Get the dynamic interpreter location using emul_find_interp(), so that | jdolecek |
| 2002-11-29 | Patch that actually works for previous, from Jaromir Dolecek. | fvdl |
| 2002-11-29 | setsockopt(IPPROTO_IPV6, IPV6_V6ONLY, 0) for AF_INET6 sockets, | itojun |
| 2002-11-28 | minor KNF (indent) | itojun |
| 2002-11-26 | rename: s/sa_/<compat>sa/g | christos |
| 2002-11-25 | Report ourselves as Linux 2.4.18 on powerpc, too. | schmonz |
| 2002-11-25 | Add ULL to a 64-bit integer constant. | thorpej |
| 2002-11-21 | back previous off; port can only supply LINUX_ELF_AUX_ENTRIES if it also | jdolecek |
| 2002-11-15 | Fix LINUX_ELF_AUX_ENTRIES sociability issue with Mips based ports | wdk |
| 2002-11-13 | we now export information about CLK_TCK via ELF aux args, no need to | jdolecek |
| 2002-11-13 | add generic linux compat ELF copyargs function | jdolecek |
| 2002-11-13 | linux_sys_times(): if tms is NULL, just return the number of ticks since | jdolecek |
| 2002-11-01 | set struct emul's nsysent to compat SYS_NSYSENT, not SYS_MAXSYSCALL | jdolecek |
| 2002-10-22 | remove XXX should die comment from the define; otherwise traditional cpp | christos |
| 2002-10-22 | Don't call cdevsw_lookup() with an uninitialised variable in | simonb |
| 2002-10-10 | Avoid collision with __unused in sys/cdefs.h. | thorpej |
| 2002-10-05 | count executable image pages as executable for vm-usage purposes. | chs |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-23 | Put storage class first in "static const" declaration. | simonb |
| 2002-09-21 | - Introduce a e_fault field in struct proc to provide emulation specific | manu |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-09-05 | remove XXX: | christos |
| 2002-09-05 | check out EI_OSABI and EI_ABIVERSION for linux signatures. This is what | christos |
| 2002-08-26 | Implement passing AT_{E,R}{U,G}ID in the elf aux vector, like solaris. | christos |
| 2002-07-04 | Add kernel support for having userland provide the signal trampoline: | thorpej |
| 2002-06-20 | Don't copy from destination to destination. | enami |
| 2002-05-20 | linux_sys_getdents64(): remove the oldcall bug workaround cruft, | jdolecek |
| 2002-05-20 | linux_sys_getdents64(): make the d_off member point to next entry, rather | jdolecek |
| 2002-05-19 | On archs with broken linux struct stat64 st_ino, rename linux_stat64's | jdolecek |
| 2002-05-13 | Make COMPAT_LINUX compile again on Alpha. linux_getdents64 moved but | matt |
| 2002-05-13 | Remove an unreachable "return error;". | simonb |
| 2002-05-13 | Remove an unreachable "break" after a return statement. | simonb |
| 2002-05-12 | Linux does not implement SO_REUSEPORT, but allows reuse of a | jschauma |
| 2002-05-12 | hook in remaining 64bit fs syscalls | jdolecek |
| 2002-05-10 | Add missing bracket arround macro argument reference. | tron |
| 2002-05-10 | Remove check for size of field "d_off" in Linux "dirent" structure because | tron |