Age | Commit message (Expand) | Author |
2020-10-07 | sys_getitimer(), sys_setitimer(): style(9), misc. cleanup | cheloha |
2020-10-07 | getitimer(2), setitimer(2): ITIMER_REAL: call getnanouptime(9) once | cheloha |
2020-10-07 | getitimer(2), setitimer(2): merge critical sections | cheloha |
2020-10-07 | Document that `a_p' is always curproc by using a KASSERT(). | Martin Pieuchot |
2020-10-05 | Fix write hang-up on file system on vnd. | asou |
2020-10-02 | expose timeval/timespec from system calls into ktrace, before determining | Theo de Raadt |
2020-09-29 | Move the solock() call outside of solisten(). The reason is that the | Claudio Jeker |
2020-09-26 | Remove the PR_WAITOK flag from the ucred_pool. The pool items are small | Mark Kettenis |
2020-09-25 | setpriority(2): don't treat booleans as scalars | cheloha |
2020-09-22 | timeout(9): timeout_run(): read to_process before leaving timeout_mutex | cheloha |
2020-09-16 | Move duplicated code to send an uncatchable SIGABRT into a function. | Martin Pieuchot |
2020-09-16 | put HW_PHYSMEM64 case under CTL_HW not CTL_KERN | Jonathan Gray |
2020-09-16 | As discovered by kettenis, recent mesa wants sysctl hw.physmem64, and | Theo de Raadt |
2020-09-16 | timecounting: provide a naptime variable for userspace via kvm_read(3) | cheloha |
2020-09-14 | add three static probes for vfs: cleaner, bufcache_take and bufcache_rel. | Jasper Lievisse Adriaanse |
2020-09-13 | Unbreak tree. Instead of passing struct process to siginit() just pass the | Claudio Jeker |
2020-09-13 | Grep the KERNEL_LOCK in ktrpsig() before calling ktrwrite(). Another | Claudio Jeker |
2020-09-13 | Initialize sigacts0 before making them visible by setting ps->ps_sigacts. | Claudio Jeker |
2020-09-12 | Add a NULL check in bufbackoff so we don't die when passed a NULL pmem range. | Bob Beck |
2020-09-09 | Introduce a helper to check if a signal is ignored or masked by a thread. | Martin Pieuchot |
2020-09-01 | Remove unused sysctl_int_arr(9) | gnezdo |
2020-08-26 | Fix a race in single-thread mode switching | Visa Hankala |
2020-08-23 | Remove unused debug_syncprt, improve debug sysctl handling | kn |
2020-08-22 | Move sysctl(2) CTL_DEBUG from DEBUG to new DEBUG_SYSCTL | kn |
2020-08-19 | Push KERNEL_LOCK/UNLOCK() dance inside trapsignal(). | Martin Pieuchot |
2020-08-18 | Style fixups from hurried commits | gnezdo |
2020-08-18 | Fix kn_data returned by filt_logread(). | Visa Hankala |
2020-08-18 | Remove an unnecessary field from struct msgbuf. | Visa Hankala |
2020-08-18 | Add sysctl_bounded_arr as a replacement for sysctl_int_arr | gnezdo |
2020-08-12 | getitimer(2): delay TIMESPEC_TO_TIMEVAL(9) conversion until copyout(9) | cheloha |
2020-08-12 | setitimer(2): ITIMER_REAL: don't call timeout_del(9) before timeout_add(9) | cheloha |
2020-08-12 | Reduce stack usage of kqueue_scan() | Visa Hankala |
2020-08-11 | setitimer(2): write new timer value in one place | cheloha |
2020-08-11 | setitimer(2): consolidate copyin(9), input validation, input conversion | cheloha |
2020-08-11 | getitimer(2): don't enter itimer_mtx to read ITIMER_REAL itimerspec | cheloha |
2020-08-09 | hardclock(9): fix race with setitimer(2) for ITIMER_VIRTUAL, ITIMER_PROF | cheloha |
2020-08-08 | adjtime(2): simplify input validation for new adjustment | cheloha |
2020-08-07 | sosplice(9): fully validate idle timeout | cheloha |
2020-08-07 | timeout(9): remove unused interfaces: timeout_add_ts(9), timeout_add_bt(9) | cheloha |
2020-08-06 | timeout(9): fix miscellaneous remote kcov(4) bugs | cheloha |
2020-08-01 | Move range check inside sysctl_int_arr | gnezdo |
2020-08-01 | Add support for remote coverage to kcov. Remote coverage is collected | anton |
2020-07-26 | Reference unveil(2) in system accounting and daily.8. | rob |
2020-07-25 | timeout(9): remove TIMEOUT_SCHEDULED flag | cheloha |
2020-07-24 | timeout(9): delay processing of timeouts added during softclock() | cheloha |
2020-07-24 | Implement BOOT_QUIET option that supresses kernel printf output to the | Mark Kettenis |
2020-07-24 | Make timeout_add_sec(9) add a tick if given zero seconds | kn |
2020-07-22 | pstat -t was showing bogus column data on ttys, in modes where | Theo de Raadt |
2020-07-20 | ramdisks got broken by that last diff. | Theo de Raadt |
2020-07-20 | timecounting: add missing mutex assertion to tc_update_timekeep() | cheloha |