summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exec.c
Commit message (Expand)AuthorAgeFilesLines
* This commit fixes various 64bit portability problems required fordfr1998-06-071-13/+16
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* Free the first page also if it is not valid.dyson1998-03-081-2/+2
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-071-3/+2
* Update the ELF image activator to use some of the exec resources ratherpeter1998-03-021-7/+2
* Removed unused #includes.bde1998-02-251-3/+1
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* 1) Start using a cleaner and more consistant page allocator insteaddyson1998-02-051-27/+33
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Implement the first page access for object type determination moredyson1998-01-111-62/+94
* Make our v_usecount vnode reference count work identically to thedyson1998-01-061-3/+4
* Unspammed nested include of <vm/vm_zone.h>.bde1997-12-271-1/+2
* Clear the p_stops field on change of user/group id, unless the correctsef1997-12-201-2/+2
* Fix bug where a struct buf was free()'d back to the system malloc pool.dg1997-12-161-4/+3
* Changes to allow event-based process monitoring and control.sef1997-12-061-1/+4
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-3/+2
* On execing a sgid program, do not set P_SUGID when cr_gid and cr)_uidguido1997-10-151-3/+4
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-211-4/+4
* Removed unused #includes.bde1997-09-021-4/+1
* Fixed security hole with sharing the file descriptor table (via rfork)dg1997-08-041-10/+18
* Don't clobber user space argv0 memory on shell exec, mainly for vfork()ache1997-04-231-14/+24
* Brought fix from the 2.2 branch forward (see rev 1.47.2.7): serious bugsdg1997-04-181-3/+14
* Correct the previous thread-fix commit. I made a clerical error.dyson1997-04-131-13/+3
* Fully implement vfork. Vfork is now much much faster than even ourdyson1997-04-131-1/+3
* Effectively remove the previous commit to fix threads forking. Thedyson1997-04-121-3/+7
* Allow a kernel-supported process thread to do an exec without blastingdyson1997-04-111-7/+24
* Killed unnecessary vp == NULL check after namei.dg1997-04-041-5/+1
* Oops, only free component name buffer if namei() didn't. This bug hasdg1997-04-041-3/+4
* Various fixes:dg1997-04-041-22/+21
* Lose the vnode lock on a permissions failure.dg1997-04-041-2/+4
* Changed the way that the exec image header is read to be filesystem-dg1997-03-311-29/+38
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Fix from PR #2757:dg1997-02-191-1/+3
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix an ordering bug -- pmap_remove_pages should be called BEFOREdyson1996-11-091-2/+2
* Performance optimizations. One of which was meant to go in before thedyson1996-10-121-1/+2
* Backed out the recent changes/enhancements to the VM code. Thedyson1996-07-301-2/+2
* This commit is meant to solve a couple of VM system problems ordyson1996-07-271-2/+2
* Don't use NULL in non-pointer contexts.bde1996-07-121-3/+3
* Use kmem_alloc_wait/kmem_free_wakeup() to avoid allocation failuresdg1996-06-031-5/+5
* Fix declaration of ps_strings.dg1996-06-031-2/+2
* This set of commits to the VM system does the following, and containdyson1996-05-181-5/+5
* Removed unnecessary #includes from <sys/imgact.h> so that it isbde1996-05-011-1/+4
* Fixed two typos in the comment.smpatel1996-04-291-2/+2
* Killed sections 3 and 4 of my copyright as I don't agree with it (I believedg1996-04-081-6/+1
* First attempt at FreeBSD & Linux ELF support.sos1996-03-101-4/+19
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-021-2/+12
* Add two sysctl variables that can be read by libutil and libkvm so thatpeter1996-02-241-1/+12
* Removed stale #includes of "opt_sysvipc.h".bde1996-01-201-3/+1
OpenPOWER on IntegriCloud