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
/
conf
/
makegap.sh
Age
Commit message (
Expand
)
Author
2018-01-25
Use a new LDFLAGS variable to pass "-melf_i386_obsd" on amd64.
Martin Pieuchot
2017-07-16
Pass the linker from make environment to makegap.sh. This is (only)
Visa Hankala
2017-06-26
RANDOM1 was subject to rather bad modulus bias. Improve the situation a bit
Theo Buehler
2017-06-26
note.ABI-tag and .MIPS.options are not needed anymore when
Theo de Raadt
2017-06-25
lld's linker-script parser has to be fixed to accept ; after LONG()
Theo de Raadt
2017-06-25
ldd is more strict wrt semicolons, they can only appear after an
Otto Moerbeek
2017-06-22
Generate a gap.link script, and use that to generate gap.o. On multi-ABI
Theo de Raadt
2017-06-05
include machine/param.h before machine.asm.h because uhm alpha.
Theo de Raadt
2017-06-05
Avoid use of _C_LABEL, since it is not portable to all our architectures.
Theo de Raadt
2017-06-04
Don't need to provide a padbyte value for .bss, it will always be 0
Theo de Raadt
2017-06-03
".section .bss" is portable to more platforms than plain ".bss"
Theo de Raadt
2017-06-03
use .balign instead of .align, it is portable to more architectures
Theo de Raadt
2017-06-02
typo; meant to say locore0.S
Theo de Raadt
2017-05-31
Split early startup code out of locore.S into locore0.S. Adjust link
Theo de Raadt