summaryrefslogtreecommitdiffstats
path: root/sys/alpha/osf1/imgact_osf1.c
Commit message (Expand)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.jhb2006-05-111-250/+0
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingjhb2005-04-011-2/+2
* o Split out kernel part of execve(2) syscall into two parts: one thatsobomax2005-01-291-6/+1
* Begin all license/copyright comments with /*- or #-imp2005-01-051-1/+1
* Use __FBSDID().obrien2003-06-101-2/+3
* Fix some memory leaks in the failure cases after trying to look up thejhb2003-03-211-6/+9
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* Use the fields in the sysentvec and in the vm map header in place of thejake2002-09-211-1/+1
* - Hold the vnode lock throughout execve.jeff2002-08-131-13/+1
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-3/+4
* 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
* Fix a long line introduced in previous commit.peter2002-02-071-1/+2
* Pre-KSE/M3 commit.julian2002-02-071-3/+3
* Finish KSE-ification updates.peter2001-09-201-3/+4
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-5/+2
* Apparently, the vm_mtx must be held around vm_map_find(). I'm assuminggallatin2001-06-061-0/+3
* grab the vm mtx around exec_new_vmspace()gallatin2001-05-221-0/+2
* fix vm_mtx related compiler warninggallatin2001-05-201-0/+1
* exec_osf1_imgact() should return -1 for non OSF1/ECOFF binaries, it shouldgallatin2000-12-021-1/+1
* Add M_ZERO to malloc calls where the result is just bzeroed.mjacob2000-10-271-4/+2
* Finally add the Alpha OSF/1 compat code. I will add it to thegallatin1999-12-141-0/+259
OpenPOWER on IntegriCloud