]> Zhao Yanbai Git Server - minix.git/commit
import libterminfo, terminfo.db and stat command
authorVivek Prakash <vivekprakash@acm.org>
Mon, 18 Jul 2011 13:53:57 +0000 (15:53 +0200)
committerBen Gras <ben@minix3.org>
Mon, 18 Jul 2011 14:17:14 +0000 (16:17 +0200)
commit51e66a47d88f32e577d34ec883630a1acb2fb223
treeecbbc07a4788d92e4aa7220158ac201860cdb463
parent49cab1c73cb9020b90a02d49166d6760e0fa30da
import libterminfo, terminfo.db and stat command
41 files changed:
commands/less/less/Makefile
docs/UPDATING
etc/mtree.sh
etc/mtree/minix.tree
lib/Makefile
lib/libterminfo/Makefile [new file with mode: 0644]
lib/libterminfo/compile.c [new file with mode: 0644]
lib/libterminfo/compiled_terms.c [new file with mode: 0644]
lib/libterminfo/curterm.c [new file with mode: 0644]
lib/libterminfo/genhash [new file with mode: 0755]
lib/libterminfo/genman [new file with mode: 0755]
lib/libterminfo/genterms [new file with mode: 0755]
lib/libterminfo/genthash [new file with mode: 0755]
lib/libterminfo/hash.c [new file with mode: 0644]
lib/libterminfo/minix-config.inc [new file with mode: 0644]
lib/libterminfo/minix-port.patch [new file with mode: 0644]
lib/libterminfo/setupterm.c [new file with mode: 0644]
lib/libterminfo/shlib_version [new file with mode: 0644]
lib/libterminfo/term.c [new file with mode: 0644]
lib/libterminfo/term.h [new file with mode: 0644]
lib/libterminfo/term_private.h [new file with mode: 0644]
lib/libterminfo/termcap.3 [new file with mode: 0644]
lib/libterminfo/termcap.c [new file with mode: 0644]
lib/libterminfo/termcap.h [new file with mode: 0644]
lib/libterminfo/termcap_hash.c [new file with mode: 0644]
lib/libterminfo/termcap_map.c [new file with mode: 0644]
lib/libterminfo/terminfo.3 [new file with mode: 0644]
lib/libterminfo/terminfo.5.in [new file with mode: 0644]
lib/libterminfo/ti.c [new file with mode: 0644]
lib/libterminfo/tparm.c [new file with mode: 0644]
lib/libterminfo/tputs.c [new file with mode: 0644]
share/Makefile
share/terminfo/Makefile [new file with mode: 0644]
share/terminfo/minix-port.patch [new file with mode: 0644]
share/terminfo/terminfo [new file with mode: 0644]
tools/nbsd_ports
usr.bin/Makefile
usr.bin/tic/Makefile [new file with mode: 0644]
usr.bin/tic/minix-port.patch [new file with mode: 0644]
usr.bin/tic/tic.1 [new file with mode: 0644]
usr.bin/tic/tic.c [new file with mode: 0644]