| Age | Commit message (Expand) | Author |
| 2003-09-26 | Fix "constify sendsig/trapsignal" fallout for non-siginfo'd archs. Test | simonb |
| 2003-09-25 | constify sendsig/trapsignal | christos |
| 2003-09-06 | SA_SIGINFO changes | christos |
| 2003-08-24 | add support for non-executable mappings (where the hardware allows this) | chs |
| 2003-08-10 | add Linux compat arg wrapper for ftruncate64(), and change linux compat | jdolecek |
| 2003-08-09 | fix linux_sys_p{read|write}() to actually call correct syscall after | jdolecek |
| 2003-08-08 | - GC all the setup_stack functions | christos |
| 2003-08-08 | Conditionally declare function that is not used all the time. | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-27 | More complete sendmsg(2) and recvmsg(2) emulation: | jdolecek |
| 2003-07-27 | add a cast appease gcc3.3 | mrg |
| 2003-07-23 | make credentials work on the i386 by passing the original msg structure. | christos |
| 2003-07-04 | Actually move the prototype of native_to_linux_sigaltstack here. | enami |
| 2003-07-03 | make the converter of sigaltstack public. | christos |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | properly FILE_USE/FILE_UNUSE descriptor in linux_sys_fcntl() | jdolecek |
| 2003-06-29 | 'struct proc *' -> 'struct lwp *' as required to get GENERIC for macppc built | darrenr |
| 2003-06-29 | Redo previous; struct proc *p is necessary if NSEQUENCER is non zero. | enami |
| 2003-06-28 | Kill unused variable. | bouyer |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-23 | PR/21936: Todd Vierling: ioctl 'r' misinterpreted | christos |
| 2003-06-23 | PR/21948: Todd Vierling: Implement MAP_TRYFIXED for linux emulation. | christos |
| 2003-06-23 | PR/21937: Todd Vierling: Proper support for mmap2 | christos |
| 2003-06-23 | Add copyright+license. | erh |
| 2003-06-20 | PR/21936: Todd Vierling: compat/linux: ioctl 'r' misinterpreted | christos |
| 2003-04-09 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-04-01 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-03-21 | Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'. | dsl |
| 2003-03-19 | Alternative pid/proc allocater, removes all searches associated with pid | dsl |
| 2003-03-05 | Reimplement linux_sys_setresgid() in terms of do_setresgid() | dsl |
| 2003-03-05 | Use do_setresuid() to implement linux_sys_setresuid() | dsl |
| 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 |