tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
sys
/
arch
/
armv7
/
at
master
13 folders
1 file
armv7
Put an splhigh() at the start of cpu_configure() to prevent splasserts trigger in autoconf. Matches what we do on (many) other architectures.
3 years ago
broadcom
Don't use != 0 to check whether a pointer is non-NULL.
4 years ago
compile
Fix building profiling kernels by passing the -p flag to config(8) if the kernel's name ends in .PROF.
9 years ago
conf
Enable mvtemp(4)
3 years ago
exynos
Add Backtab key, based on a change from Crystal Kolipe kolipe.c at exoticsilicon dot com.
3 years ago
imx
tempterature -> temperature
4 years ago
include
remove unused arm and armv7 headers ok miod@
3 years ago
marvell
Mask off IPL flags before storing the IPL for an interrupt. This fixes the IPL calculations in mpic_calc_mask() in the presence of IPL_MPSAFE interrupts such as mvneta(4).
3 years ago
omap
Mask off IPL flags before storing the IPL for an interrupt.
3 years ago
stand
Remove dangerous user-settable "addr" variable from MI boot loader, and only compile tty-related code (stty command, tty variable) on platforms where it makes sense for the boot loader to control it, rather than the PROM/firmware/whatever.
3 years ago
sunxi
timecounting: remove incomplete PPS support
3 years ago
vexpress
Constify struct cfattach.
4 years ago
xilinx
Add zqclock(4), a driver for Zynq-7000 clocks.
5 years ago
Makefile
Introduce the KEEPKERNELS variable: if this is set either in mk.conf or the environment, 'make cleandir' does not descend into kernel build directories. Thus, kernel object files survive 'make build' on slower architectures.
9 years ago