summaryrefslogtreecommitdiffstats
path: root/sys/lib/libsa/loadfile_elf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove an unneeded variable.visa2020-10-261-3/+3
* Add an element to the marks array to store the virtual address of thekettenis2019-11-291-1/+2
* Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt2019-10-291-9/+8
* change marks[] array to uint64_t, so the code can track full 64-bitderaadt2019-04-101-3/+3
* move the .SUNW_ctf section name definition to exec_elf.h and document it in elf(5)jasper2016-09-171-2/+2
* when loading the kernel binary, also load the .SUNW_ctf section when present,jasper2016-09-131-2/+3
* Extend the libsa loadfile(9) granularity to tell apart randomness from the restmiod2015-05-191-2/+7
* Read the section header string table in the boot blocks' memory, not in themiod2014-10-261-2/+2
* ddb: add support for DWARF line number decodingmatthew2014-10-091-4/+24
* Do not actually write to the area spanned by the PT_OPENBSD_RANDOMIZE ifmiod2014-02-251-5/+10
* Try to load entropy data from disk:/etc/random.seed, and additionallyderaadt2013-12-281-1/+12
* Allow the bootblocks to provide an optional Elfxx_Phdr check, and abort themiod2009-11-301-2/+8
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* KNFjsing2008-05-081-9/+11
* Fix alignment - sizeof(long) does not always match the address size of thejsing2008-05-081-6/+6
* Change ELF loader to use the LMA as the load address for theweingart2008-04-191-4/+4
* Pull out the ELF loadfile pieces from the standalone libraries, so thattom2007-05-301-0/+250