adam
8fb1077425
correct location of corefile data segment
1994-06-15 08:24:25 +00:00
csgr
32ebc790cf
Bug reported by Jon-Dean Mountjoy <csjm@cs.ru.ac.za>
...
Paul Kranenburg's description:
ld is in error here, assuming that symbols with N_EXT set always have an
entry in the (global) symbol table: this is not the case for C++ generated
constructor/destructor symbols. I can reproduce your failure by fudging
a "multiply defined" constructor symbol by hand. Checking for `g == NULL'
seems to be a ok as a fence for now.
So:
for now, in do_file_warnings() we check if g == NULL, before trying to generate
any warning messages. This prevents a NULL pointer dereference.
1994-06-14 12:45:41 +00:00
ache
148d11b9e3
Add LIBREADLINE and LIBTERM to DPADD
1994-06-14 11:00:35 +00:00
rgrimes
82999a90dc
Clean up small error in the ncvs code that was causing rcs co to be
...
called with -K-Keoptions -Kioptions. This should fix the problem with
$Id$ still getting changed.
I am also install both ncvs and ocvs on freefall with this change as
ocvs still had the bug with -I \! which I fixed but did not reinstall.
1994-06-14 02:57:09 +00:00
ache
ff94b16f25
Remove PAGE_SIZE redifinition (from param.h)
1994-06-13 08:03:32 +00:00
ache
7bb3544ac8
Change includes in proper way, i.e.
...
"readline.h" --> <readline/readline.h>
Remove -I./readline from Makefile (again!)
1994-06-12 08:51:09 +00:00
paul
7fcf8d6de3
Moved -DTRAD_CORE from gdb/Makefile to bfd/Makefile
1994-06-11 16:20:42 +00:00
paul
68e5644760
Modev -DTRAD_CORE for gdb/Makefile to bfd/Makefile
1994-06-11 16:20:07 +00:00
paul
6ba86fb564
Put back -I${.CURDIR}/readline in Makefile.
...
The sources are just broken and given that an extra -I flag is going
to be needed it may as well be as above to guarantee that the library
will build.
1994-06-11 15:18:01 +00:00
paul
9e37a99838
Added kgdb subdir.
1994-06-10 16:51:29 +00:00
paul
984626bb63
Two files I "lost" the first time.
...
GDB4:
1994-06-10 15:57:46 +00:00
paul
38cc378c61
GDB-4.12 from ports with support for shlibs but not the kernel.
...
This is a greatly pared down version of the full gdb-4.12, all the
config stuff has been removed and the supporting libraries have
been stripped to a minimum. This is a 1.1.5 only port, I'll do a
more complete port for 2.0 which will have all the config stuff
and will install the gnu support libraries as system libraries like
we do for readline.
There wasn't much point for 1.1.5 since only gdb would use them so I
went for saving space instead. For 2.0 I'll config all the
other gnu tools to use them as well.
1994-06-10 13:42:18 +00:00
ache
4707366d36
Remove -I./readline, unneded with make includes
1994-06-10 07:35:49 +00:00
csgr
92a5206e4e
Make these Makefiles work properly when NOMAN is defined.
...
(I wish they just used bsd.prog.mk)
1994-06-05 21:57:16 +00:00
csgr
2bf3d34a8c
Manual pages are now installed via the bsd.man.mk macro, since the
...
existing arrangement in this makefile doesn't allow for compressed
manual pages.
1994-06-05 20:39:58 +00:00
ats
dee20cb856
Add the -r and -s flags to the Usage string.
1994-06-05 19:04:11 +00:00
alm
842f15f2ef
Call fpsetmask(3) so awk doesn't dump core on FP exceptions.
...
Upgrade to version 2.15.5
1994-05-31 18:58:00 +00:00
ache
0f8691556b
Back out previous change and allow uucico to run by others,
...
this required by several programs
1994-05-31 15:55:43 +00:00
ache
c04a28a46c
Don't need to restrict cu, it can be able to check permissions by itself
1994-05-31 07:47:39 +00:00
ache
4f20a0f76c
Allow uux and uucp to run by others,
...
we can got problems with various mailers in other case
1994-05-31 07:37:25 +00:00
ache
7b66d7143b
I forget to add BINGRP=$(group)
1994-05-31 05:46:42 +00:00
ache
48ebd7358e
Disallow uucp execution to others.
...
It maybe not so nice, but if any user can easily shut up your
mail feed with big file isn't nice too.
1994-05-31 05:37:12 +00:00
ache
8ea1c93a55
Allow group "dialer" to run cu
...
Disallow others to run cu
1994-05-31 05:23:39 +00:00
ache
c658162bed
Don't allow others to run uuconv
1994-05-31 05:13:08 +00:00
ache
a84b7d35b5
Don't allow others run uuchk
1994-05-31 05:11:12 +00:00
ache
d69fdd8b3f
Don't allow others run uuxqt
1994-05-31 05:09:03 +00:00
ache
dd4742288d
Don't allow others run uucico
1994-05-31 05:08:11 +00:00
ache
98c9c4b4c3
Change group to uucp group
1994-05-31 04:41:32 +00:00
csgr
da0b50cf15
Turn globbing on when a section number is specified, this makes things work
...
properly when /usr/share/man/man?/ contain gzipped unformatted pages.
1994-05-28 20:19:25 +00:00
csgr
65e5f0d8b7
Add comments to Makefile.inc's about libg++ and shlib nos.
1994-05-28 09:56:30 +00:00
csgr
4d20eac80b
Remove explicit specification of SHLIB major and minor nos.
1994-05-27 10:53:33 +00:00
csgr
ffb47aff46
Bump all minor nos. of libs in /usr/src/gnu/lib.
...
shlibs are now version 1.1
1994-05-26 08:17:25 +00:00
rgrimes
bd8aeda5ce
Got this fix from think.com:
...
The following two patches should allow the documented "-I !" option to
skip the ignore lists and import/update all files in the directory.
I need it to force certain files to import (ie, csh.a which is part of
the csh documentation).
1994-05-26 06:06:47 +00:00
ache
1f8ec9b7f6
Fix -z key, patch from Taylor
1994-05-25 20:14:52 +00:00
ache
b301e74e7a
Documentation added
1994-05-25 19:04:00 +00:00
rgrimes
24b879255a
Got this from think.com, nice patch to add Index: lines to cvs diff output
...
so you can put it right into patch.
Patch by Brian Berliner.
1994-05-24 08:16:26 +00:00
rgrimes
92898281c9
Enhancements to use now -K option to rcs so that certain keywords are
...
NOT touched by cvs. Only takes effect if -DFREEBSD_DEVELOPER, and installs
as ncvs when this is defined. You must also have the changes to rcs
for this to work.
1994-05-24 08:11:37 +00:00
ache
007929fd3a
Fix catman to produce zipped cats, like man does.
...
In other (old) case we have both kind of cats at once.
1994-05-23 22:13:36 +00:00
ache
2f00abd168
Fix multiply slash problem
1994-05-20 00:34:30 +00:00
jkh
25660f4add
A perfectly good libgnuregex.a and you can't use it! No header was being
...
installed. Do so now as gnuregex.h
1994-05-19 17:40:01 +00:00
ache
5b30536828
We have BROKEN_SETREUID by Taylor point of view
1994-05-17 23:15:30 +00:00
jkh
acccd62b13
Stop toasting folks' /etc/manpath.config files.
1994-05-17 12:50:36 +00:00
rich
f2d5e9a493
Add X11R6 to manpath in preprataion for XFree86 3.0.
1994-05-17 11:26:12 +00:00
rgrimes
985e589745
To truely have the OLD behavior of RCS by default make the expansion
...
of $FreeBSD$ false by default. This should keep them out
of the pre 2.x repository. (Or at least make them useless in it).
1994-05-15 22:15:14 +00:00
rgrimes
9a996abd90
Add -K option to pass keywordlists to rcs so we can disable and enable
...
specific keyword expansion on cvs co and cvs patch commands.
1994-05-14 10:51:13 +00:00
rgrimes
71e82a4ceb
No longer use FSYNC_ALL by default, we do not have the stability problems
...
with the system as we once did. This should greatly increase the speed
of rcs and therefore cvs.
1994-05-14 07:02:40 +00:00
rgrimes
f4ca4c5e6b
Add new option -K from David Dawes that allows you to turn on and off
...
specific keyword substitution during a rcs co command.
Add the new keyword FreeBSD that is IDENTICAL in operation to $Id$.
1994-05-14 07:00:23 +00:00
ache
0aad240af7
Make local changes more portable.
1994-05-14 01:18:07 +00:00
ache
b772d1e49f
Upgrade to readline 2.0 from bash1.14.1
1994-05-13 15:48:04 +00:00
rgrimes
f47e2d2e94
If you want no manual pages so NOMAN=, not MAN1=NOMAN!
1994-05-12 06:09:23 +00:00