summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2/imgact_coff.c
Commit message (Expand)AuthorAgeFilesLines
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-1/+1
* KSE Milestone 2julian2001-09-121-10/+11
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-2/+3
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-271-19/+4
* - Use 'p' instead of 'curproc' for the namei lookup as this is whatjhb2001-01-231-6/+20
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Initial dependency so that the kld's will link. imgact_coff dependspeter2000-04-291-0/+2
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-1/+1
* Fix case where vnode could be unlocked twice. Untested; bug found by codeeivind1999-11-141-3/+5
* useracc() the prequel:phk1999-10-291-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix a couple of warnings and some bitrot in comments.peter1999-05-091-4/+2
* 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