aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_exec.c
Commit message (Expand)AuthorAgeFilesLines
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedPeter Wemm1999-04-191-18/+1
* Restore support for executing BSD/OS binaries on the i386 by passingJohn Polstra1999-04-031-3/+5
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). ThisLuoqi Chen1999-02-191-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
* Add (but don't activate) code for a special VM option to makeJulian Elischer1999-01-061-1/+19
* Various changes to support OSF1 emulation:Doug Rabson1998-12-301-5/+6
* Fix some 64bit truncation problems which crept into SYSCTL_LONG() with theDoug Rabson1998-12-271-3/+6
* Removed the cast to a pointer in the definition of PS_STRINGS andBruce Evans1998-12-161-4/+3
* Removed all traces of SYSCTL_INTPTR(). Pointers can't really be passedBruce Evans1998-12-161-5/+4
* Added a second argument, "activate" to the vm_page_unwire() call so thatDavid Greenman1998-10-281-2/+2
* *gulp*. Jordan specifically OK'ed this..Peter Wemm1998-10-161-5/+66
* Cosmetic changes to the PAGE_XXX macros to make them consistent withDoug Rabson1998-09-041-3/+3
* Change various syscalls to use size_t arguments instead of u_int.Doug Rabson1998-08-241-9/+4
* Cast between longs and pointers via intptr_t. The results of fuword()Bruce Evans1998-07-151-9/+9
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-13/+16
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-2/+2
* Free the first page also if it is not valid.John Dyson1998-03-081-2/+2
* This mega-commit is meant to fix numerous interrelated problems. ThereJohn Dyson1998-03-071-3/+2
* Update the ELF image activator to use some of the exec resources ratherPeter Wemm1998-03-021-7/+2
* Removed unused #includes.Bruce Evans1998-02-251-3/+1
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* 1) Start using a cleaner and more consistant page allocator insteadJohn Dyson1998-02-051-27/+33
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* Implement the first page access for object type determination moreJohn Dyson1998-01-111-62/+94
* Make our v_usecount vnode reference count work identically to theJohn Dyson1998-01-061-3/+4
* Unspammed nested include of <vm/vm_zone.h>.Bruce Evans1997-12-271-1/+2
* Clear the p_stops field on change of user/group id, unless the correctSean Eric Fagan1997-12-201-2/+2
* Fix bug where a struct buf was free()'d back to the system malloc pool.David Greenman1997-12-161-4/+3
* Changes to allow event-based process monitoring and control.Sean Eric Fagan1997-12-061-1/+4
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-3/+2
* On execing a sgid program, do not set P_SUGID when cr_gid and cr)_uidGuido van Rooij1997-10-151-3/+4
* Change the M_NAMEI allocations to use the zone allocator. This changeJohn Dyson1997-09-211-4/+4
* Removed unused #includes.Bruce Evans1997-09-021-4/+1
* Fixed security hole with sharing the file descriptor table (via rfork)David Greenman1997-08-041-10/+18
* Don't clobber user space argv0 memory on shell exec, mainly for vfork()Andrey A. Chernov1997-04-231-14/+24
* Brought fix from the 2.2 branch forward (see rev 1.47.2.7): serious bugsDavid Greenman1997-04-181-3/+14
* Correct the previous thread-fix commit. I made a clerical error.John Dyson1997-04-131-13/+3
* Fully implement vfork. Vfork is now much much faster than even ourJohn Dyson1997-04-131-1/+3
* Effectively remove the previous commit to fix threads forking. TheJohn Dyson1997-04-121-3/+7
* Allow a kernel-supported process thread to do an exec without blastingJohn Dyson1997-04-111-7/+24
* Killed unnecessary vp == NULL check after namei.David Greenman1997-04-041-5/+1
* Oops, only free component name buffer if namei() didn't. This bug hasDavid Greenman1997-04-041-3/+4
* Various fixes:David Greenman1997-04-041-22/+21
* Lose the vnode lock on a permissions failure.David Greenman1997-04-041-2/+4
* Changed the way that the exec image header is read to be filesystem-David Greenman1997-03-311-29/+38
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Fix from PR #2757:David Greenman1997-02-191-1/+3
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1