| Age | Commit message (Expand) | Author |
| 2022-07-01 | ktrace(9): Zero-initialize padding for ktr_psig records. | riastradh |
| 2022-06-29 | ktrace(9): Fix mutex detection in ktrcsw. | riastradh |
| 2022-06-27 | ktrace(9): Make sure ktrkuser initializes the full ktr_id member. | riastradh |
| 2022-03-12 | ktrace(9): Avoid stomping over colliding KTROP_SET. | riastradh |
| 2021-02-27 | Use "static" in the function intro if the function is static. | simonb |
| 2020-05-23 | Move proc_lock into the data segment. It was dynamically allocated because | ad |
| 2020-03-14 | - Hide the details of SPCF_SHOULDYIELD and related behind a couple of small | ad |
| 2020-02-21 | Explicitly cast pointers to uintptr_t before casting to enums. They are | joerg |
| 2020-02-05 | No functional change: | msaitoh |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2017-08-28 | If we go to allocate and find someone else has at the same time, don't | dholland |
| 2017-07-28 | Clamp the length we use, not the length we don't. | riastradh |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2016-09-13 | Allow emulations to override the creation of ktrace records for posting | martin |
| 2016-09-13 | Make the ktrace record written by do_sys_sendmsg/do_sys_recvmsg overridable | martin |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2014-11-21 | Replace callout_stop with callout_halt | ozaki-r |
| 2014-09-21 | remove casts to the same type. | christos |
| 2013-12-09 | Put vfs bits of ktrace into kern_ktrace_vfs.c per convention. | pooka |
| 2013-09-16 | Fix inverted ktrop() return value - oops! | martin |
| 2013-09-14 | ktrop() seems to be expected [by it's callers] to return a "bool like" | martin |
| 2012-02-19 | Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! | rmind |
| 2011-12-30 | Avoid panic on DIAGNOSTIC kernels with ktrace -p <not-existing-process> | christos |
| 2011-11-30 | Only return values when there was no error. | mbalmer |
| 2011-09-01 | Always make sure that kte_entry is aligned appropriately so register_t can | matt |
| 2011-06-01 | kern/42030 - tracking of file descriptors by ktrace/kdump | alnsn |
| 2011-04-27 | Remove Mach specific trace points. | joerg |
| 2010-11-19 | Introduce struct pathbuf. This is an abstraction to hold a pathname | dholland |
| 2010-10-18 | when using ktrace format version 0 or 1, don't adjust the changed fields | chs |
| 2010-07-01 | Remove pfind() and pgfind(), fix locking in various broken uses of these. | rmind |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |
| 2010-03-03 | remove redundant checks of PK_MARKER. | yamt |
| 2009-10-02 | Move ktrace's subsystem security policy to the subsystem itself, and keep | elad |
| 2009-08-05 | Fix ktrace of data from iovec based system calls. | dsl |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-10-15 | Merge wrstuden-revivesa into HEAD. | wrstuden |
| 2008-06-03 | Before freeing a ktr_desc, destroy its condition variables. | dyoung |
| 2008-05-27 | Use pool_cache. | ad |
| 2008-04-29 | Ignore processes with PK_MARKER set. | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since | ad |
| 2008-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad |
| 2008-02-24 | Set p->p_trace_enabled in fork and whenever the controlling falgs change | dsl |
| 2008-02-06 | Remove the 'args' parameter to 'trace_exit()' it is no longer used. | dsl |
| 2008-02-02 | Add, document, and use KAUTH_REQ_PROCESS_KTRACE_PERSISTENT. | elad |
| 2008-02-02 | KTRFAC_ROOT -> KTRFAC_PERSISTENT, and update comments. | elad |
| 2008-01-23 | Forgot to commit these two as well. Spotted by hannken@. | elad |
| 2008-01-05 | Use FILE_LOCK() and FILE_UNLOCK() | dsl |
| 2008-01-02 | Merge vmlocking2 to head. | ad |