| Commit message (Expand) | Author | Age | Files | Lines |
* | Some kernel threads try to do significant work, and the default KSTACK_PAGES | scottl | 2002-10-02 | 1 | -1/+1 |
* | Plug memory leaks. | phk | 2002-09-30 | 1 | -4/+14 |
* | - Change utrace ktrace events to malloc the work buffer before getting a | jhb | 2002-09-11 | 1 | -9/+10 |
* | Remove support for synchronous ktrace requests now that none exist anymore. | jhb | 2002-09-11 | 1 | -33/+11 |
* | - Change ktrace genio events to only copy up to ktr_geniosize bytes of a | jhb | 2002-09-11 | 1 | -18/+18 |
* | - Add a kern.ktrace sysctl node. | jhb | 2002-09-11 | 1 | -2/+9 |
* | Change namei and syscall ktrace events to malloc work buffers before | jhb | 2002-09-11 | 1 | -7/+14 |
* | Pass active_cred and file_cred into the MAC framework explicitly | rwatson | 2002-08-19 | 1 | -1/+1 |
* | Break out mac_check_vnode_op() into three seperate checks: | rwatson | 2002-08-19 | 1 | -1/+1 |
* | If we fail to write to a vnode during a ktrace write, then we drop all | jhb | 2002-08-01 | 1 | -3/+5 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-01 | 1 | -1/+7 |
* | More caddr_t removal, make fo_ioctl take a void * instead of a caddr_t. | alfred | 2002-06-29 | 1 | -2/+2 |
* | Overhaul the ktrace subsystem a bit. For the most part, the actual vnode | jhb | 2002-06-07 | 1 | -227/+446 |
* | Change p_can{debug,see,sched,signal}()'s first argument to be a thread | jhb | 2002-05-19 | 1 | -1/+1 |
* | Lock proctree_lock instead of pgrpsess_lock. | jhb | 2002-04-16 | 1 | -4/+4 |
* | - Change the first argument of ktrcanset(), ktrsetchildren(), and ktrops() | jhb | 2002-04-13 | 1 | -32/+57 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -5/+5 |
* | Giant pushdown for read/write/pread/pwrite syscalls. | alfred | 2002-03-15 | 1 | -0/+3 |
* | Add a comment about an unlocked access to p_ucred that will go away in | jhb | 2002-02-27 | 1 | -0/+1 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -7/+7 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 1 | -0/+8 |
* | Fix ktrace enablement/disablement races that can result in a vnode | dillon | 2001-10-24 | 1 | -9/+50 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -15/+18 |
* | Remove the MPSAFE keyword from the parser for syscalls.master. | dillon | 2001-08-30 | 1 | -0/+10 |
* | o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx(). | rwatson | 2001-07-05 | 1 | -16/+6 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 1 | -8/+8 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -1/+2 |
* | Change the pfind() and zpfind() functions to lock the process that they | jhb | 2001-04-24 | 1 | -0/+1 |
* | Convert the allproc and proctree locks from lockmgr locks to sx locks. | jhb | 2001-03-28 | 1 | -6/+7 |
* | o Move per-process jail pointer (p->pr_prison) to inside of the subject | rwatson | 2001-02-21 | 1 | -1/+3 |
* | Don't use SCARG. | alfred | 2001-01-08 | 1 | -2/+1 |
* | Limit size of passed in data for utrace function. | alfred | 2001-01-06 | 1 | -0/+3 |
* | Protect proc.p_pptr and proc.p_children/p_sibling with the | jake | 2000-12-23 | 1 | -2/+4 |
* | - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead | jake | 2000-12-13 | 1 | -4/+4 |
* | Protect the following with a lockmgr lock: | jake | 2000-11-22 | 1 | -0/+4 |
* | Convert all users of fldoff() to offsetof(). fldoff() is bad | phk | 2000-10-27 | 1 | -3/+0 |
* | Add KTR, a facility that logs kernel events in order to to facilitate | jasone | 2000-09-07 | 1 | -8/+8 |
* | o Centralize inter-process access control, introducing: | rwatson | 2000-08-30 | 1 | -0/+2 |
* | Add snapshots to the fast filesystem. Most of the changes support | mckusick | 2000-07-11 | 1 | -1/+4 |
* | Change that &@!$# UIO_READ to be UIO_WRITE. I tested the ktrace stuff, | green | 2000-07-07 | 1 | -1/+1 |
* | Move the truncation code out of vn_open and into the open system call | mckusick | 2000-07-04 | 1 | -2/+3 |
* | Modify ktrace's general I/O tracing, ktrgenio(), to use a struct uio * | green | 2000-07-02 | 1 | -35/+29 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 1 | -1/+0 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -0/+3 |
* | This is a partial commit of the patch from PR 14914: | phk | 1999-11-16 | 1 | -7/+7 |
* | Fix style bug. | marcel | 1999-10-04 | 1 | -1/+2 |
* | sigset_t change (part 2 of 5) | marcel | 1999-09-29 | 1 | -3/+3 |
* | Kill some spammage that seems to have gotten in through diffs from marcel's | green | 1999-09-21 | 1 | -3/+3 |
* | When bcopying the program name into the ktrace header, make sure we include | marcel | 1999-09-20 | 1 | -4/+4 |