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
/
sys_process.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce the new function
phk
1999-11-21
1
-2
/
+1
*
useracc() the prequel:
phk
1999-10-29
1
-1
/
+0
*
Trim unused options (or #ifdef for undoc options).
peter
1999-10-11
1
-1
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Implement support for hardware debug registers on the i386.
jlemon
1999-07-09
1
-1
/
+33
*
Moving the initialization for write sooner quiets a warning.
peter
1999-07-01
1
-2
/
+2
*
This Implements the mumbled about "Jail" feature.
phk
1999-04-28
1
-1
/
+3
*
Suser() simplification:
phk
1999-04-27
1
-2
/
+2
*
Call ptrace_u_check with the right size.
dfr
1999-03-29
1
-2
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-2
/
+2
*
Tweak ptrace(PT_READ_U) so that the last alpha register can be read.
dfr
1998-12-26
1
-2
/
+5
*
Only access an int for READU/WRITEU since that is what ptrace is declared to
dfr
1998-07-29
1
-2
/
+2
*
Cast function pointers to uintfptr_t before casting them to u_long.
bde
1998-07-15
1
-5
/
+7
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-5
/
+5
*
Disallow reading the current kernel stack. Only the user structure and
tegge
1998-05-19
1
-1
/
+6
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-3
/
+1
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+3
*
VM level code cleanups.
dyson
1998-01-22
1
-5
/
+5
*
Changes to allow event-based process monitoring and control.
sef
1997-12-06
1
-1
/
+20
*
Set return value for the correct process in ptrace().
tegge
1997-11-12
1
-5
/
+5
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
1
-7
/
+6
*
Removed unused #includes.
bde
1997-09-02
1
-7
/
+1
*
Remove bogon from previous commit: doubly included sys/systm.h.
alex
1997-04-27
1
-2
/
+1
*
Prevent debugger attachment to init when securelevel > 0.
alex
1997-04-27
1
-1
/
+6
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Remove the now-unnecessary and incorrect wiring of the "other" processes
dyson
1996-06-02
1
-5
/
+1
*
removed:
phk
1996-05-02
1
-2
/
+2
*
Because of the way that ptrace() now calls procfs routines to read/write
peter
1996-03-30
1
-2
/
+16
*
Major fixes for ptrace()...
peter
1996-01-24
1
-99
/
+226
*
Eliminated many redundant vm_map_lookup operations for vm_mmap.
dyson
1996-01-19
1
-6
/
+6
*
Updated to match 1TB filesize changes. Some pindexes were still offsets
bde
1995-12-17
1
-7
/
+9
*
Removed dead debugging code.
bde
1995-12-16
1
-7
/
+1
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-1
/
+9
*
Move the process-table stuff to a more suitable file.
phk
1995-11-14
1
-1
/
+7
*
Included <sys/sysproto.h> to get central declarations for syscall args
bde
1995-11-12
1
-1
/
+4
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-9
/
+9
*
pread/pwrite() should be static.
dg
1995-05-12
1
-3
/
+3
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-2
/
+2
*
Truncate the pte address to a page boundry. This probably won't fix the
dg
1995-02-19
1
-5
/
+5
*
Fixed botched previous change - use 'pageno' not initialized to NULL 'kva'.
dg
1995-02-16
1
-5
/
+5
*
Wire the page table before doing the vm_fault(). Fixes a panic that
dg
1995-02-10
1
-10
/
+6
*
Fix security holes in sigreturn(), ptrace() and procfs. sigreturn()
bde
1995-01-14
1
-6
/
+2
*
While in the real world, I had a bad case of being swapped out for a lot of
phk
1994-09-25
1
-7
/
+7
*
Fix up some sloppy coding practices:
wollman
1994-08-18
1
-3
/
+5
*
Change all #includes to follow the current Berkeley style. Some of these
wollman
1994-08-13
1
-2
/
+2
*
Process tracing code. Written by Sean Eric Fagan.
dg
1994-08-08
1
-30
/
+317
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-0
/
+2
[next]