summaryrefslogtreecommitdiffstats
path: root/sys/sys/ktrace.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-101-2/+2
* Fix comment, ktrace flags are per-process.mpi2020-09-141-3/+3
* crank to 6.5-betaderaadt2019-02-261-2/+2
* trace struct flock; ok visa@anton2018-11-051-1/+3
* fktrace(2) has been removedguenther2017-11-281-2/+1
* declaration for fktracetedu2017-08-131-1/+2
* only 32 bits of the pledgecode were passed up via ktracederaadt2017-04-201-4/+4
* Add ktracing of the fds returned by pipe() and socketpair()guenther2016-10-081-1/+3
* Remove last mention of nonexistent ktr_kuser()tom2016-09-011-2/+1
* KTRPOINT() is only useful in the kernel, so move it behind #ifdef _KERNELguenther2016-06-181-7/+7
* ktrace support for pollfd[] arraysderaadt2016-06-071-1/+3
* No more compat emulations, so remove ktrace EMUL records and the baggageguenther2016-03-061-9/+1
* add ktrace to kevent. ok guenthertedu2015-12-171-1/+3
* Change kernel internal pledge variables to 64bit (to prepare for morederaadt2015-12-061-3/+3
* Fold "malloc" into "stdio" and -- recognizing that no program so far hasderaadt2015-10-251-1/+13
* Add ktracing of argv and envp to execve(2), with envp not traced by defaultguenther2015-10-021-1/+11
* Delete ktracing of context switches: it's unused, and not particularly useful,guenther2015-09-071-12/+1
* Add ktracing of structs iovec, msghdr, and cmsghdr for {,p}{read,write}v(),guenther2015-07-281-1/+7
* Make KTR_SYSRET records variables variables sized, leaving out theguenther2015-07-191-5/+7
* Add dumping of struct dqblk done by quotactl(2)guenther2014-10-131-1/+3
* sys/user.h can now be substantially gutted.deraadt2014-07-081-1/+3
* Move p_emul and p_sigcode from proc to process.guenther2014-03-261-2/+2
* exit1() needs to do a final aggregation of the thread's [us]ticksguenther2014-01-241-1/+3
* Correct the handling of I/O of >=2^32 bytes and the ktracing there ofguenther2013-09-141-2/+2
* Add utrace(2), a system call allowing for userland to send its own ktracemiod2013-06-011-1/+18
* Print the fd_set used by select in kdump.claudio2012-07-091-1/+3
* Add a start record to the ktrace and use a special magic string "KTR"mikeb2012-04-101-5/+10
* Add tracing and dumping of "pointer to struct" syscall arguments forguenther2012-03-191-2/+13
* Handle rthreads consistently in ktrace by moving the flags and vnode intoguenther2011-12-141-4/+4
* Support sending struct info to kdump. So far for struct stat andotto2011-07-081-1/+20
* Change ktr_retval to a register_t so that we can see the full 64-bitsderaadt2011-06-021-2/+2
* change ktr_len to size_t. put ktr_type after comm for better alignmenttedu2006-05-171-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* First round of __P removal in sysmillert2002-03-141-10/+10
* include a siginfo_t with ktrace PSIG information, so that kdump can printderaadt2002-02-221-2/+4
* ktrace.h looks better with an EOL at EOF...espie2001-07-041-2/+2
* Change the ktrace interface functions from taking the trace vnode to taking theart2000-11-101-9/+9
* Add a function "ktrsettracevnode", that changes the ktrace vnode for a processart2000-04-201-1/+3
* From NetBSD: 960217 mergeniklas1996-03-031-1/+12
* initial import of NetBSD treederaadt1995-10-181-0/+165