summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_ktrace.c
Commit message (Expand)AuthorAgeFilesLines
* Add KTR, a facility that logs kernel events in order to to facilitatejasone2000-09-071-8/+8
* o Centralize inter-process access control, introducing:rwatson2000-08-301-0/+2
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-1/+4
* Change that &@!$# UIO_READ to be UIO_WRITE. I tested the ktrace stuff,green2000-07-071-1/+1
* Move the truncation code out of vn_open and into the open system callmckusick2000-07-041-2/+3
* Modify ktrace's general I/O tracing, ktrgenio(), to use a struct uio *green2000-07-021-35/+29
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-0/+3
* This is a partial commit of the patch from PR 14914:phk1999-11-161-7/+7
* Fix style bug.marcel1999-10-041-1/+2
* sigset_t change (part 2 of 5)marcel1999-09-291-3/+3
* Kill some spammage that seems to have gotten in through diffs from marcel'sgreen1999-09-211-3/+3
* When bcopying the program name into the ktrace header, make sure we includemarcel1999-09-201-4/+4
* ktrace should not follow symlinks either.dima1999-08-301-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Make sure syscall arguments properly aligned in ktrace records.dt1999-06-161-6/+12
* This Implements the mumbled about "Jail" feature.phk1999-04-281-1/+3
* In ktrwrite, use uio_procp = curproc vs 0rvb1998-12-101-2/+2
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()peter1998-11-101-1/+2
* Don't depend on "implicit int".bde1998-02-201-2/+2
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-051-1/+2
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-5/+3
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+3
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Remove the extra length field from the utrace entries. It's redundant.phk1996-09-221-9/+5
* Add the utrace(caddr_t addr,size_t len) syscall, that will store thephk1996-09-191-1/+40
* Add separate kmalloc classes for BIO buffers and Ktrace info.phk1996-08-041-12/+12
* From Lite2: proc LIST changes.hsu1996-03-111-13/+9
* Converted two options over to the new scheme: USER_LDT and KTRACE.wollman1996-01-031-3/+10
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-141-7/+12
* Completed function declarations and/or added prototypes.bde1995-12-021-1/+3
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-121-1/+4
* Remove trailing whitespace.rgrimes1995-05-301-9/+9
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-021-4/+3
* Fix up some sloppy coding practices:wollman1994-08-181-1/+2
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+12
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+466
OpenPOWER on IntegriCloud