summaryrefslogtreecommitdiffstats
path: root/sys/kern/imgact_aout.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Trim unused options (or #ifdef for undoc options).peter1999-10-111-1/+0
* Fixed style regressions in previous commit.bde1999-09-041-6/+4
* General cleanup of core-dumping code.julian1999-09-011-37/+7
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Don't follow symlinks on coredumps.dima1999-08-261-3/+3
* Add the options MAP_PREFAULT and MAP_PREFAULT_PARTIAL to vm_map_find/insert,alc1999-05-171-7/+3
* Simplify vm_map_find/insert's interface: remove the MAP_COPY_NEEDED option.alc1999-05-141-3/+3
* Fix a couple of warnings and some bitrot in comments.peter1999-05-091-3/+1
* Restore support for executing BSD/OS binaries on the i386 by passingjdp1999-04-031-1/+4
* For clarity, use the "map" variable introduced by the last commitalc1999-03-101-5/+5
* exec_aout_imgact should lock the vm_map before calling vm_map_insert.alc1999-03-041-6/+15
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). Thisluoqi1999-02-191-2/+2
* *_execsw static structures cannot be const due to the way they interactdillon1999-01-291-2/+2
OpenPOWER on IntegriCloud