summaryrefslogtreecommitdiffstats
path: root/sys/dev/dt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do the same as libc, store "-1" in the return value when a syscall failed.mpi2020-07-042-6/+9
* It's been agreed upon that global locks should be expressed usinganton2020-07-042-21/+21
* Replace TAILQ concatenation loop with TAILQ_CONCATbket2020-06-271-6/+2
* Interprets profile/interval value as a frequency and not a number of ticks.mpi2020-06-261-3/+3
* Export the number of arguments exposed by a probe to userland.mpi2020-03-283-5/+8
* Introduce stacktrace_save_at() and make use of it in dt(4).mpi2020-03-255-28/+40
* Replace msleep(9) by sleep_setup/setup_signal/finish() dance.mpi2020-02-041-5/+6
* Improve use of SMR in dt(4) by changing the time when smr_barrier()visa2020-01-271-34/+9
* New `kern.allowdt' button must be set to open(2) /dev/dt.mpi2020-01-241-1/+5
* Import dt(4) a driver and framework for Dynamic Profiling.mpi2020-01-215-0/+1520