summaryrefslogtreecommitdiff
path: root/sys/compat/pecoff/pecoff_exec.c
AgeCommit message (Expand)Author
2003-09-06Use vn_marktext to set the VTEXT flag on the vnode of the executable.erh
2003-08-08- GC all the setup_stack functionschristos
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-01-08Use text size in COFF header instead of size of section headeroki
2002-11-29add comment why this doesn't need to use emul_find_interp()jdolecek
2002-08-26Implement passing AT_{E,R}{U,G}ID in the elf aux vector, like solaris.christos
2002-03-25Move a variable `emul_pecoff' to new file.kent
2002-03-24Read /usr/libexec/ld.so.dll if failed to readoki
2002-03-18Use /emul/pecoff as prefix to run PE/COFF binaries.oki
2001-12-03pecoff_copyargs(): Fix incorrect pointer type of the variable `ap'.kent
2001-11-27Fixed forgot map .idata section for some binaries.oki
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-07-29Adjust to the new copyargs() footprint.christos
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-01-15Add support to mmap .bss section.oki
2000-12-11Introduce 2 new flags in types.h:mycroft
2000-12-09always fill in e_syscall in respective emul_*; if the emulation doesn'tjdolecek
2000-12-01add e_path (emulation path) to struct emul, which replaces emulation-specificjdolecek
2000-11-21restructure struct emul and execsw, in preparation to make emulations LKMable:jdolecek
2000-06-28remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-15Fix copyright notice. This file is derived fromoki
2000-06-09PE/COFF (Win32) compatible binary support (experimental).oki