unix-history/.git
30 years agoPut back the bt0 that some one deleted....
Rod Grimes [Wed, 23 Feb 1994 10:59:44 +0000 (10:59 +0000)]
Put back the bt0 that some one deleted....

30 years agoMain branch is not at version:
Rod Grimes [Wed, 23 Feb 1994 10:02:35 +0000 (10:02 +0000)]
Main branch is not at version:
kernvers="FreeBSD 1.1.0(Current)"

About to tag BETA_0_1_1_0 :-)

30 years agoAdd $Id$ to everything, fix one compiler warning about multiple #defines
Rod Grimes [Wed, 23 Feb 1994 09:56:56 +0000 (09:56 +0000)]
Add $Id$ to everything, fix one compiler warning about multiple #defines
by nuking the local copy and using the one in machine/param.h!  Note I
know about the copyright on osname.3 and have informed Garratt to please
correct it.

>From: conklin@ngai.kaleida.com (J.T. Conklin)

In pwcashe.c, the "name" entry in the group cashe was allocated as follows:
        char name[UT_NAMESIZE];

instead of:
char name[UT_NAMESIZE + 1];

This only causes problems when a name hashes to a value following a
hash table entry containing a 8 character group name.  When the value
is stored, it overwrites the trailing zero of the previous name (since
c_gid[n].name[UT_NAMESIZE] overlaps the same location in memory as
c_gid[n+1].uid).

This causes some wierd output in ls(1), given the right circumstances.

30 years ago>From: Andreas Schulz <ats@g386bsd.first.gmd.de>
Rod Grimes [Tue, 22 Feb 1994 23:34:30 +0000 (23:34 +0000)]
>From: Andreas Schulz <ats@g386bsd.first.gmd.de>
Subject: missing man page link
Date: Wed, 23 Feb 1994 00:35:46 +0100 (MET)

A manual page link is missing for "cc.1". We have only "gcc.1".
The Makefile in /usr/src/gnu/usr.bin/cc/cc needs a
"MLINKS += gcc.1 cc.1".

30 years agoBump boot block revision to 1.9 by a dummy edit on disk.c and:
Rod Grimes [Tue, 22 Feb 1994 22:59:40 +0000 (22:59 +0000)]
Bump boot block revision to 1.9 by a dummy edit on disk.c and:

>From: bde@kralizec.zeta.org.au (Bruce Evans)
Subject: cache botch in bootstrap
Date: Sun, 20 Feb 94 18:14:35 +1100
The cache in the bootstrap loader didn't allow for the device changing.

This caused surprisingly little trouble - the cache is only for a single
track (or part of a track), and the first access to a new device is
always for an early sector, so there is no problem unless the last access
to the old device was for an early sector.  I saw the problem on a system
with BSD on wd1 and no label on wd0.  Everything worked if the the device
name wd(1,a) was specified before the default of wd(0,a) was tried, but
when the default was tried, it failed on the first sector because there
was no label, and then the first sector on wd0 was always used instead
of the first sector on wd1, so there was apparently no label on wd1
either.

Bruce

30 years ago/sys/i386/boot
Rod Grimes [Tue, 22 Feb 1994 22:34:52 +0000 (22:34 +0000)]
/sys/i386/boot
You can not have the root file system mounted on /dev/fd1a, it
panics on you.  This occurs when booting from floppy and answering
the question for what drive the root file system is on with B.
This will be fixed by the 1.1 release date.
cVS: ----------------------------------------------------------------------

30 years agoMore clean up of the drive Id string, trancate trailing spaces.
Rod Grimes [Tue, 22 Feb 1994 22:13:37 +0000 (22:13 +0000)]
More clean up of the drive Id string, trancate trailing spaces.

30 years agoReplaced version w/out copyright with something I whipped up based on
Nate Willams [Tue, 22 Feb 1994 21:54:03 +0000 (21:54 +0000)]
Replaced version w/out copyright with something I whipped up based on
hostname(1) and id(1).  This file has a BSD copyright since it's based on
those sources.

30 years agoThe model string can be 40 bytes long with no terminating null, so
Rod Grimes [Tue, 22 Feb 1994 18:51:27 +0000 (18:51 +0000)]
The model string can be 40 bytes long with no terminating null, so
convert all nulls to spaces and then print it with a %40s.

30 years agoAdd Christoph P. Kukulies mirror site at gil.physik.rwth-aachen.de:/pub/FreeBSD
Rod Grimes [Tue, 22 Feb 1994 18:23:27 +0000 (18:23 +0000)]
Add Christoph P. Kukulies mirror site at gil.physik.rwth-aachen.de:/pub/FreeBSD
Add Remy CARD mirror site at ftp.ibp.fr:/pub/FreeBSD.

Clean up the format so we can fit these long names and email address into
80 columns.

30 years agoIMPORTANT:
Rod Grimes [Tue, 22 Feb 1994 17:52:23 +0000 (17:52 +0000)]
IMPORTANT:
/sys/i386/boot
DO NOT ATTEMPT TO REBUILD THE BOOT BLOCKS.  There is currently
a problem in that the boot block code has grown and if you build
it with the new version of as and install them you will NOT BE
ABLE TO BOOT YOUR SYSTEM.  This problem will be fixed before
the 1.1 release is ship, and should only exist with the 1.1 BETA
release.

The boot block binaries shipped with the 1.1 BETA release were
built using an older version of as and can be installed safely.

30 years agoAdd the NE2100, STB 4 port, Boca 6 port. Delete the mirror stuff and
Rod Grimes [Tue, 22 Feb 1994 17:23:48 +0000 (17:23 +0000)]
Add the NE2100, STB 4 port, Boca 6 port.  Delete the mirror stuff and
refer them to the external file.  Some other details cleaned up.

Everyone please read this thing over and lets get it up to date!!!

30 years agoAdd NE2100 Per Paul Richards, and whoopsss.... I did this in /usr/src
Rod Grimes [Tue, 22 Feb 1994 17:11:27 +0000 (17:11 +0000)]
Add NE2100 Per Paul Richards, and whoopsss.... I did this in /usr/src
on the WRONG system (actually, just the wrong window :-)).

30 years agoCleanup the lptprobe and lpt_port_test routine to be KNF.
Rod Grimes [Tue, 22 Feb 1994 09:05:13 +0000 (09:05 +0000)]
Cleanup the lptprobe and lpt_port_test routine to be KNF.

30 years agoPull in some of the lpt_port_test fixes from lpt.c.
Rod Grimes [Tue, 22 Feb 1994 09:04:08 +0000 (09:04 +0000)]
Pull in some of the lpt_port_test fixes from lpt.c.

30 years agoThis is Jordans probe code fixes. Tested on LU002, FX001D. Then I went
Rod Grimes [Tue, 22 Feb 1994 08:44:31 +0000 (08:44 +0000)]
This is Jordans probe code fixes.  Tested on LU002, FX001D.  Then I went
in and cleaned the spaces vs tabs up, and made the code a little closer
to KNF.

30 years agoAdded local/skel for dot.* files.
Rod Grimes [Tue, 22 Feb 1994 05:43:07 +0000 (05:43 +0000)]
Added local/skel for dot.* files.

30 years agoUpdate line for end of 1.0, start of 1.1 Beta.
Rod Grimes [Mon, 21 Feb 1994 23:03:09 +0000 (23:03 +0000)]
Update line for end of 1.0, start of 1.1 Beta.

30 years agoSync up with Julian's latest ports changes.
Jordan K. Hubbard [Mon, 21 Feb 1994 22:37:21 +0000 (22:37 +0000)]
Sync up with Julian's latest ports changes.

30 years agoWhoops, forgot to $Id$ this file, and re-enable floppies target in
Rod Grimes [Mon, 21 Feb 1994 21:53:20 +0000 (21:53 +0000)]
Whoops, forgot to $Id$ this file, and re-enable floppies target in
make release

30 years agoMajor hackery to get the 1.1 Beta floppies building. Have a special
Rod Grimes [Mon, 21 Feb 1994 21:52:00 +0000 (21:52 +0000)]
Major hackery to get the 1.1 Beta floppies building.  Have a special
pair of crunched binaries that are not built by this, but other than
that it is back to an automated procedure.  So many changes it is
hard to describe.

30 years agoAdd $Id$'s
Rod Grimes [Mon, 21 Feb 1994 20:36:03 +0000 (20:36 +0000)]
Add $Id$'s

30 years agoAdd a TERM=pc3 so that an initial system install is at least usable
Rod Grimes [Mon, 21 Feb 1994 20:34:25 +0000 (20:34 +0000)]
Add a TERM=pc3 so that an initial system install is at least usable
at the console!

30 years ago>From: phk@login.dkuug.dk (Poul-Henning Kamp)
Rod Grimes [Mon, 21 Feb 1994 15:06:22 +0000 (15:06 +0000)]
>From: phk@login.dkuug.dk (Poul-Henning Kamp)
Subject: typo's, please commit

A typo, and a reference out of date.  (memroy -> memory, mfs -> mount_mfs)

30 years ago>From: "Andrew A. Chernov" <ache@freefall.cdrom.com>
Rod Grimes [Mon, 21 Feb 1994 14:20:45 +0000 (14:20 +0000)]
>From: "Andrew A. Chernov" <ache@freefall.cdrom.com>
Subject: Bugfix for SB16 with DSP version 4 and above

No description sent, but it appears to fix a major number problem
with certain models of the SB16.

30 years agoClean up dmesg output so that it matches the scsi stuff.
Rod Grimes [Mon, 21 Feb 1994 12:32:33 +0000 (12:32 +0000)]
Clean up dmesg output so that it matches the scsi stuff.

Small hack, if heads > 16, output a warning and then set the head
count to 16.  This stops the infinite loop on this error and allows
people to later fix the DOS parameter table later with fdisk.

30 years ago>From: David Greenman <davidg@root.com>
Rod Grimes [Mon, 21 Feb 1994 11:35:23 +0000 (11:35 +0000)]
>From: David Greenman <davidg@root.com>
Subject: fix for bug in netstat

I encountered a bug tonight in netstat - the conversion of network
interface units to ascii was too simplistic and results in units >10 coming
out like ":" and ";", etc.

30 years agoCorrection so that elvisrecover finds the right files!
Rod Grimes [Mon, 21 Feb 1994 11:28:45 +0000 (11:28 +0000)]
Correction so that elvisrecover finds the right files!
>From: chmr@edvz.tu-graz.ac.at (Christoph Robitschko)
Date: Fri, 21 Feb 1992 09:40:35 +0100 (MET)

The last version expected elvis* files in /var/tmp, while elvis puts
elv* files there.

30 years agoProtect some printf's with #ifdef DEBUG
Rod Grimes [Mon, 21 Feb 1994 05:45:06 +0000 (05:45 +0000)]
Protect some printf's with #ifdef DEBUG

30 years ago>From: Andreas Schulz <ats@g386bsd.first.gmd.de>
Rod Grimes [Mon, 21 Feb 1994 05:22:28 +0000 (05:22 +0000)]
>From: Andreas Schulz <ats@g386bsd.first.gmd.de>
Subject: errors in brk.2
Date: Sun, 20 Feb 1994 21:42:05 +0100 (MET)

Errors are the brk system call was described as "char * brk", but is
"int brk". The return values from sbrk incorrectly described.

There are more things, that i didn't correct, because i am not sure
about them. Like the usage of "char *" instead of "caddr_t".

30 years agoAdd $Id$ to all, clean up multiple spaces
Rod Grimes [Mon, 21 Feb 1994 05:19:22 +0000 (05:19 +0000)]
Add $Id$ to all, clean up multiple spaces

30 years agoClean up multiple space (convert to tabs). Add $Id$
Rod Grimes [Mon, 21 Feb 1994 05:13:26 +0000 (05:13 +0000)]
Clean up multiple space (convert to tabs).  Add $Id$

30 years ago>From: Andreas Schulz <ats@g386bsd.first.gmd.de>
Rod Grimes [Mon, 21 Feb 1994 05:11:42 +0000 (05:11 +0000)]
>From: Andreas Schulz <ats@g386bsd.first.gmd.de>
Subject: error in lib/libc/i386/sys/brk.S
Date: Sun, 20 Feb 1994 21:25:46 +0100 (MET)

Jeffrey Hsu was correct, that something is wrong with brk/sbrk. The
first thing that i noticed is an error in /usr/src/lib/libc/i386/sys/brk.S.
The parameters are in the wrong place for our assembler, this is
the context diff for that file.

Note, another commit to follow this, this file is full of multiple spaces
from some one cutting and pasting with X!

30 years agoMove ldconfig stuff to be after nfs mounts.
Rod Grimes [Mon, 21 Feb 1994 03:16:43 +0000 (03:16 +0000)]
Move ldconfig stuff to be after nfs mounts.

30 years agoPut back in elvis recovery stuff, we still ship elvis with 1.1 as a fall
Rod Grimes [Mon, 21 Feb 1994 02:47:47 +0000 (02:47 +0000)]
Put back in elvis recovery stuff, we still ship elvis with 1.1 as a fall
back editor!

Add nvi recovery precedure from man page.

Fix ntpdate echo lines so that it looks pretty (ntpdate spits out 1 line
of output that makes the system boot up look real ugly if you do it
echo -n, so I chaged it to echo, and then added a
echo -n 'starting more network daemons:' so any addition daemon starts
look normal.

30 years agoAlignment fix from John Dyson/David Greenman
Rod Grimes [Sun, 20 Feb 1994 16:06:12 +0000 (16:06 +0000)]
Alignment fix from John Dyson/David Greenman

30 years agoShould not assume that files have x bit set for shell scripts in the
Rod Grimes [Sun, 20 Feb 1994 15:51:36 +0000 (15:51 +0000)]
Should not assume that files have x bit set for shell scripts in the
sources.
>From: David Dawes <dawes@physics.su.oz.au>

For what it's worth, I had to change the definition of yitcommand in
share/zoneinfo/zic.c from:
yitcommand = "./yearistype";
to
yitcommand = "sh ./yearistype";
for similar reasons.

30 years agoFrom: phk@login.dkuug.dk (Poul-Henning Kamp)
Rod Grimes [Sun, 20 Feb 1994 15:41:59 +0000 (15:41 +0000)]
From: phk@login.dkuug.dk (Poul-Henning Kamp)
Message-Id: <9402201119.AA06430@login.dkuug.dk>
Subject: bug in fdformat.c

There is a bug in fdformat.c: the number of heads are hardcoded in two places.
This is quite inconsequencial at present, but a bug nontheless.

30 years agoDetailed explination of what bss stands for.
Rod Grimes [Sun, 20 Feb 1994 15:34:55 +0000 (15:34 +0000)]
Detailed explination of what bss stands for.

From: phk@login.dkuug.dk (Poul-Henning Kamp)
Subject: a.out(5) correction, please commit.

30 years agoCorrection so old alias floppy and floppy5 work.
Rod Grimes [Sun, 20 Feb 1994 10:43:02 +0000 (10:43 +0000)]
Correction so old alias floppy and floppy5 work.

30 years agoFix bug with DSP ver2.0, frequency reduced from 44100 to 22050
Andrey Chernov [Sun, 20 Feb 1994 09:37:27 +0000 (09:37 +0000)]
Fix bug with DSP ver2.0, frequency reduced from 44100 to 22050

30 years agoAdd Copyright (C) 1994, University of Maryland for cruncher.
Rod Grimes [Sun, 20 Feb 1994 02:51:25 +0000 (02:51 +0000)]
Add Copyright (C) 1994, University of Maryland for cruncher.

30 years agoRemove blurb about -D__FreeBSD__ since I hacked around that in Makefile.i386
Rod Grimes [Sun, 20 Feb 1994 02:45:44 +0000 (02:45 +0000)]
Remove blurb about -D__FreeBSD__ since I hacked around that in Makefile.i386

30 years agoEnglish corrected.
Andrey Chernov [Sat, 19 Feb 1994 15:50:38 +0000 (15:50 +0000)]
English corrected.

30 years agoRemove sio entries per Rod suggestion
Andrey Chernov [Sat, 19 Feb 1994 15:45:13 +0000 (15:45 +0000)]
Remove sio entries per Rod suggestion

30 years agoSorry, expr error in last commit.
Andrey Chernov [Sat, 19 Feb 1994 14:32:56 +0000 (14:32 +0000)]
Sorry, expr error in last commit.

30 years agoWe lost ttyd for dialin, now restore it.
Andrey Chernov [Sat, 19 Feb 1994 13:19:33 +0000 (13:19 +0000)]
We lost ttyd for dialin, now restore it.

30 years agoWe lost ttyd for dialin lines, now restore it
Andrey Chernov [Sat, 19 Feb 1994 13:17:03 +0000 (13:17 +0000)]
We lost ttyd for dialin lines, now restore it

30 years agoFix up the cdpath, it was missing a / before i386.
Rod Grimes [Fri, 18 Feb 1994 09:51:54 +0000 (09:51 +0000)]
Fix up the cdpath, it was missing a / before i386.

30 years ago>From: csgr@alpha.ru.ac.za (Geoff Rehmet)
Rod Grimes [Fri, 18 Feb 1994 02:03:17 +0000 (02:03 +0000)]
>From: csgr@alpha.ru.ac.za (Geoff Rehmet)
Date: Thu, 17 Feb 1994 22:02:49 +0200 (GMT+0200)
Subject: *WARNING* make cleandist can nuke files in you home directory!

I've just discovered something rather unpleasant about /usr/src/Makefile:
a missing \ on line 85 can cause files in you home directory to get nuked,
especially ~/bin/* !!!!.

30 years agoPut this back - I was somehow under the erroneous impression that patch was in
Jordan K. Hubbard [Thu, 17 Feb 1994 22:20:36 +0000 (22:20 +0000)]
Put this back - I was somehow under the erroneous impression that patch was in
ports, until I saw the the commit messages, that is! :-)  All changed backed out.

30 years agoFrom Poul-Henning Kamp - Implement a -C option to verify the integrity of
Jordan K. Hubbard [Thu, 17 Feb 1994 22:16:05 +0000 (22:16 +0000)]
From Poul-Henning Kamp -  Implement a -C option to verify the integrity of
a patch before actually applying it.

30 years agoPut the flags field in the right place so that config does not complain
Rod Grimes [Thu, 17 Feb 1994 17:44:07 +0000 (17:44 +0000)]
Put the flags field in the right place so that config does not complain
about improper syntax.

30 years agoPrevious version restored back after Jordan's damage.
Andrey Chernov [Thu, 17 Feb 1994 11:41:16 +0000 (11:41 +0000)]
Previous version restored back after Jordan's damage.
I already update this manpage from wilko, moreover,
I fix some his bugs and add some new material.

Jordan, pleeease, do following commands *before* each your commit:
cvs update <file>
cvs rlog <file>
and after update (before commit)
cvs diff -c <file>
It can saves my life time at least...

30 years agoI (rgrimes) cleaned the code up some, mostly just format stuff.
Rod Grimes [Thu, 17 Feb 1994 10:20:18 +0000 (10:20 +0000)]
I (rgrimes) cleaned the code up some, mostly just format stuff.

>From: csgr@alpha.ru.ac.za (Geoff Rehmet)
Date: Wed, 16 Feb 1994 21:28:06 +0200 (GMT+0200)

New version of lpt, most of the brokenness fixed.

30 years agoThe only thing in the our standard source tree that uses this is cron,
Rod Grimes [Thu, 17 Feb 1994 08:54:00 +0000 (08:54 +0000)]
The only thing in the our standard source tree that uses this is cron,
vi seems to have it's own private copy (that appears to be broken in
the same way this one was!)

>From: mrm@optigfx.com (Mike Murphy)
Date: Fri, 11 Feb 94 16:48:15 PST
This shar is a test program for the currently broken /usr/include/bitstring.h,
the broken /usr/include/bitstring.h (named bitstring.h.v) and a corrected
bitstring.h. I leave cdiffs and such to you. This makes the bitstring macros
work correctly; finding what may have depended upon incorrect behavior is an
exercise left for the reader;-)

30 years agoPut in $Id$ strings so they work. Use ../../Makefile.inc for standard
Rod Grimes [Thu, 17 Feb 1994 07:06:22 +0000 (07:06 +0000)]
Put in $Id$ strings so they work.  Use ../../Makefile.inc for standard
locations of most of the yp stuff.

30 years agoI don't want to read about all the people that forgot this due to syscons
Rod Grimes [Thu, 17 Feb 1994 06:51:15 +0000 (06:51 +0000)]
I don't want to read about all the people that forgot this due to syscons
changes, so I am adding it here until AFTER the 1.1 release:
+ COPTFLAGS+=-D__FreeBSD__

30 years agoIncrease the timout on aha_send_mbox from 1ms to 3ms, needed to reliably
Rod Grimes [Thu, 17 Feb 1994 05:48:08 +0000 (05:48 +0000)]
Increase the timout on aha_send_mbox from 1ms to 3ms, needed to reliably
run Exabyte 8505 on 1742's.  This may not be the final solution, but it
makes it work.  It may be better to change the DELAY(10) to DELAY(30)
inside the loop instead of increasing the loop count from 100 to 300.

30 years agoHandling of the netzmagic flag was completely missing after the last
David Greenman [Thu, 17 Feb 1994 03:57:00 +0000 (03:57 +0000)]
Handling of the netzmagic flag was completely missing after the last
update. This completely broke support for all ZMAGIC a.out formats.

30 years agoAdd /proc, we need one of them now. Clean up some mode settings.
Rod Grimes [Thu, 17 Feb 1994 03:52:28 +0000 (03:52 +0000)]
Add /proc, we need one of them now.  Clean up some mode settings.

30 years agoMuch improved manpage from wilko@idca.tds.philips.nl
Jordan K. Hubbard [Wed, 16 Feb 1994 23:17:08 +0000 (23:17 +0000)]
Much improved manpage from wilko@idca.tds.philips.nl

30 years agoAdd Serge V. Vakulenko <vak@zebub.msk.su>.
Rod Grimes [Wed, 16 Feb 1994 22:28:47 +0000 (22:28 +0000)]
Add Serge V. Vakulenko <vak@zebub.msk.su>.

30 years agoHave 'cc' pass on the '-Z' flags to ld.
Nate Willams [Wed, 16 Feb 1994 21:04:27 +0000 (21:04 +0000)]
Have 'cc' pass on the '-Z' flags to ld.

30 years agoAllow NetBSD (old style) shared binaries to work. Probably not the
Nate Willams [Wed, 16 Feb 1994 19:26:39 +0000 (19:26 +0000)]
Allow NetBSD (old style) shared binaries to work.  Probably not the
final solution but at least this gets folks running -current up again.

30 years agoARGH! More ^&%*@#$!! functions not using the ENTRY() macros!
Jordan K. Hubbard [Tue, 15 Feb 1994 22:48:45 +0000 (22:48 +0000)]
ARGH!  More ^&%*@#$!! functions not using the ENTRY() macros!
Of the 4 changed, only one appears to really have a reason to exist
(and it should be using an ENTRY header!!!!).  Would someone figure out
what the story with these bloody gcc internal functions is (and DO something
about it??)  Thanks!  I haven't done anything beyond add .type entries since
I'm trying to tread as delicately as I can right now.  There are a lot of
things on my cleanup list for libc now..

30 years agoOne shoud do a setgid *bfore* the setuid. Oops...
Guido van Rooij [Tue, 15 Feb 1994 20:19:05 +0000 (20:19 +0000)]
One shoud do a setgid *bfore* the setuid. Oops...

30 years agoGeneral cleanup for 1.1 release, mostly add zoneinfo stuff to BSD.usr.dist
Rod Grimes [Tue, 15 Feb 1994 10:38:50 +0000 (10:38 +0000)]
General cleanup for 1.1 release, mostly add zoneinfo stuff to BSD.usr.dist

30 years agoMan pages that should have been in the tree months ago. (Sorry folks)
Nate Willams [Tue, 15 Feb 1994 03:45:49 +0000 (03:45 +0000)]
Man pages that should have been in the tree months ago.  (Sorry folks)

30 years agoFix the missing .type entry that was causing one last RRS warning in libc.
Jordan K. Hubbard [Tue, 15 Feb 1994 02:58:44 +0000 (02:58 +0000)]
Fix the missing .type entry that was causing one last RRS warning in libc.
I missed this one earlier due to its weird name.  I wonder about this file.

30 years agoAdded some other ttyvx lines for reference. They are marked as off so
Nate Willams [Tue, 15 Feb 1994 00:05:14 +0000 (00:05 +0000)]
Added some other ttyvx lines for reference.  They are marked as off so
there is no functional difference.

30 years agoAdded Mr. Syscons to the contributors. (ala . S'ren Schmidt)
Nate Willams [Mon, 14 Feb 1994 23:05:37 +0000 (23:05 +0000)]
Added Mr. Syscons to the contributors. (ala . S'ren Schmidt)

30 years agoFrom: Jim Babb <babb@sedhps01.mdc.com>
Nate Willams [Mon, 14 Feb 1994 22:24:28 +0000 (22:24 +0000)]
From: Jim Babb <babb@sedhps01.mdc.com>
Date: Mon, 14 Feb 94 15:57:14 CST

This adds a copyright to the fdc.h file and fixes a bug in re-tries
during writes on a heavily loaded system.

30 years agoFix security hole in comsat. Mail me for more info.
Guido van Rooij [Mon, 14 Feb 1994 21:34:41 +0000 (21:34 +0000)]
Fix security hole in comsat. Mail me for more info.

30 years agoNetBSD -> FreeBSD (This is the FreeBSD version, not the NetBSD version :-)
Nate Willams [Mon, 14 Feb 1994 21:18:05 +0000 (21:18 +0000)]
NetBSD -> FreeBSD (This is the FreeBSD version, not the NetBSD version :-)

30 years agoFrom: piero@strider.st.dsi.unimi.it (Piero Serini)
Nate Willams [Mon, 14 Feb 1994 21:13:59 +0000 (21:13 +0000)]
From: piero@strider.st.dsi.unimi.it (Piero Serini)
Subject: man reboot patch
Date: Mon, 14 Feb 1994 19:47:50 +0100 (MET)

reboot_i386.8 references [the U word].

Removed.

30 years agoFrom: Jim Babb <babb@sedhps01.mdc.com>
Nate Willams [Mon, 14 Feb 1994 19:22:34 +0000 (19:22 +0000)]
From: Jim Babb <babb@sedhps01.mdc.com>
Subject: Bug Fix for ft.c - please commit
Date: Mon, 14 Feb 94 10:22:54 CST

This fixes a bug where the system can crash if the tape is used
after the floppy has been used.

30 years agoUpdate Rob Shady's email address.
Rod Grimes [Mon, 14 Feb 1994 13:09:14 +0000 (13:09 +0000)]
Update Rob Shady's email address.

30 years agoI yelled, I warned and now I am SCREAMING. Add -D__FreeBSD__ to CFLAGS+=
Rod Grimes [Mon, 14 Feb 1994 10:02:13 +0000 (10:02 +0000)]
I yelled, I warned and now I am SCREAMING.  Add -D__FreeBSD__ to CFLAGS+=
so that you can bootstrap a 1.0.2 system.  Please oh please no one but
no one add any more #ifdef __FreeBSD__ stuff UNTIL 1.1 has SHIPPED!!!

30 years agoAdded my mail address
Joerg Wunsch [Sun, 13 Feb 1994 21:41:19 +0000 (21:41 +0000)]
Added my mail address

30 years agoNew dlopen, dlclose, etc al. For the new ld changes.
Jordan K. Hubbard [Sun, 13 Feb 1994 20:53:11 +0000 (20:53 +0000)]
New dlopen, dlclose, etc al.  For the new ld changes.

30 years agoThese are my rewritten ENTRY macros for adding in .type information
Jordan K. Hubbard [Sun, 13 Feb 1994 20:50:21 +0000 (20:50 +0000)]
These are my rewritten ENTRY macros for adding in .type information
for the new ld (and with a little bit of general cleanup).

30 years agoThis is the new link.h from Paul K. Keeping history is even probably a bad
Jordan K. Hubbard [Sun, 13 Feb 1994 20:47:18 +0000 (20:47 +0000)]
This is the new link.h from Paul K.  Keeping history is even probably a bad
idea considering the old version (but I haven't time for attic surgery - this
is just a caution).  This is part of (and the major reason for) the new ld
changes.

30 years agoA fast private malloc for ld.so
Jordan K. Hubbard [Sun, 13 Feb 1994 20:44:09 +0000 (20:44 +0000)]
A fast private malloc for ld.so

30 years agoThis is Paul K's latest set of ld changes. A commit was necessary at this
Jordan K. Hubbard [Sun, 13 Feb 1994 20:43:13 +0000 (20:43 +0000)]
This is Paul K's latest set of ld changes.  A commit was necessary at this
late stage due to the fact that link.h was copyright Sun Microsystems.

This version of ld sync's us up with NetBSD's ld and supports compatablily
with NetBSD's -[zZ] flags (which we had reversed).  Compiling with this
new ld will give you RRS warnings for libraries which do not contain .type
infomation - these wsarnings are harmless and will go away as soon as you
recompile your libraries (cd /usr/src; make libraries).

30 years agoUse -Z instead of -z to build kernels. This is consistent with NetBSD's
Jordan K. Hubbard [Sun, 13 Feb 1994 20:37:32 +0000 (20:37 +0000)]
Use -Z instead of -z to build kernels.  This is consistent with NetBSD's
usage of the -[Zz] flags (we're now in sync).  Part of the ld update
changes.

30 years agoMake window 8-bit clean
Andrey Chernov [Sun, 13 Feb 1994 20:29:50 +0000 (20:29 +0000)]
Make window 8-bit clean

30 years agoAdd Julian Stacey's ports changes (don't affect anything else)
Jordan K. Hubbard [Sun, 13 Feb 1994 18:15:00 +0000 (18:15 +0000)]
Add Julian Stacey's ports changes (don't affect anything else)

30 years ago1) Fix bug: VTIME/VMIN not setted at all!
Andrey Chernov [Sun, 13 Feb 1994 18:00:14 +0000 (18:00 +0000)]
1) Fix bug: VTIME/VMIN not setted at all!
2) Remove _R from Makefile
3) Start 8-bit cleanup (not completed)

30 years ago3 occurances of "ttyout" chaged to
Andrey Chernov [Sun, 13 Feb 1994 17:21:31 +0000 (17:21 +0000)]
3 occurances of "ttyout" chaged to
"ttywai", "ttyfls", "ttyout"  for better debugging and diagnostics.

30 years agoFixed the reported place of the '*' when write perm is denied in the
Guido van Rooij [Sun, 13 Feb 1994 15:03:03 +0000 (15:03 +0000)]
Fixed the reported place of the '*' when write perm is denied in the
manpage.

30 years agoUse KERNBASE in address calculation.
Christoph Robitschko [Sun, 13 Feb 1994 14:48:21 +0000 (14:48 +0000)]
Use KERNBASE in address calculation.

30 years agoprint error message for nonexistent screensaver.
Christoph Robitschko [Sun, 13 Feb 1994 14:31:17 +0000 (14:31 +0000)]
print error message for nonexistent screensaver.

30 years agoCorrected my email address
David Greenman [Sun, 13 Feb 1994 13:35:03 +0000 (13:35 +0000)]
Corrected my email address

30 years agoFixed bugs list:
Andrey Chernov [Sun, 13 Feb 1994 09:52:48 +0000 (09:52 +0000)]
Fixed bugs list:

1) Several places with comparation of int and unsigned (fails,
if unsigned equal zero);

2) All windows not started from top of the screen refreshes
incorrectly (I mean here not visual looking, but
minimize-output-chars refresh technique).
UCB often forget to add win->begy to index;

3) Uncommented #ifdef DEBUG in refresh dumps core, address
beyond array ranges;

4) clsp in refresh.c (number of last space on curscr) calculates
incorrectly, so CE don't work properly;

5) Litlle prototype cleanup.

30 years agoFixed bug in handling of COW - the original code was bogus and it was
David Greenman [Sun, 13 Feb 1994 08:29:33 +0000 (08:29 +0000)]
Fixed bug in handling of COW - the original code was bogus and it was
only accidental that it worked. Also, don't cache non-managed pages.

30 years agoAdd some personal acks.
Jordan K. Hubbard [Sun, 13 Feb 1994 03:05:00 +0000 (03:05 +0000)]
Add some personal acks.

30 years agoPut in proper address information for Poul-Henning Kamp.
Jordan K. Hubbard [Sun, 13 Feb 1994 02:59:49 +0000 (02:59 +0000)]
Put in proper address information for Poul-Henning Kamp.

30 years agoMan page update from wilko@idca.tds.philips.nl
Andrey Chernov [Sun, 13 Feb 1994 00:16:23 +0000 (00:16 +0000)]
Man page update from wilko@idca.tds.philips.nl

30 years agoHandle cua (dialout) at the same manner as tty, i.e. print
Andrey Chernov [Sun, 13 Feb 1994 00:04:42 +0000 (00:04 +0000)]
Handle cua (dialout) at the same manner as tty, i.e. print
port number instead of "cu"