summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2020-05-17Remove board ID support. 6.7 shipped with a kernel that doesn't needkettenis4-34/+9
2020-05-17restore VGA fonts on VT switchjsg1-1/+2
2020-05-17Put setjmp+longjmp inside #ifdef DDB the only kernel-side user.deraadt6-8/+19
2020-05-17Fix typo in comment.kettenis1-2/+2
2020-05-17Add function for attaching RTC drivers, to reduce direct usevisa2-2/+9
2020-05-17The 64-bit Power ABI reserves r13 for the thread pointer, so use thatkettenis2-2/+11
2020-05-17Fix WITNESS buildkn2-4/+6
2020-05-17Add machdep.compatible.kettenis2-6/+24
2020-05-17Add kqueue_scan_state structvisa2-27/+84
2020-05-17Do not redefine todr_handle. The variable now lives in kern_time.c.visa1-2/+2
2020-05-17Prevent kcov from collecting coverage after the kernel has panicked.anton1-1/+8
2020-05-17fix typo in a commentjsg1-2/+2
2020-05-16Get memory information from the device tree.kettenis2-12/+118
2020-05-16entropy_add_ptr and entropy_input_rotate are only used insidederaadt1-3/+3
2020-05-16Planting the first seed for OpenBSD/powerpc64.kettenis48-0/+3243
2020-05-16be more consistant about with using sizeof(object) rather than the constantderaadt1-14/+14
2020-05-16Make inittodr() and resettodr() MI.kettenis12-1020/+102
2020-05-16Fix PHY_CONTEXT commands sent to iwx(4) firmware.stsp2-56/+84
2020-05-16Don't attempt to reset the state of the flip-flop associated with thejsg1-7/+1
2020-05-16Use softintr to call selwakeup() in the mixer code code-pathratchov1-6/+26
2020-05-16Implement kqueue(2) support.mpi1-2/+76
2020-05-16remove unused debug statementsanton1-26/+1
2020-05-16In preparation for stopping coverage collection once the kernel hasanton1-35/+27
2020-05-16Use todr_gettime() in cp0_calibrate() on mips64.visa1-11/+13
2020-05-15Fix CCMP replay check with 11n Rx aggregation and CCMP hardware offloading.stsp8-198/+251
2020-05-15Some newer bwfm(4) chips from Cypress hold their regulatorypatrick4-4/+79
2020-05-15Describe the purpose of add_entropy_words() in simpler terms.deraadt1-12/+3
2020-05-15The description of the enqueue_randomness() input parameter was crazy untrue.deraadt1-6/+2
2020-05-15Explain enqueue_randomness() better. It is the supply-entropy function,deraadt1-2/+2
2020-05-15The long explanation for CRC stirring isn't helping. If anythingderaadt1-34/+1
2020-05-15The main comment block from 1996 has become highly inaccurate andderaadt1-64/+17
2020-05-15remove unneccessary include filesderaadt1-5/+1
2020-05-15Fix wrong firmware API documentation comments for iwm(4) and iwx(4).stsp2-4/+4
2020-05-15disable ohci to compensate for bloat.deraadt1-3/+3
2020-05-15drm/amdgpu: Change VCE booting with firmware loaded by PSPjsg1-4/+9
2020-05-15drm/amdgpu:change VEGA booting with firmware loaded by PSPjsg1-4/+5
2020-05-14The dwctwo(4) FDT glue is now identical on armv7 and arm64. Move it tokettenis6-155/+9
2020-05-14Bring back the acpi(4) changes. This time around only use the ACPI _CRSkettenis7-76/+250
2020-05-14Use '/t' on all architectures to get a trace via TID.mpi3-6/+6
2020-05-13bpf(4): separate descriptor non-blocking status from read timeoutcheloha2-10/+11
2020-05-13sdhc(4), sdmmc(4): tsleep(9) -> tsleep_nsec(9); ok patrick@cheloha2-18/+19
2020-05-13Kill biospoll/pctrpoll defines and use `seltrue' directly in cdev_*_init().mpi4-19/+15
2020-05-13Use seltrue_kqfilter() instead of hand-rolling it in multiple drivers.mpi3-37/+8
2020-05-13Match direct `seltrue' usages with a corresponding `seltrue_kqfilter'.mpi4-9/+9
2020-05-13only pass the IO_NDELAY flag to ifq_deq_sleep as the nbio argument.dlg1-3/+3
2020-05-12Finally switch luna88k to the same inittodr()/resettodr() implementationkettenis2-93/+123
2020-05-12Set timeout(9) to refill the receive ring descriptors if the amount ofjan2-3/+4
2020-05-11Use the same inittodr()/resettodr() implementation as onkettenis2-132/+147
2020-05-11More accurate remaining power reporting with disparate batteriesjca1-13/+11
2020-05-11Should have bumped this to 1.0 a long time ago.kettenis1-2/+2