#
bf198cc6 |
| 25-Jan-2019 |
millert <millert@openbsd.org> |
I am retiring my old email address; replace it with my OpenBSD one.
|
#
1a0915b6 |
| 13-Aug-2015 |
miod <miod@openbsd.org> |
Grow -P (POSIX output) and -t (POSIX output radix) support. Several 3rd-party software depend upon this.
Requested by feinerer@, ok millert@; manpage bits ok jmc@
|
#
c4fd534d |
| 23-Jun-2015 |
semarie <semarie@openbsd.org> |
This patch ensure that when an error is detected, the freed variables in elf_symloadx() are reinitialised.
Else show_file() in nm.c will used these variables, even if they has just been freed. (nm.c
This patch ensure that when an error is detected, the freed variables in elf_symloadx() are reinitialised.
Else show_file() in nm.c will used these variables, even if they has just been freed. (nm.c +689).
Problem found by afl.
ok miod@
show more ...
|
#
96272ccb |
| 17-May-2015 |
guenther <guenther@openbsd.org> |
Add -D option for displaying the dynamic symbol table
ok miod@
|
#
e9fb207d |
| 09-Oct-2004 |
millert <millert@openbsd.org> |
My MMAP/MUNMAP macros are too simple to copyright so place this in the public domain. OK mickey@
|
#
5b19ca8c |
| 09-Oct-2004 |
mickey <mickey@openbsd.org> |
move out elf code into elf.c and generate 32 and 64 versions of it; allow operation on size-mixed host-target as well as ensianess for both a.out and elf (though a.out 64bit probably does not exist ;
move out elf code into elf.c and generate 32 and 64 versions of it; allow operation on size-mixed host-target as well as ensianess for both a.out and elf (though a.out 64bit probably does not exist ;) tested on hppa-sparc64-i386-vax intermixen
show more ...
|