summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-14fix a char signedness bug such that this testing code becomes ableIngo Schwarze
2024-05-13Ignore button events in the first 10 seconds after resume. On some ACPIMark Kettenis
2024-05-13Fix memory leak, from Fadi Afani.Nicholas Marriott
2024-05-13Add bio(4) support to nvme(4). Provide information on controller and configuredKenneth R Westerback
2024-05-13vfs: VOP_REMOVE: move vnode unlocking and ref dropping to FS-indep partSebastien Marie
2024-05-13Implement hardware masking for MSI and MSI-X on amd64. Note that maskingMark Kettenis
2024-05-13fix some leaks; ok op@Jonathan Gray
2024-05-13remove unneeded extern and struct; ok patrick@Jonathan Gray
2024-05-13remove prototypes with no matching functionJonathan Gray
2024-05-13remove some unused defines and externsJonathan Gray
2024-05-12Add support for using the power button function of the RK809.Mark Kettenis
2024-05-12Rerun installboot(8) after fw_update(8) to pick up Apple boot firmwareKlemens Nanni
2024-05-12Be more specific about X509V3_ADD_APPEND and X509V3_ADD_DELETETheo Buehler
2024-05-12vfs: reorder tmpfs_fifovops: isolate fifo_vops blockSebastien Marie
2024-05-12vfs: struct vops: show all members, even if NULLSebastien Marie
2024-05-12Delete the cpu_perf_e[abd]x and cpu_apmi_edx globals and move thePhilip Guenther
2024-05-12Tweak wordingTheo Buehler
2024-05-12Remove a 'built-in' that was left in by accidentTheo Buehler
2024-05-12Introduce debugging levels, to make debugging a bit more useful.Marcus Glocker
2024-05-12syncTheo Buehler
2024-05-12Install X509V3_EXT_get_nid.3Theo Buehler
2024-05-12Add minimal manpage documenting the misnamed X509V3_EXT_get_nid()Theo Buehler
2024-05-12vm_page_zero_enable was removed in 2015Jonathan Gray
2024-05-12remove uvm_swprekeyprint extern for var we never hadJonathan Gray
2024-05-12remove ufs_hashlock extern for var we never hadJonathan Gray
2024-05-12nfs_procids was removed in 1996Jonathan Gray
2024-05-12pcic_isa_intr_list and npcic_isa_intr_list were removed in 1999Jonathan Gray
2024-05-12rtw_host_rfio was removed in 2007Jonathan Gray
2024-05-12comsiraddr was removed in 2016Jonathan Gray
2024-05-12sync_ifp and ticket_pabuf don't exist, remove externsJonathan Gray
2024-05-12ttybuf[] was removed in 2001, ttydefaults in 1988Jonathan Gray
2024-05-12defaul -> default; ok jmc@ ratchov@Jonathan Gray
2024-05-12Avoid .Xr to no longer public X509_LOOKUP_by_subject(3)Theo Buehler
2024-05-11sync the cpu(4) pages for i386/amd64:Jason McIntyre
2024-05-11Use %b to format cpu flag info in dmesg, so we have the raw valuesPhilip Guenther
2024-05-11Move X509V3_add_standard_extensions out of the wayTheo Buehler
2024-05-11Make two NULL checks more explicitTheo Buehler
2024-05-11Unwrap a lineTheo Buehler
2024-05-11fix prototype; iosf_i2c_relese -> iosf_i2c_releaseJonathan Gray
2024-05-11Sync DSA_METHOD documentation with realityTheo Buehler
2024-05-11Remove unused DSA methodsTheo Buehler
2024-05-11Remove unused PEM_USER and PEM_CTXTheo Buehler
2024-05-10Revert r1.108. An Intel 11th Gen i5 Framework laptop with a SanDisk SN850 diskKenneth R Westerback
2024-05-10pax: make list file handle line-buffered unless it is stderr.Todd C. Miller
2024-05-10Keep probing upstream servers.Florian Obser
2024-05-10Make the kernel compile also when turning on debugging.Marcus Glocker
2024-05-10RegenClaudio Jeker
2024-05-10The ptsignal() race against p_sigmask changes by dosigsuspend() are fixed.Claudio Jeker
2024-05-10Correct display the details of COMMAND using the ps command from the kernelASOU Masato
2024-05-10Fix broken debugging.Marcus Glocker