Jordan K. Hubbard
bc032fefdb
Get generic kernels to be as forgiving of users with lossy hardware
...
as possible:
options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
1994-05-16 09:40:10 +00:00
Andrey A. Chernov
7b5cad487c
From Bruce:
...
* If there is no 386BSD partition, initialize the label sector with
* LABELSECTOR instead of with garbage.
* Fixed reading of bad sector table. It is at the end of the 'c'
* partition, which is not always at the end of the disk.
1994-05-16 03:06:00 +00:00
Rodney W. Grimes
de2addd6e8
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
Rodney W. Grimes
862d153aaa
Fisx spelling error from John Lind
1994-05-15 01:10:17 +00:00
Rodney W. Grimes
12d6354a35
>From 1.1 branhc:
...
----------------------------
revision 1.13.2.1
date: 1994/05/05 03:58:27; author: rgrimes; state: Exp; lines: +15 -25
Upgrade some things that are now different in 1.1.
----------------------------
1994-05-15 01:09:23 +00:00
Andreas Schulz
fbfd001f7e
Added a missing unit argument in a printf.
1994-05-14 13:12:14 +00:00
Rodney W. Grimes
d4a0daa9e2
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
Rodney W. Grimes
bb30c9992f
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
Rodney W. Grimes
9200d155f1
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
Andrey A. Chernov
075964620a
Make local changes more portable.
1994-05-14 01:18:07 +00:00
Andrey A. Chernov
9e9eefe958
Upgrade to readline 2.0 from bash1.14.1
1994-05-13 15:48:04 +00:00
Jordan K. Hubbard
bc5acff790
From: Heikki Suonsivu <hsu@clinet.fi>
...
FreeBSD release still nukes everything on scratch using a big-hammer
method, even if it is nfs-mounted (and, when it is, the expiration policy
may be different). Daily script should by default do nothing to remote
filesystems?
1994-05-13 12:41:47 +00:00
Jordan K. Hubbard
7d46c3b6d8
Remove confusing (as they are now unnecessary) comments about
...
INACCURATE_MICROTIME_IS_OK. Document what pca0 is.
1994-05-13 08:48:22 +00:00
Rodney W. Grimes
9b647c9560
Fix some spaces back into tabs from a cut and past.
1994-05-13 03:39:21 +00:00
Rodney W. Grimes
9419fa2ffe
If you want no manual pages so NOMAN=, not MAN1=NOMAN!
1994-05-12 06:09:23 +00:00
Poul-Henning Kamp
969ecba525
typo.
1994-05-12 00:42:59 +00:00
Poul-Henning Kamp
2924ea82c2
made -v produce tip-revision, which was what I wanted in the first place...
1994-05-12 00:37:59 +00:00
Poul-Henning Kamp
d22eb64459
Added -v option to rlog. This gives a quick way to get a list of versions.
1994-05-11 22:39:44 +00:00
Andrey A. Chernov
9bf8bc6311
Add PAREN_MATCHING to CFLAGS
1994-05-11 16:30:27 +00:00
Andrey A. Chernov
877fea92de
Remove #ifdefs which may confuse external packages which include
...
this headers
1994-05-11 16:25:34 +00:00
Andrey A. Chernov
aec37cc797
Add HAVE_VARARGS_H to CFLAGS
...
Add VISIBLE_STATS to CFLAGS, fix complete.c for successful
compilation with VISIBLE_STATS
1994-05-11 15:49:43 +00:00
Andrey A. Chernov
b276b1cd0d
Add some note, how to tune readline to 8-bit clean mode
1994-05-11 15:19:11 +00:00
Andrey A. Chernov
2fe3320436
Add VI_MODE to CFLAGS
1994-05-11 15:11:01 +00:00
Andrey A. Chernov
3d31134301
Back out forced 8-bit mode, it can be tudned from ~/.inputrc file
1994-05-11 15:09:10 +00:00
Andrey A. Chernov
3c7d122598
Make dialout devices owned by uucp.dialer with 660 mode
1994-05-10 09:18:11 +00:00
Andrey A. Chernov
28c0b6c0e5
Add note about additional changes
1994-05-10 06:48:07 +00:00
Andrey A. Chernov
ae59cc03cd
Make readline 8-bit clean
1994-05-10 06:32:12 +00:00
Andrey A. Chernov
f567656ef4
Back out previous fix, correct place to fix is octave program
1994-05-10 01:21:11 +00:00
Andrey A. Chernov
11e697311b
Correct rl_attempted_completion_function type to Function *
...
for successful compilation with octave
1994-05-10 01:16:18 +00:00
Andrey A. Chernov
9cadef18e6
Merged with new readline 2.0 from bash
1994-05-09 23:24:44 +00:00
Andrey A. Chernov
ce4acff5b6
Merge with much improved version from gdb4.11
1994-05-09 20:36:08 +00:00
Andrey A. Chernov
9b39195f89
Install history.h to /usr/include/readline too, gdb4 include it
1994-05-09 18:43:40 +00:00
Andrey A. Chernov
13adc6f931
Remove readline copy, now gdb use gnu lib tree libreadline
1994-05-09 18:13:54 +00:00
Andrey A. Chernov
e9ca3bdf0e
libreadline added
1994-05-09 16:11:10 +00:00
Andrey A. Chernov
8a67c71748
Port readline lib into gnu system tree.
...
Really we don't need copy of this library into each program
(gdb f.e.)
P.S. it is much cleaner port than /usr/ports version and based
on /usr/ports version. /usr/ports version will be removed.
1994-05-09 15:59:10 +00:00
Andrey A. Chernov
494578e684
Localize RevD mixer changes for board revisions >= 127
1994-05-08 17:11:39 +00:00
Andrey A. Chernov
8d29233fea
Upgrade to version 1.05
1994-05-07 18:14:43 +00:00
Andrey A. Chernov
dbdb1f56bb
Correct reference to master port:
...
really it is last port on card, not first.
1994-05-07 01:15:10 +00:00
Andrey A. Chernov
101b205574
Fix ugly bug with PAS16 Rev D mixer: output level was too low
1994-05-07 01:09:35 +00:00
Andrew Moore
675d65c40e
Add GNU regex.h
1994-05-06 08:34:11 +00:00
Andrew Moore
a3f77ca2ab
added ptx
1994-05-06 08:19:44 +00:00
Andrew Moore
e1eb228ec9
ptx: permuted index generator
1994-05-06 07:54:54 +00:00
Rodney W. Grimes
2f3990f771
Add supoort for hostname.ed1
1994-05-04 08:59:52 +00:00
Rodney W. Grimes
cbb33f0cf5
USL copyright
1994-05-04 08:24:02 +00:00
Adam David
439d0ff00b
Use correct stack segment with corefiles.
1994-05-04 01:22:07 +00:00
Andrey A. Chernov
49afd99659
FILES entry corrected
1994-05-03 18:50:13 +00:00
Andrey A. Chernov
a36226d6ef
1) Add \p\c after CONNECT for modems which give CONNECT before
...
carrier up
2) Add more chat-fail codes
3) Add comment about complete/abort scripts, when modem handle
DTR drop properly
1994-05-03 18:46:44 +00:00
Rodney W. Grimes
bacf044f40
Use the hostname.interface file just like the 3 floppy install.
1994-05-03 10:11:47 +00:00
Rodney W. Grimes
b9ee5a065c
Use ISO9660/DOS compliant file names for the tar balls now.
1994-05-03 10:11:21 +00:00
Rodney W. Grimes
8568be7ca9
>From BETA_1_1 branch:
...
----------------------------
revision 1.20.2.2
date: 1994/05/03 05:16:50; author: rgrimes; state: Exp; lines: +39 -16
Do a board reset if the AHA_INQUIRE command fails. This is needed for the
DTC3290. Change the messages about the BT545 to be generic to non adaptec
boards, since it appears that most vendors do not implement the AHA_INQUIRE
command in thier compatibility mode.
----------------------------
1994-05-03 05:44:53 +00:00