Age | Commit message (Expand) | Author |
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 |
2020-07-02 | timecounting: make the dummy counter interrupt- and MP-safe | cheloha |
2020-06-29 | Bring back revision 1.122 with a fix preventing a use-after-free by | anton |
2020-06-26 | timecounting: deprecate time_second(9), time_uptime(9) | cheloha |
2020-06-24 | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) | cheloha |
2020-06-23 | add intrmap_one, some temp code to help us write pci_intr_establish_cpu. | David Gwynne |
2020-06-22 | timecounting: add gettime(9), getuptime(9) | cheloha |
2020-06-22 | inittodr(9): introduce dedicated flag to enable writes from resettodr(9) | cheloha |
2020-06-22 | Extend kqueue interface with EVFILT_EXCEPT filter. | Martin Pieuchot |
2020-06-22 | there's not going to be any whole kernel wide network livelocks soon. | David Gwynne |
2020-06-21 | add mq_push. it's like mq_enqueue, but drops from the head, not the tail. | David Gwynne |
2020-06-19 | backout pipe change, it crashes some arch | Theo de Raadt |
2020-06-18 | Compare `so' and `sosp' types just after `sosp' obtaining. We can't splice | mvs |
2020-06-17 | Instead of performing three distinct allocations per created pipe, | anton |
2020-06-17 | make intrmap_cpu return a struct cpu_info *, not a "cpuid number" thing. | David Gwynne |
2020-06-17 | add intrmap, an api that picks cpus for devices to attach interrupts to. | David Gwynne |
2020-06-16 | wire stoeplitz code into the tree. | David Gwynne |
2020-06-15 | Implement a simple kqfilter for deadfs matching its poll handler. | Martin Pieuchot |
2020-06-15 | Set __EV_HUP when the conditions matching poll(2)'s POLLUP are found. | Martin Pieuchot |
2020-06-15 | Raise SPL when modifying ps_klist to prevent a race with interrupts. | Visa Hankala |
2020-06-14 | Remove misleading XXX about locking of ps_klist. All of the kqueue | Visa Hankala |
2020-06-12 | Revert addition of double underbars for filter-specific flag. | Martin Pieuchot |