gpalmer
15ef64cdc1
Give this a serious dose of reality by adding the last 2-3
...
months worth of new sup targets!
1995-01-29 06:46:27 +00:00
bde
055f7c204d
Fix longstanding benign type mismatch.
1995-01-29 06:37:13 +00:00
phk
9284b28b5e
Remove the entry about adding "interrupts to pas", done.
1995-01-29 06:35:03 +00:00
phk
68256df956
Make sure the scripts/* files have 'x' bits.
1995-01-29 06:29:14 +00:00
bde
b461ea0173
Define MAXARCS correctly. It has nothing to do with HISTCOUNTER, and
...
overflowed when I enlarged HISTCOUNTER to u_int.
1995-01-29 06:23:34 +00:00
bde
63b01ede83
Don't waste 1264K for each MB of unused text.
...
Remove misplaced comment.
1995-01-29 03:03:23 +00:00
bde
be086a9068
Fix disassembly of `bt[crs] $Ib,E'.
1995-01-29 02:38:15 +00:00
phk
7199f4d8dc
Some cleanup done.
...
Include bteasy, bootsd, sdboot and termcap entries using file2.c
Remove all traces of "termcap.small".
The policy in this program regarding termcap is:
| If $TERM is set
| do nothing special, rely on usual termcap.
| else
| use compiled in (via file2c) termcap entries
1995-01-29 02:31:38 +00:00
ats
b4abec3d5e
Submitted by: Philippe Charnier <charnier@lirmm.fr>
...
Install the man page, now that we have one.
1995-01-29 02:16:01 +00:00
phk
5852abee9f
Change the boot.flp rule to use the "vn" device. Much faster :-)
...
remove bootsd and sdboot from the boot.flp, the matching change to
sysinstall will arrive later this evening.
1995-01-29 02:12:30 +00:00
ats
d088957441
fix another bug in the MAKEDEV cludge :-). The x-bit permission are not
...
necessarly copied over. So better call it explicit with a sh ./MAKEDEV .
1995-01-29 01:45:54 +00:00
jkh
aada97abba
Take out ?diskfree - it doesn't make any sense now..
1995-01-29 01:35:24 +00:00
jkh
f00042a390
I blew the date on this. Sigh..
1995-01-29 01:32:32 +00:00
ats
dc666a09a5
Kill the comment in a comment to shut up the compiler.
1995-01-29 01:27:58 +00:00
ats
4409083679
Correct the relative path for the etc directory in the makedev cludge :-).
1995-01-29 01:25:17 +00:00
ats
98786bc351
Correct a name of one structure member in the sigaltstack structure.
...
Now it matches the man page and also the only other commercial implementation
i have found so far ( Solaris 2.x).
Changed the name from ss_base to ss_sp.
1995-01-29 01:19:25 +00:00
jmz
27434d033f
Add parentheses around macros!
1995-01-29 01:00:14 +00:00
phk
8da1f09e8e
add file2c
1995-01-29 00:51:38 +00:00
phk
44d9c7e9b3
This is a small little program used to execute a bad practice a clean way :-)
...
It will read a file on stdin and write it as decimal integers on stdout,
this is useful for embedding files in c-sources.
There are a few places where this is needed, and this is a better way than
the current practice of hand-editing the sources.
The command:
date | file2c 'const char date[] = {' ',0};'
will produce:
const char date[] = {
83,97,116,32,74,97,110,32,50,56,32,49,54,58,52,55,58,51,51,32,80,83,84,
32,49,57,57,53,10
,0};
The manual page is 2 lines longer than the source :-)
1995-01-29 00:49:57 +00:00
jkh
1c4f0da002
Copy the src tarballs' script to the right place.
1995-01-28 22:29:27 +00:00
sos
46c57c8d60
Third round in syscons update.
...
Display update method changed, now allways write in memory buffer,
then periodically update physical display.
Speed improvements (now > 5 times faster than the old syscons).
History now circular buffer, with changeable size.
History scroll by up/down line, up/down page, home and end.
Backtab proberly implemented.
Now space for 96 function keys, 63 allocated standard, default now
SCO/SYSV compat again as in the old days.
New keyboard definition files ~share/syscons/keymaps/*
Misc fixes for old "hacks" that broke SCO/SYSV compat.
More that I forgot before writing this...
1995-01-28 22:18:05 +00:00
jmz
e3426906a3
Do not recompute TIMER0's maximum count, since it is in timer0_max_count.
...
Use a simpler formula to convert usecs to ticks.
Output is in microseconds instead of ticks, so that values do not depend
on the timer frequency.
1995-01-28 21:54:37 +00:00
asami
afd6259b60
Add a -s' flag for
silent' processing. Make the script return 0 for
...
success and 1 for failure. Describe the options in manpage.
1995-01-28 17:35:56 +00:00
jkh
8b380261fb
Delete a bogus :.
1995-01-28 13:17:38 +00:00
jkh
011a8b78ff
Less kludge dev.
1995-01-28 09:17:58 +00:00
jkh
d1582b8e3a
A different kludge for /dev
1995-01-28 09:16:41 +00:00
jkh
6bc8b5cc65
Make some of the extract scripts more explicit.
1995-01-28 09:11:39 +00:00
jkh
c4f97fa185
Print message about ignoring stupid warnings in game dist
...
Don't ask user to press return after every dist.
1995-01-28 09:07:48 +00:00
jkh
9324ad8d8f
Syntax errors corrected
...
Add support for Sony CDROM
1995-01-28 09:04:12 +00:00
jkh
6131b9dcd0
Nuke out a printf that otherwise spews crap at probe() time. A no-no.
1995-01-28 06:40:23 +00:00
jkh
36ea0db5c6
Put in a much less bogus Makefile on advice from Bruce.
1995-01-28 06:01:18 +00:00
jkh
c73a368a7a
Make the check for a precompiled kernel correct.
1995-01-28 05:33:52 +00:00
jkh
2265e6720f
Look for scdreg.h in the right place. Whoops.
1995-01-28 05:32:53 +00:00
jkh
13346a6269
Add soundblaster CD to generic kernel. Hope this doesn't run us out
...
of space!
1995-01-28 05:01:43 +00:00
jkh
fe0a504c2b
Poul lost his copy of K&R again - add a semicolon to the end of the
...
preceeding statement..
1995-01-28 05:00:50 +00:00
phk
a9ff763a3b
Update to BTEASY 1.7
...
Submitted by: vak
1995-01-28 04:42:08 +00:00
phk
5eca39107f
Make Jordan a little happier by fixing a couple of bogons.
1995-01-28 04:35:05 +00:00
jkh
76f0435d24
Tweak the location of the scd driver.
1995-01-28 04:20:55 +00:00
jkh
ab3ce1e2ac
Add the soundblaster CDROM driver back in, but this time under the GPL
...
since the Linux driver was used as the principle reference.
Submitted by: Mikael Hybsch <micke@dynas.se>
1995-01-28 04:18:42 +00:00
ache
b7612583e7
Fix configurations in which mail route depends of the name
...
of sender host.
Submitted by: vak@cronyx.msk.su
1995-01-28 04:09:05 +00:00
dg
745d0dc6a0
Get rid of extra []'s and otherwise fix-up boot prompt. Reordered
...
boot flags processing to be alpha-beta.
1995-01-28 03:51:39 +00:00
dg
fc5dd24ded
Completed the fix for attempting to page out pages via the device_pager.
...
Submitted by: John Dyson
1995-01-28 02:02:25 +00:00
dg
7f0d63876d
Fixed coredump when issuing d$ on a blank line. Fixes bin/191.
1995-01-28 01:58:14 +00:00
jkh
c0c281b7e3
Tweak some of the notes.
1995-01-28 01:20:18 +00:00
jkh
e8954f8b1a
Update everyone's paths to point properly into /stand/scripts.
1995-01-28 01:18:44 +00:00
jkh
0b97346fe6
Bump the date again - the snapshot doesn't look like it's going to happen until
...
tomorrow.. :-)
1995-01-28 01:14:39 +00:00
jkh
22ae6b3e5f
Call the bininst.sh script by its new name.
1995-01-28 01:13:29 +00:00
dg
05e6d3db11
Kill used "error" variable.
1995-01-27 23:26:53 +00:00
dg
aff0ac7fd7
Fixed bogus error reporting when the failure is RPC related ("Address
...
already in use", instead of "Permission denied").
1995-01-27 23:24:33 +00:00
jkh
36c58a9a2c
Update these to be a little more business-like in appearance.
...
Delete obsolete information.
1995-01-27 23:15:31 +00:00