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
...
*
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
*
Removed some #include's of unnecessary include files.
dg
1995-03-10
1
-4
/
+1
*
No longer assume that a process's address space can be directly written to.
dg
1995-03-01
1
-14
/
+23
*
Use of vm_allocate() and vm_deallocate() has been deprecated.
dg
1995-02-20
1
-19
/
+19
*
First attempt to run linux binaries. This is only the changes needed to
sos
1995-02-14
1
-3
/
+9
*
These changes embody the support of the fully coherent merged VM buffer cache,
dg
1995-01-09
1
-5
/
+5
*
All of this is cosmetic. prototypes, #includes, printfs and so on. Makes
phk
1994-10-02
1
-2
/
+4
*
While in the real world, I had a bad case of being swapped out for a lot of
phk
1994-09-25
1
-12
/
+10
*
Added support for p_textvp which stores the vnode pointer of the execed binary.
dg
1994-09-24
1
-1
/
+9
*
Added missing #ifdef SYSVSHM.
dg
1994-09-14
1
-1
/
+3
*
Added SYSV ipcs.
dfr
1994-09-13
1
-1
/
+3
*
Pay attention to *all* errors from copyinstr(). This patch fixes a bug
dg
1994-08-24
1
-8
/
+16
*
Fix up some sloppy coding practices:
wollman
1994-08-18
1
-3
/
+4
*
Implemented support for the "ps_strings" structure (grrrr...) for use in
dg
1994-08-06
1
-3
/
+19
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-31
/
+496
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+64
[prev]