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-01-05
Remove unnecessary delays. There is no reason to wait after each and every
Mark Kettenis
2018-01-05
Show uvm_fault and trace when typing show panic on a page fault'd kernel
Paul Irofti
2018-01-05
Fix DRM_DEBUG builds.
Paul Irofti
2018-01-05
accidental commit
Theo de Raadt
2018-01-05
backout, because it breaks builds in dev/microcode.
Theo de Raadt
2018-01-05
cast the result of the ternary ops in __swapXX to the relevant types.
David Gwynne
2018-01-04
Receiving an AUTH event means that we successfully authenticated, thus
Patrick Wildt
2018-01-04
Implement support for calling EFI runtime services and use it to implement
Mark Kettenis
2018-01-04
Unify <machine/mutex.h> a bit further.
Martin Pieuchot
2018-01-04
Back out tx mitigation again because it breaks suspend and resume at
Theo Buehler
2018-01-04
Do a FREF/FRELE dance after calling fd_getfile().
Martin Pieuchot
2018-01-04
Include timeout & tasks in 'struct ifnet' instead of always allocating
Martin Pieuchot
2018-01-04
Unifdef snd/rcv.
Martin Pieuchot
2018-01-04
remove support for decapsulating LLC/SNAP frames.
David Gwynne
2018-01-03
rework __swapXX to avoid the use of __statement.
David Gwynne
2018-01-03
assign 1 instead of the result of htole16(1) to a uint8_t.
David Gwynne
2018-01-03
Since the PCI attachment code already uses mbufs for RX packets, we can
Patrick Wildt
2018-01-03
Instead of adding each and every clock to the list of clocks that are enabled
Mark Kettenis
2018-01-03
Add ASMedia ASM1061 SATA to the list of devices as it is an AHCI controller
Mark Kettenis
2018-01-03
Add support for IPv6 over MPLS pseudowire aka mpw(4)
denis
2018-01-03
Add size for free(9) in the bwfm(4) PCI attachment code.
Patrick Wildt
2018-01-03
remove __swap16_multi because endian.h provides swap16_multi without it
David Gwynne
2018-01-03
Add remap_bynode() since I use it in the rkpcie(4) implementation.
Mark Kettenis
2018-01-02
Enable rkpcie(4).
Mark Kettenis
2018-01-02
Initial stab at a driver for the PCIe interface on the Rockhip RK3399. For
Mark Kettenis
2018-01-02
regen
Mark Kettenis
2018-01-02
Add Rockchip vendor and RK3399 Root Complex device.
Mark Kettenis
2018-01-02
Move the cloning bits in their own function.
Martin Pieuchot
2018-01-02
Do not memset() the whole structure in sorflush() to keep `sb_flagsintr'
Martin Pieuchot
2018-01-02
Move the NET_LOCK() inside the switch and start documenting which field
Martin Pieuchot
2018-01-02
reintroduce tx mitigation
David Gwynne
2018-01-02
Don't #include fcntl.h when _KERNEL is defined.
Philip Guenther
2018-01-02
Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined.
Philip Guenther
2018-01-02
Fix an off-by-one in the free(9) "passed size was too small" check:
Philip Guenther
2018-01-01
For whatever reason the firmware needs more RX buffers available as
Patrick Wildt
2018-01-01
Put the code that prints the firmware's debug console into a function
Patrick Wildt
2018-01-01
The missing NULL check for the return value of malloc(9) with
Alexander Bluhm
2018-01-01
free(9) sizes for sys_execve.
Florian Obser
2018-01-01
We are either allocating 2 or three array members. Unroll while loop
Florian Obser
2018-01-01
copyright++;
Jonathan Gray
2017-12-31
Add Allwinner R40/V40 support.
Mark Kettenis
2017-12-31
Implement R40/V40 thermal sensor clock.
Mark Kettenis
2017-12-31
Enable sxitemp(4).
Mark Kettenis
2017-12-31
Add sxitemp(4), a driver for the temperature sensors on the Allwinner H5 SoC.
Mark Kettenis
2017-12-31
Implement H3/H5 thermal sensor clocks.
Mark Kettenis
2017-12-31
Enable sypwr(4).
Mark Kettenis
2017-12-31
Add sypwr(4), a driver for the Silergy SY8106A regulator found on many boards
Mark Kettenis
2017-12-31
Implement H3/H5 CPU clock.
Mark Kettenis
2017-12-31
Tighten the permissions used in the early stage page tables somewhat.
Mark Kettenis
2017-12-30
Don't pull in <sys/file.h> just to get fcntl.h
Philip Guenther
[next]