386BSD 0.1 development
[unix-history] / usr / othersrc / public / utree-3.03um / MANIFEST
CommitLineData
9c6a1b95
WJ
1
2 UTREE 3.03e-um - screen oriented filesystem utility
3 MANIFEST, klin, Mon Apr 13 15:34:52 1992
4
5------------------------------------------------------------------------------
6
7 bin - Utree executable directory
8 doc - Utree manual and documentation
9 lib - Utree library files
10 src - Utree source directory
11 sup - Additional support routines from PD
12 sys - Some system dependent make and conf files
13 tst - Some simple test programs for configuration
14
15 README - Readme first
16 MANIFEST - This file
17 COPYRIGHT - Copyright and distribution notice
18 CHANGES - Changes since utree version 3.00-um
19 TODO - Ideas for further extensions
20 Makefile - Makefile for exes, manual and installation
21
22 src/Makefile - Makefile for utree executable
23 src/cmds.h - Command definitions
24 src/conf.h - System dependent definitions
25 src/defs.h - General definitions
26 src/help.h - Help page definitions
27 src/hist.h - Shell execution and history definitions
28 src/keys.h - Keyboard and key definitions
29 src/list.h - Tree and file list definitions
30 src/term.h - Terminal and screen definitions
31 src/vars.h - Variable definitions
32 src/bind.c - Key binding routines
33 src/comm.c - Common commands for tree and file screen
34 src/echo.c - Utree input and output routines
35 src/edit.c - Line editor
36 src/file.c - File screen menu and functions
37 src/help.c - Help page menu and functions
38 src/hist.c - Shell execution and command history
39 src/list.c - Directory and file list handling
40 src/main.c - Main routine
41 src/stat.c - File status functions
42 src/term.c - Tty and screen handling
43 src/tree.c - Directory tree screen menu and functions
44 src/util.c - Utility routines
45 src/vars.c - Utree variable routines
46 src/vers.c - Utree version and history
47 src/utree.prlist.c - Filter for formatted tree list files
48 src/patchlevel.h - Containing current patch level
49
50 bin/utree.backup - Example backup shell script (SYSV)
51 bin/utree.mklist - Example create tree list shell script
52 bin/utree.mklist2 - Alternate utree.mklist from R. Gebhardt
53 bin/qtree - Shell script for quick startup
54 bin/xtree - Shell script for running utree in xterm
55
56 lib/utree.help - Utree help pages
57 lib/utree.binding - Example keybinding file ($HOME/.utree-term)
58 lib/utree.startup - Example startup file ($HOME/.utree)
59
60 doc/utree.m - Utree manual page in nroff format
61 doc/utree.1 - Formatted manual page
62 doc/utree.p - Postscript manual page
63 doc/utree.prlist.m - Utree.prlist manual page in nroff format
64 doc/utree.prlist.1 - Formatted manual page
65 doc/utree.prlist.p - Postscript manula page
66
67 sup/README - Readme for varargs v[fs]printf
68 sup/getopt.c - PD command line option parser getopt(3)
69 sup/vsprintf.c - PD varargs sprintf(3)
70 sup/vfprintf.c - PD varargs fprintf(3) (not used by utree)
71
72 sys/Makefile.286 - UNIX V/286 compatible (MSC on SCO UNIX/386)
73 sys/conf.h.286
74 sys/Makefile.AIX - AIX 3.1 (IBM RS/6000)
75 sys/conf.h.AIX
76 sys/Makefile.APP - DomainIX 9.5 (BSD4.2 and SystemV)
77 sys/conf.h.APP Siemens WS30/360, Apollo Domain DN4500
78 sys/Makefile.BSD - BSD 4.2/4.3 (Generic)
79 sys/conf.h.BSD
80 sys/Makefile.CON - ConvexOS 8.1 (Convex C120)
81 sys/conf.h.CON
82 sys/Makefile.M16 - MUNIX V2/07 (PCS Cadmus 9230, MC68010)
83 sys/conf.h.M16
84 sys/Makefile.M32 - MUNIX V3M3.2 (PCS Cadmus 9600, MC68020)
85 sys/conf.h.M32
86 sys/Makefile.MIPS - RISC/os 4.51 (MIPS RC3230, R3000)
87 sys/conf.h.MIPS
88 sys/Makefile.RCU - MUNIX V3R3.2 (PCS Cadmus 9900, MIPS R[23]000)
89 sys/conf.h.RCU derived from MIPS RISC/os 4.00
90 sys/Makefile.SCO - SCO UNIX System V/386 3.2
91 sys/conf.h.SCO
92 sys/Makefile.SEQ - Dynix i386 (Sequent Symmetrie)
93 sys/conf.h.SEQ
94 sys/Makefile.SGI - IRIX V.3.2 (Silicon Graphics)
95 sys/conf.h.SGI
96 sys/Makefile.SUN - SunOS 4.1.x (SUN4, SPARC)
97 sys/conf.h.SUN
98 sys/Makefile.ULT - Ultrix-32 3.1 (DECstation, VAXstation)
99 sys/conf.h.ULT
100 sys/Makefile.V.2 - System V.2 (Generic)
101 sys/conf.h.V.2
102 sys/Makefile.V.3 - System V.3 (Generic)
103 sys/conf.h.V.3
104 sys/Makefile.V.4 - System V.4 (UNIX/386)
105 sys/conf.h.V.4
106 sys/Makefile.VAX - 4.3 BSD UNIX (DEC VAX/750)
107 sys/conf.h.VAX
108 sys/Makefile.X23 - SCO XENIX SysV 2.3.2 386GT
109 sys/conf.h.X23
110
111 tst/fionread.c - Test ioctl(FIONREAD)
112 tst/sigwinch.c - Test signal SIGWINCH and ioctl(TIOCGWINSZ)
113 after resizing a terminal window under X.
114
115------------------------------------------------------------------------------