| Age | Commit message (Expand) | Author |
| 2001-11-13 | add RCSIDs (including regeneration of files as appropriate) | lukem |
| 2001-09-18 | Make the setregs hook emulation-specific, rather than executable | jdolecek |
| 2001-09-17 | g/c dead code | jdolecek |
| 2001-06-18 | Add an e_trapsignal member to struct emul, so that emulated processes can | christos |
| 2001-06-14 | Fix a partial construction problem that can cause race conditions | thorpej |
| 2001-05-30 | use _KERNEL_OPT. | mrg |
| 2001-05-03 | Use NULL instead of an explicit cast. | matt |
| 2001-01-27 | egen; getpid(2) is MP-safe. | thorpej |
| 2001-01-27 | getpid(2) is MP-safe. | thorpej |
| 2001-01-27 | Regen; add sy_flags. | thorpej |
| 2001-01-15 | Grok __HAVE_MINIMAL_EMUL and __HAVE_SYSCALL_INTERN. | thorpej |
| 2001-01-07 | Move prototypes for mips_user_cachectl() and mips_user_cacheflush() | simonb |
| 2000-12-16 | adapt to recent struct emul changes | jdolecek |
| 2000-12-09 | always fill in e_syscall in respective emul_*; if the emulation doesn't | jdolecek |
| 2000-12-09 | split ecoff specific code to separate file ultrix_exec_ecoff.c | jdolecek |
| 2000-12-09 | Regen. | mycroft |
| 2000-12-09 | Add the %% separators. | mycroft |
| 2000-12-09 | Add the %% separators. | mycroft |
| 2000-12-01 | make LKM safe | jdolecek |
| 2000-12-01 | add e_path (emulation path) to struct emul, which replaces emulation-specific | jdolecek |
| 2000-11-30 | LKMify | jdolecek |
| 2000-11-29 | LKMify | jdolecek |
| 2000-11-21 | restructure struct emul and execsw, in preparation to make emulations LKMable: | jdolecek |
| 2000-11-19 | Update extern declarations of {hpux,ultrix}_syscallnames for change | simonb |
| 2000-11-13 | change the type of *syscallnames[] array to 'const char * const foo[]' | jdolecek |
| 2000-08-18 | update for changed makesyscalls.master | cgd |
| 2000-08-18 | update for my change to makesyscalls.sh, and apparently previous | cgd |
| 2000-07-20 | version[] string was const'ifed. Pointed out by Izumi Tsutsui. | nisimura |
| 2000-06-28 | remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-04-28 | The size of the members of struct ultrix_utsname were nothing like | simonb |
| 2000-03-30 | Kill register declarations. | augustss |
| 2000-03-28 | Centralise the declarations of cpu_model, machine, machine_arch, | simonb |
| 2000-03-26 | Merge parts of chs-ubc2 into the trunk: | kleink |
| 1999-08-25 | Update for new msgctl()/semctl()/shmctl() calls. | thorpej |
| 1999-07-30 | regen | drochner |
| 1999-07-30 | emulate fcntl(F_SETLK) & Co. | drochner |
| 1999-07-12 | Regen. | kleink |
| 1999-07-12 | XSH5: change function signature to `void *sbrk(intptr_t)'. | kleink |
| 1999-05-05 | Add "use counting" to file entries. When closing a file, and it's reference | thorpej |
| 1999-04-25 | Shut 'gcc -Wuninitialized' up. | simonb |
| 1999-02-09 | Regen | christos |
| 1999-02-09 | const poisoning and CHECK_ALT_CREAT fixes. | christos |
| 1998-12-18 | regen | drochner |
| 1998-12-18 | remove compat_xxx dependencies where they don't belong | drochner |
| 1998-12-10 | Regen | christos |
| 1998-12-10 | Defopt COMPAT_43 | christos |
| 1998-10-26 | s/SunOS/Ultrix/ in comment | sommerfe |
| 1998-10-20 | vax -> __vax__ (and mips to __mips__ in ultrix_misc.c) | matt |
| 1998-10-19 | Defopt SYSVMSG, SYSVSEM and SYSVSHM. | tron |
| 1998-10-03 | Fixup big-endian syscall args. | eeh |