summaryrefslogtreecommitdiffstats
path: root/sys/kern/imgact_aout.c
Commit message (Expand)AuthorAgeFilesLines
* Reorganize syscall entry and leave handling.kib2010-05-231-0/+4
* Add sv_flags field to struct sysentvec with intention to provide descriptionkib2008-11-221-1/+7
* Change the static struct sysentvec and struct Elf_Brandinfo initializerskib2008-09-241-26/+27
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-3/+2
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-051-1/+3
* Correct two vm object reference leaks in error cases.alc2006-03-161-0/+2
* Maintain the lock on the vnode for most of exec_elfN_imgact().alc2005-12-241-2/+13
* - Neither of our image formats require Giant now that the vm and vfs havejeff2005-05-031-2/+0
* o Split out kernel part of execve(2) syscall into two parts: one thatsobomax2005-01-291-6/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Axe a.out core dump support. Neither older gdb binaries nor currentdas2004-11-271-54/+1
* Maintain the broken state of backwards compatibilty for a.out (anddas2004-11-201-2/+3
* Change the types of vn_rdwr_inchunks()'s len and aresid arguments totjr2004-06-051-1/+1
* Locking for the per-process resource limits structure.jhb2004-02-041-3/+5
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-251-1/+2
* Use __FBSDID().obrien2003-06-111-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-4/+4
* Include <sys/malloc.h> instead of depending on namespace pollution 2bde2002-09-101-8/+5
* Tidy up some loose ends that bde pointed out. caddr_t bad, ok?peter2002-09-071-7/+7
* The true value of how the kernel was configured for KSTACK_PAGES was notpeter2002-09-071-8/+6
* Collect the a.out coredump code into the calling functions.peter2002-09-071-1/+16
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-011-6/+24
* In order to better support flexible and extensible access control,rwatson2002-08-151-2/+2
* - Hold the vnode lock throughout execve.jeff2002-08-131-4/+0
* - 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
* Clean up execve locking:jeff2002-07-061-1/+1
* - Change fill_kinfo_proc() to require that the process is locked when itjhb2002-04-091-0/+2
* Remove __P.alfred2002-03-191-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-101-1/+1
* Make uio_yield() a global. Call uio_yield() between chunksdillon2001-09-261-2/+2
* KSE Milestone 2julian2001-09-121-11/+15
* This brings in a Yahoo coredump patch from Paul, with additional mods bydillon2001-09-081-4/+4
* Optionize UPAGES for the i386. As part of this I split some of the lowpeter2001-08-251-0/+2
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-8/+2
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-0/+8
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-3/+5
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-271-6/+1
* Proc locking.jhb2001-01-241-1/+7
* Change the proc information returned from the kernel so that itmckusick2000-12-121-2/+1
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackmarcel2000-11-091-1/+3
* Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT.bp2000-09-121-1/+1
* Move the include of <sys/systm.h> so that KTR gets a declaration fordfr2000-09-101-1/+1
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* s/p_cred->pc_ucred/p_ucred/gphk1999-11-211-1/+1
* useracc() the prequel:phk1999-10-291-1/+0
OpenPOWER on IntegriCloud