freebsd-skq/gnu/usr.bin
bde 11a6354f43 Quick fix for attempts to free non-malloc()ed memory. The variables
current_file_name and current_link_name sometimes point into the
middle of malloc()ed memory and sometimes point to alloca()ed memory,
but free() is sometimes called on them.  This seems to be harmless
for the usual tar operations, but it is usually fatal for `tar -W'.
E.g., for `cd /etc; tar Wcf /tmp/foo rc', at the start of
verify_volume(), current_file_name points to alloca()ed memory, and
tar attempts to free it.
2001-02-18 01:06:13 +00:00
..
as Arange the f* floating point instructions to match binutils 2.9.1. 1999-11-28 01:11:35 +00:00
awk Update for the newly-updated gawk-3.0.6. 2000-08-15 10:47:38 +00:00
bc Update for 1.0.5a. 2000-01-16 10:21:28 +00:00
binutils - Add #defines for the symbol names of the kernel interrupt, system 2001-01-10 18:15:25 +00:00
cc Make cc' and cpp0' staticly linked binaries in this development version 2001-02-17 09:46:41 +00:00
cpio $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
cvs Typo police. 2000-11-20 20:37:49 +00:00
dc $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
dialog Include sys/types.h 2000-10-16 07:11:30 +00:00
diff s/dir.h/dir.c/ 1999-11-26 12:29:48 +00:00
diff3 $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
gdb/doc A bandaid to try and make this buildable. This should probably be 2000-03-20 10:52:28 +00:00
gperf Style tweaks. 2000-10-13 12:22:47 +00:00
grep This file was not regenerated for the latest import, thus the 2000-12-13 15:54:14 +00:00
groff Install the stock (as supplied by groff(1) distribution) tmac.an 2000-12-06 17:02:33 +00:00
gzip Use mktemp -t to respect TMPDIR 2000-11-19 13:10:11 +00:00
ld mdoc(7) police: split punctuation characters + misc fixes. 2001-02-01 16:38:02 +00:00
man Fix broken -L for short locale names. 2001-02-16 12:28:30 +00:00
patch Add `_PATH_DEVZERO'. 2000-12-09 09:35:55 +00:00
perl When setproctitle() moved from libutil to libc, we forgot to back the 2001-02-13 05:19:56 +00:00
ptx This commit was manufactured by cvs2svn to create branch 'JB'. 1998-01-10 23:00:07 +00:00
rcs Ack, missed a CVSHeader reference in a switch. *blush* 2000-01-11 11:55:26 +00:00
sdiff $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
send-pr Assume that the submitter knows what he is doing and order the 2001-01-07 18:42:28 +00:00
sort Create temporary filenames securely, don't just number them sequentially. 2000-11-11 00:18:04 +00:00
tar Quick fix for attempts to free non-malloc()ed memory. The variables 2001-02-18 01:06:13 +00:00
texinfo Add additional path for info to /usr/X11R6/info. This will allow 2000-04-01 15:30:57 +00:00
Makefile Only build the a.out as' and ld' if "WANT_AOUT" is defined. 2000-12-15 19:49:28 +00:00
Makefile.inc $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00