aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/imgact_aout.c
Commit message (Expand)AuthorAgeFilesLines
* Cosmetics: define FREEBSD32_MINUSER and AOUT32_MINUSER for structKonstantin Belousov2012-07-221-1/+2
* Remove an old hack I noticed years ago, but never committed.Warner Losh2012-06-281-5/+5
* Do not trash the argv[0] pointer for an a.out process on amd64.Konstantin Belousov2011-06-161-1/+1
* Fix silly typo that resulted in the a.out process stack to end atKonstantin Belousov2011-06-161-1/+1
* Add accounting for most of the memory-related resources.Edward Tomasz Napierala2011-04-051-1/+3
* Add support for executing the FreeBSD 1/i386 a.out binaries on amd64.Konstantin Belousov2011-04-011-14/+69
* Extend struct sysvec with new method sv_schedtail, which is used for anDmitry Chagin2011-03-081-0/+1
* Reorganize syscall entry and leave handling.Konstantin Belousov2010-05-231-0/+4
* Add sv_flags field to struct sysentvec with intention to provide descriptionKonstantin Belousov2008-11-221-1/+7
* Change the static struct sysentvec and struct Elf_Brandinfo initializersKonstantin Belousov2008-09-241-26/+27
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-131-1/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-101-3/+2
* Fix for the panic("vm_thread_new: kstack allocation failed") andKonstantin Belousov2007-11-051-1/+3
* Correct two vm object reference leaks in error cases.Alan Cox2006-03-161-0/+2
* Maintain the lock on the vnode for most of exec_elfN_imgact().Alan Cox2005-12-241-2/+13
* - Neither of our image formats require Giant now that the vm and vfs haveJeff Roberson2005-05-031-2/+0
* o Split out kernel part of execve(2) syscall into two parts: one thatMaxim Sobolev2005-01-291-6/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Axe a.out core dump support. Neither older gdb binaries nor currentDavid Schultz2004-11-271-54/+1
* Maintain the broken state of backwards compatibilty for a.out (andDavid Schultz2004-11-201-2/+3
* Change the types of vn_rdwr_inchunks()'s len and aresid arguments toTim J. Robbins2004-06-051-1/+1
* Locking for the per-process resource limits structure.John Baldwin2004-02-041-3/+5
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitPeter Wemm2003-09-251-1/+2
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Use the fields in the sysentvec and in the vm map header in place of theJake Burkholder2002-09-211-4/+4
* Include <sys/malloc.h> instead of depending on namespace pollution 2Bruce Evans2002-09-101-8/+5
* Tidy up some loose ends that bde pointed out. caddr_t bad, ok?Peter Wemm2002-09-071-7/+7
* The true value of how the kernel was configured for KSTACK_PAGES was notPeter Wemm2002-09-071-8/+6
* Collect the a.out coredump code into the calling functions.Peter Wemm2002-09-071-1/+16
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections toJake Burkholder2002-09-011-6/+24
* In order to better support flexible and extensible access control,Robert Watson2002-08-151-2/+2
* - Hold the vnode lock throughout execve.Jeff Roberson2002-08-131-4/+0
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-1/+2
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablePeter Wemm2002-07-201-1/+1
* Clean up execve locking:Jeff Roberson2002-07-061-1/+1
* - Change fill_kinfo_proc() to require that the process is locked when itJohn Baldwin2002-04-091-0/+2
* Remove __P.Alfred Perlstein2002-03-191-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-1/+1
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderPaul Saab2001-10-101-1/+1
* Make uio_yield() a global. Call uio_yield() between chunksMatthew Dillon2001-09-261-2/+2
* KSE Milestone 2Julian Elischer2001-09-121-11/+15
* This brings in a Yahoo coredump patch from Paul, with additional mods byMatthew Dillon2001-09-081-4/+4
* Optionize UPAGES for the i386. As part of this I split some of the lowPeter Wemm2001-08-251-0/+2
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachMatthew Dillon2001-07-041-8/+2
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-0/+8
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-3/+5
* Back out proc locking to protect p_ucred for obtaining additionalJohn Baldwin2001-01-271-6/+1
* Proc locking.John Baldwin2001-01-241-1/+7