aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/imgact_aout.c
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* Change the proc information returned from the kernel so that itKirk McKusick2000-12-121-2/+1
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackMarcel Moolenaar2000-11-091-1/+3
* Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT.Boris Popov2000-09-121-1/+1
* Move the include of <sys/systm.h> so that KTR gets a declaration forDoug Rabson2000-09-101-1/+1
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* s/p_cred->pc_ucred/p_ucred/gPoul-Henning Kamp1999-11-211-1/+1
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* Trim unused options (or #ifdef for undoc options).Peter Wemm1999-10-111-1/+0
* Fixed style regressions in previous commit.Bruce Evans1999-09-041-6/+4
* General cleanup of core-dumping code.Julian Elischer1999-09-011-37/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Don't follow symlinks on coredumps.Dima Ruban1999-08-261-3/+3
* Add the options MAP_PREFAULT and MAP_PREFAULT_PARTIAL to vm_map_find/insert,Alan Cox1999-05-171-7/+3
* Simplify vm_map_find/insert's interface: remove the MAP_COPY_NEEDED option.Alan Cox1999-05-141-3/+3
* Fix a couple of warnings and some bitrot in comments.Peter Wemm1999-05-091-3/+1
* Restore support for executing BSD/OS binaries on the i386 by passingJohn Polstra1999-04-031-1/+4
* For clarity, use the "map" variable introduced by the last commitAlan Cox1999-03-101-5/+5
* exec_aout_imgact should lock the vm_map before calling vm_map_insert.Alan Cox1999-03-041-6/+15
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). ThisLuoqi Chen1999-02-191-2/+2
* *_execsw static structures cannot be const due to the way they interactMatthew Dillon1999-01-291-2/+2
* Fixed bitrot in a comment. Fixed some style bugs.Bruce Evans1999-01-011-5/+3
* *gulp*. Jordan specifically OK'ed this..Peter Wemm1998-10-161-2/+2
* Add provisions for variant core dump file formats, depending on theJohn Polstra1998-09-141-1/+95
* Cast u_longs to uintptr_t before casting them to pointers. Don'tBruce Evans1998-07-151-3/+4
* Removed unused #includes.Bruce Evans1998-02-201-3/+1
* Fixed staticization.Bruce Evans1998-02-031-2/+2
* Implement the first page access for object type determination moreJohn Dyson1998-01-111-33/+36
* Make our v_usecount vnode reference count work identically to theJohn Dyson1998-01-061-3/+4
* Removed unused #includes.Bruce Evans1997-09-021-4/+1
* Removed redundant test against MAXDSIZ (the rlimit test is stronger).Bruce Evans1997-08-261-4/+1
* Fully implement vfork. Vfork is now much much faster than even ourJohn Dyson1997-04-131-2/+7
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1