Andrey A. Chernov
62fe88f9af
Add unsigned char cast to ctype macros
1997-10-23 02:08:16 +00:00
Andrey A. Chernov
8b50620f9a
Add (unsigned char) casts to ctype macros
1997-10-23 01:43:00 +00:00
James Raynard
70ebe6afcb
<gnuregex.h> is rather old and breaks AWK's regex matching. Use a newer
...
version instead.
1997-10-19 13:39:55 +00:00
Andrey A. Chernov
d4efecb283
Do not use gawk random, we have better one in libc
1997-10-15 14:01:31 +00:00
James Raynard
4475598f18
Makefile for contributed version of awk.
1997-10-14 18:32:38 +00:00
James Raynard
60e8807fae
Remove old version of awk.
1997-10-14 18:29:32 +00:00
Jordan K. Hubbard
d1b7206119
Fix improperly re-entrant code which caused the menu spammage we've
...
been seeing since 2.2.1.
Pointed-in-the-right-direction by: phk
1997-10-12 12:09:46 +00:00
Peter Wemm
5c97f357a9
#include <machine/tss.h> explicitly
1997-10-10 12:53:27 +00:00
Peter Wemm
67b76a559b
If kerberos is installed and enabled in make.conf, activate cvs's kserver
...
hooks. This is a lot safer than 'cvs pserver'.
1997-10-10 04:03:17 +00:00
Joerg Wunsch
a73927ee24
Include optional support for HDB-style config files, so the true masochists
...
can get their rights as well. ;-) The default remains, of course, Taylor
config.
Demanded by: some people on -hackers
I think this is safe enough to go into RELENG_2_2 as well, if there's
demand.
1997-10-07 07:23:28 +00:00
Jordan K. Hubbard
97fe7f477f
Changes to support full make parallelism (-j<n>) in the world
...
target.
Reviewed by: <many different folks>
Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su>
1997-10-05 09:40:24 +00:00
Joerg Wunsch
b71ec8cc29
Nevermind... Wolfram already did it, but added the file (IMHO wrong)
...
to the contrib area so i didn't see it.
NB: RELENG_2_2 is still missing it (what's why i didn't see it in the
first place).
1997-09-29 14:27:55 +00:00
Joerg Wunsch
5b9dc35332
Add a stub man page for psroff(1).
1997-09-29 14:24:35 +00:00
Peter Wemm
a1aae50cc5
_G_VTABLE_LABLE_PREFIX is different between ELF and a.out
...
('_vt.' vs '__vt$')
1997-09-20 09:58:49 +00:00
Poul-Henning Kamp
d030d2d2ae
Many places in the code NULL is used in integer context, where
...
plain 0 should be used. This happens to work because we #define
NULL to 0, but is stylistically wrong and can cause problems
for people trying to port bits of code to other environments.
PR: 2752
Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
1997-09-18 14:08:40 +00:00
Joerg Wunsch
c6850a7698
Sigh, there's always one more buffer overflow. :-(
...
This one hinted to by the recently posted exploit (although not exploited by
it).
1997-09-16 08:33:52 +00:00
Wolfram Schneider
753da33042
Add a genclass.1 manpage.
1997-09-15 19:18:59 +00:00
Wolfram Schneider
11210c4ed5
Add a simple manpage.
1997-09-15 16:08:56 +00:00
Andrey A. Chernov
40d7476321
Fix neqn building:
...
1) Move it after Makefile.inc included since it uses DIST_DIR from there
2) Add neqn.sh dependance
1997-09-15 01:56:29 +00:00
Wolfram Schneider
c455f09b2d
Add a simple manpage.
1997-09-14 23:43:22 +00:00
Wolfram Schneider
5227e33604
Add some UUCP manpages.
1997-09-14 13:04:26 +00:00
Wolfram Schneider
7126e7d523
Add some UUCP manpages.
1997-09-13 21:44:49 +00:00
Wolfram Schneider
f6b31571f6
spelling corrections.
...
PR: docs/4450
Submitted by: josh@quick.net
1997-09-13 16:01:53 +00:00
John Polstra
170fa4e888
Touch up the code that implements "ldd -v".
...
Bring the style of sods.c into better conformance. Add code to
print the contents of each datum being relocated. Correct the logic
that distinguishes between programs, shared libraries, and object
files. Make the entire program "-Wall" clean.
1997-09-02 21:54:39 +00:00
John-Mark Gurney
46657c7e77
fix a few spelling changes
...
Submitted by: Josh Gilliam
Closes PR's: 4429, 4431-4438
PS: He has agreed to submit all contrib fixes back to the original author.
1997-08-30 12:22:49 +00:00
John-Mark Gurney
0abdc26a0d
fix misspelling
...
Submitted-by: Josh Gilliam
Closes PR:4426
1997-08-30 11:08:06 +00:00
Søren Schmidt
cf302734e1
Dont use an internal function called warn it clashes with libc.
...
Allows ELF compile.
1997-08-29 16:14:20 +00:00
Peter Wemm
3d9616690c
Insert first cut of hooks for compiling under ELF.
1997-08-29 14:02:14 +00:00
Peter Wemm
7e48c2c416
Insert hooks for building under elf.
1997-08-29 13:58:08 +00:00
David E. O'Brien
e983bbadc0
Real skeleton manpage for install-info
...
(someone that actually knows what it really does (I don't use info) really
should try to put some meat in this)
1997-08-29 09:10:22 +00:00
Joerg Wunsch
bc151cdc8c
Major Ooops. I've overlooked a few calls to scanident() in my last commit.
...
Submitted by: rbezuide@oskar.nanoteq.co.za (Reinier Bezuidenhout)
1997-08-27 17:18:30 +00:00
Steve Price
bd673ff4e7
.Ar -l -> .Fl l
...
PR: docs/3682
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
1997-08-23 21:59:41 +00:00
Steve Price
3511ae5bba
Add missing *roff macros to correct display about -V option.
...
PR: docs/4162
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp
1997-08-23 15:50:53 +00:00
John-Mark Gurney
ffc946a350
bin to BIN{OWN,GRP} and add Id line
1997-08-23 05:26:32 +00:00
Peter Wemm
d1eca759eb
Fix missed optimisation in "Attic/" stripping code in $CVSHeader$
...
Submitted by: jdp
1997-08-22 06:59:08 +00:00
Peter Wemm
d4ba5766dd
Add -R (rescan or refresh) option to rescan and rebuild the hints
...
file based on the previous list of directories stored there which
should overcome a weakness of the '-m' switch which can only add
libs. This is an ideal way of updating the hints list after adding
or removing a shlib since it will remove entries that are gone and
doesn't need to have all the directories spelled out each time.
(eg: rm -f /usr/lib/libtcl75*; ldconfig -R) This only works for
version 2 hints files (which we've been generating for a year or
so) which store the path.
1997-08-22 04:42:12 +00:00
Bruce Evans
4963bbb24d
Backed out previous commit. mp.h is installed from libmp and should not
...
be installed from here.
1997-08-21 15:51:51 +00:00
David E. O'Brien
88d1479a58
Added to RELENG_2_2 via tagging.
1997-08-21 08:26:55 +00:00
John-Mark Gurney
0426565f90
change bin to BINOWN and BINGRP
...
Reviewed-by: joerg
1997-08-21 03:28:07 +00:00
Nate Williams
39f2a9e2db
- In dlsym(), if the lookup fails using the original symbol, prepend an
...
underscore and try looking it up again. This is a non-issue if we
switch to ELF.
Reviewed by: sef, jdp
1997-08-19 23:33:45 +00:00
Peter Wemm
0b5711950f
Redo the $CVSHeader$ support to use code from David Dawes as in XFree86.
...
The stuff I hacked together didn't strip out "/Attic/" for files
on branches when the HEAD version was cvs rm'ed.
1997-08-19 11:17:37 +00:00
Andreas Klemm
91234c7966
during the ,beforeinstall' target mp.h has to be installed as well
...
to /usr/include. Otherwise chkey and newkey can't be compiled
properly during make world.
1997-08-17 21:24:06 +00:00
Peter Wemm
839dac029a
Don't accidently compress "sh" or there are unfortunate consequences.
...
PR: 4220
Submitted-by: Dag-Erling Coidan Smørgrav <finrod@pugwash.priv.no>
1997-08-09 15:34:40 +00:00
Joerg Wunsch
66457fe332
Fix a buffer overflow condition (that causes a security hole in suidperl).
...
Closes: CERT Advisory CA-97.17 - Vulnerability in suidperl
Obtained from: (partly) the fix in CA-97.17
1997-08-08 20:53:59 +00:00
John Polstra
7e7344e2f4
Implement dlsym(RTLD_NEXT, symbol).
1997-08-02 04:56:44 +00:00
Bruce Evans
d1ef093383
Support 4MB pages.
1997-07-27 18:29:04 +00:00
Jun-ichiro itojun Hagino
87fc08e0db
small change to prevent "modules" to be modified twice, on the following
...
execution sequences:
% easy-import -n foobaa
% easy-import foobaa
Reviewed by: joerg_wunsch@uriah.heep.sax.de
1997-07-15 16:48:01 +00:00
John Dyson
0d3f410b50
Add some Pentium and PentiumPro opcodes and registers.
1997-07-15 07:56:53 +00:00
Bruce Evans
64bb6c3420
Don't define HOST_DATA_START_ADDR, since gdb works without it the
...
previous definition doesn't work on BSD4.4Lite[2] derived systems
without the changes in rev.1.27 of kern_proc.c.
1997-07-13 14:31:54 +00:00
Jordan K. Hubbard
571b472b20
Allow ldconfig to accept files (containing directory paths) as well as
...
directory paths.
Reviewed by: jkh & jdp
Submitted by: Hans Zuidam <hans@brandinnovators.com>
1997-07-11 14:45:41 +00:00