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
2019-10-27
Add code to spin up secondary CPUs.
Mark Kettenis
2019-10-27
Add simplefb(4).
Mark Kettenis
2019-10-27
fix the last commit.
David Gwynne
2019-10-26
put vlan tag offload back in
David Gwynne
2019-10-26
make vmx transmit (vmxnet3_start) mpsafe.
David Gwynne
2019-10-26
avoid rxr races between rxfill from the interrupt and timeout paths
David Gwynne
2019-10-26
clock_getres(2): actually return the resolution of the given clock
cheloha
2019-10-26
Correct some ASM in a comment
Philip Guenther
2019-10-25
Split out the code that brings us out of HYP mode and the code that
Mark Kettenis
2019-10-25
Add glass console for armv7. Similar to what we did on arm64 two years ago.
Mark Kettenis
2019-10-25
Make it possible to switch to framebuffer "glass" console in case it
Mark Kettenis
2019-10-25
Remove some space before tab and other small indentation errors.
Claudio Jeker
2019-10-25
make whitespace in the IPPROTO defines consistent. no functional change.
David Gwynne
2019-10-25
+#define IPPROTO_UDPLITE 136, as per RFC 3828 and the IANA allocation
David Gwynne
2019-10-24
Enable sxisid(4)
Mark Kettenis
2019-10-24
Make log tick interval independent of hz and reduce the frequency
Visa Hankala
2019-10-23
Enable sxisid(4).
Mark Kettenis
2019-10-23
Add sxisid(4), a driver to read the on-chip eFuses written by
Mark Kettenis
2019-10-23
Kernel is missing propper input validation when configuring addresses.
Alexander Bluhm
2019-10-23
There used to be three possible return values from sd_get_parms(), but
Kenneth R Westerback
2019-10-23
Use baseboard specific vendor, product and serial strings for DMI_BOARD_*
Jonathan Gray
2019-10-23
store specific strings for smbios baseboard vendor, product and serial
Jonathan Gray
2019-10-23
Provide hw.serialno using the root node's serial-number property.
Patrick Wildt
2019-10-22
Fix white spaces and use __func__ in printf().
Alexander Bluhm
2019-10-22
struct proc: change ps_start from utc time to uptime
cheloha
2019-10-22
nanoboottime(9): add and document new interface
cheloha
2019-10-22
Replace the mutex that protects the mbuf allocation limit by an
Alexander Bluhm
2019-10-22
No need to always pass the same thing to sd_get_parms(). One less
Kenneth R Westerback
2019-10-21
put bpfdesc reference counting back, revert change introduced in 1.175 as:
Alexandr Nedvedicky
2019-10-21
Add sxipwm(4) and pwmbl(4). Thse two drivers together add support for the
Mark Kettenis
2019-10-21
On newer ThinkPads reporting HKEY version > 1, don't claim wscons
Joshua Stein
2019-10-21
When incrementing or decrementing screen brightness, don't just
Joshua Stein
2019-10-21
Move `p_estcpu' to the region copied during fork & kill scheduler_fork_hook().
Martin Pieuchot
2019-10-21
Mark recycled USB `xfer' as NOT_STARTED to not confuse HCD abort methods.
Martin Pieuchot
2019-10-20
Improve previous
kn
2019-10-20
Firmware that supports the "parallel boot" feature allows us to read the PRI
Mark Kettenis
2019-10-20
Document "set db_console 0|1"
kn
2019-10-20
unstub amdgpu_ttm_bo_eviction_valuable()
Jonathan Gray
2019-10-19
Use !ISSET() for unset flag checks.
Kenneth R Westerback
2019-10-19
Use ISSET() for the easier flag checks.
Kenneth R Westerback
2019-10-19
Fix typo in previous, link->flag is link->flags.
Kenneth R Westerback
2019-10-19
Resolve mix of '&=' and CLR() usage in favour of CLR().
Kenneth R Westerback
2019-10-19
Resolve mix of '|=' and SET() usage in favour of SET().
Kenneth R Westerback
2019-10-19
Unlock the vnode in vop_inactive of deadfs. The unlock operation is
Visa Hankala
2019-10-18
Don't check that the ipv6 source address of a neighbor advertisment is
Sebastian Benoit
2019-10-18
Add support for dynamic queue allocation (DQA) to iwm(4).
Stefan Sperling
2019-10-17
Enable sxidog(4).
Mark Kettenis
2019-10-17
Avoid including an armv7 MD header.
Mark Kettenis
2019-10-17
drm/amd/display: num of sw i2c/aux engines less than num of connectors
Jonathan Gray
2019-10-17
Cache flush operations on arm64 were being incorrectly treated as write
Dale Rahn
[next]