| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-11-08 | In case of failure, call sigexit() from trapsignal instead of sensig(). |  mpi | 1 | -2/+2 |
| 2020-11-07 | Convert ffs_sysctl to sysctl_bounded_args |  gnezdo | 1 | -2/+2 |
| 2020-10-29 | Add feature to force the selection of source IP address |  denis | 1 | -2/+4 |
| 2020-10-25 | Serialize msgbuf access with a mutex. |  visa | 1 | -7/+13 |
| 2020-10-15 | timeout(9): basic support for kclock timeouts |  cheloha | 1 | -6/+30 |
| 2020-10-15 | _exit(2), execve(2): tweak per-process interval timer cancellation |  cheloha | 1 | -2/+2 |
| 2020-10-15 | sys/kernel.h: remove dead externs: tickfix, tixfixinterval, tickdelta, ... |  cheloha | 1 | -5/+1 |
| 2020-10-15 | _exit(2), execve(2): cancel per-process interval timers safely |  cheloha | 1 | -1/+2 |
| 2020-10-11 | Refactor kqueue_scan() to use a context: a "kqueue_scan_state struct". |  mpi | 1 | -1/+12 |
| 2020-10-10 | Returning a void expression is weird; ok kettenis@ daniel@ |  otto | 1 | -5/+5 |
| 2020-09-29 | Fix mistypes within sys/smr.h |  mvs | 1 | -3/+3 |
| 2020-09-26 | KCOV_BUF_MAX_NMEMB is defined under _KERNEL in sys/kcov.h but only used |  anton | 1 | -3/+1 |
| 2020-09-16 | Move duplicated code to send an uncatchable SIGABRT into a function. |  mpi | 1 | -2/+2 |
| 2020-09-16 | Document that `p_siglist' and `p_sigmask' are updated via atomics. |  mpi | 1 | -3/+3 |
| 2020-09-14 | Fix comment, ktrace flags are per-process. |  mpi | 1 | -3/+3 |
| 2020-09-13 | Unbreak tree. Instead of passing struct process to siginit() just pass the |  claudio | 1 | -2/+2 |
| 2020-09-09 | Introduce a helper to check if a signal is ignored or masked by a thread. |  mpi | 1 | -1/+2 |
| 2020-09-01 | Remove unused sysctl_int_arr(9) |  gnezdo | 1 | -2/+1 |
| 2020-08-31 | crank to 6.8-beta |  deraadt | 1 | -3/+3 |
| 2020-08-26 | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. |  visa | 1 | -1/+7 |
| 2020-08-26 | Annotate locking of ps_single. |  visa | 1 | -2/+3 |
| 2020-08-23 | Remove unused debug_syncprt, improve debug sysctl handling |  kn | 1 | -5/+1 |
| 2020-08-23 | Allow userland to use EVFILT_EXCEPT. |  mpi | 1 | -2/+2 |
| 2020-08-22 | Move sysctl(2) CTL_DEBUG from DEBUG to new DEBUG_SYSCTL |  kn | 1 | -4/+4 |
| 2020-08-18 | Remove an unnecessary field from struct msgbuf. |  visa | 1 | -2/+1 |
| 2020-08-18 | Add sysctl_bounded_arr as a replacement for sysctl_int_arr |  gnezdo | 1 | -1/+15 |
| 2020-08-11 | struct process: annotate locking for getitimer(2), setitimer(2) |  cheloha | 1 | -3/+6 |
| 2020-08-08 | Remove now unused M_ACAST flag. |  florian | 1 | -5/+3 |
| 2020-08-07 | timeout(9): remove unused interfaces: timeout_add_ts(9), timeout_add_bt(9) |  cheloha | 1 | -5/+1 |
| 2020-08-01 | Move range check inside sysctl_int_arr |  gnezdo | 1 | -2/+2 |
| 2020-08-01 | Add support for remote coverage to kcov. Remote coverage is collected |  anton | 3 | -3/+21 |
| 2020-07-25 | timeout(9): remove TIMEOUT_SCHEDULED flag |  cheloha | 1 | -2/+1 |
| 2020-07-21 | The "unsupported compiler" checks were added back in December when |  daniel | 2 | -13/+2 |
| 2020-07-15 | POWE9 CPUs provide an energy sensor that accumulates the emount of energy |  kettenis | 1 | -1/+3 |
| 2020-07-14 | A pty write containing VDISCARD, VREPRINT, or various retyping cases of |  deraadt | 1 | -3/+3 |
| 2020-07-06 | Add support for timeconting in userland. |  pirofti | 4 | -7/+39 |
| 2020-07-06 | kstat does open, close, and ioctl. |  dlg | 1 | -1/+9 |
| 2020-07-06 | add kstat(4), a subsystem to let the kernel expose statistics to userland. |  dlg | 1 | -0/+193 |
| 2020-07-04 | It's been agreed upon that global locks should be expressed using |  anton | 3 | -24/+24 |
| 2020-06-29 | Bring back revision 1.122 with a fix preventing a use-after-free by |  anton | 1 | -1/+4 |
| 2020-06-29 | ipmi: add a matching kqfilter filter for `seltrue' as well, allowing us |  sthen | 1 | -3/+3 |
| 2020-06-29 | fix /dev/ipmi. conf.h r1.150 changed from enodev->selfalse for the poll |  sthen | 1 | -2/+2 |
| 2020-06-28 | Add MID_POWERPC64. These identifiers are only used for kernel core dumps |  kettenis | 1 | -1/+2 |
| 2020-06-26 | timecounting: deprecate time_second(9), time_uptime(9) |  cheloha | 1 | -4/+1 |
| 2020-06-26 | add USEC_TO_TIMEVAL() |  jsg | 1 | -1/+8 |
| 2020-06-23 | add intrmap_one, some temp code to help us write pci_intr_establish_cpu. |  dlg | 1 | -1/+2 |
| 2020-06-22 | timecounting: add gettime(9), getuptime(9) |  cheloha | 1 | -1/+4 |
| 2020-06-22 | Extend kqueue interface with EVFILT_EXCEPT filter. |  mpi | 1 | -1/+8 |
| 2020-06-22 | let userland read vpd info from a pci device. |  dlg | 1 | -1/+9 |
| 2020-06-21 | wireguard is taking over the gif mbuf tag. |  dlg | 1 | -4/+4 |