Age | Commit message (Expand) | Author |
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 |
2020-07-20 | timecounting: misc. cleanup in tc_setclock() and tc_setrealtimeclock() | cheloha |
2020-07-20 | cleanup ttrstrt; no functional change; ok dlg | Theo de Raadt |
2020-07-20 | fix macro indent | Theo de Raadt |
2020-07-20 | Sigh. Only the ptyc case should tsleep in ttyretype, since others can | Theo de Raadt |
2020-07-19 | tc_windup(): remove misleading comment about getmicrotime(9) | cheloha |
2020-07-17 | Allow setsockopt SO_RTABLE when pleding "wroute" soon to be needed | Florian Obser |
2020-07-17 | Read ogen from the other timehands; fixes tk_generation | gkoehler |
2020-07-16 | adjtime(2): distribute skew along arbitrary period on runtime clock | cheloha |
2020-07-15 | settimeofday(2): securelevel 2: prevent root from freezing the UTC clock | cheloha |
2020-07-15 | Scott Cheloha convinces me the newly added tsleep_nsec should be tsleep, | Theo de Raadt |
2020-07-14 | Use a rwlock to protect the ttylist, rather than having ttymalloc/ttyfree | Theo de Raadt |
2020-07-14 | A pty write containing VDISCARD, VREPRINT, or various retyping cases of | Theo de Raadt |
2020-07-14 | Do not convert the NOCACHE buffers that come from a vnd strategy routine | Bob Beck |
2020-07-11 | timekeep_sz now already includes the round_page() adjustment; ok kettenis@ | Christian Weisgerber |
2020-07-09 | adjfreq(2): limit adjustment to [-500000, +500000] ppm | cheloha |
2020-07-08 | Info leaks in semctl SEM_GET, the pads (unknown old contents) and base (a | Theo de Raadt |
2020-07-07 | small typo | Theo de Raadt |
2020-07-06 | Wire down the timekeep page. If we don't do this, the pagedaemon may | Mark Kettenis |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2020-07-04 | Use klist_invalidate() in knote_processexit() | Visa Hankala |
2020-07-04 | It's been agreed upon that global locks should be expressed using | anton |