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
2018-12-27
Convert K&R function definitions to modern C. clang is more picky about
Claudio Jeker
2018-12-27
Move away from K&R style function definitions. clang is rather picky about
Claudio Jeker
2018-12-27
Do not assign node to itself. Instead move the earlier initialisation into
Claudio Jeker
2018-12-27
Separate kcov descriptor state and trace mode as a first step towards supporting
anton
2018-12-26
uncouple AF_MPLS and AF_INET
denis
2018-12-26
Remove the rasops24_erasecols and rasops24_eraserows functions from
Frederic Cambus
2018-12-26
Use estimates of speed to improve gesture detection.
Ulf Brosziewski
2018-12-25
In the kcov ioctl(KIOSETBUFSIZE) path, malloc() can sleep. Double check that
anton
2018-12-25
rework icmp6_error() to be closer to icmp_error()
denis
2018-12-24
Adjust cpsw for linux 4.20 device tree changes. The location of the phy
Jonathan Gray
2018-12-23
Add support for generating a REPEATED START on operations where we first
Patrick Wildt
2018-12-23
Rectify some issues with the noperm mount flag; the root vnode was not
Martin Natano
2018-12-22
Avoid using m_trailingspace(9) on an mbuf allocated with MGET(9) as it relies
Mark Kettenis
2018-12-21
Do PAT setup earlier such that mapping the framebuffer WC works at the
Mark Kettenis
2018-12-21
remove intr_find_mpmapping proto func removed in intr.c rev 1.31 in 2011
Jonathan Gray
2018-12-20
add bpe(4) or Backbone Provider Edge interfaces
David Gwynne
2018-12-20
Replace a wrong poor mans m_trailingspace() with the real thing. The mbuf
Claudio Jeker
2018-12-20
The timeouts in nd6 are in msec so just use timeout_add_msec() instead
Claudio Jeker
2018-12-20
Convert to timeout_add_msec instead of counting ticks.
Claudio Jeker
2018-12-20
Make this not hz dependent by using timeout_add_sec() also rename the
Claudio Jeker
2018-12-19
get rid of a prototype for if_enqueue_try()
David Gwynne
2018-12-18
Detection of MELTDOWN-proof Intel CPUs was broken: cpuid.07 has
Philip Guenther
2018-12-18
Figure out the number of available CPUs using system fuse registers.
Visa Hankala
2018-12-18
Accept DUID as a root disk specifier.
Visa Hankala
2018-12-18
Fix the IPL of pfkeyv2_mtx to prevent a deadlock. The system can use
Visa Hankala
2018-12-18
sync
Ted Unangst
2018-12-18
add a wifi 9560 found in a new laptop. ok deraadt
Ted Unangst
2018-12-18
sync
Kevin Lo
2018-12-18
Add some devices found on Intel Leaf Hill CRB.
Kevin Lo
2018-12-17
Handle SIOCADDMULTI and SIOCDELMULTI as nops in ioctl code.
David Gwynne
2018-12-17
If something like ether_ioctl returns ENETRESET, don't let it bubble out.
David Gwynne
2018-12-17
When no child devices are attached to a wsmux device, make sure to return an
anton
2018-12-17
When using MSG_WAITALL, soreceive() can sleep while processing the
Alexander Bluhm
2018-12-17
Rename pf_anchor_remove() to pf_remove_anchor()
kn
2018-12-17
Remove unused function gsignal().
Visa Hankala
2018-12-17
Switch from timeout_add with tvtohz to just timeout_add_tv. Now this change
Claudio Jeker
2018-12-17
Use timeout_add_sec() instead of timeout_add() with a multiplication with hz
Claudio Jeker
2018-12-16
sync
Theo de Raadt
2018-12-16
few more devs
Theo de Raadt
2018-12-16
Fix pool ipl to prevent a deadlock scenario.
Visa Hankala
2018-12-16
Avoid using a too big bounce buffer by splitting up large reads. Allows
Otto Moerbeek
2018-12-16
Make the freelist best fit code a tiny bit smarter to not use a block if
Otto Moerbeek
2018-12-16
add task_pending
David Gwynne
2018-12-13
Use a faster, more reliable way to figure out how many TLB entries are
Visa Hankala
2018-12-12
Various cleanups:
Martin Pieuchot
2018-12-12
free(9) sizes for sysv shm.
Martin Pieuchot
2018-12-12
free(9) sizes for SVID semaphores.
Martin Pieuchot
2018-12-12
Make kcov MP-safe. Calling the injected tracing function
anton
2018-12-12
allow ethernet interfaces to provide a custom if_output routine.
David Gwynne
2018-12-11
add optional per-cpu counters for interface stats.
David Gwynne
[next]