NetBSD/lib/libterminfo
mrg 4c92852a80 remove almost all the ability to build netbsd with an a.out target.
we're ELF now, and there are many missing checks against OBJECT_FMT.
if we ever consider switching, the we can figure out what new ones
we need but for now it's just clutter.

this doesn't remove any of the support for exec_aout or any actually
required-for-boot a.out support, only the ability to build a netbsd
release in a.out format.  ie, most of this code has been dead for
over a decade.

i've tested builds on vax, amd64, i386, mac68k, macppc, sparc, atari,
amiga, shark, cats, dreamcast, landisk, mmeye and x68k.  this covers
the 5 MACHINE_ARCH's affected, and all the other arch code touched.
it also includes some actual run-time testing of sparc, i386 and
shark, and i performed binary comparison upon amiga and x68k as well.


some minor details relevant:
- move shlib.[ch] from ld.aout_so into ldconfig proper, and cut them
  down to only the parts ldconfig needs
- remove various unused source files
- switch amiga bootblocks to using elf2bb.h instead of aout2bb.h
2010-07-06 05:59:50 +00:00
..
Makefile remove almost all the ability to build netbsd with an a.out target. 2010-07-06 05:59:50 +00:00
compile.c Use _ti_get_token instead of strsep when parsing termcap entries. 2010-03-02 14:11:11 +00:00
compiled_terms.c Store the generated compiled terminfo descriptions so that we can build 2010-02-12 12:18:33 +00:00
curterm.c libterminfo can now compile a single terminfo description which allows 2010-02-22 23:05:39 +00:00
genhash Abort an error. 2010-03-03 12:09:49 +00:00
genman Abort an error. 2010-03-03 12:09:49 +00:00
genterms Abort an error. 2010-03-03 12:09:49 +00:00
genthash Abort an error. 2010-03-03 12:09:49 +00:00
hash.c Don't try to map obsolete termcap bc and nl to terminfo. 2010-02-12 10:18:56 +00:00
setupterm.c Embed ansi, dumb, vt100, vt220 and wsvt25 compiled terminal descriptions 2010-02-11 00:27:09 +00:00
shlib_version
term.c Implement captoinfo so that we can convert $TERMCAP into $TERMINFO. 2010-02-26 00:09:00 +00:00
term.h Implement captoinfo so that we can convert $TERMCAP into $TERMINFO. 2010-02-26 00:09:00 +00:00
term_private.h Use _ti_get_token instead of strsep when parsing termcap entries. 2010-03-02 14:11:11 +00:00
termcap.3 More markup. 2010-02-04 09:12:55 +00:00
termcap.c area is now used 2010-07-04 07:30:33 +00:00
termcap.h
termcap_hash.c Don't try to map obsolete termcap bc and nl to terminfo. 2010-02-12 10:18:56 +00:00
termcap_map.c Don't try to map obsolete termcap bc and nl to terminfo. 2010-02-12 10:18:56 +00:00
terminfo.3 More markup. 2010-02-04 09:12:55 +00:00
terminfo.5.in '>' replacement for HTML output, be explicit about slash. 2010-02-26 07:03:49 +00:00
ti.c Fix build issues on other hosts. 2010-02-04 09:46:26 +00:00
tparm.c
tputs.c Fix an array bounds check - fixes PR lib/42793. 2010-02-12 10:36:07 +00:00