summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-07-01Make fine grained unix(4) domain sockets locking. Use the per-socketVitaliy Makkoveev
2022-06-30Reduce allocations and possible failures in uvm_pagermapin/out().Martin Pieuchot
2022-06-30Fix bwfm(4) crash during detach on USB.Stefan Sperling
2022-06-30As we now have two bios_consdev_t structures, make use of the old oneAnton Lindqvist
2022-06-30Allow sysctl mib CTL_NET.PF_INET6 with a length of 3 in PLEDGE_VMINFO.Claudio Jeker
2022-06-30Remove an incorrect KASSERT() introduced in previous.Martin Pieuchot
2022-06-30amd64/pmap: Change the wording of a panic stringMike Larkin
2022-06-30vmm(4): reference count vm's and vcpu'sDave Voutila
2022-06-30amd64 pmap: Zero out the EPTP on pmap_createMike Larkin
2022-06-29Pass a pointer to mbuf pointer further down into ip6_process_hopopts()Alexander Bluhm
2022-06-29Between the calls to art_match() and SRPL_FIRST() another CPU mayAlexander Bluhm
2022-06-29Remove switch(4) remains.Vitaliy Makkoveev
2022-06-29remove archaic comment from original import of i386 pmapDave Voutila
2022-06-29Regen syscalls files as they were meant to be, correcting the "created from:"...Jeremie Courreges-Anglas
2022-06-29Unlock the pledge(2) system callJeremie Courreges-Anglas
2022-06-29Simplify the locking dance around pledge_syscall()Jeremie Courreges-Anglas
2022-06-29Use READ_ONCE() when saving pr->ps_pledge to a local variableJeremie Courreges-Anglas
2022-06-29Pass down the pointer to mbuf pointer into ip6_hbhchcheck(). ThisAlexander Bluhm
2022-06-29Move the deep check back into the loop. There are ways that even thoughClaudio Jeker
2022-06-29drm/i915: Implement w/a 22010492432 for adl-sJonathan Gray
2022-06-29correct vararg use in kasprintf/kvasprintfJonathan Gray
2022-06-29ether_input() called with shared netlock, but pppoe(4) wants it to beVitaliy Makkoveev
2022-06-29Nullify `ipsecflowinfo' when mbuf(9) has no ipsec flowinfo data.Vitaliy Makkoveev
2022-06-29Add support for using non-standard UARTs (such as the Synopsys DesignWareMark Kettenis
2022-06-29Make bus_space_map(9) work before the pmap is initialized for addressesMark Kettenis
2022-06-29match on Alder Lake-PJonathan Gray
2022-06-28constify miscellaneous arm64 pin and clock tablesChristian Weisgerber
2022-06-28Add support for the Synopsys DesignWare UART found on the Ryzen EmbeddedMark Kettenis
2022-06-28On the x13s, using the EfiLoaderData memory type for the memory blockMark Kettenis
2022-06-28The x13s uses Memory32Fixed() to describe the windows forwarded by theMark Kettenis
2022-06-28Make sure uvm_swap_get() always sleep and do not return and error.Martin Pieuchot
2022-06-28Consider pmemrange regions when trying to free pages from the inactive list.Martin Pieuchot
2022-06-28Use new & shiny define for the maximum number of pages of a swap cluster.Martin Pieuchot
2022-06-28Pre-allocate pages in DMA-reachable region to ensure progress in the swapper.Martin Pieuchot
2022-06-28Reserve a second segment for the page daemon.Martin Pieuchot
2022-06-28A com_acpi_softc pointer is used as the interrupt callback cookie whichAnton Lindqvist
2022-06-28No need to pass a copy of the bcmdmac_channel structure to predicateAnton Lindqvist
2022-06-28Remove commented out variables and excessive blank lines inAnton Lindqvist
2022-06-28Don't call pipex_rele_session() when `session' is NULL.Vitaliy Makkoveev
2022-06-28Remove unused field d_poll from struct cdevsw.Visa Hankala
2022-06-28fix syncookies in conjunction with tcp fast port reuse.Henning Brauer
2022-06-28syncTheo de Raadt
2022-06-28a start at qualcomm productsTheo de Raadt
2022-06-28rewrite amd64 printing of cache detailsJonathan Gray
2022-06-28Move the guts of uvm_aio_aiodone() into a separate function.Martin Pieuchot
2022-06-28Cleanup the sleep loop in single_thread_check_locked(). The deep checksClaudio Jeker
2022-06-28Do not clean PG_BUSY before calling uvm_anon_release().Martin Pieuchot
2022-06-28Do not consider adjacent pages when doing a CoW.Martin Pieuchot
2022-06-28Use refcnt API for struct rtentry instead of hand-crafted atomicAlexander Bluhm
2022-06-28ifconfig(8) return "Not supported" if you try to configure tso on a non-tsoJan Klemkow