aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/imgact_aout.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-4/+5
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-2/+1
* Use of vm_allocate() and vm_deallocate() has been deprecated.David Greenman1995-02-201-10/+12
* First attempt to run linux binaries. This is only the changes needed toSøren Schmidt1995-02-141-1/+11
* While in the real world, I had a bad case of being swapped out for a lot ofPoul-Henning Kamp1994-09-251-2/+2
* Shuffled macros and definitions around to facilitate architectureDavid Greenman1994-09-241-1/+2
* Changes preparing for iBCS supportSøren Schmidt1994-08-241-1/+4
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-2/+2
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-11/+12
* Increased maximum protection for data segment to VM_PROT_ALL becauseDavid Greenman1994-03-171-4/+2
* change maxprot of text to allow writes.David Greenman1993-12-301-2/+2
* Let the linker keep track of pseudo-devices needing initialization andGarrett Wollman1993-12-201-1/+11
* Rename aout_imgact.c and shell_imgact.c to imgact_* for consistency.Garrett Wollman1993-12-201-0/+181