aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_ktrace.c
Commit message (Expand)AuthorAgeFilesLines
* Pass active_cred and file_cred into the MAC framework explicitlyRobert Watson2002-08-191-1/+1
* Break out mac_check_vnode_op() into three seperate checks:Robert Watson2002-08-191-1/+1
* If we fail to write to a vnode during a ktrace write, then we drop allJohn Baldwin2002-08-011-3/+5
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-011-1/+7
* More caddr_t removal, make fo_ioctl take a void * instead of a caddr_t.Alfred Perlstein2002-06-291-2/+2
* Overhaul the ktrace subsystem a bit. For the most part, the actual vnodeJohn Baldwin2002-06-071-227/+446
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadJohn Baldwin2002-05-191-1/+1
* Lock proctree_lock instead of pgrpsess_lock.John Baldwin2002-04-161-4/+4
* - Change the first argument of ktrcanset(), ktrsetchildren(), and ktrops()John Baldwin2002-04-131-32/+57
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Remove __P.Alfred Perlstein2002-03-191-5/+5
* Giant pushdown for read/write/pread/pwrite syscalls.Alfred Perlstein2002-03-151-0/+3
* Add a comment about an unlocked access to p_ucred that will go away inJohn Baldwin2002-02-271-0/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-7/+7
* Lock struct pgrp, session and sigio.Seigo Tanimura2002-02-231-0/+8
* Fix ktrace enablement/disablement races that can result in a vnodeMatthew Dillon2001-10-241-9/+50
* 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