| Age | Commit message (Expand) | Author |
| 2003-12-08 | remove error(1) comment. | christos |
| 2003-10-06 | Catch up with chuck's stack changes. Don't map the linux stuff executable | christos |
| 2003-09-25 | constify sendsig/trapsignal | christos |
| 2003-09-21 | make compile after last change (!) | jdolecek |
| 2003-09-21 | Now that we have siginfo, use it, instead of pretending to have one. | 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-21 | Hide prototype of linux_exec_setup_stack() inside #ifdef _KERNEL so | dsl |
| 2003-08-21 | Fix syscall_vm86 argument: | hannken |
| 2003-08-10 | regen - added wrapper for Linux ftruncate64() | jdolecek |
| 2003-08-10 | add Linux compat arg wrapper for ftruncate64(), and change linux compat | jdolecek |
| 2003-08-09 | Explain a diagnostic message a bit better, and make it a debug only message. | christos |
| 2003-08-08 | - GC all the setup_stack functions | christos |
| 2003-08-02 | use copyout() instead of subyte() | jdolecek |
| 2003-07-26 | add LINUX_SO_PEERNAME, LINUX_SO_TIMESTAMP where it has been missing | jdolecek |
| 2003-07-03 | Regen. | christos |
| 2003-07-03 | Implement linux_rt_sigreturn for real. Add a hack for more plausible siginfo. | christos |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-23 | Regen. | christos |
| 2003-06-23 | PR/21937: Todd Vierling: Proper support for mmap2 | christos |
| 2003-03-21 | Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'. | dsl |
| 2003-02-27 | make compat_linux struct file interlock friendly. | yamt |
| 2003-01-18 | Regen for correct RCS IDs. | thorpej |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 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-26 | rename sa_ -> linux_sa_ | christos |
| 2002-11-13 | add generic linux compat ELF copyargs function | jdolecek |
| 2002-10-09 | Get rid of pcb_flags which is no longer existent. | junyoung |
| 2002-09-25 | Don't include <sys/map.h>. | thorpej |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-09-05 | Make this match reality [not used yet] | christos |
| 2002-07-04 | Add kernel support for having userland provide the signal trampoline: | thorpej |
| 2002-05-20 | Fix bug introduced in rev. 1.69 - linux_fakedev() returned always | jdolecek |
| 2002-05-19 | On archs with broken linux struct stat64 st_ino, rename linux_stat64's | jdolecek |
| 2002-05-13 | Remove an unreachable "return 0;". | simonb |
| 2002-04-10 | regen | christos |
| 2002-04-10 | add getdents64 | christos |
| 2002-04-10 | revert previous | itojun |
| 2002-04-10 | make it compile (missing includes) | itojun |
| 2002-04-02 | save/restore fs and gs; this should be pulled up. | christos |
| 2002-03-31 | bring the reverse signal mapping array into linux_signo.c | christos |
| 2002-03-31 | make signal array handling uniform, and put signal arrays in a separate | christos |
| 2002-03-29 | 1. fill in the ldt.sd_xx field, for total compat with linux. | christos |
| 2002-03-22 | sync with current reality and fix debugging. | christos |
| 2002-03-22 | regen | christos |