index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_exec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed unused #includes.
bde
1997-09-02
1
-4
/
+1
*
Fixed security hole with sharing the file descriptor table (via rfork)
dg
1997-08-04
1
-10
/
+18
*
Don't clobber user space argv0 memory on shell exec, mainly for vfork()
ache
1997-04-23
1
-14
/
+24
*
Brought fix from the 2.2 branch forward (see rev 1.47.2.7): serious bugs
dg
1997-04-18
1
-3
/
+14
*
Correct the previous thread-fix commit. I made a clerical error.
dyson
1997-04-13
1
-13
/
+3
*
Fully implement vfork. Vfork is now much much faster than even our
dyson
1997-04-13
1
-1
/
+3
*
Effectively remove the previous commit to fix threads forking. The
dyson
1997-04-12
1
-3
/
+7
*
Allow a kernel-supported process thread to do an exec without blasting
dyson
1997-04-11
1
-7
/
+24
*
Killed unnecessary vp == NULL check after namei.
dg
1997-04-04
1
-5
/
+1
*
Oops, only free component name buffer if namei() didn't. This bug has
dg
1997-04-04
1
-3
/
+4
*
Various fixes:
dg
1997-04-04
1
-22
/
+21
*
Lose the vnode lock on a permissions failure.
dg
1997-04-04
1
-2
/
+4
*
Changed the way that the exec image header is read to be filesystem-
dg
1997-03-31
1
-29
/
+38
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Fix from PR #2757:
dg
1997-02-19
1
-1
/
+3
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-2
/
+2
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Fix an ordering bug -- pmap_remove_pages should be called BEFORE
dyson
1996-11-09
1
-2
/
+2
*
Performance optimizations. One of which was meant to go in before the
dyson
1996-10-12
1
-1
/
+2
*
Backed out the recent changes/enhancements to the VM code. The
dyson
1996-07-30
1
-2
/
+2
*
This commit is meant to solve a couple of VM system problems or
dyson
1996-07-27
1
-2
/
+2
*
Don't use NULL in non-pointer contexts.
bde
1996-07-12
1
-3
/
+3
*
Use kmem_alloc_wait/kmem_free_wakeup() to avoid allocation failures
dg
1996-06-03
1
-5
/
+5
*
Fix declaration of ps_strings.
dg
1996-06-03
1
-2
/
+2
*
This set of commits to the VM system does the following, and contain
dyson
1996-05-18
1
-5
/
+5
*
Removed unnecessary #includes from <sys/imgact.h> so that it is
bde
1996-05-01
1
-1
/
+4
*
Fixed two typos in the comment.
smpatel
1996-04-29
1
-2
/
+2
*
Killed sections 3 and 4 of my copyright as I don't agree with it (I believe
dg
1996-04-08
1
-6
/
+1
*
First attempt at FreeBSD & Linux ELF support.
sos
1996-03-10
1
-4
/
+19
*
Mega-commit for Linux emulator update.. This has been stress tested under
peter
1996-03-02
1
-2
/
+12
*
Add two sysctl variables that can be read by libutil and libkvm so that
peter
1996-02-24
1
-1
/
+12
*
Removed stale #includes of "opt_sysvipc.h".
bde
1996-01-20
1
-3
/
+1
*
Eliminated many redundant vm_map_lookup operations for vm_mmap.
dyson
1996-01-19
1
-2
/
+2
*
(gulp!) reran makesyscalls..
peter
1996-01-08
1
-3
/
+1
*
Convert SYSV IPC to new-style options. (I hope I got everything...)
wollman
1996-01-04
1
-1
/
+3
*
A Major staticize sweep. Generates a couple of warnings that I'll deal
phk
1995-12-14
1
-3
/
+4
*
Reorganise ps_strings in order to gain BSD/OS 2.0 binary compatability.
peter
1995-12-09
1
-4
/
+6
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-1
/
+7
*
Use kmem_alloc_pageable/kmem_free to allocate memory instead of individual
dg
1995-11-13
1
-19
/
+7
*
Included <sys/sysproto.h> to get central declarations for syscall args
bde
1995-11-12
1
-1
/
+4
*
All:
dg
1995-11-06
1
-103
/
+107
*
Killed a few gratuitous #include's.
dg
1995-10-21
1
-2
/
+2
*
Remove prototype definitions from <sys/systm.h>.
swallace
1995-10-08
1
-1
/
+7
*
Moved setting of VTEXT flag into the appropriate image activators. This
dg
1995-08-24
1
-4
/
+1
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-6
/
+6
*
Use 'p' rather than 'curproc' when appropriate.
dg
1995-03-25
1
-3
/
+3
*
Use NDINIT macro to initialize fields for namei.
dg
1995-03-25
1
-13
/
+5
*
Fixed bug introduced in the previous commit - the lock must be held until
dg
1995-03-19
1
-6
/
+7
*
Lose the lock on the vnode. Changes to implement proper locking in the
dg
1995-03-19
1
-4
/
+11
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-2
/
+1
[next]