summaryrefslogtreecommitdiffstats
path: root/sys/compat/pecoff/imgact_pecoff.c
Commit message (Expand)AuthorAgeFilesLines
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-1/+2
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-201-1/+1
* - Change fill_kinfo_proc() to require that the process is locked when itjhb2002-04-091-2/+5
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-1/+0
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-2/+2
* Attempt to unmangle some code touched in the previous commit.peter2002-02-071-11/+8
* Pre-KSE/M3 commit.julian2002-02-071-11/+17
* KSE Milestone 2julian2001-09-121-42/+44
* This brings in a Yahoo coredump patch from Paul, with additional mods bydillon2001-09-081-4/+4
* Fix warnings:peter2001-06-151-5/+5
* Sort includes.jhb2001-05-211-1/+1
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-0/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-5/+5
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-271-13/+3
* Use proc lock to safely obtain references to p_ucred before vnodejhb2001-01-231-3/+13
* Map BSS section in PECOFF executable.takawata2001-01-231-1/+1
* Add PECOFF (WIN32 Execution file format) support.takawata2000-12-201-0/+641
OpenPOWER on IntegriCloud