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