aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/libelf
Commit message (Expand)AuthorAgeFilesLines
* libelf: add hvm callback vector featureMukesh Rathor2013-09-101-0/+1
* libelf: Fix typo in header guard macroPatrick Welche2013-08-081-2/+2
* libelf: abolish obsolete macrosIan Jackson2013-06-143-27/+27
* libelf: check loops for running awayIan Jackson2013-06-143-20/+98
* libelf: use only unsigned integersIan Jackson2013-06-144-47/+51
* libelf: use C99 bool for booleansIan Jackson2013-06-144-9/+9
* libelf: Check pointer references in elf_is_elfbinaryIan Jackson2013-06-142-4/+7
* libelf: check all pointer accessesIan Jackson2013-06-144-14/+123
* libelf: check nul-terminated strings properlyIan Jackson2013-06-142-6/+17
* libelf: introduce macros for memory access and pointer handlingIan Jackson2013-06-143-108/+121
* libelf: move include of <asm/guest_access.h> to top of fileIan Jackson2013-06-141-1/+4
* libelf: abolish elf_sval and elf_access_signedIan Jackson2013-06-141-28/+0
* libelf: add `struct elf_binary*' parameter to elf_load_imageIan Jackson2013-06-141-3/+5
* libelf: abolish libelf-relocate.cIan Jackson2013-06-141-372/+0
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-215-5/+5
* arm: domain_buildStefano Stabellini2012-02-091-0/+6
* libelf-loader: introduce elf_load_imageStefano Stabellini2012-01-231-3/+27
* add privileged (dom0) kernel feature indicationJan Beulich2011-07-232-2/+32
* Revert 23664:3e3c0a8be9f9Keir Fraser2011-07-081-3/+1
* libelf: "required" features should also be reported as "supported"Jan Beulich2011-07-081-2/+3
* add privileged/unprivileged kernel feature indicationJan Beulich2011-07-081-1/+3
* Clean up stdarg handling a little. Fix for NetBSD.Keir Fraser2011-05-272-2/+1
* Move more kernel decompression bits to .init.* sectionsJan Beulich2011-03-091-1/+1
* xen: add "lto=y" option to build Xen with link-time optimizations.Tim Deegan2011-03-071-1/+1
* x86: allow passing initrd to kernel without exposing it through the initial m...Keir Fraser2010-11-091-0/+1
* libelf: move to init text/data when built for the hypervisorKeir Fraser2010-11-041-4/+9
* # HG changeset patchIan Campbell2010-08-246-0/+538
* libelf: Tidy up logging and remove dependency on stdio.Keir Fraser2010-05-283-10/+29
* libelf: make elf_phdr_is_loadable load read-only segments.Keir Fraser2010-01-291-1/+1
* Miscellaneous data placement adjustmentsKeir Fraser2009-10-281-2/+2
* Move libelf headers out of xen public header dir.Keir Fraser2009-01-081-2/+2
* x86-64: guest directed placement of initial p->m mapKeir Fraser2009-01-081-0/+15
* stubdom: complete libxc supportKeir Fraser2008-05-231-1/+1
* libelf: OpenBSD and NetBSD portability.Keir Fraser2007-09-201-1/+13
* libelf: Clean up and fix up BSD symtab handling.kfraser@localhost.localdomain2007-08-023-158/+104
* elfloader: Re-add break stmt I stupidly removed from elf parser.kfraser@localhost.localdomain2007-08-021-0/+2
* libelf: Remove unneeded extra elf_set_verbose() invocation.kfraser@localhost.localdomain2007-08-021-4/+0
* [ELF] Load elf symbols when BSD_SYMTAB=yes.kfraser@localhost.localdomain2007-08-013-6/+167
* Add suspend_cancel flag to linux elf notes.kfraser@localhost.localdomain2007-02-281-0/+1
* Write Xen ELF notes into xenstore on domain build.kfraser@localhost.localdomain2007-02-261-0/+5
* [LIBELF] Prefer PT_NOTE segments to SHT_NOTE sections for ELF notes.Ian Campbell2007-02-192-22/+98
* Merge with xenppc-unstable.hgkfraser@localhost.localdomain2007-02-145-528/+594
|\
| * libelf: use xen code style.kfraser@localhost.localdomain2007-02-145-526/+592
| * Make libelf not fail on unknown elf notes.kfraser@localhost.localdomain2007-02-141-2/+2
* | [LIBELF] Print phdr addresses when loading.Hollis Blanchard2007-02-091-0/+2
|/
* Remove uses of strcpy and strncpy from common and x86 code.kfraser@localhost.localdomain2007-01-292-17/+12
* libelf cannot rely on the strlcpy() BSD-ism.kfraser@localhost.localdomain2007-01-292-8/+18
* Replace sprintf with snprintf and strncpy with strlcpy.kfraser@localhost.localdomain2007-01-291-8/+8
* Clean up libelf endian macros and includes.kaf24@localhost.localdomain2007-01-282-18/+22
* add libelf: an ELF binary parser library.Emmanuel Ackaouy2007-01-257-0/+1202