summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/load_elf_obj.c
Commit message (Expand)AuthorAgeFilesLines
* Use the ABI-prescribed name for SHT_X86_64_UNWIND in the loader andkib2016-04-081-1/+1
* Since kernel modules can now contain sections of type SHT_AMD64_UNWIND,dim2016-03-061-0/+3
* Enable warnings in EFI boot codesmh2016-01-121-3/+1
* loader: implement multiboot support for Xen Dom0royger2015-01-151-8/+1
* Reserve and ignore the a new module metadata type MDT_PNP_INFO forimp2015-01-151-0/+1
* Don't return an error if a kld does not contain any modules (e.g. ajhb2012-06-201-1/+1
* Minimize backward seeks when trying to load ELF relocatable modules.kan2011-06-191-7/+30
* Add 2 new archsw interfaces:marcel2011-04-031-2/+4
* completely ignore zero-sized elf sections in modules of elf object type (amd64)avg2010-07-231-0/+2
* Make our ELF64 type definitions match standards. In particular thismarcel2005-12-181-2/+2
* Add the loader side of support for preloading ELF relocatable objectiedowse2004-08-291-0/+515
OpenPOWER on IntegriCloud