summaryrefslogtreecommitdiff
path: root/sys/kern/kern_exec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix an ordering bug -- pmap_remove_pages should be called BEFOREJohn Dyson1996-11-091-2/+2
* Performance optimizations. One of which was meant to go in before theJohn Dyson1996-10-121-1/+2
* Backed out the recent changes/enhancements to the VM code. TheJohn Dyson1996-07-301-2/+2
* This commit is meant to solve a couple of VM system problems orJohn Dyson1996-07-271-2/+2
* Don't use NULL in non-pointer contexts.Bruce Evans1996-07-121-3/+3
* Use kmem_alloc_wait/kmem_free_wakeup() to avoid allocation failuresDavid Greenman1996-06-031-5/+5
* Fix declaration of ps_strings.David Greenman1996-06-031-2/+2
* This set of commits to the VM system does the following, and containJohn Dyson1996-05-181-5/+5
* Removed unnecessary #includes from <sys/imgact.h> so that it isBruce Evans1996-05-011-1/+4
* Fixed two typos in the comment.Sujal Patel1996-04-291-2/+2
* Killed sections 3 and 4 of my copyright as I don't agree with it (I believeDavid Greenman1996-04-081-6/+1
* First attempt at FreeBSD & Linux ELF support.Søren Schmidt1996-03-101-4/+19
* Mega-commit for Linux emulator update.. This has been stress tested underPeter Wemm1996-03-021-2/+12
* Add two sysctl variables that can be read by libutil and libkvm so thatPeter Wemm1996-02-241-1/+12
* Removed stale #includes of "opt_sysvipc.h".Bruce Evans1996-01-201-3/+1