rich
f2d5e9a493
Add X11R6 to manpath in preprataion for XFree86 3.0.
1994-05-17 11:26:12 +00:00
jkh
56dd89d422
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
ache
a94a714026
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
rgrimes
985e589745
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
rgrimes
c960b32a54
Fisx spelling error from John Lind
1994-05-15 01:10:17 +00:00
rgrimes
ea9dc212e8
>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
ats
4fe8416971
Added a missing unit argument in a printf.
1994-05-14 13:12:14 +00:00
rgrimes
9a996abd90
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
rgrimes
71e82a4ceb
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
rgrimes
f4ca4c5e6b
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
ache
0aad240af7
Make local changes more portable.
1994-05-14 01:18:07 +00:00
ache
b772d1e49f
Upgrade to readline 2.0 from bash1.14.1
1994-05-13 15:48:04 +00:00
jkh
073116681c
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
jkh
a5d9a1f062
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
rgrimes
b4fdb778b7
Fix some spaces back into tabs from a cut and past.
1994-05-13 03:39:21 +00:00
rgrimes
f47e2d2e94
If you want no manual pages so NOMAN=, not MAN1=NOMAN!
1994-05-12 06:09:23 +00:00
phk
2caf7aae0a
typo.
1994-05-12 00:42:59 +00:00
phk
45dc7d2c3e
made -v produce tip-revision, which was what I wanted in the first place...
1994-05-12 00:37:59 +00:00
phk
0374260584
Added -v option to rlog. This gives a quick way to get a list of versions.
1994-05-11 22:39:44 +00:00
ache
c0fb5cd078
Add PAREN_MATCHING to CFLAGS
1994-05-11 16:30:27 +00:00
ache
a99fcfed52
Remove #ifdefs which may confuse external packages which include
...
this headers
1994-05-11 16:25:34 +00:00
ache
83dbe62961
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
ache
b90d5f78ed
Add some note, how to tune readline to 8-bit clean mode
1994-05-11 15:19:11 +00:00
ache
b7c5b2df22
Add VI_MODE to CFLAGS
1994-05-11 15:11:01 +00:00
ache
3699cadbc4
Back out forced 8-bit mode, it can be tudned from ~/.inputrc file
1994-05-11 15:09:10 +00:00
ache
3abdfe3b03
Make dialout devices owned by uucp.dialer with 660 mode
1994-05-10 09:18:11 +00:00
ache
4b34b08a9e
Add note about additional changes
1994-05-10 06:48:07 +00:00
ache
6f835918ed
Make readline 8-bit clean
1994-05-10 06:32:12 +00:00
ache
3c39970bc8
Back out previous fix, correct place to fix is octave program
1994-05-10 01:21:11 +00:00
ache
e7dd2a9044
Correct rl_attempted_completion_function type to Function *
...
for successful compilation with octave
1994-05-10 01:16:18 +00:00
ache
e8a676a690
Merged with new readline 2.0 from bash
1994-05-09 23:24:44 +00:00
ache
5ffff78a1a
Merge with much improved version from gdb4.11
1994-05-09 20:36:08 +00:00
ache
67b1642fa3
Install history.h to /usr/include/readline too, gdb4 include it
1994-05-09 18:43:40 +00:00
ache
4217405d77
Remove readline copy, now gdb use gnu lib tree libreadline
1994-05-09 18:13:54 +00:00
ache
34618ed686
libreadline added
1994-05-09 16:11:10 +00:00
ache
4581057d61
This commit was generated by cvs2svn to compensate for changes in r1466,
...
which included commits to RCS files with non-trunk default branches.
1994-05-09 15:59:10 +00:00
ache
ceb5ca06c6
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
ache
252cdc7400
Localize RevD mixer changes for board revisions >= 127
1994-05-08 17:11:39 +00:00
ache
e7465d2aba
Upgrade to version 1.05
1994-05-07 18:14:43 +00:00
ache
0e8c0c0508
Correct reference to master port:
...
really it is last port on card, not first.
1994-05-07 01:15:10 +00:00
ache
4f3268d32c
Fix ugly bug with PAS16 Rev D mixer: output level was too low
1994-05-07 01:09:35 +00:00
alm
854d8165f3
Add GNU regex.h
1994-05-06 08:34:11 +00:00
alm
5538838ce9
added ptx
1994-05-06 08:19:44 +00:00
alm
fb89d535a6
ptx: permuted index generator
1994-05-06 07:54:54 +00:00
alm
e58e4c68b9
This commit was generated by cvs2svn to compensate for changes in r1457,
...
which included commits to RCS files with non-trunk default branches.
1994-05-06 07:54:54 +00:00
rgrimes
62a23323eb
Add supoort for hostname.ed1
1994-05-04 08:59:52 +00:00
rgrimes
3fd38d5468
USL copyright
1994-05-04 08:24:02 +00:00
adam
fce7f94ba7
Use correct stack segment with corefiles.
1994-05-04 01:22:07 +00:00
ache
0812f6412e
FILES entry corrected
1994-05-03 18:50:13 +00:00
ache
bd63619a36
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