aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/libelf/libelf-private.h
Commit message (Expand)AuthorAgeFilesLines
* libelf: Fix typo in header guard macroPatrick Welche2013-08-081-2/+2
* libelf: use C99 bool for booleansIan Jackson2013-06-141-1/+1
* libelf: check all pointer accessesIan Jackson2013-06-141-0/+13
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* Clean up stdarg handling a little. Fix for NetBSD.Keir Fraser2011-05-271-0/+1
* # HG changeset patchIan Campbell2010-08-241-0/+15
* libelf: Tidy up logging and remove dependency on stdio.Keir Fraser2010-05-281-7/+8
* Move libelf headers out of xen public header dir.Keir Fraser2009-01-081-2/+2
* stubdom: complete libxc supportKeir Fraser2008-05-231-1/+1
* libelf: OpenBSD and NetBSD portability.Keir Fraser2007-09-201-1/+13
* libelf: use xen code style.kfraser@localhost.localdomain2007-02-141-8/+18
* Remove uses of strcpy and strncpy from common and x86 code.kfraser@localhost.localdomain2007-01-291-9/+4
* libelf cannot rely on the strlcpy() BSD-ism.kfraser@localhost.localdomain2007-01-291-0/+10
* Clean up libelf endian macros and includes.kaf24@localhost.localdomain2007-01-281-16/+20
* add libelf: an ELF binary parser library.Emmanuel Ackaouy2007-01-251-0/+51