summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-11-05sleep_signal_check() is called twice in sleep_finish().Claudio Jeker
2024-11-05Return the number of freed pages in bufbackoff().Martin Pieuchot
2024-11-05Protect the page daemon memory reserve from allocations in interrupt contexts.Martin Pieuchot
2024-11-05The ability to attach a wsdisplay without a terminal emulator has beenMiod Vallat
2024-11-05Fix typo in smbios product string for the HP OmniBook X.Mark Kettenis
2024-11-05Implement CSI s and CSI u to save and restore cursor position. These areMiod Vallat
2024-11-05Prevent a double free by unlinking the descriptor before unmaping & freeing it.Martin Pieuchot
2024-11-05Use a helper to get lower page from backing store: uvm_fault_lower_io().Martin Pieuchot
2024-11-05Use computed `shortage' value instead of `uvmexp.free' in uvmpd_scan_inactive().Martin Pieuchot
2024-11-05Apply the changes in sys/lib/libsa/alloc.c 1.13 to the other copies of thatMiod Vallat
2024-11-05Implement psp(4) shutdown command and ioctl(2) PSP_IOC_SHUTDOWN.Alexander Bluhm
2024-11-05remove unused M_MAXCOMPRESS MCLOFSET; ok claudio@ miod@Jonathan Gray
2024-11-05Replace rwlock with iterator in UDP input multicast loop.Alexander Bluhm
2024-11-05Correctly honour the count optional argument of the break command, byMiod Vallat
2024-11-05The MI boot code used to have an infinite loop trying to boot the kernel,Miod Vallat
2024-11-05The MI boot code used to have an infinite loop trying to boot the kernel,Miod Vallat
2024-11-05Unlock ptsignal by using the ps_mtx instead of KERNEL_LOCK to ensureClaudio Jeker
2024-11-05Rename ci_intrdepth to ci_idepth in preparation for MI use of it; I mistakenlyMiod Vallat
2024-11-05Stop grabbging the KERNEL_LOCK() for uvm_fault_unwire_locked() in the reaper.Martin Pieuchot
2024-11-05Do not put wired pages on the page queues & release their swap resources.Martin Pieuchot
2024-11-05Check if the mapping for an vm_map_entry exists while holding its lock.Martin Pieuchot
2024-11-05Handle faults on wired map entries similarly to VM_FAULT_WIRE faults.Martin Pieuchot
2024-11-05Add support for CSI b control sequence (repeat last printed character) toMiod Vallat
2024-11-05Tweak softc initialization:Martin Pieuchot
2024-11-05remove VATTR_NULL() define, directly call vattr_null()Jonathan Gray
2024-11-05Enable ixv(4)YASUOKA Masahiko
2024-11-04Properly handle stop signals in cursig if deep.Claudio Jeker
2024-11-04remove ability to specify root/dump/swap on st(4)Jonathan Gray
2024-11-04correct non-rd major numbers; ok miod@Jonathan Gray
2024-11-04No need to duplicate the scsi_xfer timeout field in spc_acb.Miod Vallat
2024-11-04viogpu: tune down debug messagesStefan Fritsch
2024-11-04vio_dump: Fix control queue dumpStefan Fritsch
2024-11-04correct HW_MAXID; ok deraadt@ jca@ kettenis@Jonathan Gray
2024-11-04Implement support for the new CHLS key that is used to control the batteryMark Kettenis
2024-11-04remove unused inline function; ok dlg@Jonathan Gray
2024-11-03Need to call unsleep before doing the SSTOP check. We need to ensure thatClaudio Jeker
2024-11-03Clear UDP checksum out flag when stripping UDP header.Alexander Bluhm
2024-11-03Revert previous, at least on arm64 too many pages end up being wired.Martin Pieuchot
2024-11-03Introduce a `shortage' variable to reduce accesses to `uvmexp.free' & friends.Martin Pieuchot
2024-11-03Do not put wired pages on the page queues & release their swap resources.Martin Pieuchot
2024-11-03add powerpc64 and riscv64 to tags arch listJonathan Gray
2024-11-02Use lowercase in locking comments when not refering to a global lock.Martin Pieuchot
2024-11-02Use a ringbuffer per CPU instead of a ringbuffer per PCB.Martin Pieuchot
2024-11-02Move edid_print() behind defined(EDID_DEBUG).Miod Vallat
2024-11-02use correct array index when setting frequencyJonathan Gray
2024-11-02Check if the mapping for an vm_map_entry exists while holding its lock.Martin Pieuchot
2024-11-02Handle faults on wired map entries similarly to VM_FAULT_WIRE faults.Martin Pieuchot
2024-11-02Always use new_vmcmd() from exec_subr.c, remove the macro whichJonathan Gray
2024-11-02Remove #if !defined(ASSEMBLER) guards, this file is not used by boot blocksMiod Vallat
2024-11-02Kill unused pmap_collect().Martin Pieuchot