summaryrefslogtreecommitdiff
path: root/sys/kern/kern_ktrace.c
Commit message (Expand)AuthorAgeFilesLines
* KSE Milestone 2Julian Elischer2001-09-121-15/+18
* Remove the MPSAFE keyword from the parser for syscalls.master.Matthew Dillon2001-08-301-0/+10
* o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx().Robert Watson2001-07-051-16/+6
* o Merge contents of struct pcred into struct ucred. Specifically, add theRobert Watson2001-05-251-8/+8
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-1/+2
* Change the pfind() and zpfind() functions to lock the process that theyJohn Baldwin2001-04-241-0/+1
* Convert the allproc and proctree locks from lockmgr locks to sx locks.John Baldwin2001-03-281-6/+7
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectRobert Watson2001-02-211-1/+3
* Don't use SCARG.Alfred Perlstein2001-01-081-2/+1
* Limit size of passed in data for utrace function.Alfred Perlstein2001-01-061-0/+3
* Protect proc.p_pptr and proc.p_children/p_sibling with theJake Burkholder2000-12-231-2/+4
* - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), insteadJake Burkholder2000-12-131-4/+4
* Protect the following with a lockmgr lock:Jake Burkholder2000-11-221-0/+4
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-3/+0
* Add KTR, a facility that logs kernel events in order to to facilitateJason Evans2000-09-071-8/+8
* o Centralize inter-process access control, introducing:Robert Watson2000-08-301-0/+2
* Add snapshots to the fast filesystem. Most of the changes supportKirk McKusick2000-07-111-1/+4
* Change that &@!$# UIO_READ to be UIO_WRITE. I tested the ktrace stuff,Brian Feldman2000-07-071-1/+1
* Move the truncation code out of vn_open and into the open system callKirk McKusick2000-07-041-2/+3
* Modify ktrace's general I/O tracing, ktrgenio(), to use a struct uio *Brian Feldman2000-07-021-35/+29
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-301-1/+0
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-0/+3
* This is a partial commit of the patch from PR 14914:Poul-Henning Kamp1999-11-161-7/+7
* Fix style bug.Marcel Moolenaar1999-10-041-1/+2
* sigset_t change (part 2 of 5)Marcel Moolenaar1999-09-291-3/+3
* Kill some spammage that seems to have gotten in through diffs from marcel'sBrian Feldman1999-09-211-3/+3
* When bcopying the program name into the ktrace header, make sure we includeMarcel Moolenaar1999-09-201-4/+4
* ktrace should not follow symlinks either.Dima Ruban1999-08-301-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Make sure syscall arguments properly aligned in ktrace records.Dmitrij Tejblum1999-06-161-6/+12
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-1/+3
* In ktrwrite, use uio_procp = curproc vs 0Robert V. Baron1998-12-101-2/+2
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()Peter Wemm1998-11-101-1/+2
* Don't depend on "implicit int".Bruce Evans1998-02-201-2/+2
* Don't include <sys/lock.h> in headers when only `struct simplelock' isBruce Evans1997-12-051-1/+2
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-5/+3
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.Poul-Henning Kamp1997-10-111-1/+3
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Remove the extra length field from the utrace entries. It's redundant.Poul-Henning Kamp1996-09-221-9/+5
* Add the utrace(caddr_t addr,size_t len) syscall, that will store thePoul-Henning Kamp1996-09-191-1/+40
* Add separate kmalloc classes for BIO buffers and Ktrace info.Poul-Henning Kamp1996-08-041-12/+12
* From Lite2: proc LIST changes.Jeffrey Hsu1996-03-111-13/+9
* Converted two options over to the new scheme: USER_LDT and KTRACE.Garrett Wollman1996-01-031-3/+10
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-7/+12
* Completed function declarations and/or added prototypes.Bruce Evans1995-12-021-1/+3
* Included <sys/sysproto.h> to get central declarations for syscall argsBruce Evans1995-11-121-1/+4