Joshua Peck Macdonald
c83a75eb30
Changes to make ld demangle C++ symbol names before printing
...
error messages containing them.
Reviewed by: Peter Wemm
1997-01-11 05:51:03 +00:00
Joshua Peck Macdonald
00e161baed
Same. This wasn't installed before either.
1997-01-11 04:07:35 +00:00
Joshua Peck Macdonald
0c6dc986d0
Same.
1997-01-11 04:03:05 +00:00
Joshua Peck Macdonald
d49ce3c9e1
Same. This wasn't even in the old dir file.
1997-01-11 03:58:39 +00:00
Joshua Peck Macdonald
11a399494c
Same.
1997-01-11 03:52:45 +00:00
Joshua Peck Macdonald
9f716d6403
Same deal.
1997-01-11 03:50:21 +00:00
Joshua Peck Macdonald
ae0f6792aa
Same deal.
1997-01-11 03:41:14 +00:00
Joshua Peck Macdonald
976aabbe02
Same thing.
1997-01-11 03:32:01 +00:00
Joshua Peck Macdonald
c99a979d99
Forgot a TAB.
1997-01-11 03:31:08 +00:00
Joshua Peck Macdonald
b0321ca170
Same thing.
1997-01-11 03:26:53 +00:00
Joshua Peck Macdonald
a4ec48ef58
Getting tired of writing same thing.
1997-01-11 03:24:24 +00:00
Joshua Peck Macdonald
dfc62077a2
Add the missing annotations.
1997-01-11 02:59:52 +00:00
Joshua Peck Macdonald
c60f669c14
Clearing out the old stuff, its all in contrib now.
1997-01-11 02:32:23 +00:00
John Polstra
775f9cd54d
For "ldd -v", print shared object dependencies that were specified as
...
pathnames (rather than as "-lfoo") correctly.
Closes PR bin/2404.
1997-01-10 02:51:00 +00:00
Mike Pritchard
00f7ecb490
Fix some file descriptor leaks. Closes PR# 2392.
...
2.2 candidate.
1997-01-09 14:50:42 +00:00
Satoshi Asami
f654421bef
Typo, "%d" -> "%s". This caused tar to print things like
...
tar: Can't change to directory 282656 : No such file or directory
1997-01-07 10:43:40 +00:00
Jordan K. Hubbard
1e97817fad
Remove bogus redeclaration of setenv().
...
Fixes make world failure #3 for today (part of an ongoing series).
1997-01-07 06:26:19 +00:00
Jordan K. Hubbard
655ad55f9c
Fix bogosity with gdb documentation path.
...
Submitted-By: Chuck Robey <chuckr@glue.umd.edu> (with fix from me)
1997-01-07 04:41:18 +00:00
Bruce Evans
fd0a86436e
Use ${COPY} instead of -C for installing non-source files. crt*.o
...
should be installed using the same flag as libraries, but ${COPY}
is currently used for libraries.
1997-01-01 04:52:55 +00:00
Bruce Evans
015a0dc2e4
Use ${COPY} instead of -c for installing non-source files.
1997-01-01 04:22:23 +00:00
Steven Wallace
43d7fd0390
Fix spelling error in manpage.
1996-12-26 21:51:09 +00:00
Poul-Henning Kamp
328f21ee08
Remove a couple of private malloc() implementations, one of which
...
was unused afterall.
1996-12-23 20:21:35 +00:00
Andrey A. Chernov
9730ef2973
Even more buffer overflow fixes
...
Change CATMODE to 0644, because group man not used
Add immutable sbit to man binary, so if user even got man uid,
he can't replace man binary with fake one
Should go to 2.2
Submitted by: Marc Slemko <marcs@znep.com> with small editing by me
1996-12-19 10:45:16 +00:00
Andrey A. Chernov
7a81e58e55
Fix many buffer overflows, sprintf -> snprintf
...
Fix manpath dirs count overflow
Should be in 2.2
1996-12-18 20:55:26 +00:00
Andrey A. Chernov
a49b39f8d4
Fix my popen fix: conditionalize saving/restoring of euid
...
Should be in 2.2
1996-12-18 20:07:49 +00:00
Andrey A. Chernov
64919fdd33
Drop man priveledges before popen and restore them after it, because
...
it is possible to execute system command from f.e groff
Should be in 2.2
1996-12-18 19:46:21 +00:00
Mike Pritchard
487990280d
Correct some xrefs/mlinks.
1996-12-14 23:27:20 +00:00
Mike Pritchard
2eea2d2aba
Convert to mdoc format.
...
Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR# 2134
1996-12-09 07:57:54 +00:00
Mike Pritchard
5a2964f7c9
Minor formatting fixes.
...
Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR # 2134.
1996-12-09 07:26:04 +00:00
Mike Pritchard
1364c9e2fc
Fix a spelling error.
1996-12-09 07:00:17 +00:00
Mike Pritchard
a66c11682b
Convert man page to mdoc format.
...
Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR# 2154
1996-12-09 06:59:17 +00:00
Joerg Wunsch
6aeb9e664f
Merge tar's version of rtapelib, namely the changes as of rev 1.2.
...
Both files used to be identical previously, so they are again now.
1996-12-08 14:19:50 +00:00
Satoshi Asami
25c1416b06
Remove /usr/ucb and /usr/local/mh/bin from MANPATH_MAP, we don't ship
...
the system with these (and the mh port doesn't install there either).
Comment out /usr/X386/bin in MANPATH_MAP, it is already commented out
in MANDATORY_MANPATH.
2.2 candidate, I guess. I can't even imagine why these stuff were
still there!
1996-12-07 23:32:37 +00:00
Andrey A. Chernov
efca252ab2
Disable seteuid/setegid back, I overlook one place where
...
SETEUID chacked before SETREUID
1996-12-07 00:16:04 +00:00
Andrey A. Chernov
f7b6171d98
Enable seteuid, setegid
1996-12-06 22:59:56 +00:00
Nate Williams
e744d38673
Added support for '-T' and '-B' (text and binary) file recognition by
...
peeking inside of Chris Torek's stdio library internals. This is
similar to the code used for other systems, but didn't work on CT's new
implementation.
Submitted by: Gary Kline <kline@tera.com>
1996-12-03 21:56:15 +00:00
Bruce Evans
45f4c7f97c
Made the synopsis in the man page conform to the style guide.
...
Made the usage message conform to the style guide.
Don't use the implementation variable `__progname'.
1996-11-30 16:12:46 +00:00
Andrey A. Chernov
9e232727ad
Use LC_TIME=C
1996-11-26 08:45:28 +00:00
Peter Wemm
b988beb8f9
make the Usage string match reality
...
Submitted by: faried nawaz <fn@uidaho.edu>, PR#2075
1996-11-22 13:58:03 +00:00
David E. O'Brien
a33b54a061
Added reminder to edit the parent Makefile to add what you just imported.
1996-11-22 08:28:32 +00:00
Jordan K. Hubbard
13ea765008
Gnu tar has problems creating an archive which contains a file with a hard
...
link to another file which has a long (>=100 char) name. When listing such
an archive, the name of the link is truncated to 99 characters, and when
extracting such an archive, an error is reported because it is trying to
create a hard link to a file which doesn't exist. This patch fixes that
problem and has also been sent to the GNU maintainers.
Closes PR#1992
Submitted-By: David Dawes <dawes@landfill.physics.usyd.edu.au>
1996-11-12 18:15:42 +00:00
John Dyson
d35c63edaa
Add the PPro %cr4 register to the supported registers in the
...
assembler.
1996-11-11 19:03:51 +00:00
John Polstra
566b4de9c1
Document that "ldconfig -m" rescans all directories previously
...
entered into the hints file, in addition to the directories named
on the command line.
2.2 Candidate.
1996-11-09 20:26:19 +00:00
John Polstra
d66f9d22f7
Fixed a bug in the handling of the directories in the search path
...
that is stored in the hints file. If that search path contained
a non-existent directory (one, say, that had been removed), and
"ldconfig -m /a/perfectly/good/directory" was run, ldconfig returned
an error status without printing an error message. This caused
some confusing bombs when installing ports, in particular.
I changed it so that non-existent directories from the stored search
path are silently ignored. Only non-existent directories named
explicitly on the command line are treated as errors. Also, a
diagnostic is printed if and only if an error status is returned.
In an unrelated fix, ldconfig now silently ignores any directories
named on the command line when the "-r" option is given. Formerly,
these directories incorrectly made their way into the "search
directories" line of the listing. It really should be an error to
specify directories together with "-r", but I don't have time to
fix the manual page in that way right now.
2.2 Candidate.
1996-11-08 02:12:40 +00:00
Wolfram Schneider
5402df3cfa
Not hang in the downcase routine.
...
Submitted by: Trevor Blackwell tlb@viaweb.com
2.1.6/2.2 Candidate
1996-11-05 23:35:16 +00:00
Steve Price
e2a59009ba
Change -I$(.CURDIR) to -I. in CFLAGS. As Bruce pointed out
...
$(...) is bad style and without -I. this program would not
compile unless ${.OBJDIR} == ${.CURDIR}.
Submitted by: bde
1996-11-04 16:14:16 +00:00
Steve Price
f542f7ff84
Get rid of bogus #ifdef's.
1996-11-04 04:36:31 +00:00
Steve Price
485f6985a7
Upgrade to dc version 1.0 which comes bundled with
...
bc version 1.03.
1996-11-04 04:24:33 +00:00
Steve Price
defb499d08
Cleanup -Wall warnings added with upgrade to version 1.03.
1996-11-04 03:59:35 +00:00
Steve Price
7e0d34dec8
Upgrade to version 1.03.
1996-11-04 03:55:26 +00:00