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
/
landisk
/
at
jcs
6 folders
1 file
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
lucas pointed out that config failure could be swalled by true. use a new incantation suggested by tb.
11 months ago
dev
The first field of struct cfdriver is a pointer. Put NULL rather than 0 here.
1 year ago
include
Add missing <machine/elf.h> for compound arches.
2 years ago
landisk
Do not store the value of sp in struct clockframe, for nothing has a need for it.
1 year ago
stand
The MI boot code used to have an infinite loop trying to boot the kernel, which got limited to at most two tries 26 years ago for the 2.3 release, but the documentation was never updated to match this change. Do it now.
1 year 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