aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/ldscript.amd64
Commit message (Expand)AuthorAgeFilesLines
* amd64: tweak the read_frequently sectionMateusz Guzik2018-05-181-2/+2
* amd64: align the .data.exclusive_cache_line section to 128Mateusz Guzik2018-05-111-2/+2
* amd64: Protect the kernel text, data, and BSS by setting the RW/NX bitsJonathan T. Looney2018-03-061-0/+1
* Introduce __read_frequentlyMateusz Guzik2017-09-061-0/+4
* use INT3 instead of NOP for x86 binary paddingEd Maste2017-03-191-3/+3
* Introduce __read_mostly and __exclusive_cache_line macros.Mateusz Guzik2017-01-271-0/+11
* Use explicit 0x200000 instead of MAXPAGESIZE for the amd64 kernel physaddrEd Maste2016-11-251-1/+1
* remove CONSTRUCTORS from kernel linker scriptsEd Maste2016-07-281-1/+0
* amd64: set the correct LMA valuesRoger Pau Monné2015-06-261-1/+6
* The new binutils has correctly redefined MAXPAGESIZE on amd64 as 0x200000Alan Cox2011-03-281-1/+2
* Sync sys/conf/ldscript.amd64 with the upstream version, preservingDimitry Andric2010-11-041-35/+81
* Binutils commit 0c845abb5a0083c6deebc75975608237015badba increasedDimitry Andric2010-11-041-2/+3
* Use new output format 'elf64-x86-64-freebsd' instead of 'elf64-x86-64',Dimitry Andric2010-11-011-1/+1
* Provide the _start_ctors and _stop_ctors symbols. As on i386, the addressesTim J. Robbins2004-05-291-0/+4
* Sync up with the files in the hammer branch in the p4 tree to get basicPeter Wemm2003-05-011-81/+117
* Add two symbols start_ctors and stop_ctors to allow us to find thePoul-Henning Kamp2003-01-061-0/+4
* Use the new freebsd output format from Binutils 2.13.1.David E. O'Brien2002-10-111-1/+1
* Remove hard coded magic load address. Now to change the load address,Peter Wemm2001-09-181-1/+1
* Add $FreeBSD$Peter Wemm2000-01-111-0/+1
* Remove a rather bogus search path reference..Peter Wemm1999-06-031-1/+1
* Increased kernel virtual address space to 1GB. NOTE: You MUST have fixedDavid Greenman1999-03-111-1/+1
* Make the ELF kernel build produce a dynamic executable (!). This enablesPeter Wemm1998-09-301-0/+128