aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/imgact_aout.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make DFLDSIZ and MAXDSIZ fully-supported options.Joerg Wunsch1996-12-221-1/+3
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.Bruce Evans1996-08-311-2/+2
* First pass at cleaning up macros relating to pages, clusters and all that.Poul-Henning Kamp1996-05-021-7/+6
* Removed unnecessary #includes from <sys/imgact.h> so that it isBruce Evans1996-05-011-1/+3
* Killed sections 3 and 4 of my copyright as I don't agree with it (I believeDavid Greenman1996-04-081-6/+1
* Fixed unsigned longs that should have been vm_offset_t.Bruce Evans1996-03-191-2/+3
* Deal with NetBSD byte-swapped a.out magic when checking the MID to excludePeter Wemm1996-03-031-2/+4
* Mega-commit for Linux emulator update.. This has been stress tested underPeter Wemm1996-03-021-3/+1
* Eliminated many redundant vm_map_lookup operations for vm_mmap.John Dyson1996-01-191-18/+11
* Oops. I forgot the change to this file for supporting static configurationPeter Wemm1995-12-151-3/+3
* Changes to support 1Tb filesizes. Pages are now named by anJohn Dyson1995-12-111-2/+3
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+7
* Staticized.Bruce Evans1995-12-021-3/+4
* All:David Greenman1995-11-061-15/+15
* Fix my copyright.David Greenman1995-09-081-2/+2
* Moved setting of VTEXT flag into the appropriate image activators. ThisDavid Greenman1995-08-241-1/+5