History log of /src/usr.sbin/kvm_mkdb/nlist_elf32.c |
Revision | | Date | Author | Comments |
1.19 |
| 28-Aug-2010 |
joerg | 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.
|
1.18 |
| 12-Nov-2003 |
grant | s/netbsd.org/NetBSD.org/i
|
1.17 |
| 19-Sep-2003 |
itojun | realloc pedant
|
1.16 |
| 15-Jul-2003 |
itojun | use bounded string op
|
1.15 |
| 02-May-2003 |
ragge | Teach kvm_mkdb to use /dev/ksyms if possible.
|
1.14 |
| 22-Jul-2001 |
wiz | seperate -> separate
|
1.13 |
| 16-Mar-2001 |
agc | Prevent a core dump if a kernel doesn't have a valid symbol section header - instead, fail gracefully with a "no symbol section header found" message.
|
1.12 |
| 14-Jun-2000 |
cgd | sweep of my licenses (userland files w/o only my copyright) for consistency. (no functional changes)
|
1.11 |
| 14-Jun-2000 |
cgd | fix up NetBSD RCS Ids to match the standard, and the leading comment as to match as well. No functional changes.
|
1.10 |
| 04-Nov-1999 |
erh | branches: 1.10.2; Remove ELFNAME defines since they are defined in sys/exec_elf.h
|
1.9 |
| 25-Oct-1999 |
kleink | Update to match new SVR4-style definition names in <sys/exec_elf.h>.
|
1.8 |
| 22-Oct-1999 |
hannken | Undo last change. While these macros are defined in exec_elf.h, they are enclosed by `#ifdef _KERNEL'.
|
1.7 |
| 21-Oct-1999 |
erh | Remove ELFNAME macros which are already defines in exec_elf.h
|
1.6 |
| 15-Dec-1997 |
mrg | branches: 1.6.4; use MAP_PRIVATE|MAP_FILE
|
1.5 |
| 23-Oct-1997 |
enami | Work around GCC uninitialized variable warning.
|
1.4 |
| 18-Oct-1997 |
lukem | branches: 1.4.2; deprecate register, use memset/memmove instead of bzero/bcopy
|
1.3 |
| 17-Oct-1997 |
lukem | WARNSify, getopt returns -1 not EOF
|
1.2 |
| 03-Oct-1996 |
cgd | fix pasto: Elf_{Off,Word} rather than Elf32_{Off,Word}
|
1.1 |
| 29-Sep-1996 |
cgd | Add ECOFF and ELF32/ELF64 support, both written from scratch. Also, fix things so that on unexpected exit, no temporary file is left around.
|
1.4.2.1 |
| 23-Oct-1997 |
mellon | Pull rev 1.5 up from trunk
|
1.6.4.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.10.2.1 |
| 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|