unix-history/.git
29 years agoI see no reason why a profiled version of this library should
Jordan K. Hubbard [Tue, 21 Jun 1994 16:00:55 +0000 (16:00 +0000)]
I see no reason why a profiled version of this library should
not be available (if desired); make it possible.

29 years agoThis has been installing `gcrt0.o' for awhile, which would be fine except
Jordan K. Hubbard [Tue, 21 Jun 1994 15:21:28 +0000 (15:21 +0000)]
This has been installing `gcrt0.o' for awhile, which would be fine except
that gcc expects to find it as `mcrt0.o'.  Who's naming convention is the more
correct is hard to say, but this change is the less intrusive so I'm
going with it.  Profiling is broken without it.

29 years agoWhoops - I missed a commit; EXTRACT scripts were misnamed. Correct.
Jordan K. Hubbard [Tue, 21 Jun 1994 12:42:56 +0000 (12:42 +0000)]
Whoops -  I missed a commit; EXTRACT scripts were misnamed.  Correct.

29 years ago1. Increase number of inodes for kcopy floppy; we've currently run out.
Jordan K. Hubbard [Tue, 21 Jun 1994 11:02:38 +0000 (11:02 +0000)]
1. Increase number of inodes for kcopy floppy; we've currently run out.
2. Get kcopy and filesystem images from current directory since we
   now build them here; a clean rule is now all that's needed to make
   the crunch stuff complete.

29 years agoCommit a small change to allow FreeBSD to install on a different drive.
Jordan K. Hubbard [Mon, 20 Jun 1994 06:05:16 +0000 (06:05 +0000)]
Commit a small change to allow FreeBSD to install on a different drive.
The kernel configs already support this, so with a boot floppy or a utility
like booteasy, the user should be able to install and boot off the second drive.
Hurrah.

29 years agoMake BOOTWAIT a truly tunable parameter. It was hard-set before.
Jordan K. Hubbard [Mon, 20 Jun 1994 04:32:40 +0000 (04:32 +0000)]
Make BOOTWAIT a truly tunable parameter.  It was hard-set before.

29 years agoCommit some additional changes for making this work with obj dirs.
Jordan K. Hubbard [Mon, 20 Jun 1994 03:39:59 +0000 (03:39 +0000)]
Commit some additional changes for making this work with obj dirs.

29 years agoRemove bogus -lcrypt line.
Jordan K. Hubbard [Sun, 19 Jun 1994 20:39:30 +0000 (20:39 +0000)]
Remove bogus -lcrypt line.

29 years agoAdd Atsushi Murai as responsible for Buslogic driver code.
Jordan K. Hubbard [Sat, 18 Jun 1994 10:31:49 +0000 (10:31 +0000)]
Add Atsushi Murai as responsible for Buslogic driver code.

29 years agoFixes from Bruce Evans:
Jordan K. Hubbard [Fri, 17 Jun 1994 21:50:07 +0000 (21:50 +0000)]
Fixes from Bruce Evans:

o insecure and inconsistent permissions for tape devices.
o didn't make the DOSpartition wd devices.

29 years agoRemove slstat from Makefile; I don't know WHERE it was imported, but
Jordan K. Hubbard [Fri, 17 Jun 1994 21:23:21 +0000 (21:23 +0000)]
Remove slstat from Makefile; I don't know WHERE it was imported, but
it sure wasn't here!

29 years agoAdd entry for the new PCMCIA ethernet adapter code (ze0).
Jordan K. Hubbard [Fri, 17 Jun 1994 19:29:05 +0000 (19:29 +0000)]
Add entry for the new PCMCIA ethernet adapter code (ze0).

29 years agoReach a reasonable compromise with Atsushi-san over the whole
Jordan K. Hubbard [Fri, 17 Jun 1994 19:05:57 +0000 (19:05 +0000)]
Reach a reasonable compromise with Atsushi-san over the whole
Buslogic driver situation.  He would like to give users the option
of using his new driver and I don't want to enable it by default,
so I'm checking it in here for reference purposes only.  This should
go away for 2.0 and we should find ourselves with only ONE driver
again, once we've got a best-of-both-worlds solution implemented
and properly tested.

29 years agoRemove comments about IP multicast changes causing rlogin/ftpd warnings:
Jordan K. Hubbard [Fri, 17 Jun 1994 17:43:27 +0000 (17:43 +0000)]
Remove comments about IP multicast changes causing rlogin/ftpd warnings:
They're gone now.

29 years agoRemove reference to the ld.so man page - ain't no such animal.
Jordan K. Hubbard [Fri, 17 Jun 1994 17:22:16 +0000 (17:22 +0000)]
Remove reference to the ld.so man page - ain't no such animal.
Reported by John Lind.

29 years agoFrom: Gill Kloepfer Jr. <gil@limbic.ssdl.com>
Paul Traina [Fri, 17 Jun 1994 16:57:03 +0000 (16:57 +0000)]
From: Gill Kloepfer Jr. <gil@limbic.ssdl.com>
Verified by: pst

> The DIOCSBAD ioctl sets a bad block table (is almost suredly called by
> the bad144 utility) and changes the memory-resident bad block table.  The
> problem is that bad144intern() is not called after the "disk" structure has
> been changed, so that the internal bad144 table will become out-of-sync with
> the one in the disk structure.

29 years agoAdded a set of parans to an expression to make things a bit more clear.
David Greenman [Fri, 17 Jun 1994 16:31:51 +0000 (16:31 +0000)]
Added a set of parans to an expression to make things a bit more clear.

29 years agoReturn EBADF if the fp passed in is NULL. Problem pointed out by Joe Greco.
David Greenman [Fri, 17 Jun 1994 16:29:56 +0000 (16:29 +0000)]
Return EBADF if the fp passed in is NULL. Problem pointed out by Joe Greco.

29 years agoadd slstat to the list of subdirectories.
Paul Richards [Fri, 17 Jun 1994 14:33:49 +0000 (14:33 +0000)]
add slstat to the list of subdirectories.

29 years agoWhoops, last commit on this file should have read "modified rss rlimit
David Greenman [Fri, 17 Jun 1994 13:38:21 +0000 (13:38 +0000)]
Whoops, last commit on this file should have read "modified rss rlimit
to be 1/2 of free memory instead of 2/3 of free memory to work better
without pagescan".

29 years agoFix from Bruce Evans. There were missing sets of parantheses:
David Greenman [Fri, 17 Jun 1994 13:32:07 +0000 (13:32 +0000)]
Fix from Bruce Evans. There were missing sets of parantheses:

1. The checks for the standard data selectors were botched, so %ss == 0
   and probably %cs == 0 were allowed.  A fix is enclosed.  The checks
   for the standard selectors could be omitted without losing anything
   since the standard selectors pass the valid_ldt_sel() tests.

29 years agoAdjusted act_count increments to better cope with a world without pagescan.
David Greenman [Fri, 17 Jun 1994 13:29:15 +0000 (13:29 +0000)]
Adjusted act_count increments to better cope with a world without pagescan.

29 years agoAdded sea driver (Seagate ST01/02, FD TMC-950, possibly other SCSI host
Sean Vickery [Fri, 17 Jun 1994 06:56:59 +0000 (06:56 +0000)]
Added sea driver (Seagate ST01/02, FD TMC-950, possibly other SCSI host
adaptors) to GENERICAH kernel.

Please don't anyone scream at this -- it's going in for the 1.1.5 Alpha test
that Jordan's doing this weekend.  If it works poorly, I'll fix it or just
remove it from the GENERIC kernel.

29 years agoThis commit was generated by cvs2svn to track changes on a CVS vendor
Paul Richards [Fri, 17 Jun 1994 06:42:39 +0000 (06:42 +0000)]
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.

29 years agoslstat - report serial line IP statistics: bytes in/out, packets
Paul Richards [Fri, 17 Jun 1994 06:42:39 +0000 (06:42 +0000)]
slstat - report serial line IP statistics: bytes in/out, packets
in/out, errors, compressed, and uncompressed packets in/out.

29 years agoJohn Capo's changes to make the fixit floppy image work; I didn't even
Jordan K. Hubbard [Thu, 16 Jun 1994 20:13:11 +0000 (20:13 +0000)]
John Capo's changes to make the fixit floppy image work; I didn't even
bother looking at this file before! :)

29 years agoCorrect fscale problem. I belive its about time to nuke this version
Gary Clark II [Thu, 16 Jun 1994 17:47:39 +0000 (17:47 +0000)]
Correct fscale problem.  I belive its about time to nuke this version
in the FAQ tree.

29 years agoFix comment about 8-bit clean tcsh
Andrey Chernov [Thu, 16 Jun 1994 17:16:31 +0000 (17:16 +0000)]
Fix comment about 8-bit clean tcsh

29 years agoAdd commented out STARTUP_LOCALE with explanation
Andrey Chernov [Thu, 16 Jun 1994 17:13:53 +0000 (17:13 +0000)]
Add commented out STARTUP_LOCALE with explanation

29 years agoAdded Seagate ST012/02, Future Domain 8xx/950 SCSI controller cards
Sean Vickery [Thu, 16 Jun 1994 13:50:16 +0000 (13:50 +0000)]
Added Seagate ST012/02, Future Domain 8xx/950 SCSI controller cards
to list of supported hardware.

29 years agoMade a call which was to sleep() use tsleep() instead.
Sean Vickery [Thu, 16 Jun 1994 13:26:14 +0000 (13:26 +0000)]
Made a call which was to sleep() use tsleep() instead.

29 years agoOnly comment added to console entry:
Andrey Chernov [Thu, 16 Jun 1994 12:34:53 +0000 (12:34 +0000)]
Only comment added to console entry:

# If you want to be asked for password, change "secure" to "insecure" here

29 years agoI'll leave the addition of the line, but there's just absolutely no
Jordan K. Hubbard [Thu, 16 Jun 1994 12:14:08 +0000 (12:14 +0000)]
I'll leave the addition of the line, but there's just absolutely no
way I'm going to allow this to be set to secure.  People blow their
password files away all the time, and I am not at all keen to lose the
ability to get them recovered with the simple expedient of a single-user
boot.

29 years agoChoose secure single-user mode by default
Andrey Chernov [Thu, 16 Jun 1994 11:13:44 +0000 (11:13 +0000)]
Choose secure single-user mode by default

Without this entry init.bsdi don't ask root password when it goes
to sigle-user. This entry must present here in any case,
subject of arguing can be only default mode, I mean
"secure" or "insecure" here. Please consider this entry
like template and change "insecure" to "secure" if you
are _shure_, but not back out whole line.

# This entry needed for asking password when init goes to single-user mode
console none unknown off insecure

29 years agoCorrect minor foratting anomoly caused by last commit.
David Greenman [Thu, 16 Jun 1994 10:09:47 +0000 (10:09 +0000)]
Correct minor foratting anomoly caused by last commit.

29 years agoRan this through indent. John is going to hate me.
David Greenman [Thu, 16 Jun 1994 08:53:55 +0000 (08:53 +0000)]
Ran this through indent. John is going to hate me.

29 years agoRan this puppy through indent with my own home brew set of options. The
David Greenman [Thu, 16 Jun 1994 08:27:21 +0000 (08:27 +0000)]
Ran this puppy through indent with my own home brew set of options. The
code was really needing it after being tugged on a bunch over the past
three months.

29 years agoIncrease loopback delay for successfull probe of Boca
Andrey Chernov [Thu, 16 Jun 1994 08:08:44 +0000 (08:08 +0000)]
Increase loopback delay for successfull probe of Boca
internal modem M2400I

29 years agochpass was writing incorrect entries to /etc/passwd.
Geoff Rehmet [Thu, 16 Jun 1994 08:01:19 +0000 (08:01 +0000)]
chpass was writing incorrect entries to /etc/passwd.
(This was caused by the fast update code being incorrect).

Cops reports:
Warning!  Passwd file, line 48, does not have 7 fields:
        g91v3505:*:107:123::0:0:Stuart van Onselen:/home/g91v3505:/usr/local/bin/tcsh
(The line above is in master.passwd format!)

To fix this: we provide 2 interfaces to pw_copy() , namely
pw_copy() (which behaves as before) and pw_copy_insecure(),
which does the stuff needed to update /etc/passwd.  The original
pw_copy() routine now becomes a back end for these 2 routines.
(not the most elegant fix, but it works for 1.1.5 !!! grrrr)

29 years agoThis is the IBM/National PCMCIA ethernet driver from Keith Moore,
Jordan K. Hubbard [Thu, 16 Jun 1994 05:32:10 +0000 (05:32 +0000)]
This is the IBM/National PCMCIA ethernet driver from Keith Moore,
based originally on work by David Greenman and adapted to FreeBSD
(and cleaned up a bit) by myself.  It supports the IBM Credit Card
Adapter for the IBM Thinkpad, and I've had no trouble making it work
on my Toshiba T1910 with a National `InfoMover' NE4100 PCMCIA ethernet
card (I'm commiting this message through it right now :-).

This is actually sneaking it in after feature-freeze, but it's just
too useful to pass up!  As always, necessity is a mother.

29 years agoChanged delay mechanism to rely more on I/O spinning. If spinning on the
Adam David [Thu, 16 Jun 1994 03:53:29 +0000 (03:53 +0000)]
Changed delay mechanism to rely more on I/O spinning. If spinning on the
like this is bad news, it will have to be revised.
Shortened some verbose messages for when the kernel is loaded below 640k.
Updated version number.

29 years agoDisable pagescan daemon for now. It's an interesting idea, but consumes
David Greenman [Thu, 16 Jun 1994 02:55:28 +0000 (02:55 +0000)]
Disable pagescan daemon for now. It's an interesting idea, but consumes
lots of CPU time on slow machines. The downside of disabling this is
that compiles on 4MB machines will slow down by about 10% on fast CPU
machines.

29 years agoMake loses argument information.
Paul Traina [Thu, 16 Jun 1994 01:53:24 +0000 (01:53 +0000)]
Make loses argument information.
Fix courtesy of CMU's release notes for building AUIS (Andrew).

29 years agofix incorrect sense of defined(DEBUG).
Adam David [Thu, 16 Jun 1994 00:45:02 +0000 (00:45 +0000)]
fix incorrect sense of defined(DEBUG).
only do '(skipping) strip' if NOSTRIP defined.
Normal DEBUG behaviour as per Rich and Rod

29 years agoFlags 0x80 now means enable the diags, not disable.
Jordan K. Hubbard [Wed, 15 Jun 1994 23:28:07 +0000 (23:28 +0000)]
Flags 0x80 now means enable the diags, not disable.

29 years agoThe whole COM_QUIET thing is just too gross - our kernel is already way
Jordan K. Hubbard [Wed, 15 Jun 1994 23:26:42 +0000 (23:26 +0000)]
The whole COM_QUIET thing is just too gross - our kernel is already way
too verbose as it is!  I've reversed it and made it COM_VERBOSE, which
people can enable if _they really want to_.  I'll change the doc as well

29 years agoSince we're using syscons now, make ^H the backspace character by
Jordan K. Hubbard [Wed, 15 Jun 1994 22:58:49 +0000 (22:58 +0000)]
Since we're using syscons now, make ^H the backspace character by
default (ack ack, evil evil, but easier than changing syscons at this
late hour).

29 years agoChanges from Paul Kranenburg which bring us into sync with his sources:
Paul Richards [Wed, 15 Jun 1994 22:41:19 +0000 (22:41 +0000)]
Changes from Paul Kranenburg which bring us into sync with his sources:

 handling of errors through the standard err() and warn()
 more fixes for Geoff Rehmet's NULL pointer bug.
 fixes NULL pointer bugs when linking mono and nested X servers.
 supports a `-nostdlib' option.
 accept object files without a symbol table
 don't attempt dynamic linking when `-A' is given

a few variable names have chaged (desc -> fd), and the formatting has
changed which should make it much easier to track his sources.

I tested 'make world' for /usr/src and X twice with these changes.

29 years agoChanged MDEC_OPT=BOOTWAIT= to BOOTWAIT=
Adam David [Wed, 15 Jun 1994 21:32:38 +0000 (21:32 +0000)]
Changed MDEC_OPT=BOOTWAIT= to BOOTWAIT=

29 years agoBack out MDEC_OPT as it is totally unnecessary. I must have got confused over
Adam David [Wed, 15 Jun 1994 21:30:28 +0000 (21:30 +0000)]
Back out MDEC_OPT as it is totally unnecessary. I must have got confused over
the subtle differences between -DFOO=0 and FOO=0.

Is there a better way of reverting to a previous version if noone else has
touched the file? At the moment the version number has been incremented by
two, and the file not changed.

29 years ago1. Fill out the crunch target - this should do the trick (we'll see).
Jordan K. Hubbard [Wed, 15 Jun 1994 21:21:50 +0000 (21:21 +0000)]
1. Fill out the crunch target - this should do the trick (we'll see).
2. Remove the NOOBJ line - we want an object dir now.

29 years agoWhoops, missed the .cache files - those can be tossed too.
Jordan K. Hubbard [Wed, 15 Jun 1994 21:19:59 +0000 (21:19 +0000)]
Whoops, missed the .cache files - those can be tossed too.

29 years agoNuke all the intermediate files.
Jordan K. Hubbard [Wed, 15 Jun 1994 21:19:23 +0000 (21:19 +0000)]
Nuke all the intermediate files.

29 years agoAdd crunch to list of things to build.
Jordan K. Hubbard [Wed, 15 Jun 1994 21:08:47 +0000 (21:08 +0000)]
Add crunch to list of things to build.

29 years agoAdd a beep to the load_fd stuff for each floppy insert request so
Jordan K. Hubbard [Wed, 15 Jun 1994 21:04:04 +0000 (21:04 +0000)]
Add a beep to the load_fd stuff for each floppy insert request so
that you can read a book and load the floppy distribution at the same
time.. :-)

29 years agoRemove the --exclude libc.so.1.1 line; with a static gzip and tar we
Jordan K. Hubbard [Wed, 15 Jun 1994 21:02:36 +0000 (21:02 +0000)]
Remove the --exclude libc.so.1.1 line; with a static gzip and tar we
no longer need it, and it's just one more thing we would have to remember
to change with every shared lib version bump.

29 years agoInstall manpath.config and mail.rc properly, and directly from the src
Jordan K. Hubbard [Wed, 15 Jun 1994 20:43:20 +0000 (20:43 +0000)]
Install manpath.config and mail.rc properly, and directly from the src
tree now (rather than having a local copy.

29 years agoadded comments for how to use CCFPU and MDEC_OPT
Adam David [Wed, 15 Jun 1994 20:24:16 +0000 (20:24 +0000)]
added comments for how to use CCFPU and MDEC_OPT

29 years agoadded MDEC_OPT for passing options to bootblock compilation.
Adam David [Wed, 15 Jun 1994 20:21:00 +0000 (20:21 +0000)]
added MDEC_OPT for passing options to bootblock compilation.
It would be nice if someone who understands sys/Makefile to add similar
functionality there too :-)

29 years agoCommit Rod's magic EXTRACT scripts to the tree so that we can work on
Jordan K. Hubbard [Wed, 15 Jun 1994 20:15:12 +0000 (20:15 +0000)]
Commit Rod's magic EXTRACT scripts to the tree so that we can work on
them.  These were al hand-copied over before.

29 years agoLots of changes:
Jordan K. Hubbard [Wed, 15 Jun 1994 20:14:29 +0000 (20:14 +0000)]
Lots of changes:

1. Properly use ${.CURDIR} now instead of hardcoded relative dirs.
2. Use ${BINOWN} and ${BINGRP} everywhere instead of root/wheel
3. Add target for copying over EXTRACT scripts (and add them here).
4. Start thinking about crunched floppy target (not in yet, next commit).

29 years ago1. Bump minimum root size to 8MB (we need that much now).
Jordan K. Hubbard [Wed, 15 Jun 1994 19:23:33 +0000 (19:23 +0000)]
1. Bump minimum root size to 8MB (we need that much now).
2. Bump version number to 1.1.5 for impending release.

29 years agoMake gzip static by default. This is needed because it's such a
Jordan K. Hubbard [Wed, 15 Jun 1994 19:16:58 +0000 (19:16 +0000)]
Make gzip static by default.  This is needed because it's such a
frequent companion to tar.

29 years agoMake tar static by default. Don't scream, you'll thank me for this
Jordan K. Hubbard [Wed, 15 Jun 1994 19:16:04 +0000 (19:16 +0000)]
Make tar static by default.  Don't scream, you'll thank me for this
someday.

29 years agoFrom Hellmuth Michaelis, reviewed by Bruce Evans: This enables
Jordan K. Hubbard [Wed, 15 Jun 1994 19:09:14 +0000 (19:09 +0000)]
From Hellmuth Michaelis, reviewed by Bruce Evans:  This enables
the keyboard clock rather than incorrectly disabling it.

29 years agomake BOOTWAIT loopcount parameter available for tuning.
Adam David [Wed, 15 Jun 1994 18:15:17 +0000 (18:15 +0000)]
make BOOTWAIT loopcount parameter available for tuning.
This changes nothing unless f.e. -DBOOTWAIT=0 or -DBOOTWAIT=640000 is used

29 years agoCHanged MAXMEM to ISMAXMEM for safety
Paul Richards [Wed, 15 Jun 1994 14:35:30 +0000 (14:35 +0000)]
CHanged MAXMEM to ISMAXMEM for safety

29 years agoMake DESTDIR work properly.
Jordan K. Hubbard [Wed, 15 Jun 1994 11:28:38 +0000 (11:28 +0000)]
Make DESTDIR work properly.

29 years ago1. Clean the intermediate files when building the default fixit floppy
Jordan K. Hubbard [Wed, 15 Jun 1994 10:49:34 +0000 (10:49 +0000)]
1. Clean the intermediate files when building the default fixit floppy
   (demonstration) target.
2. Add the kcopy and filesystem floppy configuration files from Rod.

29 years agoThis is the new crunch utility for making distribution floppies from
Jordan K. Hubbard [Wed, 15 Jun 1994 10:33:49 +0000 (10:33 +0000)]
This is the new crunch utility for making distribution floppies from
James da Silva.  We need to integrate this before 1.1.5 so that we can
actually make the boot floppies.

29 years agoThis commit was generated by cvs2svn to track changes on a CVS vendor
Jordan K. Hubbard [Wed, 15 Jun 1994 10:33:49 +0000 (10:33 +0000)]
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.

29 years agoBack out nostdinc change (discussion still in progress)
Andrey Chernov [Wed, 15 Jun 1994 10:14:41 +0000 (10:14 +0000)]
Back out nostdinc change (discussion still in progress)

29 years agocorrect location of corefile data segment
Adam David [Wed, 15 Jun 1994 08:24:25 +0000 (08:24 +0000)]
correct location of corefile data segment

29 years agostty `stty -g` was broken, corrected typos vmin --> min, vtime --> time
Adam David [Wed, 15 Jun 1994 05:40:20 +0000 (05:40 +0000)]
stty `stty -g` was broken, corrected typos vmin --> min, vtime --> time

29 years agoBring back bounce buffer support code from revision 1.14
Jordan K. Hubbard [Wed, 15 Jun 1994 04:19:23 +0000 (04:19 +0000)]
Bring back bounce buffer support code from revision 1.14

29 years ago(verbosely) skip the strip -x in the case of config -g
Adam David [Wed, 15 Jun 1994 00:55:57 +0000 (00:55 +0000)]
(verbosely) skip the strip -x in the case of config -g

29 years agoRevert to previous version of this driver (1.19) until we figure
Jordan K. Hubbard [Tue, 14 Jun 1994 18:22:54 +0000 (18:22 +0000)]
Revert to previous version of this driver (1.19) until we figure
how how to make the 1.20 version work properly.  I did not attempt to
bring any changes from the 1.20 version back in, so if there are any bugs
that reappear as a result of this, plesae let me know ASAP!  Most people
had good results with this version, so I'm not too worried.

29 years agoslight improvement to last commit.
David Greenman [Tue, 14 Jun 1994 17:49:42 +0000 (17:49 +0000)]
slight improvement to last commit.

29 years agoSuggested by Bruce Evans - initialize eflags.
David Greenman [Tue, 14 Jun 1994 17:31:52 +0000 (17:31 +0000)]
Suggested by Bruce Evans - initialize eflags.

29 years agoRemove SYSCONS - no longer needed since syscons is the default in the
Jordan K. Hubbard [Tue, 14 Jun 1994 15:28:17 +0000 (15:28 +0000)]
Remove SYSCONS - no longer needed since syscons is the default in the
GENERIC* kernels, and LINT gives all the other relevant syscons options.

Add a new kernel configuration file suitable for building laptop kernels.
It's small and supports things like PS/2 mice out of the box.

29 years agoBug reported by Jon-Dean Mountjoy <csjm@cs.ru.ac.za>
Geoff Rehmet [Tue, 14 Jun 1994 12:45:41 +0000 (12:45 +0000)]
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.

29 years agoRemove CXXFLAGS from here, handled in another place
Andrey Chernov [Tue, 14 Jun 1994 11:46:52 +0000 (11:46 +0000)]
Remove CXXFLAGS from here, handled in another place

29 years agoAdd -nostdinc, when DESTDIR
Andrey Chernov [Tue, 14 Jun 1994 11:45:04 +0000 (11:45 +0000)]
Add -nostdinc, when DESTDIR

29 years agoDPADD added
Andrey Chernov [Tue, 14 Jun 1994 11:05:19 +0000 (11:05 +0000)]
DPADD added

29 years agoCorrect name: libterm.a --> libtermcap.a
Andrey Chernov [Tue, 14 Jun 1994 11:02:17 +0000 (11:02 +0000)]
Correct name: libterm.a --> libtermcap.a

29 years agoAdd LIBREADLINE and LIBTERM to DPADD
Andrey Chernov [Tue, 14 Jun 1994 11:00:35 +0000 (11:00 +0000)]
Add LIBREADLINE and LIBTERM to DPADD

29 years agoBack out removing 'Escape ...' if VDISABLE,
Andrey Chernov [Tue, 14 Jun 1994 10:47:57 +0000 (10:47 +0000)]
Back out removing 'Escape ...' if VDISABLE,
breaks tradition

29 years agoChange /usr/lib/libskey.a in DPADD to ${LIBSKEY}
Geoff Rehmet [Tue, 14 Jun 1994 08:44:02 +0000 (08:44 +0000)]
Change /usr/lib/libskey.a in DPADD to ${LIBSKEY}
needed for compile with DESTDIR set to work.

29 years agoAdd entries for LIBSKEY
Geoff Rehmet [Tue, 14 Jun 1994 08:41:58 +0000 (08:41 +0000)]
Add entries for LIBSKEY

29 years agoTouch the $Revision$ string to cause a cvs revision update of the boot
Rod Grimes [Tue, 14 Jun 1994 07:31:42 +0000 (07:31 +0000)]
Touch the $Revision$ string to cause a cvs revision update of the boot
code (ie, should now print Revision 1.13).

29 years agoFixes from John Dyson to fix a cache coherency problem with the VM
David Greenman [Tue, 14 Jun 1994 03:41:10 +0000 (03:41 +0000)]
Fixes from John Dyson to fix a cache coherency problem with the VM
object cache when using NFS.

29 years agoClean up small error in the ncvs code that was causing rcs co to be
Rod Grimes [Tue, 14 Jun 1994 02:57:09 +0000 (02:57 +0000)]
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.

29 years agoFix flag punning bug which would cause IFF_ALTPHYS interfaces to generate
Garrett Wollman [Tue, 14 Jun 1994 02:05:38 +0000 (02:05 +0000)]
Fix flag punning bug which would cause IFF_ALTPHYS interfaces to generate
zero-entry RIP packets.  Reported by Mark Taylor.

29 years agoAdded comment about registerd and kpasswdd not working in 1.x.
Garrett Wollman [Mon, 13 Jun 1994 22:41:04 +0000 (22:41 +0000)]
Added comment about registerd and kpasswdd not working in 1.x.
Deleted commented-out line which would start mountd; that's not
the right pplace to do it (don't confuse the users).
Should probablyhave uncommented rpc.rstatd, but didn't.

29 years agoAdd LIBREADLINE?= ...
Andrey Chernov [Mon, 13 Jun 1994 22:03:57 +0000 (22:03 +0000)]
Add LIBREADLINE?= ...

29 years agoRemove CXXFLAGS, unneeded here now
Andrey Chernov [Mon, 13 Jun 1994 21:50:02 +0000 (21:50 +0000)]
Remove CXXFLAGS, unneeded here now

29 years agoPrint out "Escape character ..." only if it is not
Andrey Chernov [Mon, 13 Jun 1994 21:40:22 +0000 (21:40 +0000)]
Print out "Escape character ..." only if it is not
equal _POSIX_VDISABLE

29 years agoRemove a conflicting prototype for malloc(),
Geoff Rehmet [Mon, 13 Jun 1994 21:33:50 +0000 (21:33 +0000)]
Remove a conflicting prototype for malloc(),
which was causing the compile to fail when DESTDIR is set.

29 years agoHack to allow libg++ to compile properly when DESTDIR is defined.
Geoff Rehmet [Mon, 13 Jun 1994 21:02:48 +0000 (21:02 +0000)]
Hack to allow libg++ to compile properly when DESTDIR is defined.
This involves adding -I${DESTDIR}/usr/include/${CXX} to the
compiler flags when C++ code is being compiled.

This needs to be revisited for 2.0.

29 years agoISOFS fixed from Bruce Evans:
Jordan K. Hubbard [Mon, 13 Jun 1994 20:19:35 +0000 (20:19 +0000)]
ISOFS fixed from Bruce Evans:

1. Make month array static so that it's not allocated all the time.
2. Correct application of timezone offset.