summaryrefslogtreecommitdiffstats
path: root/sys/kern/imgact_aout.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed bitrot in a comment. Fixed some style bugs.bde1999-01-011-5/+3
* *gulp*. Jordan specifically OK'ed this..peter1998-10-161-2/+2
* Add provisions for variant core dump file formats, depending on thejdp1998-09-141-1/+95
* Cast u_longs to uintptr_t before casting them to pointers. Don'tbde1998-07-151-3/+4
* Removed unused #includes.bde1998-02-201-3/+1
* Fixed staticization.bde1998-02-031-2/+2
* Implement the first page access for object type determination moredyson1998-01-111-33/+36
* Make our v_usecount vnode reference count work identically to thedyson1998-01-061-3/+4
* Removed unused #includes.bde1997-09-021-4/+1
* Removed redundant test against MAXDSIZ (the rlimit test is stronger).bde1997-08-261-4/+1
* Fully implement vfork. Vfork is now much much faster than even ourdyson1997-04-131-2/+7
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Make DFLDSIZ and MAXDSIZ fully-supported options.joerg1996-12-221-1/+3
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.bde1996-08-311-2/+2
* First pass at cleaning up macros relating to pages, clusters and all that.phk1996-05-021-7/+6
* Removed unnecessary #includes from <sys/imgact.h> so that it isbde1996-05-011-1/+3
* Killed sections 3 and 4 of my copyright as I don't agree with it (I believedg1996-04-081-6/+1
* Fixed unsigned longs that should have been vm_offset_t.bde1996-03-191-2/+3
* Deal with NetBSD byte-swapped a.out magic when checking the MID to excludepeter1996-03-031-2/+4
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-021-3/+1
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-18/+11
* Oops. I forgot the change to this file for supporting static configurationpeter1995-12-151-3/+3
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-111-2/+3
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+7
* Staticized.bde1995-12-021-3/+4
* All:dg1995-11-061-15/+15
* Fix my copyright.dg1995-09-081-2/+2
* Moved setting of VTEXT flag into the appropriate image activators. Thisdg1995-08-241-1/+5
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-4/+5
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
OpenPOWER on IntegriCloud