History log of /netbsd-src/usr.sbin/mdsetimage/exec_elf32.c (Results 1 – 13 of 13)
Revision Date Author Comments
# e49db1a5 21-Sep-2016 christos <christos@NetBSD.org>

merge copies...


# c1e0a5bd 28-Aug-2010 joerg <joerg@NetBSD.org>

Replace the current usage of Elf64_Half with Elf64_Word and rename
NetBSD specific Elf64_Quarter to Elf64_Half. This restores compatibility
with the common ELF specifications.


# c3ee8e56 30-Jul-2009 tsutsui <tsutsui@NetBSD.org>

- use program header rather than section header to find file offset for vmaddr
- make sure that passed vmaddr is in TEXT or DATA section


# fcb0df92 30-Jul-2009 tsutsui <tsutsui@NetBSD.org>

WARNS'fy sources which are left for reference.

src/usr.sbin/mdsetimage has been superseded by src/gnu/usr.sbin/mdsetimage
for toolchain to handle cross build binaries, but these old sources for
loca

WARNS'fy sources which are left for reference.

src/usr.sbin/mdsetimage has been superseded by src/gnu/usr.sbin/mdsetimage
for toolchain to handle cross build binaries, but these old sources for
local executable binaries still can be used for tools to patch binaries,
like binpatch utility in sys/arch/amiga/stand and sys/arch/atari/stand.

show more ...


# 0fcb9b77 01-Oct-2001 cgd <cgd@NetBSD.org>

Remove the advertising clause from my license notice FOR THIS PROGRAM ONLY.
The purpose of that modification is to make the license on these files
"GPL-compatible," so that mdsetimage may be combined

Remove the advertising clause from my license notice FOR THIS PROGRAM ONLY.
The purpose of that modification is to make the license on these files
"GPL-compatible," so that mdsetimage may be combined with BFD. (The
resulting license is word-for-word identicial to one of the licenses
described as being GPL compatible on
http://www.gnu.org/licenses/license-list.html.)

show more ...


# db755e7c 14-Jun-2000 cgd <cgd@NetBSD.org>

sweep of my licenses (userland files w/o only my copyright) for
consistency. (no functional changes)


# d220ca5b 14-Jun-2000 cgd <cgd@NetBSD.org>

fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well. No functional changes.


# 6752f572 04-Nov-1999 erh <erh@NetBSD.org>

Remove ELFNAME defines since they are defined in sys/exec_elf.h


# 522cbf02 25-Oct-1999 kleink <kleink@NetBSD.org>

Update to match new SVR4-style definition names in <sys/exec_elf.h>.


# 5fb16f4d 22-Oct-1999 hannken <hannken@NetBSD.org>

Undo last change. While these macros are defined in exec_elf.h, they are
enclosed by `#ifdef _KERNEL'.


# 59b90d4a 21-Oct-1999 erh <erh@NetBSD.org>

Remove ELFNAME macros which are already defines in exec_elf.h


# fcfec169 17-Oct-1997 lukem <lukem@NetBSD.org>

WARNSify


# 257aa690 04-Oct-1996 cgd <cgd@NetBSD.org>

rdsetimage, a program to set kernel RAM disk images.
Written from scratch by me, today.