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 the cast to a pointer in the definition of PS_STRINGS and
bde
1998-12-16
1
-4
/
+3
*
Removed all traces of SYSCTL_INTPTR(). Pointers can't really be passed
bde
1998-12-16
1
-5
/
+4
*
Added a second argument, "activate" to the vm_page_unwire() call so that
dg
1998-10-28
1
-2
/
+2
*
*gulp*. Jordan specifically OK'ed this..
peter
1998-10-16
1
-5
/
+66
*
Cosmetic changes to the PAGE_XXX macros to make them consistent with
dfr
1998-09-04
1
-3
/
+3
*
Change various syscalls to use size_t arguments instead of u_int.
dfr
1998-08-24
1
-9
/
+4
*
Cast between longs and pointers via intptr_t. The results of fuword()
bde
1998-07-15
1
-9
/
+9
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-13
/
+16
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
1
-2
/
+2
*
Free the first page also if it is not valid.
dyson
1998-03-08
1
-2
/
+2
*
This mega-commit is meant to fix numerous interrelated problems. There
dyson
1998-03-07
1
-3
/
+2
*
Update the ELF image activator to use some of the exec resources rather
peter
1998-03-02
1
-7
/
+2
*
Removed unused #includes.
bde
1998-02-25
1
-3
/
+1
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-3
/
+1
*
1) Start using a cleaner and more consistant page allocator instead
dyson
1998-02-05
1
-27
/
+33
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+3
*
Implement the first page access for object type determination more
dyson
1998-01-11
1
-62
/
+94
*
Make our v_usecount vnode reference count work identically to the
dyson
1998-01-06
1
-3
/
+4
*
Unspammed nested include of <vm/vm_zone.h>.
bde
1997-12-27
1
-1
/
+2
*
Clear the p_stops field on change of user/group id, unless the correct
sef
1997-12-20
1
-2
/
+2
*
Fix bug where a struct buf was free()'d back to the system malloc pool.
dg
1997-12-16
1
-4
/
+3
*
Changes to allow event-based process monitoring and control.
sef
1997-12-06
1
-1
/
+4
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
1
-3
/
+2
*
On execing a sgid program, do not set P_SUGID when cr_gid and cr)_uid
guido
1997-10-15
1
-3
/
+4
*
Change the M_NAMEI allocations to use the zone allocator. This change
dyson
1997-09-21
1
-4
/
+4
*
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
[next]