summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2020-07-26Reference unveil(2) in system accounting and daily.8.rob
2020-07-25timeout(9): remove TIMEOUT_SCHEDULED flagcheloha
2020-07-24timeout(9): delay processing of timeouts added during softclock()cheloha
2020-07-24Implement BOOT_QUIET option that supresses kernel printf output to theMark Kettenis
2020-07-24Make timeout_add_sec(9) add a tick if given zero secondskn
2020-07-22pstat -t was showing bogus column data on ttys, in modes whereTheo de Raadt
2020-07-20ramdisks got broken by that last diff.Theo de Raadt
2020-07-20timecounting: add missing mutex assertion to tc_update_timekeep()cheloha
2020-07-20timecounting: misc. cleanup in tc_setclock() and tc_setrealtimeclock()cheloha
2020-07-20cleanup ttrstrt; no functional change; ok dlgTheo de Raadt
2020-07-20fix macro indentTheo de Raadt
2020-07-20Sigh. Only the ptyc case should tsleep in ttyretype, since others canTheo de Raadt
2020-07-19tc_windup(): remove misleading comment about getmicrotime(9)cheloha
2020-07-17Allow setsockopt SO_RTABLE when pleding "wroute" soon to be neededFlorian Obser
2020-07-17Read ogen from the other timehands; fixes tk_generationgkoehler
2020-07-16adjtime(2): distribute skew along arbitrary period on runtime clockcheloha
2020-07-15settimeofday(2): securelevel 2: prevent root from freezing the UTC clockcheloha
2020-07-15Scott Cheloha convinces me the newly added tsleep_nsec should be tsleep,Theo de Raadt
2020-07-14Use a rwlock to protect the ttylist, rather than having ttymalloc/ttyfreeTheo de Raadt
2020-07-14A pty write containing VDISCARD, VREPRINT, or various retyping cases ofTheo de Raadt
2020-07-14Do not convert the NOCACHE buffers that come from a vnd strategy routineBob Beck
2020-07-11timekeep_sz now already includes the round_page() adjustment; ok kettenis@Christian Weisgerber
2020-07-09adjfreq(2): limit adjustment to [-500000, +500000] ppmcheloha
2020-07-08Info leaks in semctl SEM_GET, the pads (unknown old contents) and base (aTheo de Raadt
2020-07-07small typoTheo de Raadt
2020-07-06Wire down the timekeep page. If we don't do this, the pagedaemon mayMark Kettenis
2020-07-06Add support for timeconting in userland.Paul Irofti
2020-07-04Use klist_invalidate() in knote_processexit()Visa Hankala
2020-07-04It's been agreed upon that global locks should be expressed usinganton
2020-07-02timecounting: make the dummy counter interrupt- and MP-safecheloha
2020-06-29Bring back revision 1.122 with a fix preventing a use-after-free byanton
2020-06-26timecounting: deprecate time_second(9), time_uptime(9)cheloha
2020-06-24kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha
2020-06-23add intrmap_one, some temp code to help us write pci_intr_establish_cpu.David Gwynne
2020-06-22timecounting: add gettime(9), getuptime(9)cheloha
2020-06-22inittodr(9): introduce dedicated flag to enable writes from resettodr(9)cheloha
2020-06-22Extend kqueue interface with EVFILT_EXCEPT filter.Martin Pieuchot
2020-06-22there's not going to be any whole kernel wide network livelocks soon.David Gwynne
2020-06-21add mq_push. it's like mq_enqueue, but drops from the head, not the tail.David Gwynne
2020-06-19backout pipe change, it crashes some archTheo de Raadt
2020-06-18Compare `so' and `sosp' types just after `sosp' obtaining. We can't splicemvs
2020-06-17Instead of performing three distinct allocations per created pipe,anton
2020-06-17make intrmap_cpu return a struct cpu_info *, not a "cpuid number" thing.David Gwynne
2020-06-17add intrmap, an api that picks cpus for devices to attach interrupts to.David Gwynne
2020-06-16wire stoeplitz code into the tree.David Gwynne
2020-06-15Implement a simple kqfilter for deadfs matching its poll handler.Martin Pieuchot
2020-06-15Set __EV_HUP when the conditions matching poll(2)'s POLLUP are found.Martin Pieuchot
2020-06-15Raise SPL when modifying ps_klist to prevent a race with interrupts.Visa Hankala
2020-06-14Remove misleading XXX about locking of ps_klist. All of the kqueueVisa Hankala
2020-06-12Revert addition of double underbars for filter-specific flag.Martin Pieuchot