]> git.proxmox.com Git - mirror_qemu.git/history - elf_ops.h
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[mirror_qemu.git] / elf_ops.h
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-04-01 thsImproved initrd support for mips.
2006-12-23 thsSimplify error handling again.
2006-12-23 thsCheck ELF binaries for machine type and endianness.
2006-05-02 bellardfixed memory leak
2006-04-26 bellardadded entry parameter to ELF loader
2006-04-23 bellardgeneric ELF loader