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
2016-08-10
fix previous; ffs_vinit() requires #ifdef _KERNEL to not break the
Martin Natano
2016-08-10
ufs_vinit() should really be called ffs_vinit(); it's only called from
Martin Natano
2016-08-10
ext2fs only has one set of specops/fifoops
Martin Natano
2016-08-10
attach agtimer with fdt on RAMDISK as well
Jonathan Gray
2016-08-10
Dynamically attach agtimer(4). Since agtimer(4) also provides the delay()
Mark Kettenis
2016-08-10
On armv7 we put the vector page up high and never have to bother switching it.
Mark Kettenis
2016-08-09
Just re-set the line speed when required. This fixes a serial console
Marcus Glocker
2016-08-09
Check xs->status for SCSI_CHECK even in underrun situations.
Kenneth R Westerback
2016-08-09
The page tables are cached now, and given the significant speedup, I
Mark Kettenis
2016-08-09
When interrupted, connect() should leave the socket connecting in the
Philip Guenther
2016-08-08
Move the cpu_setup() call to the end of initarm(). On Cortex-A53 processors
Mark Kettenis
2016-08-08
W^X violations are only permitted for binaries marked "wxneeded" on
Theo de Raadt
2016-08-08
Fixup incorrect format specification bugs spotted by jsg@
Mike Belopuhov
2016-08-08
Mapping non-cachable memory as cachable and subsequently changing the mapping
Mark Kettenis
2016-08-08
Execute address hooks in the update case.
Martin Pieuchot
2016-08-08
Implement mmc power sequencing; makes the sdo interface on the cubox-i work
Mark Kettenis
2016-08-08
ARMv7 data caches are "effectively" PIPT. This means there is in general
Mark Kettenis
2016-08-07
Make iwm(4) automagically recover from fatal firmware errors by leaving the
Stefan Sperling
2016-08-07
Use the device tree to lookup the address of the ARM control logic and remove
Mark Kettenis
2016-08-07
Add the Raspberry Pi 2/3 devices here as well.
Mark Kettenis
2016-08-07
Initial support for Raspberry Pi 2/3. All the hard work done by patrick@, I
Mark Kettenis
2016-08-07
whitespace
Reyk Floeter
2016-08-07
Define VXLAN_VNI_UNSET and VXLAN_VNI_MAX instead of using magic numbers.
Reyk Floeter
2016-08-07
Add XOR cookies for lr and sp. Stop saving/restoring r12 to/from the jmpbuf.
Philip Guenther
2016-08-07
add $OpenBSD$ tags
Jonathan Matthew
2016-08-06
Always allocate intrhand with M_WAITOK.
Patrick Wildt
2016-08-06
Always allocate intrhand with M_WAITOK.
Patrick Wildt
2016-08-06
Implement interrupt controller functionality in the i.MX6 GPIO
Patrick Wildt
2016-08-06
Extend the interrupt controller API with a disestablish functionality.
Patrick Wildt
2016-08-06
Switch imx over to the generic pinctrl API.
Mark Kettenis
2016-08-06
Build ofw_pinctrl.o and ofw_gpio.o on armv7. The latters here from the
Mark Kettenis
2016-08-06
Add a generic pinctrl "framework".
Mark Kettenis
2016-08-06
Put page tables in normal cachable memory on armv7. Check if the MMU walks
Mark Kettenis
2016-08-06
Add support for IPv6 tunnel endpoints. This currently only works for
Reyk Floeter
2016-08-06
Fix multicast mode (destination is a multicast IP): the BCAST and
Reyk Floeter
2016-08-06
Rework ampintc's interrupt disestablish code to make it actually do
Patrick Wildt
2016-08-06
Dynamically attach intc(4) using the FDT and switch omap/am335x
Jonathan Gray
2016-08-06
Disable edma(4). It isn't currently used and is getting in the way of
Jonathan Gray
2016-08-06
Add PageGrain bits.
Visa Hankala
2016-08-06
Log RX errors only when the interface's debug flag is set.
Visa Hankala
2016-08-06
remove now unused board specific phy defines
Jonathan Gray
2016-08-06
Dynamically attach pluart(4) using the FDT.
Jonathan Gray
2016-08-06
Dynamically attach plrtc(4) using the FDT.
Jonathan Gray
2016-08-06
Dynamically attach virtio(4) using the FDT.
Jonathan Gray
2016-08-06
Set up the fdt attach args for devices that attach directly to mainbus
Jonathan Gray
2016-08-05
Use m_devget(4). From Artturi Alm.
Mark Kettenis
2016-08-05
Dynamically attach sxidog(4).
Mark Kettenis
2016-08-05
Remove sxirtc(4) from the tables now that it attaches dynamically.
Mark Kettenis
2016-08-05
Dynamically attach sxirtc(4); another board_id check bites the dust.
Mark Kettenis
2016-08-05
Check if we have the required "reg" property.
Mark Kettenis
[next]