unix-history/.git
30 years agoUpgrade to 1.1 release level, add procfs entry on fstab creation.
Rod Grimes [Wed, 9 Feb 1994 05:26:16 +0000 (05:26 +0000)]
Upgrade to 1.1 release level, add procfs entry on fstab creation.

30 years agoAdded problems with if_ep driver hanging under heavy loads and a warning
Nate Willams [Wed, 9 Feb 1994 05:25:23 +0000 (05:25 +0000)]
Added problems with if_ep driver hanging under heavy loads and a warning
about syscons not compiling with the 1.0.2 compiler and a workaround for
it.

30 years agoAdd obj/ in front of freefall.cf so that the install works.
Rod Grimes [Wed, 9 Feb 1994 03:40:59 +0000 (03:40 +0000)]
Add obj/ in front of freefall.cf so that the install works.

30 years agoRemove ${DESTDIR} from destination of symbolic links, it creates
Rod Grimes [Wed, 9 Feb 1994 02:38:15 +0000 (02:38 +0000)]
Remove ${DESTDIR} from destination of symbolic links, it creates
really screwy links when you do this and are building releases using
DESTDIR:
skyrsh# ls -lag map3270 termcap
lrwxrwxr-x    1 root     wheel          41 Feb  6 21:20 map3270 -> /a/one-off/filesys/usr/share/misc/map3270
lrwxrwxr-x    1 root     wheel          41 Feb  6 21:20 termcap -> /a/one-off/filesys/usr/share/misc/termcap
skyrsh#

30 years agoRemove /usr/X386/lib and /usr/local/lib from the default locations,
Rod Grimes [Wed, 9 Feb 1994 02:29:31 +0000 (02:29 +0000)]
Remove /usr/X386/lib and /usr/local/lib from the default locations,
these are handled by /etc/rc and this was causing errors on a new
install as these places do NOT exsist by default!

30 years agoA real good idea...
Rod Grimes [Wed, 9 Feb 1994 01:57:37 +0000 (01:57 +0000)]
A real good idea...

>From: "Chris G. Demetriou" <cgd@sun-lamp.cs.berkeley.edu>

Update of /b/source/CVS/src/etc
In directory sun-lamp.cs.berkeley.edu:/usr/src/etc

Modified Files:
        master.passwd
Log Message:
disable toor by default

30 years agoNew file to list known problems with the current set of sources.
Rod Grimes [Wed, 9 Feb 1994 01:50:39 +0000 (01:50 +0000)]
New file to list known problems with the current set of sources.

30 years agoForgot to include backward-compatibility data file (puts links in
Garrett Wollman [Wed, 9 Feb 1994 01:25:40 +0000 (01:25 +0000)]
Forgot to include backward-compatibility data file (puts links in
for old names like US/Eastern -> America/New_York).

30 years agoUpdate for new COPYRIGHT.* files.
Rod Grimes [Wed, 9 Feb 1994 00:58:12 +0000 (00:58 +0000)]
Update for new COPYRIGHT.* files.

30 years agoRename the 386BSD copyright file to COPYRIGHT.386BSD and put in a new
Rod Grimes [Wed, 9 Feb 1994 00:53:24 +0000 (00:53 +0000)]
Rename the 386BSD copyright file to COPYRIGHT.386BSD and put in a new
COPYRIGHT.FreeBSD created by Garrett Wollman.

This is a more complete copyright notice.

30 years agoMake fmt 8-bit clean
Andrey Chernov [Tue, 8 Feb 1994 21:57:34 +0000 (21:57 +0000)]
Make fmt 8-bit clean

30 years agoFrom: Dave Matthews <dave@prlng.co.uk>
David Greenman [Tue, 8 Feb 1994 12:58:44 +0000 (12:58 +0000)]
From: Dave Matthews <dave@prlng.co.uk>

Description:
The integer overflow instruction (into) and the interrupt instruction with
value 4 (int #4) both give rise to SIGBUS signals rather than SIGFPE.  The
problem is that overflow is a trap not a fault (unlike the BOUND instruction).

30 years agoOne more reference to fdXa removed.
Rod Grimes [Tue, 8 Feb 1994 09:37:28 +0000 (09:37 +0000)]
One more reference to fdXa removed.

Run fdisk -u after disklabel just incase we wrote block 0, this should fix
the bogus partition table when the install is to the whole disk.

30 years agoFixed bugs in stack grow code, and moved it back into a seperate function
David Greenman [Tue, 8 Feb 1994 09:26:04 +0000 (09:26 +0000)]
Fixed bugs in stack grow code, and moved it back into a seperate function
like it was originally. Also added back call to "grow" in sendsig now
that this routine actually works.

30 years agoAdd PERSONAL.ACKS to file list.
Rod Grimes [Tue, 8 Feb 1994 08:58:41 +0000 (08:58 +0000)]
Add PERSONAL.ACKS to file list.

Use freefall.cf as sendmail prototype file, it is more realistic than the
tcpproto.cf file for a FreBSD system.  Fix so that obj dir is created in
sendmail/cf/cf as to not polute the source tree and to have the Makefile
in there do the right things.

Remove all the extra /dev/fd0?* entries on the floppies, they where using
up all the inodes and are not needed at this time.

Temporarily remove the floppy target from release: untilit is
fixed.

This file has lots more work coming, but to get the 1.1 BETA out I am
going to hand craft the floppies :-(.

30 years agoUpdate to use /dev/fd0 instead of /dev/fd0a.
Rod Grimes [Tue, 8 Feb 1994 08:45:10 +0000 (08:45 +0000)]
Update to use /dev/fd0 instead of /dev/fd0a.

30 years ago>From curt@watson.ibm.com Mon Feb 7 13:28:20 1994
Rod Grimes [Tue, 8 Feb 1994 08:34:57 +0000 (08:34 +0000)]
>From curt@watson.ibm.com Mon Feb  7 13:28:20 1994
Date: Mon, 7 Feb 94 16:27:55 EST
From: "Curt McDowell (914-784-6016 T/L 863)" <curt@watson.ibm.com>
Subject: Re: Bugs in "cal"

Jeffrey,

    I obtained v5.2 of cal.c and found that all but one of the bugs
    have been fixed.  The remaining bug causes junk to be output at the end
    of each line when printing out the calendar for a single month:

30 years agoAdd al,dl,AL,DL (insert/delete lines (multiple)) to pc3 entry
Andrey Chernov [Tue, 8 Feb 1994 08:29:33 +0000 (08:29 +0000)]
Add al,dl,AL,DL (insert/delete lines (multiple)) to pc3 entry

30 years agoSome cosmetique cleanup VMIN/VTIME code
Andrey Chernov [Tue, 8 Feb 1994 06:46:47 +0000 (06:46 +0000)]
Some cosmetique cleanup VMIN/VTIME code

30 years agoCalculate percentages using floating-point math, to avoid integer overflow
Garrett Wollman [Tue, 8 Feb 1994 03:34:15 +0000 (03:34 +0000)]
Calculate percentages using floating-point math, to avoid integer overflow
giving bogus results when top >= LONG_MAX/100.  Use unsigned long for
parameters.

30 years agoFixes from John Dyson to fix out-of-memory hangs and other problems (such
David Greenman [Tue, 8 Feb 1994 03:08:06 +0000 (03:08 +0000)]
Fixes from John Dyson to fix out-of-memory hangs and other problems (such
as increased swap space usage) related to (incorrectly) paging out the
page tables.

30 years agoPrevent talk from dumping core if TERM is not set - jkh
Jordan K. Hubbard [Mon, 7 Feb 1994 23:59:46 +0000 (23:59 +0000)]
Prevent talk from dumping core if TERM is not set - jkh

30 years agoPartially undo prevoius fix from Ian Taylor, VTIME must be 0 here
Andrey Chernov [Mon, 7 Feb 1994 23:47:51 +0000 (23:47 +0000)]
Partially undo prevoius fix from Ian Taylor, VTIME must be 0 here

30 years agoAdd Moscow timezone.
Andrey Chernov [Mon, 7 Feb 1994 22:37:18 +0000 (22:37 +0000)]
Add Moscow timezone.

30 years agoTentative fdc patches...
Andrew Moore [Mon, 7 Feb 1994 22:12:45 +0000 (22:12 +0000)]
Tentative fdc patches...

30 years agoudb variable can't be static, because netstat wants it
Andrey Chernov [Mon, 7 Feb 1994 19:53:25 +0000 (19:53 +0000)]
udb variable can't be static, because netstat wants it

30 years agoChange all siointr (expect in Vsio, of course) to comintr1
Andrey Chernov [Mon, 7 Feb 1994 18:37:21 +0000 (18:37 +0000)]
Change all siointr (expect in Vsio, of course) to comintr1
This saves two commands per each direct comintr1 call,
allows some strict check in siointr and also
fix bug with suspended output on multiport cards

30 years agoFixed bug in probe that was causing it to always probe true.
David Greenman [Mon, 7 Feb 1994 15:46:22 +0000 (15:46 +0000)]
Fixed bug in probe that was causing it to always probe true.

30 years agoAdd "wdx: not found" diagnostic missed in previous commits
Andrey Chernov [Mon, 7 Feb 1994 15:40:38 +0000 (15:40 +0000)]
Add "wdx: not found" diagnostic missed in previous commits

30 years agoRemove the ft driver, it causes instant reboots during attatch, and this
Rod Grimes [Mon, 7 Feb 1994 10:42:04 +0000 (10:42 +0000)]
Remove the ft driver, it causes instant reboots during attatch, and this
was new code added at the last minute!

30 years agoUse MAN8 to pick up the right manual page, no need for SRCS= on a single
Rod Grimes [Mon, 7 Feb 1994 09:20:42 +0000 (09:20 +0000)]
Use MAN8 to pick up the right manual page, no need for SRCS= on a single
source file.

Correct .Nm macro call (probably a typo).

30 years agoThe last fix applied broke this very bad! Please test things before commiting:
Rod Grimes [Mon, 7 Feb 1994 09:07:48 +0000 (09:07 +0000)]
The last fix applied broke this very bad!  Please test things before commiting:

skyrsh# make depend
make: don't know how to make klm_prot_xdr.c. Stop
skyrsh# make all
make: don't know how to make klm_prot_xdr.c. Stop
skyrsh#

30 years agoManual is in section 8, you MUST say MAN8= for this to work. Add $Id$
Rod Grimes [Mon, 7 Feb 1994 08:40:16 +0000 (08:40 +0000)]
Manual is in section 8, you MUST say MAN8= for this to work.  Add $Id$

30 years agoFixed calculation of physmem when the special MAXMEM kernel config overide
David Greenman [Mon, 7 Feb 1994 07:44:42 +0000 (07:44 +0000)]
Fixed calculation of physmem when the special MAXMEM kernel config overide
is used. This bug caused the buffer cache to be WAY too big when memory
was being restricted - resulting in hangs and other out of memory problems.

30 years agoCleanup spacing from long ago, seems some sections have been cut and
Rod Grimes [Mon, 7 Feb 1994 06:36:25 +0000 (06:36 +0000)]
Cleanup spacing from long ago, seems some sections have been cut and
pasted with X.

30 years agoSIG_ERR is a POSIX signal, so bring it out of the non-POSIX part of the
Nate Willams [Mon, 7 Feb 1994 06:24:49 +0000 (06:24 +0000)]
SIG_ERR is a POSIX signal, so bring it out of the non-POSIX part of the
code.  Cleanup of the endif comments to make it obvious which parts of
the file are POSIX and which are not.

Removed previous definition of BADSIG completely.  (I'll use SIG_ERR now
that it's the 'right thing to use')

30 years agoAdd floppy tape support (missed these when changing G*)
Andrew Moore [Mon, 7 Feb 1994 05:55:50 +0000 (05:55 +0000)]
Add floppy tape support (missed these when changing G*)

30 years agoAdded definition for BADSIG.
Nate Willams [Mon, 7 Feb 1994 05:32:42 +0000 (05:32 +0000)]
Added definition for BADSIG.

30 years agoAdd flopy tape support
Andrew Moore [Mon, 7 Feb 1994 05:23:06 +0000 (05:23 +0000)]
Add flopy tape support

30 years agodd floppy tape support
Andrew Moore [Mon, 7 Feb 1994 05:22:27 +0000 (05:22 +0000)]
dd floppy tape support

30 years agoThis commit was generated by cvs2svn to track changes on a CVS vendor
Andrew Moore [Mon, 7 Feb 1994 05:03:05 +0000 (05:03 +0000)]
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.

30 years agoAdd floppy tape support
Andrew Moore [Mon, 7 Feb 1994 05:03:05 +0000 (05:03 +0000)]
Add floppy tape support

30 years agoThis commit was generated by cvs2svn to track changes on a CVS vendor
Andrew Moore [Mon, 7 Feb 1994 04:36:09 +0000 (04:36 +0000)]
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.

30 years agoimport floppy tape controller
Andrew Moore [Mon, 7 Feb 1994 04:36:09 +0000 (04:36 +0000)]
import floppy tape controller

30 years agoAdd floppy tape support
Andrew Moore [Mon, 7 Feb 1994 04:29:00 +0000 (04:29 +0000)]
Add floppy tape support

30 years agoAdd floppy tape driver - fd => fdc
Andrew Moore [Mon, 7 Feb 1994 04:27:13 +0000 (04:27 +0000)]
Add floppy tape driver - fd => fdc

30 years agoAdd devices for QIC 40/80 support
Andrew Moore [Mon, 7 Feb 1994 04:25:07 +0000 (04:25 +0000)]
Add devices for QIC 40/80 support

30 years agoNuke bogus error message
David Greenman [Mon, 7 Feb 1994 04:20:57 +0000 (04:20 +0000)]
Nuke bogus error message

30 years agoFix .Fx macro for 1.1 case.
Garrett Wollman [Mon, 7 Feb 1994 03:23:17 +0000 (03:23 +0000)]
Fix .Fx macro for 1.1 case.

30 years agoNo need for name on .Os line, the updated mandoc macros do the right thing!
Rod Grimes [Mon, 7 Feb 1994 02:47:56 +0000 (02:47 +0000)]
No need for name on .Os line, the updated mandoc macros do the right thing!

>From: wollman@uvm-gen.EMBA.UVM.EDU

With my changes to the mandoc macros, the default value is now
FreeBSD, so you can just say `.Os' and things should Just Work.  (If
not, let me know and I'll fix them.)
You might want to check to make sure that the version in tmac.doc is
the correct version; there should be a .Fx macro defined, with various
arguments for different releases of FreeBSD, near where the .Bd and
.Ux macros are.

30 years agoGee, seems like I have commited this fix at least 3 times :-)
Rod Grimes [Mon, 7 Feb 1994 02:15:01 +0000 (02:15 +0000)]
Gee, seems like I have commited this fix at least 3 times :-)

>From: Adam David <adam@veda.is>
Subject: SCSI timeout in sdopen()
Date: Sun, 6 Feb 1994 21:40:48 GMT

Index: sys FreeBSD-current
Reference: FreeBSD-current/sys/9

Description:
sdopen() times out on slow SCSI devices. This code was moved into
a different file, which might explain why it got missed again.
Repeat-By:
using slow SCSI disks

30 years agoFrom: Chris Wiener <cwiener@CRLABS.COM>
David Greenman [Mon, 7 Feb 1994 02:14:27 +0000 (02:14 +0000)]
From: Chris Wiener <cwiener@CRLABS.COM>

When the keyboard is probed, the LED's blink quickly and
"Keyboard reset failed" is printed on the console.  The
init routine keeps trying endlessly with the same behavior
as above.

I got the latest -current sup sources (06-Feb-94 12:00 GMT) to work using the
old syscons.c.  The following patch makes the new syscons work:

30 years agoChange .Os to FreeBSD
Rod Grimes [Mon, 7 Feb 1994 00:58:51 +0000 (00:58 +0000)]
Change .Os to FreeBSD

30 years agoAt the suggestion of Bruce Evans, don't zero RTC diag register. Doing so
David Greenman [Sun, 6 Feb 1994 22:48:13 +0000 (22:48 +0000)]
At the suggestion of Bruce Evans, don't zero RTC diag register. Doing so
was causing problems for some machines.

30 years agoPatch from John Dyson to fix bug with paging over NFS.
David Greenman [Sun, 6 Feb 1994 22:20:09 +0000 (22:20 +0000)]
Patch from John Dyson to fix bug with paging over NFS.

30 years agoPatches to allow the pcvt port to simply "drop in" with a minimum of
Jordan K. Hubbard [Sun, 6 Feb 1994 22:11:00 +0000 (22:11 +0000)]
Patches to allow the pcvt port to simply "drop in" with a minimum of
effort.

30 years agoGunter Jung's fixes for the much-maligned lpt driver
Jordan K. Hubbard [Sun, 6 Feb 1994 22:06:58 +0000 (22:06 +0000)]
Gunter Jung's fixes for the much-maligned lpt driver

30 years agoPatches from Gunter Jung to make xchat work properly.
Jordan K. Hubbard [Sun, 6 Feb 1994 22:02:25 +0000 (22:02 +0000)]
Patches from Gunter Jung to make xchat work properly.

30 years agoSubject: librpcsvc problem solved
Jordan K. Hubbard [Sun, 6 Feb 1994 21:32:11 +0000 (21:32 +0000)]
Subject: librpcsvc problem solved
Sender: freebsd-hackers-owner@freefall.cdrom.com
Precedence: bulk

Fix below:

--Chris  Christoph P. U. Kukulies    kuku@acds.physik.rwth-aachen.de

30 years ago1. Bump revision number to 1.1 (so we don't forget)
Jordan K. Hubbard [Sun, 6 Feb 1994 21:14:09 +0000 (21:14 +0000)]
1. Bump revision number to 1.1 (so we don't forget)
2. Update mirrors
3. Add Buslogic VLB controller
4. Add some comments about WHY some >16MB configurations not supported
5. Add freebsd-announce mailing list description

30 years agoFixed up the compiler warnings.
Andreas Schulz [Sun, 6 Feb 1994 17:03:17 +0000 (17:03 +0000)]
Fixed up the compiler warnings.

30 years agoFixed a little typo in the spkr.4 man page.
Andreas Schulz [Sun, 6 Feb 1994 12:24:59 +0000 (12:24 +0000)]
Fixed a little typo in the spkr.4 man page.

30 years ago1) Proper fix for suspended output in multiport case
Andrey Chernov [Sun, 6 Feb 1994 11:59:35 +0000 (11:59 +0000)]
1) Proper fix for suspended output in multiport case
2) IIR_NOPEND is really *one* bit, we don't need to check whole MASK

30 years agoForgot the mount_mfs in SEE ALSO.
Andreas Schulz [Sun, 6 Feb 1994 11:44:36 +0000 (11:44 +0000)]
Forgot the mount_mfs in SEE ALSO.

30 years agoChanged the example for mfs from /dev/dk0b to /dev/wd0b. We don't have
Andreas Schulz [Sun, 6 Feb 1994 11:35:11 +0000 (11:35 +0000)]
Changed the example for mfs from /dev/dk0b to /dev/wd0b. We don't have
dk0x disk devices. Added into the SEE ALSO entry mount_isofs, mount_pcfs
and mount_procfs. Found by Julian Stacey.

30 years agoUpdate for new format of cd_toc_entry that was changed in sys/cdio.h.
Rod Grimes [Sun, 6 Feb 1994 11:33:25 +0000 (11:33 +0000)]
Update for new format of cd_toc_entry that was changed in sys/cdio.h.

30 years agoFixed the man page, to tell the user's to use /dev/cd0a for mounting
Andreas Schulz [Sun, 6 Feb 1994 11:09:19 +0000 (11:09 +0000)]
Fixed the man page, to tell the user's to use /dev/cd0a for mounting
instead of /dev/cd0d.

30 years agoAdd [:mailbox-name] extention, needed for procmail
Andrey Chernov [Sun, 6 Feb 1994 11:04:25 +0000 (11:04 +0000)]
Add [:mailbox-name] extention, needed for procmail
Allow ISO8859-* and koi8-r character sets

30 years ago-M changed back to -S, -S changed to -V to avoid conflicts
Andrey Chernov [Sun, 6 Feb 1994 10:28:27 +0000 (10:28 +0000)]
-M changed back to -S, -S changed to -V to avoid conflicts
with old scripts

30 years ago'pt' added to pc3 (print tabs) for proper tset initialization
Andrey Chernov [Sun, 6 Feb 1994 10:03:50 +0000 (10:03 +0000)]
'pt' added to pc3 (print tabs) for proper tset initialization

30 years agoAdd 'ht' to PC Console (has hardware tabs)
Andrey Chernov [Sun, 6 Feb 1994 09:50:56 +0000 (09:50 +0000)]
Add 'ht' to PC Console (has hardware tabs)

30 years agoFix compiler warning.
Garrett Wollman [Sun, 6 Feb 1994 07:35:24 +0000 (07:35 +0000)]
Fix compiler warning.

30 years agoFix mkversion script so that it finds the top-level VERSION file
Garrett Wollman [Sun, 6 Feb 1994 06:58:59 +0000 (06:58 +0000)]
Fix mkversion script so that it finds the top-level VERSION file
when obj directories are in use.

30 years agoIncrease the TIMEOUT value that keeps getting nuked to 300 mSEC, I set it
Rod Grimes [Sun, 6 Feb 1994 02:56:11 +0000 (02:56 +0000)]
Increase the TIMEOUT value that keeps getting nuked to 300 mSEC, I set it
to 1.1 secounds this time (ie, TIMEOUT=10000).

30 years agoAdded the y.tab.h file to the CLEANFILE target.
Andreas Schulz [Sun, 6 Feb 1994 01:12:15 +0000 (01:12 +0000)]
Added the y.tab.h file to the CLEANFILE target.

30 years agoCleanup of Fixlinks, it is down to one, someone please go fix
Rod Grimes [Sat, 5 Feb 1994 23:53:41 +0000 (23:53 +0000)]
Cleanup of Fixlinks, it is down to one, someone please go fix
fortune so we no longer need this file please!!

Add $Id$ to PERSONAL.ACKS

30 years agoMore new stuff found by groveling through revision logs.
Garrett Wollman [Sat, 5 Feb 1994 22:37:07 +0000 (22:37 +0000)]
More new stuff found by groveling through revision logs.

30 years agoAdded more changes gleaned by scraping through CVS logs.
Garrett Wollman [Sat, 5 Feb 1994 21:41:57 +0000 (21:41 +0000)]
Added more changes gleaned by scraping through CVS logs.

30 years agoAdded a file for people to put their personal acknowledgements in
Garrett Wollman [Sat, 5 Feb 1994 21:00:38 +0000 (21:00 +0000)]
Added a file for people to put their personal acknowledgements in
(seems like a nice touch).  Please take a moment to thank people
who have helped you in the course of developing your contribution to
FreeBSD.

30 years agoMore updates from various contributors.
Garrett Wollman [Sat, 5 Feb 1994 19:50:11 +0000 (19:50 +0000)]
More updates from various contributors.

30 years agoFix for Terry: I forgot to check in the zoneinfo Makefile >blush<.
Garrett Wollman [Sat, 5 Feb 1994 19:38:28 +0000 (19:38 +0000)]
Fix for Terry: I forgot to check in the zoneinfo Makefile >blush<.

30 years agoFixed a little typo in the map3270 man page.
Andreas Schulz [Sat, 5 Feb 1994 14:42:51 +0000 (14:42 +0000)]
Fixed a little typo in the map3270 man page.

30 years agoFix the libtermcap.so link so that it uses ${SHLIB_{MAJOR,MINOR}} when
Rod Grimes [Sat, 5 Feb 1994 13:19:00 +0000 (13:19 +0000)]
Fix the libtermcap.so link so that it uses ${SHLIB_{MAJOR,MINOR}} when
creating the link for libtermlib.so, it was hard coded at version 1.0!!

Also move this after the .incldue of <bsd.lib.mk> as the values will not
be defined until this is included.

Trigger by mail from Terry.

>From: terry@cs.weber.edu (Terry Lambert)
Subject: /usr/src/lib/libterm/Makefile still broken?
Date: Sat, 5 Feb 94 3:31:40 MST

The new Makefile has the libtermlib.so fixes I was talking about, but
it still differes from mine a bit:
...
I think this will only work if SHLIB_MAJOR == 1 and SHLIB_MINOR == 0;
shouldn't they be expanded in the names as well?

...

30 years agoCosmetique patch from bde
Andrey Chernov [Sat, 5 Feb 1994 11:42:48 +0000 (11:42 +0000)]
Cosmetique patch from bde

30 years agoName of russian screen map changed
Andrey Chernov [Sat, 5 Feb 1994 10:57:52 +0000 (10:57 +0000)]
Name of russian screen map changed

30 years agoSource of russian screen map added
Andrey Chernov [Sat, 5 Feb 1994 10:54:23 +0000 (10:54 +0000)]
Source of russian screen map added

30 years agoFrom: terry@cs.weber.edu (Terry Lambert)
Garrett Wollman [Sat, 5 Feb 1994 09:46:42 +0000 (09:46 +0000)]
From: terry@cs.weber.edu (Terry Lambert)

These bugs (or rather their discovery 8-)) can be credited to Danny R.
Johnston (danny@cs.weber.edu):
-------------------------------------------------------------------------

1) TOOMANY is much to small for use as a fontserver for more than
3 X terminals at a time.  Kicking this to 256 helps (the best
guess is 11 tftp's per terminal right now).  1024 would probably
not be unreasonable, since we spawn so fast... a better soloution
would be a limit on the number that get forked (but not accepted).

2) On line 355, the statement "sep->se_fd = -1;" causes inetd to
later crash in reapchild.  This is beacuse it spawns TOOMANY
processes.

30 years agoReplaced certain character arrays in structures with msf_lba union.
Steven Wallace [Sat, 5 Feb 1994 09:14:24 +0000 (09:14 +0000)]
Replaced certain character arrays in structures with msf_lba union.
The type of element in the structure returned depends on the format requested.

30 years agoFixed CDIOREADTOCENTRYS ioctl call so that it returns only the entries
Steven Wallace [Sat, 5 Feb 1994 09:08:46 +0000 (09:08 +0000)]
Fixed CDIOREADTOCENTRYS ioctl call so that it returns only the entries
and not header + entries as per definition.

30 years agoAn example of complete russian console
Andrey Chernov [Sat, 5 Feb 1994 08:42:04 +0000 (08:42 +0000)]
An example of complete russian console

30 years agoRussian keymap corrected
Andrey Chernov [Sat, 5 Feb 1994 08:33:22 +0000 (08:33 +0000)]
Russian keymap corrected

30 years agoSmall fix to cleandist target so that if the source tree is not rooted at
Rod Grimes [Sat, 5 Feb 1994 08:33:14 +0000 (08:33 +0000)]
Small fix to cleandist target so that if the source tree is not rooted at
/usr/src we do the right thing about cleaning out the correct obj tree area
and/or create it if it does not exist.

You should now be able to make cleandist with the source tree located any
place and have a relative tree built under /usr/obj, and if /usr/obj points
some place funny it will build it there.

30 years agoSlightly modified patch from gjung@gjbsd.franken.de:
Andrey Chernov [Sat, 5 Feb 1994 08:10:54 +0000 (08:10 +0000)]
Slightly modified patch from gjung@gjbsd.franken.de:
1. If the carrier is lost on the modem-line and CLOCAL is not set,
   then the redial_cmd could not open the device.
2. When the exit_handler closes the device that triggers a SIGHUP
   then the sighup_handler gets an error when trying to change the
   line discipline and invokes the exit_handler again.

30 years agospkrtest added
Andrey Chernov [Sat, 5 Feb 1994 07:53:15 +0000 (07:53 +0000)]
spkrtest added

30 years agoSpeaker test script
Andrey Chernov [Sat, 5 Feb 1994 07:51:04 +0000 (07:51 +0000)]
Speaker test script

30 years agoThis commit was generated by cvs2svn to track changes on a CVS vendor
Andrey Chernov [Sat, 5 Feb 1994 07:51:04 +0000 (07:51 +0000)]
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.

30 years agoEliminate one reference to the U word (others are benign).
Garrett Wollman [Sat, 5 Feb 1994 05:25:11 +0000 (05:25 +0000)]
Eliminate one reference to the U word (others are benign).

30 years agoChanged ``UNIX'' to ``UNIX-like system'' in command description. This
Garrett Wollman [Sat, 5 Feb 1994 05:21:33 +0000 (05:21 +0000)]
Changed ``UNIX'' to ``UNIX-like system'' in command description.  This
should tell the user the right thing without claiming to be UNIX.

30 years agoAdded comment about the U word similar to the one in ftpd.
Garrett Wollman [Sat, 5 Feb 1994 05:16:37 +0000 (05:16 +0000)]
Added comment about the U word similar to the one in ftpd.

30 years agoEliminate reference to the `U word'. Use _osnamever() to find out
Garrett Wollman [Sat, 5 Feb 1994 05:13:35 +0000 (05:13 +0000)]
Eliminate reference to the `U word'.  Use _osnamever() to find out
the name and version of the current operating system.