summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2/imgact_coff.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-21/+21
* Remove references to an LKM that isn't built any more.peter1999-01-171-3/+3
* *gulp*. Jordan specifically OK'ed this..peter1998-10-161-2/+2
* Fixed two potentially serious classes of bugs:dg1998-10-131-5/+5
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-161-7/+9
* De-staticize enough to make all the LKMs work again. Add comments whereeivind1998-02-111-3/+3
* Staticize.eivind1998-02-091-6/+6
* Unspammed nested include of <vm/vm_zone.h>.bde1997-12-271-1/+2
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-211-3/+3
* Fixed type mismatches for functions with args of type vm_prot_t and/orbde1997-08-251-8/+3
* Removed unused #includes.bde1997-07-201-5/+1
* Fully implement vfork. Vfork is now much much faster than even ourdyson1997-04-131-2/+3
* Removed potentially harmful garbage <vm/lock.h> and fixed bogusbde1997-04-011-2/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make this compile again after the Lite2 merge.mpp1997-02-101-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fixed some more easy cases of const poisoning in the kernel. Cosmetic.bde1996-09-031-9/+9
* Clean up -Wunused warnings.gpalmer1996-06-121-9/+3
* Removed unnecessary #includes from <sys/imgact.h> so that it isbde1996-05-011-1/+3
* Remove references to MAP_FILE.. That is now "default" and is onlypeter1996-03-121-6/+6
* The same data segment length rounding problem that was in the elfpeter1996-03-121-4/+4
* Fixed vm_map_find for new vm changes.dyson1996-01-191-5/+6
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+8
* All:dg1995-11-061-33/+33
* Change alternate space base name from /emul/ibcs2 to /compat/ibcs2,swallace1995-10-101-18/+26
* Remove old files no longer needed.swallace1995-10-101-67/+54
* Unlock the vnode after checking permissions; this is necessary to preventsef1995-09-131-1/+7
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-281-7/+3
* Moved setting of VTEXT flag into the appropriate image activators. Thisdg1995-08-241-1/+3
* Remove trailing whitespace.rgrimes1995-05-301-7/+7
* Some long-waiting fixes for the COFF module. They silence compilerjoerg1995-04-081-19/+43
* Use of vm_allocate and vm_deallocate has been deprecated.dg1995-02-201-12/+15
* iBCS2 emulator core files.sos1994-10-141-0/+457
OpenPOWER on IntegriCloud