aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/ktrace.h
Commit message (Expand)AuthorAgeFilesLines
* Add a new userland-visible ktrace flag KTR_DROP and an internal ktrace flagJohn Baldwin2003-03-131-0/+7
* Overhaul the ktrace subsystem a bit. For the most part, the actual vnodeJohn Baldwin2002-06-071-11/+17
* Remove __PAlfred Perlstein2002-03-191-8/+8
* Limit size of passed in data for utrace function.Alfred Perlstein2001-01-061-0/+1
* Add KTR, a facility that logs kernel events in order to to facilitateJason Evans2000-09-071-1/+1
* Modify ktrace's general I/O tracing, ktrgenio(), to use a struct uio *Brian Feldman2000-07-021-1/+1
* Commit major SMP cleanups and move the BGL (big giant lock) in theMatthew Dillon2000-03-281-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-3/+3
* sigset_t change (part 2 of 5)Marcel Moolenaar1999-09-291-2/+2
* green and I committed crossing fixes for this. He won.Poul-Henning Kamp1999-09-211-1/+1
* update ktrpsig prototype...Poul-Henning Kamp1999-09-211-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Make sure syscall arguments properly aligned in ktrace records.Dmitrij Tejblum1999-06-161-5/+6
* Fixed nonsense arg type `const caddr_t' in the prototype() for utrace().Bruce Evans1999-05-131-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* 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-7/+1
* Add the utrace(caddr_t addr,size_t len) syscall, that will store thePoul-Henning Kamp1996-09-191-1/+14
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-5/+1
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+3
* Prototypes, prototypes and even more prototypes. Not quite done yet, butPoul-Henning Kamp1994-10-021-2/+10
* A minor slip, ktrnamei() is void, not int.Poul-Henning Kamp1994-09-271-2/+2
* ktrace.c: added decl of ktrnameiPoul-Henning Kamp1994-09-271-2/+4
* Made them all idempotent.Paul Richards1994-08-211-1/+6
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+156