summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2/imgact_coff.c
Commit message (Expand)AuthorAgeFilesLines
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-2/+2
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-3/+3
* The r241025 fixed the case when a binary, executed from nullfs mount,kib2012-11-021-2/+5
* Fix misuse of the kernel map in miscellaneous image activators.kib2012-02-171-13/+3
* Convert files to UTF-8uqs2012-01-151-1/+1
* Corrections for the iBCS2 support that seems to regressed from 4.x times.kib2011-08-021-30/+34
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-1/+1
* Remove kernel support for M:N threading.jeff2008-03-121-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-4/+3
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-051-1/+3
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-1/+1
* Retire the stackgap macros from ibcs2 as they are no longer used. Pushjhb2006-07-101-0/+1
* - Pass the ISOPEN flag to namei so filesystems will know we're about tojeff2005-04-271-1/+2
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingjhb2005-04-011-5/+9
* o Split out kernel part of execve(2) syscall into two parts: one thatsobomax2005-01-291-5/+0
* 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
OpenPOWER on IntegriCloud