Go to file
Poul-Henning Kamp 37c32e9f3a ***
WARNING:  THIS MATERIAL MIGHT GO AWAY!
This material needs the core-groups approval to stay here for the 2.0 release.
If the core-group does not concent to this commit, it will be backed out.
***

It is a non-gpl'ed "unzip" which will allow execution of a.out files which
have been sent through "gzip -9".  The idea being saved disk-space.

Just now this code has quality rating:  "working prototype".

To compress a file to be used with this, do it exactly this way:

gzip -9 -v < /bin/FOO > /tmp/FOO
remember to chmod /tmp/FOO as needed.

DON'T compress all of you binaries right away !  There are several things
which you should consider first:

1. Using compressed binaries, you use >MUCH< more VM, and thus swap-space.

2. It is slow.

3. It might crash your machine.

Apart from that, I welcome comments...

NB:  There is also a change to sys/conf/files, but cvs core-dumped on me,
so it didn't get into the logs or emailed, but the commit seems to have
happended OK.
1994-10-03 05:23:01 +00:00
bin Skip 'cua' 3 chars like 'tty' 3 chars 1994-10-02 14:11:32 +00:00
eBones
etc
games
gnu Make ~%take work: ignore \r 1994-10-02 23:10:39 +00:00
include Don't install symlink frame.h -> machine/frame.h. <frame.h> is nonstandard 1994-10-03 04:15:54 +00:00
lib
libexec
lkm
release
sbin
secure
share Added entrys for GCC and cleaned it up more. 1994-10-03 04:28:03 +00:00
sys *** 1994-10-03 05:23:01 +00:00
tools/regression/usr.bin/sed
usr.bin Document router advertisement and solicitation messages in ICMP input 1994-10-02 18:45:32 +00:00
usr.sbin Allow multicast NTP. 1994-10-02 18:05:48 +00:00
COPYRIGHT
CVS-INFO
HW.TROUBLE
Makefile
TODO