Commit Graph

1105 Commits

Author SHA1 Message Date
rgrimes
d3726af9cc 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
1994-02-09 01:57:37 +00:00
rgrimes
4a67e7401a Update for new COPYRIGHT.* files. 1994-02-09 00:58:12 +00:00
dg
9ee826aa97 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).
1994-02-08 12:58:44 +00:00
rgrimes
f7ebbd4064 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.
1994-02-08 09:37:28 +00:00
dg
150455819b 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.
1994-02-08 09:26:04 +00:00
rgrimes
3d79df5497 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 :-(.
1994-02-08 08:58:41 +00:00
rgrimes
774c921f15 Update to use /dev/fd0 instead of /dev/fd0a. 1994-02-08 08:45:10 +00:00
dg
10c644bf47 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.
1994-02-08 03:07:58 +00:00
ache
a1988f314d Partially undo prevoius fix from Ian Taylor, VTIME must be 0 here 1994-02-07 23:47:51 +00:00
alm
4c1e7c072c Tentative fdc patches... 1994-02-07 22:12:45 +00:00
ache
60fda7adb1 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
1994-02-07 18:37:21 +00:00
dg
b133b056b5 Fixed bug in probe that was causing it to always probe true. 1994-02-07 15:46:22 +00:00
ache
664037c890 Add "wdx: not found" diagnostic missed in previous commits 1994-02-07 15:40:38 +00:00
rgrimes
6aafc49d11 Remove the ft driver, it causes instant reboots during attatch, and this
was new code added at the last minute!
1994-02-07 10:42:04 +00:00
rgrimes
e304b184f1 Manual is in section 8, you MUST say MAN8= for this to work. Add $Id$ 1994-02-07 08:40:16 +00:00
dg
f86742af87 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.
1994-02-07 07:44:42 +00:00
alm
73a43165f2 Add floppy tape support (missed these when changing G*) 1994-02-07 05:55:50 +00:00
alm
1d1ee9bd32 This commit was generated by cvs2svn to compensate for changes in r1112,
which included commits to RCS files with non-trunk default branches.
1994-02-07 04:36:09 +00:00
alm
41420413ce import floppy tape controller 1994-02-07 04:36:09 +00:00
alm
4268923cf0 import floppy tape controller 1994-02-07 04:36:09 +00:00
alm
84e9f2ea7d Add floppy tape support 1994-02-07 04:27:59 +00:00
alm
0e4e4906a6 Add floppy tape driver - fd => fdc 1994-02-07 04:27:13 +00:00
alm
3ac0b190f0 Add devices for QIC 40/80 support 1994-02-07 04:25:07 +00:00
dg
3ad425af2f Nuke bogus error message 1994-02-07 04:20:57 +00:00
rgrimes
776b741f50 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
1994-02-07 02:15:01 +00:00
dg
4b7235d634 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:
1994-02-07 02:14:27 +00:00
dg
9e053b094d At the suggestion of Bruce Evans, don't zero RTC diag register. Doing so
was causing problems for some machines.
1994-02-06 22:48:13 +00:00
jkh
e8b6460e30 Patches to allow the pcvt port to simply "drop in" with a minimum of
effort.
1994-02-06 22:11:00 +00:00
jkh
d1434da5b3 Gunter Jung's fixes for the much-maligned lpt driver 1994-02-06 22:06:58 +00:00
jkh
e0dee95277 Patches from Gunter Jung to make xchat work properly. 1994-02-06 22:02:25 +00:00
ats
d8c750193a Fixed up the compiler warnings. 1994-02-06 17:03:17 +00:00
ats
5055bcd33b Fixed a little typo in the spkr.4 man page. 1994-02-06 12:24:59 +00:00
ache
4194a396a1 1) Proper fix for suspended output in multiport case
2) IIR_NOPEND is really *one* bit, we don't need to check whole MASK
1994-02-06 11:59:35 +00:00
rgrimes
d6b9f70ffa Update for new format of cd_toc_entry that was changed in sys/cdio.h. 1994-02-06 11:33:25 +00:00
ache
9788497c05 Add 'ht' to PC Console (has hardware tabs) 1994-02-06 09:50:56 +00:00
wollman
56a296832f Fix mkversion script so that it finds the top-level VERSION file
when obj directories are in use.
1994-02-06 06:58:59 +00:00
rgrimes
78196d129c Increase the TIMEOUT value that keeps getting nuked to 300 mSEC, I set it
to 1.1 secounds this time (ie, TIMEOUT=10000).
1994-02-06 02:56:11 +00:00
ats
940016a71c Added the y.tab.h file to the CLEANFILE target. 1994-02-06 01:12:15 +00:00
ache
1cb41ef19c Cosmetique patch from bde 1994-02-05 11:42:48 +00:00
swallace
c45f63c896 Replaced certain character arrays in structures with msf_lba union.
The type of element in the structure returned depends on the format requested.
1994-02-05 09:14:24 +00:00
swallace
4e5292f227 Fixed CDIOREADTOCENTRYS ioctl call so that it returns only the entries
and not header + entries as per definition.
1994-02-05 09:08:46 +00:00
chmr
7ce1384095 Make the screen savers runtime switchable. Everybody wants a
different default saver, and the size increase in the kernel is
minimal ( < 2.5K ).
1994-02-04 10:36:15 +00:00
wollman
1704269efa Remove more references to the U word. 1994-02-04 02:23:06 +00:00
wollman
72a692beb5 Use uname(2) to get OS name and arch. 1994-02-03 23:23:18 +00:00
wollman
45237c7148 Eliminate compilation warning. 1994-02-03 23:22:43 +00:00
wollman
1648179ed2 Compile in all refclocks that will compile, since they don't take up
that much space to begin with.  Also use uname(2) to determine OS
name and architecture.
1994-02-03 23:22:12 +00:00
wollman
601956bba3 Merged changes along vendor branch into locally-modified files. 1994-02-03 22:30:59 +00:00
wollman
285f4cc444 This commit was generated by cvs2svn to compensate for changes in r1081,
which included commits to RCS files with non-trunk default branches.
1994-02-03 22:09:07 +00:00
wollman
394ee3bae8 xntpd version 3.3z from UDel 1994-02-03 22:09:07 +00:00
wollman
509f8480d6 xntpd version 3.3z from UDel 1994-02-03 22:09:07 +00:00