summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-08-15Introduce 'pr_usrreqs' structure and move existing user-protocolVitaliy Makkoveev
2022-08-15Stop doing lockless `t_flags' check within task_add(9) and task_del(9).Vitaliy Makkoveev
2022-08-15drop detection code for 386sx/386dx CPUsDaniel Dickman
2022-08-15remove unused uvm_aiobuf_poolJonathan Gray
2022-08-15remove unused uvm_map_sel_limits()Jonathan Gray
2022-08-15remove tulip_mbuf_compress() unused since if_de.c 1.127Jonathan Gray
2022-08-15remove unused smc91cxx_activate()Jonathan Gray
2022-08-15remove msdosfs findwin95()Jonathan Gray
2022-08-15remove unused uvideo_enable()/uvideo_disable()Jonathan Gray
2022-08-14Unbreak, don't assume we always hold the NET_LOCKJeremie Courreges-Anglas
2022-08-14db_ctf_decompress: use size_t not off_t for length parameterTodd C. Miller
2022-08-14remove unneeded includes in sys/kernJonathan Gray
2022-08-13Introduce the pru_*() wrappers for corresponding (*pr_usrreq)() calls.Vitaliy Makkoveev
2022-08-13Remove needless include pledge.h accidently added in previous commit.Alexander Bluhm
2022-08-13blist: fix a possible blist corruption with blist_alloc() due to unsignedSebastien Marie
2022-08-13Correct rx data rate for rtl8192euKevin Lo
2022-08-13avoid uninitialised var when boot_unit has an unexpected valueJonathan Gray
2022-08-12Crank amd64 boot loader version numbers for softraid(4) RAID 1C boot support.Stefan Sperling
2022-08-12add support for booting from RAID 1C softraid(4) volumes on amd64Stefan Sperling
2022-08-12Revert to pre-r1.249 more laissez-faire checks for valid MBRKenneth R Westerback
2022-08-12Make sure we don't pass uninitialized siginfo values to trapsignal(); fromMiod Vallat
2022-08-12Remove differences between ip_fragment() and ip6_fragment(). TheyAlexander Bluhm
2022-08-12Fix non working continue in do while(0) loop.Alexander Bluhm
2022-08-12Remove unused fields from 'pflow_softc' structure.Vitaliy Makkoveev
2022-08-12Fix race between pflow_output_process() and pflow_clone_destroy().Vitaliy Makkoveev
2022-08-12There are some places in ip and ip6 input where operations fail dueAlexander Bluhm
2022-08-12Put more struct vnode fields under splbio().Visa Hankala
2022-08-12Fix to work 1bpp Xorg server again on 1bpp framebuffer hardware.Kenji Aoyama
2022-08-12At successful return ip6_check_rh0hdr() keeps *offp unmodified.Alexander Bluhm
2022-08-12use string literal for format stringJonathan Gray
2022-08-12use string literal for format stringJonathan Gray
2022-08-12amd64: simplify TSC synchronization testingScott Soule Cheloha
2022-08-12Coverity says multiplying two uint32_t's and assigning them toKenneth R Westerback
2022-08-11Don't trust gpt header data read from disk until after itsKenneth R Westerback
2022-08-11powerpc64: cpu_initclocks: do tc_init(9) before cpu_startclock()Scott Soule Cheloha
2022-08-11Don't yet configure smmu(4) on Qualcomm SoCs as used on the Lenovo x13sPatrick Wildt
2022-08-11Revert previous commit as the bounds check was correct.Anton Lindqvist
2022-08-11Add TCP_INFO support to getsockopt for tcp sessions.Claudio Jeker
2022-08-11Remove prefix from nested battery struct fields.Anton Lindqvist
2022-08-11Revert uLong -> z_off_t change in the kernelTheo Buehler
2022-08-10Fix off-by-one in channel count, from NetBSD.Marcus Glocker
2022-08-10On the Qualcomm SoC as implemented on the Lenovo x13s the BIOS alreadyPatrick Wildt
2022-08-10Provide the AML root in ACPI's softc so that drivers that need accessPatrick Wildt
2022-08-10Also attach spdmem on Gdium.Miod Vallat
2022-08-10Pass the "good random" flag from the bootblocks to the kernel when applicable.Miod Vallat
2022-08-10Add iic at glxpcib, to get spdmem to attach on 2F-based systems.Miod Vallat
2022-08-10Remove alpha kernel code to process userland misaligned accesses, and theMiod Vallat
2022-08-10Remove netlock assertion from vlan_ioctl(). Now (*if_ioctl)() calledVitaliy Makkoveev
2022-08-10match other archs use %s for version printfJonathan Gray
2022-08-09Backout "Call getuptime() just once per function"Klemens Nanni