History log of /openbsd/sys/arch/luna88k/conf/ld.script (Results 1 – 5 of 5)
Revision Date Author Comments
# f1bfbdc7 09-Nov-2019 guenther <guenther@openbsd.org>

Retguard will start using sections named ".openbsd.randomdata.retguard.*"
and not just ".openbsd.randomdata.retguard". Accept both in the kernel
ldscripts so that they're placed together between the

Retguard will start using sections named ".openbsd.randomdata.retguard.*"
and not just ".openbsd.randomdata.retguard". Accept both in the kernel
ldscripts so that they're placed together between the __retguard_{start,end}
symbols.

Similarly, match not just ".openbsd.randomdata" but also
".openbsd.randomdata.*" to pick up other random (pun intended) items.

While here, stub in those retguard bits into all the ldscripts.

ok deraadt@

show more ...


# 09a87eb2 16-Mar-2017 miod <miod@openbsd.org>

Fix passing entropy from boot loader to the kernel:
- make sure the kernel has a PT_OPENBSD_RANDOMIZE phdr.
- load /etc/random.conf in all cases, not only manual boot (oops).

ok aoyama@


# 0d6897f9 03-Nov-2013 miod <miod@openbsd.org>

Even saner kernel layout, so that .rodata can be batc mapped by a read-only
dbatc. Add batc mapping support for 88110 systems as well.


# 7dc08c68 02-Nov-2013 miod <miod@openbsd.org>

Use a linker script to align .data to a BATC boundary as well, so that no
DBATC may span over parts of .rodata.


# 0b514a07 05-Jan-2013 miod <miod@openbsd.org>

Switch m88k ports to ELF.