Robert de Bath ded00c0d1c Import Dev86src-0.16.11.tar.gz 21 years ago
..
Makefile 673f690a37 Import Dev86src-0.16.4.tar.gz 10 years ago
README 9d97bc3cb3 Import Dev86src-0.12.4.tar.gz 10 years ago
compr.c e63c244cb2 Import Dev86src-0.12.0.tar.gz 10 years ago
env.c 3d4957c86f Import Dev86src-0.14.8.tar.gz 10 years ago
ft.c 673f690a37 Import Dev86src-0.16.4.tar.gz 10 years ago
grab.c 4c36e9a0c1 Import Dev86src-0.0.11.tar.gz 10 years ago
hd.c 673f690a37 Import Dev86src-0.16.4.tar.gz 10 years ago
line2.c 4c36e9a0c1 Import Dev86src-0.0.11.tar.gz 10 years ago
lines.c 4c36e9a0c1 Import Dev86src-0.0.11.tar.gz 10 years ago
ouch.c 4c36e9a0c1 Import Dev86src-0.0.11.tar.gz 10 years ago
rand.c 4c36e9a0c1 Import Dev86src-0.0.11.tar.gz 10 years ago
sync.c 4c36e9a0c1 Import Dev86src-0.0.11.tar.gz 10 years ago
ucomp.c 4c36e9a0c1 Import Dev86src-0.0.11.tar.gz 10 years ago
wc.c 4c36e9a0c1 Import Dev86src-0.0.11.tar.gz 10 years ago

README

Copyright (C) 1996 Robert de Bath
This file is part of the Linux-8086 C library and is distributed
under the GNU Library General Public License.

These are user level tools, they're being used to test libc routines.

env.c Prints the environment and arguments (Plus some junk)
compr.c Mini compression program (rather slow but squeezes better than compress)
ucomp.c Mini uncompression program (Very fast)
ft.c Multiple simple file tools.
hd.c Hex dump.
line2.c Print lines from /etc/passwd (stdio)
lines.c Print lines from /etc/passwd
ouch.c Signal test
size.c Size of Linux-i86 executables and object files.
sync.c :-)
wc.c Word,line and character counts.
grab.c Grabs _all_ available memory (3GB+ on Linux-i386) then frees
rand.c Generates random numbers and pipes them to 'hd'

-Robert