summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
14 daysChange 'labeloffset' to 0 from 64 as that space in the OpenBSD disklabel bloc...Kenneth R Westerback
14 daysUse read once in socket filter functions.Alexander Bluhm
14 daysUse mutex of receive socket buffer to protect so_oobmark.Alexander Bluhm
14 daysqcpas: send APM_POWER_CHANGE events upon ac / battery life changesLandry Breuil
2024-11-08Use a mutex to make psp(4) MP safe.Alexander Bluhm
2024-11-08sparc64 now has ci_idepth.Martin Pieuchot
2024-11-08TCP send and receive space update are MP safe.Alexander Bluhm
2024-11-08pf(4) when doing af-to translation for ICMP protocol sends packetsAlexandr Nedvedicky
2024-11-08remove pmap_zero_page_uncached()Jonathan Gray
2024-11-08Move sparc64-specific ofw prototypes out of the MI header.Miod Vallat
2024-11-08Constify strtab.Martin Pieuchot
2024-11-08Add a work-in-progress version of ice(4), a driver for Intel E810 devices.Stefan Sperling
2024-11-08psp(4) waits for acknowledgement of wbinvd from other CPU.Alexander Bluhm
2024-11-08regenStefan Sperling
2024-11-08add two Intel E810 Ethernet PCI device IDsStefan Sperling
2024-11-08Use PCB iterator for raw IPv6 input loop.Alexander Bluhm
2024-11-08Add support for MA devices.Mark Kettenis
2024-11-08Implement interrupt depth counter for sparc64.Miod Vallat
2024-11-08Correctly compute access type for write faults. This allows write-onlyMiod Vallat
2024-11-08remove ID register values, cpu.c uses different definesJonathan Gray
2024-11-08remove PCI MMIO defines, matches recent amd64 changeJonathan Gray
2024-11-08remove unused pmap_move()Jonathan Gray
2024-11-08remove unused VM_MAXUSER_ADDRESS32Jonathan Gray
2024-11-08remove unused I386_IPI_NAMES, amd64 X86_IPI_NAMES removed in 2019Jonathan Gray
2024-11-07Expand amd64 wbinvd_on_all_cpus() with acknowledge.Alexander Bluhm
2024-11-07Constify strings in symbol-related ddb interfaces, and make the iteratorMiod Vallat
2024-11-07Remove OF_package_to_path(). This routine used to be needed by the OFWMiod Vallat
2024-11-07Before stopping a thread because of stop signal set ps_xsig to the signumClaudio Jeker
2024-11-07Document locking of failing allocation requests and improve the comments.Martin Pieuchot
2024-11-07Free Oxford commas for most of the comments.Martin Pieuchot
2024-11-07Do not try to release memory if all we need is balancing the page lists.Martin Pieuchot
2024-11-07Optimize active & inactive list traversals when looking only for low pages.Martin Pieuchot
2024-11-07Use a static request to notify failed nowait allocations.Martin Pieuchot
2024-11-07Remove redundant `constraint' argument to uvmpd_scan() & friends.Martin Pieuchot
2024-11-07Introduce an helper to check if memory has been freed for a given request.Martin Pieuchot
2024-11-07Introduce an helper to check if a page belongs to a given memory range.Martin Pieuchot
2024-11-07de-macro SWAP_KEY_*; ok miod@ mpi@Jonathan Gray
2024-11-07Remove leftover indirections required by pre-armv7 cpu support.Miod Vallat
2024-11-07Remove two unnecessary instructions, at least one being a leftover fromMiod Vallat
2024-11-07remove unused SWAP_KEY_EXPIRE defineJonathan Gray
2024-11-07add rcs idsJonathan Gray
2024-11-06Do not store the value of sp in struct clockframe, for nothing has a needMiod Vallat
2024-11-06Factor out the ptrace trap into proc_trap() and simplify the signalClaudio Jeker
2024-11-06Use atomic load and store operations for sbchecklowmem().Alexander Bluhm
2024-11-06Address more outdated comments.Miod Vallat
2024-11-06A long, long, time ago, pending interrupt handlers were stored in arraysMiod Vallat
2024-11-06Give locore a few more symbolic constants to make the code path constructingMiod Vallat
2024-11-06Update `shortage' based on the number of pages freed by the shrinkers.Martin Pieuchot
2024-11-06Re-check limits after being awoken to ensure page daemon reserves aren't stolen.Martin Pieuchot
2024-11-06RegenMiod Vallat