summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2/imgact_coff.c
Commit message (Expand)AuthorAgeFilesLines
* Replace the dangerous strcpy() call with strlcpy(), instead of the safe onetjr2003-11-181-2/+2
* Fix a multitude of security bugs in the iBCS2 emulator:tjr2003-10-121-1/+1
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-261-1/+1
* Use __FBSDID().obrien2003-06-021-2/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Use the fields in the sysentvec and in the vm map header in place of thejake2002-09-211-1/+1
* - Fix iBCS2 emulation of COFF files that have multiple librariesrobert2002-09-091-3/+7
* - Hold the vnode lock throughout execve.jeff2002-08-131-9/+13
* - 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
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
* Remove __P.alfred2002-03-201-3/+3
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-3/+3
* Pre-KSE/M3 commit.julian2002-02-071-3/+5
* 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
OpenPOWER on IntegriCloud