summaryrefslogtreecommitdiffstats
path: root/sys/kern/imgact_aout.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-2/+1
* Use of vm_allocate() and vm_deallocate() has been deprecated.dg1995-02-201-10/+12
* First attempt to run linux binaries. This is only the changes needed tosos1995-02-141-1/+11
* While in the real world, I had a bad case of being swapped out for a lot ofphk1994-09-251-2/+2
* Shuffled macros and definitions around to facilitate architecturedg1994-09-241-1/+2
* Changes preparing for iBCS supportsos1994-08-241-1/+4
* Fix up some sloppy coding practices:wollman1994-08-181-2/+2
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-11/+12
* Increased maximum protection for data segment to VM_PROT_ALL becausedg1994-03-171-4/+2
* change maxprot of text to allow writes.dg1993-12-301-2/+2
* Let the linker keep track of pseudo-devices needing initialization andwollman1993-12-201-1/+11
* Rename aout_imgact.c and shell_imgact.c to imgact_* for consistency.wollman1993-12-201-0/+181
OpenPOWER on IntegriCloud