| Age | Commit message (Expand) | Author |
| 2000-11-28 | make this compile again, after execsw/lkm changes. | mrg |
| 2000-11-27 | don't use linux_emuldata for now, so that this compiles after | jdolecek |
| 2000-11-27 | adapt to execsw[] changes | jdolecek |
| 2000-11-27 | Add declarations of hpux_setregs() and struct emul emul_hpux. | tsutsui |
| 2000-11-24 | Make these compile with the latest execsw[] changes. Someone with | scw |
| 2000-11-22 | Update for change of name of FPU synch routine. | thorpej |
| 2000-11-22 | more COMPAT_OSF1 fix (exec_conf.c conversion?) | itojun |
| 2000-11-22 | make COMPAT_OSF1 to compile. not tested (could someone review?). | itojun |
| 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-20 | make const the struct emul * pointers passed/used in stackgap_init(), | jdolecek |
| 2000-11-19 | Update extern declarations of {hpux,ultrix}_syscallnames for change | simonb |
| 2000-11-18 | get rid of remaining warnings. | mrg |
| 2000-11-18 | kill gcc warnings. | mrg |
| 2000-11-17 | Make this compile again. | thorpej |
| 2000-11-17 | Don't need to extern ncpus - <sys/systm.h> has this. | simonb |
| 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-17 | Regen. | erh |
| 2000-11-17 | Port FreeBSD's osf1_sys_getsysinfo() and fill in setsysinfo. These are | 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 | Don't dereference NULL t_linesw. | eeh |
| 2000-11-08 | Update the names of some unimplemented syscalls to match what linux calls the... | erh |
| 2000-11-02 | Adapt to the new line discipline scheme. | itohy |
| 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-10-09 | Map the ioctl number of ifioctl ('i') group as much as possible. | onoe |
| 2000-09-28 | Add support for variable end of user stacks needed to support COMPAT_NETBSD32: | eeh |
| 2000-09-24 | The ovadvise syscall is (correctly) listed as STD, so move it's implementation | martin |
| 2000-09-21 | fix obvious bug in svr4_sys_resolvepath(): | jdolecek |
| 2000-09-13 | Add an align argument to uvm_map() and some callers of that | thorpej |
| 2000-09-11 | const tty{numbers,letters}, and remove PCVT hack. | ad |
| 2000-09-07 | In the case of MAP_ANON, Linux mmap ignores the fd argument completely. | fvdl |
| 2000-09-05 | Back out the suspendsched()/resumesched() thing, per request of Jason Thorpe & | bouyer |
| 2000-08-31 | Add the sched_suspend/sched_resume functions, as discussed on tech-kern, | bouyer |
| 2000-08-31 | Regen. | itohy |
| 2000-08-31 | Add linux_sys_sigaltstack(). | itohy |
| 2000-08-30 | more range-checking. | sommerfeld |
| 2000-08-29 | Range-check ioc->len | sommerfeld |
| 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 | When reading dir entry by dir entry, we need to pad out the receive buffer | matt |
| 2000-08-23 | add support for sigaltstack(2) needed for jvm-1.3 support. | christos |