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
/
arch
/
arm64
/
conf
/
Makefile.arm64
Age
Commit message (
Expand
)
Author
2017-09-28
When option DDB_STRUCTINFO was removed from the kernel, too much from
Patrick Wildt
2017-09-12
Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar
Martin Pieuchot
2017-08-12
Use ctfstrip(1) by default to strip kernels.
Martin Pieuchot
2017-07-18
Stop automatically regenerating gap.o (and hence linking a new kernel)
Theo Buehler
2017-07-16
Pass the linker from make environment to makegap.sh. This is (only)
Visa Hankala
2017-06-29
put SYSTEM_SWAP_DEP out of its misery, it died in 1997, along with config.old
Marc Espie
2017-06-29
TEMPORARILY disable gap compilation, until lld is fixed/updated to
Theo de Raadt
2017-06-25
dull dependency for copying makegap.sh to obj, so that installs
Theo de Raadt
2017-06-22
Generate a gap.link script, and use that to generate gap.o. On multi-ABI
Theo de Raadt
2017-06-13
newbsd: target which re-links a kernel. We cannot use the bsd: target
Theo de Raadt
2017-06-11
make vers.o not depend on gap.o using a trick, because it is piece of
Theo de Raadt
2017-06-11
Use umask 077 instead of cp -p when installing the kernel as root.
Alexander Bluhm
2017-06-06
correct the depend list of a target introduced in rev 1.9
Jonathan Gray
2017-06-05
track permissions of original file
Theo de Raadt
2017-06-05
The arm* architectures edit the ld.script, creating a copy in the compile
Theo de Raadt
2017-06-04
Create gap.* with umask 007 instead of 077 to make kernel builds after
Theo Buehler
2017-06-04
Split early startup code out of locore.S into locore0.S. Adjust link
Patrick Wildt
2017-06-03
Create gap.S and gap.o with umask 077. Create lorder and bsd* with umask 007.
Theo de Raadt
2017-02-05
Ask for a generic armv8-a encoding rather than one based on and tuned
Jonathan Gray
2017-01-25
Build amd64 kernels with -ffreestanding. Synchronize the arm64 and armv7
Mark Kettenis
2017-01-25
Silence warnings caused by LLVM upgrade.
Patrick Wildt
2016-12-19
Adjust Makefile to gain improvements that were made in other archs
Patrick Wildt
2016-12-17
Import of OpenBSD/arm64
Patrick Wildt