OpenBSD CVS

src/usr.bin/elf2aout/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / elf2aout

Current tag: OPENBSD_4_3


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile (in the Attic) [Hide]  1.1.1.1   27 years  graichen   import of elf2aout - required for the pmax and taken from the NetBSD elftools - ...
[TXT] elf2aout.1 (in the Attic) [Hide]  1.10   16 years  jmc   convert to new .Dd format;
[TXT] elf2aout.c (in the Attic) [Hide]  1.6   18 years  djm   malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks suggested...