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
97d7a9e33f
Added section and entry annotations.
1997-01-11 03:19:32 +00:00
Joshua Peck Macdonald
20307d5eea
Add missing info section name.
1997-01-11 03:11:35 +00:00
Joshua Peck Macdonald
0e4dbbc03c
Add the missing annotations.
1997-01-11 03:07:52 +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
Andrey A. Chernov
8ef1c5d67a
Add -f to ln
1997-01-06 19:27:17 +00:00
Andrey A. Chernov
42446c543a
Use contrib version now
1997-01-05 16:19:58 +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
Joerg Wunsch
65fb557e51
Pull the fix from rev 1.31.2.1; i've accidentally committed it to
...
2.2 first.
1996-12-26 18:47:11 +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
Jordan K. Hubbard
fac5450c4f
Somewhere along the way, multiple targets started working and nobody
...
noticed.
1996-12-14 16:40:05 +00:00
Jordan K. Hubbard
ae5b2dcf86
Add another hateful global to libdialog (what the heck, there are already
...
so many). For now, the only extended attribute implemented is NO ECHO,
useful for things like passwords. See TESTS/input2.c for an example.
This should go into 2.2.
1996-12-14 16:14:21 +00:00
Jordan K. Hubbard
fb46ad63d7
Line up some of these OK boxes properly again.
1996-12-12 11:05:59 +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
Mark Murray
d6eb2faa42
Fix libmp to be more Berkely compatible.
...
This is a very safe 2.2 candidate.
Submitted by: Nick Sayer <nsayer@quack.kfu.com>
1996-12-07 13:03:29 +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
Andrey A. Chernov
19d1a09b3d
Not have saved setuid anymore
1996-12-06 22:55:31 +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
Jordan K. Hubbard
40b8bc74b7
Allow baud rate of 230400.
...
Submitted-By: Andrew L.Davydov <davydov@ns.okbmei.msk.su>
1996-12-02 12:12:19 +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
Joerg Wunsch
857bb723a2
Disable the inclusion of the Posix regexp stuff into libgnuregexp.
...
We've already got it in libc, but both libraries are incompatible
wrt. their header files and internal data structures. This
incompatibility caused the expr(1) on the fixit floppy to mysteriously
dump core for the colon operator.
Strong 2.2 candidate, since it fixes the usage of MAKEDEV on the fixit
floppy. I'd like to get it reviewed by somebody else though.
Observed by: andreas
1996-11-16 22:53:45 +00:00
Jordan K. Hubbard
a4a3782b70
STL object files missing from libstdc++ - fix.
...
This closes PR#1975 and was on my TODO list, so I'm breaking my own "no more
commits before I fly!" rule and taking care of this, since it was at the
very top and Peter shamed me in to taking care of it. This is definitely
a 2.2 candidate.
Submitted-By: Mark Diekhans <markd@Grizzly.COM>
1996-11-15 18:09:09 +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