| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -1/+0 |
| * | Remove VOP_LEASE and supporting functions. This hasn't been used since | Robert Watson | 2009-04-10 | 1 | -1/+0 |
| * | Add a new type of KTRACE record for sysctl(3) invocations. It uses the | John Baldwin | 2009-03-11 | 1 | -1/+39 |
| * | Fix a credential reference leak. [1] | Bjoern A. Zeeb | 2008-12-03 | 1 | -9/+16 |
| * | This patch adds a new ktrace(2) record type, KTR_STRUCT, whose payload | Dag-Erling Smørgrav | 2008-02-23 | 1 | -1/+31 |
| * | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 1 | -2/+2 |
| * | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 1 | -1/+1 |
| * | A bunch more files that should probably print out a thread name | Julian Elischer | 2007-11-14 | 1 | -1/+1 |
| * | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 1 | -1/+1 |
| * | Partially revert the previous change. I failed to notice that where | John Baldwin | 2007-08-29 | 1 | -2/+0 |
| * | Improve the ktrace locking somewhat to reduce overhead: | John Baldwin | 2007-06-13 | 1 | -0/+2 |
| * | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | Robert Watson | 2007-06-12 | 1 | -3/+2 |
| * | Revert UF_OPENING workaround for CURRENT. | Konstantin Belousov | 2007-05-31 | 1 | -1/+1 |
| * | Further system call comment cleanup: | Robert Watson | 2007-03-05 | 1 | -6/+0 |
| * | Remove 'MPSAFE' annotations from the comments above most system calls: all | Robert Watson | 2007-03-04 | 1 | -10/+0 |
| * | Do not do a vn_close for all references to the ktraced file if we are | Mike Pritchard | 2007-02-13 | 1 | -10/+13 |
| * | Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form. | Xin LI | 2007-01-17 | 1 | -2/+2 |
| * | ktrace_cv is no longer used - remove | Kip Macy | 2006-12-17 | 1 | -2/+0 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -2/+4 |
| * | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+2 |
| * | Trim an obsolete comment. ktrgenio() stopped doing crazy gymnastics when | John Baldwin | 2006-07-31 | 1 | -9/+0 |
| * | Use suser_cred(9) instead of checking cr_uid directly. | Pawel Jakub Dawidek | 2006-06-27 | 1 | -1/+1 |
| * | - Conditionalize Giant around VFS operations for ALQ, ktrace, and | John Baldwin | 2006-03-28 | 1 | -15/+15 |
| * | - Lock access to vrele() with VFS_LOCK_GIANT() rather than mtx_lock(&Giant). | Jeff Roberson | 2006-01-30 | 1 | -2/+5 |
| * | Fix a vnode reference leak in the ktrace code. We always grab a reference | John Baldwin | 2006-01-23 | 1 | -0/+1 |
| * | In ktr_getrequest(), acquire ktrace_mtx earlier -- while the race | Robert Watson | 2005-11-14 | 1 | -2/+3 |
| * | Moderate rewrite of kernel ktrace code to attempt to generally improve | Robert Watson | 2005-11-13 | 1 | -91/+191 |
| * | Reuse ktr_unused field in ktr_header structure as ktr_tid; populate | Robert Watson | 2005-11-01 | 1 | -1/+1 |
| * | Replace ktr_buffer pointer in struct ktr_header with a ktr_unused | Robert Watson | 2005-11-01 | 1 | -9/+11 |
| * | Close another information leak in ktrace(2): one was able to find active | Pawel Jakub Dawidek | 2005-06-24 | 1 | -2/+16 |
| * | Add missing unlock. | Pawel Jakub Dawidek | 2005-06-21 | 1 | -1/+3 |
| * | Remove process information leak from inside a jail, when | Pawel Jakub Dawidek | 2005-06-09 | 1 | -0/+3 |
| * | Make a SYSCTL_NODE static | Poul-Henning Kamp | 2005-02-10 | 1 | -1/+1 |
| * | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | Colin Percival | 2004-07-26 | 1 | -1/+1 |
| * | Clean up and wash struct iovec and struct uio handling. | Poul-Henning Kamp | 2004-07-10 | 1 | -2/+6 |
| * | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 |
| * | Replace the ktrace queue's semaphore with a condition variable instead as | John Baldwin | 2004-02-26 | 1 | -5/+5 |
| * | Reduce gratuitous includes: don't include jail.h if it's not needed. | Robert Watson | 2004-01-21 | 1 | -1/+0 |
| * | Bound the number of iterations a thread can perform inside | Joseph Koshy | 2003-11-11 | 1 | -6/+8 |
| * | Have utrace(2) return ENOMEM if malloc() fails. Document this error | Joseph Koshy | 2003-11-11 | 1 | -1/+1 |
| * | Consistently use the BSD u_int and u_short instead of the SYSV uint and | John Baldwin | 2003-08-07 | 1 | -10/+10 |
| * | The ktrace mutex does not need to be locked around the post of the ktrace | John Baldwin | 2003-08-07 | 1 | -1/+1 |
| * | Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout. | Poul-Henning Kamp | 2003-07-27 | 1 | -1/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+3 |
| * | - Add a td_pflags field to struct thread for private flags accessed only by | John Baldwin | 2003-06-09 | 1 | -10/+10 |
| * | - Push down Giant around vnode operations in ktrace(). | John Baldwin | 2003-04-25 | 1 | -22/+39 |
| * | Add a new userland-visible ktrace flag KTR_DROP and an internal ktrace flag | John Baldwin | 2003-03-13 | 1 | -1/+6 |
| * | - Cache a reference to the credential of the thread that starts a ktrace in | John Baldwin | 2003-03-13 | 1 | -14/+35 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -6/+6 |