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_ktrace.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-0
/
+3
*
This is a partial commit of the patch from PR 14914:
phk
1999-11-16
1
-7
/
+7
*
Fix style bug.
marcel
1999-10-04
1
-1
/
+2
*
sigset_t change (part 2 of 5)
marcel
1999-09-29
1
-3
/
+3
*
Kill some spammage that seems to have gotten in through diffs from marcel's
green
1999-09-21
1
-3
/
+3
*
When bcopying the program name into the ktrace header, make sure we include
marcel
1999-09-20
1
-4
/
+4
*
ktrace should not follow symlinks either.
dima
1999-08-30
1
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Make sure syscall arguments properly aligned in ktrace records.
dt
1999-06-16
1
-6
/
+12
*
This Implements the mumbled about "Jail" feature.
phk
1999-04-28
1
-1
/
+3
*
In ktrwrite, use uio_procp = curproc vs 0
rvb
1998-12-10
1
-2
/
+2
*
add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()
peter
1998-11-10
1
-1
/
+2
*
Don't depend on "implicit int".
bde
1998-02-20
1
-2
/
+2
*
Don't include <sys/lock.h> in headers when only `struct simplelock' is
bde
1997-12-05
1
-1
/
+2
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
1
-5
/
+3
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-2
/
+2
*
Distribute and statizice a lot of the malloc M_* types.
phk
1997-10-11
1
-1
/
+3
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
1
-2
/
+2
*
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
-3
/
+3
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Remove the extra length field from the utrace entries. It's redundant.
phk
1996-09-22
1
-9
/
+5
*
Add the utrace(caddr_t addr,size_t len) syscall, that will store the
phk
1996-09-19
1
-1
/
+40
*
Add separate kmalloc classes for BIO buffers and Ktrace info.
phk
1996-08-04
1
-12
/
+12
*
From Lite2: proc LIST changes.
hsu
1996-03-11
1
-13
/
+9
*
Converted two options over to the new scheme: USER_LDT and KTRACE.
wollman
1996-01-03
1
-3
/
+10
*
A Major staticize sweep. Generates a couple of warnings that I'll deal
phk
1995-12-14
1
-7
/
+12
*
Completed function declarations and/or added prototypes.
bde
1995-12-02
1
-1
/
+3
*
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
*
All of this is cosmetic. prototypes, #includes, printfs and so on. Makes
phk
1994-10-02
1
-4
/
+3
*
Fix up some sloppy coding practices:
wollman
1994-08-18
1
-1
/
+2
*
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
/
+12
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+466