| 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 | Regen for correct RCS ID. | thorpej |
| 2003-01-18 | Regen for correct RCS IDs. | thorpej |
| 2003-01-18 | Regen to get correct RCS IDs. | thorpej |
| 2003-01-18 | Regen to get correct RCS ID. | thorpej |
| 2003-01-18 | LWPify | jdolecek |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-18 | Regen: Merge the nathanw_sa branch. | thorpej |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-18 | Regen: 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-12-08 | - Rename struct linux_ctx to linux_fpctx. | junyoung |
| 2002-12-06 | Fix namespace collision caused by recent change to "linux_machdep.h". | tron |
| 2002-12-06 | Fix compile error. | junyoung |
| 2002-12-06 | add a linux_rt_sigframe to support SA_SIGINFO, and use it when SA_SIGINFO | christos |
| 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-26 | rename sa_ -> linux_sa_ | 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 | g/c also mips-specific linux ELF copyargs function prototype and | jdolecek |
| 2002-11-21 | back previous off; port can only supply LINUX_ELF_AUX_ENTRIES if it also | jdolecek |
| 2002-11-21 | g/c local definition of LINUX_ELF_AUX_ENTRIES | 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 | need to use Aux32Info explicitly, not AuxInfo alone, to work | jdolecek |
| 2002-11-13 | eliminate remaining LinuxAuxInfo | jdolecek |
| 2002-11-13 | need to use LINUX_ELF_AUX_ENTRIES in LINUX_ELF_AUX_ARGSIZ | jdolecek |
| 2002-11-13 | use generic ELF AuxInfo, no need to define a 'linux' variant here | jdolecek |
| 2002-11-13 | linux_sys_times(): if tms is NULL, just return the number of ticks since | jdolecek |
| 2002-11-01 | regen: nsysent set to 256 | jdolecek |
| 2002-11-01 | nsysent set to 256, and use linux_sys_nosys() | jdolecek |
| 2002-11-01 | add appropriate nsysent, and use linux_sys_nosys as sys_nosys | jdolecek |
| 2002-11-01 | add appropriate nsysent | jdolecek |
| 2002-11-01 | add appropriate sys_nosys and nsysent (not that it matters here too much) | jdolecek |
| 2002-11-01 | set struct emul's nsysent to compat SYS_NSYSENT, not SYS_MAXSYSCALL | jdolecek |