summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_ktrace.c
Commit message (Expand)AuthorAgeFilesLines
* Lock proctree_lock instead of pgrpsess_lock.jhb2002-04-161-4/+4
* - Change the first argument of ktrcanset(), ktrsetchildren(), and ktrops()jhb2002-04-131-32/+57
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Remove __P.alfred2002-03-191-5/+5
* Giant pushdown for read/write/pread/pwrite syscalls.alfred2002-03-151-0/+3
* Add a comment about an unlocked access to p_ucred that will go away injhb2002-02-271-0/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-7/+7
* Lock struct pgrp, session and sigio.tanimura2002-02-231-0/+8
* Fix ktrace enablement/disablement races that can result in a vnodedillon2001-10-241-9/+50
* KSE Milestone 2julian2001-09-121-15/+18
* Remove the MPSAFE keyword from the parser for syscalls.master.dillon2001-08-301-0/+10
* o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx().rwatson2001-07-051-16/+6
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-251-8/+8
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-1/+2
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-241-0/+1
* Convert the allproc and proctree locks from lockmgr locks to sx locks.jhb2001-03-281-6/+7
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-1/+3
* Don't use SCARG.alfred2001-01-081-2/+1
* Limit size of passed in data for utrace function.alfred2001-01-061-0/+3
* Protect proc.p_pptr and proc.p_children/p_sibling with thejake2000-12-231-2/+4
* - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), insteadjake2000-12-131-4/+4
* Protect the following with a lockmgr lock:jake2000-11-221-0/+4
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-3/+0
* 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
OpenPOWER on IntegriCloud