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