aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_dom_elfloader.c
Commit message (Expand)AuthorAgeFilesLines
* libxc: check return values from mallocIan Jackson2013-06-141-0/+2
* libxc: check failure of xc_dom_*_to_ptr, xc_map_foreign_rangeIan Jackson2013-06-141-0/+13
* libelf: abolish obsolete macrosIan Jackson2013-06-141-4/+4
* libelf: check loops for running awayIan Jackson2013-06-141-9/+24
* libelf: use only unsigned integersIan Jackson2013-06-141-19/+23
* libelf: use C99 bool for booleansIan Jackson2013-06-141-4/+4
* libelf: Make all callers call elf_check_brokenIan Jackson2013-06-141-4/+21
* libelf: Check pointer references in elf_is_elfbinaryIan Jackson2013-06-141-1/+1
* libelf: check all pointer accessesIan Jackson2013-06-141-7/+42
* libelf: introduce macros for memory access and pointer handlingIan Jackson2013-06-141-15/+15
* libelf/xc_dom_load_elf_symtab: Do not use "syms" uninitialisedIan Jackson2013-06-141-1/+1
* libxc: Fix range checking in xc_dom_pfn_to_ptr etc.Ian Jackson2013-06-141-1/+2
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* tools: drop ia64 supportIan Campbell2012-09-121-2/+0
* libelf-loader: introduce elf_load_imageStefano Stabellini2012-01-231-1/+7
* elf: Fix Elf64 types and structs to match the specification.Keir Fraser2011-11-161-1/+1
* add privileged (dom0) kernel feature indicationJan Beulich2011-07-231-0/+7
* Revert 23664:3e3c0a8be9f9Keir Fraser2011-07-081-9/+0
* add privileged/unprivileged kernel feature indicationJan Beulich2011-07-081-0/+9
* libxc: convert evtchn interfaces to use an opaque handle typeIan Campbell2010-12-231-2/+2
* # HG changeset patchIan Campbell2010-08-241-1/+15
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-27/+34
* libelf: Tidy up logging and remove dependency on stdio.Keir Fraser2010-05-281-2/+15
* Remove defunct powerpc port.Keir Fraser2008-05-081-2/+0
* x86: Support loading Linux bzImage v2.08 and up.Keir Fraser2008-04-011-1/+1
* libxc: Code format cleanups.Keir Fraser2007-02-241-150/+171
* libxc domain builder rewrite, core bits.Emmanuel Ackaouy2007-01-251-0/+283