freebsd kernel with SKQ
Go to file
peter 2e47243854 Rewrite part of the compression support so that it does not leave
files in /var/tmp.  Sup needs to send the file size, so that
prevents running gzip in a pipeline (sigh).

It now opens a temporary file, and immediately unlinks it.  It sends
gzip's output to the temp file, and when gzip is done, it rewinds the
file and sends it. When the last fd is closed, the file storage is
reclaimed.  With luck, this will stop those 15MB
gzip < emacs-19.30.tgz > /var/tmp/tmp.xxxx files from being left behind
and blowing out /var on freefall.

While I have the platform, let me quote a fortune entry which sup reminds
me of:  "It is a crock of sh!t, and it stinks!"
1996-09-06 15:40:08 +00:00
bin eek, how did that happen? I must have committed something left over from 1996-09-03 14:24:44 +00:00
contrib Implement a horrible (but simple) hack to allow some control over the 1996-09-03 23:19:51 +00:00
eBones Fix my typo here from last commit. 1996-09-02 23:49:09 +00:00
etc /usr/share/sgml/ISO for ISO entity definitions. 1996-09-05 20:01:09 +00:00
games Fixed DPADD. 1996-09-05 17:16:10 +00:00
gnu Make button highlighting more visible on B/W displays. 1996-09-06 09:36:45 +00:00
include install rpc header files 1996-09-01 17:54:25 +00:00
lib Don't smash attributes when turning color values off. This was submitted 1996-09-06 05:55:48 +00:00
libexec Fixed DPADD. 1996-09-05 17:16:10 +00:00
lkm `struct linker_set execsw_set' was declared as const and pointers in it 1996-09-03 22:52:27 +00:00
release Close a security hole in anonymous ftp setup. 1996-09-06 05:58:27 +00:00
sbin Make the noauto flag usable for swap devices too. Closes PR#1542 1996-09-06 06:01:05 +00:00
secure cmp -s || install -c --> install -C 1996-08-30 04:07:04 +00:00
share Do the right thing even if the source tree is a bunch of symlinks, say 1996-09-06 06:30:57 +00:00
sys Partial merge of RELENG_2_1_0 -> HEAD (addition of Intel 82439HX chip text). 1996-09-06 09:21:48 +00:00
tools Oops, two tiny typos. Serves me right for making a "Just a tiny change!" 1996-09-05 19:19:18 +00:00
usr.bin Add a timeout flag so that failing operations can at least be caught 1996-09-06 05:24:05 +00:00
usr.sbin Rewrite part of the compression support so that it does not leave 1996-09-06 15:40:08 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile - cosmetic change to 'make world' 1996-08-30 22:35:30 +00:00