| Age | Commit message (Expand) | Author |
| 2000-11-27 | don't use linux_emuldata for now, so that this compiles after | jdolecek |
| 2000-11-21 | implement PTRACE_{GET|SET}FPREGS and framework for PTRACE_{PEEK|POKE}USER | jdolecek |
| 2000-11-21 | (de)allocate linux emuldata on fork/exec/exit as needed | jdolecek |
| 2000-11-21 | comment out ps_siginfo from struct emuldata for now, add int debugreg[8] | jdolecek |
| 2000-11-21 | restructure struct emul and execsw, in preparation to make emulations LKMable: | jdolecek |
| 2000-11-17 | Regen. | erh |
| 2000-11-17 | Make the linux compatibilty code work on the alpha. (horay!) (at last!) | erh |
| 2000-11-17 | Provide some more useful information. | erh |
| 2000-11-15 | Adopt the recent change to makesyscalls.sh (char * -> const char * const) | onoe |
| 2000-11-13 | change the type of *syscallnames[] array to 'const char * const foo[]' | jdolecek |
| 2000-11-08 | Update the names of some unimplemented syscalls to match what linux calls the... | erh |
| 2000-11-01 | move definition of LINUX_PTRACE_{SET|GET}(FP)REGS flags to | jdolecek |
| 2000-11-01 | Linux LINUX_PTRACE_SINGLESTEP operation should have same | jdolecek |
| 2000-11-01 | regen | jdolecek |
| 2000-11-01 | support mlockall(), munlockall() - they are same as respective NetBSD syscalls | jdolecek |
| 2000-10-16 | Add sys/proc.h so this compiles. | erh |
| 2000-09-07 | In the case of MAP_ANON, Linux mmap ignores the fd argument completely. | fvdl |
| 2000-08-31 | Regen. | itohy |
| 2000-08-31 | Add linux_sys_sigaltstack(). | itohy |
| 2000-08-29 | Emulation stackgap sanity checks, based partly on fixes from | sommerfeld |
| 2000-08-25 | Make need_resched() take a "struct cpu_info *" argument. This | thorpej |
| 2000-08-23 | add support for sigaltstack(2) needed for jvm-1.3 support. | christos |
| 2000-08-23 | regen | christos |
| 2000-08-23 | add support for syscall 186 [sigaltstack] | christos |
| 2000-08-18 | update for changed makesyscalls.master | cgd |
| 2000-08-18 | update for new makesyscalls.sh, and also for correct ids for changed | cgd |
| 2000-08-09 | Pretend to do something useful (just fill in oldsigaction with SIG_IGN and | tv |
| 2000-08-07 | Add #include <sys/proc.h>, since this file touches members of struct proc. | itohy |
| 2000-07-28 | Adoid excessive use of "return" in "excessive()". | tron |
| 2000-07-28 | Use "NULL" and not "0" for null pointers. | tron |
| 2000-07-13 | Add a comment about the hzto() return value. | thorpej |
| 2000-06-29 | remove include of <vm/vm.h> | mrg |
| 2000-06-26 | remove redundant vm includes | mrg |
| 2000-06-26 | remove redundant vm includes. | mrg |
| 2000-06-11 | Fix a comment. | veego |
| 2000-06-11 | Remove the pcvt support. | veego |
| 2000-05-28 | Rather than starting init and creating kthreads by forking and then | thorpej |
| 2000-05-15 | Remove conditionization upon XSERVER -- all the code | jhawk |
| 2000-05-03 | Remove junk after #undef. | thorpej |
| 2000-04-11 | add a new function vn_marktext() for exec code to let others know | chs |
| 2000-04-10 | sparc -> __sparc__ | chs |
| 2000-03-30 | Kill register declarations. | augustss |
| 2000-03-28 | Centralise the declarations of cpu_model, machine, machine_arch, | simonb |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-03-20 | Regen. | erh |
| 2000-03-20 | sys_clone isn't MD on linux. | erh |
| 2000-03-18 | Regen. | erh |
| 2000-03-18 | Fix the msgrcv prototype. | erh |
| 2000-03-18 | Add sigset_t parameter to restore_sigcontext, created by the sigreturn functi... | erh |
| 2000-03-18 | Pass a signal mask to restore_sigcontext. | erh |