aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xcutils/readnotes.c
Commit message (Expand)AuthorAgeFilesLines
* libelf: abolish obsolete macrosIan Jackson2013-06-141-1/+1
* libelf: use only unsigned integersIan Jackson2013-06-141-7/+8
* libelf: Make all callers call elf_check_brokenIan Jackson2013-06-141-0/+3
* libelf: check nul-terminated strings properlyIan Jackson2013-06-141-3/+8
* tools/xcutils/readnotes: adjust print_l1_mfn_valid_noteIan Jackson2013-06-141-5/+6
* libelf: introduce macros for memory access and pointer handlingIan Jackson2013-06-141-13/+13
* tools: readnote: Add bzImage kernel supportXuesen Guo2012-06-081-3/+80
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-3/+8
* libelf: Tidy up logging and remove dependency on stdio.Keir Fraser2010-05-281-1/+1
* Move libelf headers out of xen public header dir.Keir Fraser2009-01-081-1/+1
* Add suspend_cancel flag to linux elf notes.kfraser@localhost.localdomain2007-02-281-0/+3
* [TOOLS] Add support for XEN_ELFNOTE_L1_MFN_VALID to readnotes.Ian Campbell2007-02-271-1/+26
* [LIBELF] Prefer PT_NOTE segments to SHT_NOTE sections for ELF notes.Ian Campbell2007-02-191-49/+89
* [TOOLS] Fix typos which breaks readnotes transparent gunzipping ...Emmanuel Ackaouy2007-01-311-2/+2
* Support transparant gunzipping in the readnotes utility.Emmanuel Ackaouy2007-01-251-2/+12
* libelf: use for readnotes utility.Emmanuel Ackaouy2007-01-251-232/+45
* [TOOLS] Avoid void* arithmetic when parsing elf notes.kfraser@localhost.localdomain2007-01-191-1/+1
* [SOLARIS] A couple of simple compile fixes for tools/ on Solaris.kfraser@localhost.localdomain2006-10-171-2/+4
* [TOOLS] Use ELFSIZE to pick the ELF structures to use in readnotes.cIan Campbell2006-08-251-17/+36
* [TOOLS] Add a simple tool to display the Xen specific ELF notes.Ian Campbell2006-08-231-0/+307