summaryrefslogtreecommitdiff
path: root/sys/compat/ibcs2
AgeCommit message (Expand)Author
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-10-30- Add a new vnode flag VEXECMAP, which indicates that a vnode hasthorpej
2001-09-18Make the setregs hook emulation-specific, rather than executablejdolecek
2001-07-14rename elf32_read_from to exec_read_from since it is used in many placeschristos
2001-06-18Add an e_trapsignal member to struct emul, so that emulated processes canchristos
2001-06-16Removed obsoletes EMUL_NO_BSD_ASYNCIO_PIPE and EMUL_NO_SIGIO_ON_READ flags.manu
2001-06-14Fix a partial construction problem that can cause race conditionsthorpej
2001-05-30use _KERNEL_OPT.mrg
2001-05-24Added a 'break' on the last line in a switch statement, since the ISOkristerw
2001-05-07Changed EMUL_BSD_ASYNCIO_PIPE to EMUL_NO_BSD_ASYNCIO_PIPE, so thatmanu
2001-01-27Regen; add sy_flags.thorpej
2001-01-22Use CHECK_ALT_SYMLINK() instead CHECK_ALT_EXISTS() where appropriate.jdolecek
2001-01-18constifyjdolecek
2000-12-22split off thread specific stuff from struct sigacts to struct sigctx, leavingjdolecek
2000-12-11Introduce 2 new flags in types.h:mycroft
2000-12-11Regen.mycroft
2000-12-11Round up sysent table size.mycroft
2000-12-09prototype ibcs2_syscall() in compat/ibcs2/ibcs2_exec.cjdolecek
2000-12-09always fill in e_syscall in respective emul_*; if the emulation doesn'tjdolecek
2000-12-09Regen.mycroft
2000-12-09Get rid of the damn EMUL_GET* flags.mycroft
2000-12-09Regen.mycroft
2000-12-09Add the %% separators.mycroft
2000-12-02if IBCS2_MACHDEP_HAS_SEPARATED_SYSCALL is defined, put ibcs2_syscall tojdolecek
2000-12-01put executable format specific code from ibcs2_exec.c to separatejdolecek
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-13change the type of *syscallnames[] array to 'const char * const foo[]'jdolecek
2000-08-29Emulation stackgap sanity checks, based partly on fixes fromsommerfeld
2000-08-23When reading dir entry by dir entry, we need to pad out the receive buffermatt
2000-08-18update for changed makesyscalls.mastercgd
2000-08-18update for changed makesyscalls.shcgd
2000-08-18Fix read problem on directories on UFS.matt
2000-08-17Fix IBCS2_S_IFWGRPmatt
2000-08-11fix some size_t/int confusion.matt
2000-08-11Add ibcs2_sys_gtty.matt
2000-08-11Use size_t appropriately.matt
2000-08-11Regen.matt
2000-08-11add ibcs2_sys_gttymatt
2000-06-28remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-28If we loaded an nmagic on a subpage boundary, adjust epp->ep_d{addr,size} somatt
2000-06-26remove redundant vm includes.mrg
2000-06-23simply the abutting text/data case.matt
2000-06-21For omagic & nmagic, add bss size into data magic (needed for brk to workmatt
2000-06-21Move COFF_LDPGSZ to ibcs2_machdep.h. Fix nmagic loader to deal withmatt
2000-06-16Allow dynamic twiddling of debug messages.matt
2000-06-04Move a bunch of the COFF definitions into exec_coff.h, so they can be used bymycroft
2000-04-11add a new function vn_marktext() for exec code to let others knowchs