mycroft
f96a1945c5
Remove `nboot' completely.
1995-02-21 09:16:34 +00:00
mycroft
85eb2facec
Use the libsa exec().
1995-02-21 09:06:13 +00:00
cgd
d56a14b9ae
updated version of the readme
1995-02-21 08:24:52 +00:00
mycroft
97cf758f6d
Add EFTYPE.
1995-02-21 07:52:45 +00:00
mycroft
cba39e9e88
Correct some error strings, and add a few more. Don't print error messages in
...
exec(); let the caller do it.
1995-02-21 07:38:37 +00:00
mycroft
248e7ebfb0
Update prototypes.
1995-02-21 07:16:24 +00:00
mycroft
d031ff677c
exec() doesn't need to return a value.
1995-02-21 07:14:37 +00:00
mycroft
2af23945b3
Add the security check in the hp300 code, and clean a little.
1995-02-21 06:56:06 +00:00
mycroft
28983f9e3f
Tweak to make the twiddler look better.
1995-02-21 06:39:01 +00:00
mycroft
906d699af5
Make the twiddler like libsa.
1995-02-21 06:34:58 +00:00
mycroft
2d7464c4b9
Add a generic twiddler.
1995-02-21 06:33:22 +00:00
brezak
559df5705c
PSS driver; needs testing with config.new
1995-02-21 04:15:03 +00:00
brezak
39b8de8e12
Driver for Windows sound system; not extensively tested
1995-02-21 02:28:42 +00:00
brezak
32eec53a2d
SoundBlaster driver for SB, SB16 and SBPRO
1995-02-21 02:28:06 +00:00
brezak
a70ae7273c
PAS driver; uses SB emulation for now
1995-02-21 02:27:18 +00:00
brezak
977594d1a9
Driver for ad1848 codec
1995-02-21 02:26:39 +00:00
brezak
1f5bdc75a9
New audio subsystem
1995-02-21 01:35:58 +00:00
mycroft
1e81015d0c
Document the getopt(3) option syntax, and some other documentation cleanup.
1995-02-21 01:17:40 +00:00
mycroft
4cdfbdb0e8
Fix an old formatting glitch.
1995-02-21 00:27:29 +00:00
mycroft
dd6c22ed70
Use getopt(3), with obsolete() from restore(8) for backward compatibility.
1995-02-20 22:35:56 +00:00
jtc
b83cf82eb5
Define NLSDIR, NLSGRP, NLSOWN, and NLSMODE (for message catalogs).
1995-02-20 21:26:33 +00:00
jtc
8453143f6d
Added \n to end of format strings used by all the perror-like functions.
...
Added const qualifier to array of error strings.
1995-02-20 21:20:22 +00:00
mycroft
d8b173be70
Use atexit() rather than tweaking every exit() to call the cleanup function.
1995-02-20 19:43:51 +00:00
mycroft
f7078d4f16
Fix core dumps on certain types of invalid options.
1995-02-20 18:42:14 +00:00
mycroft
258efc53df
Various:
...
* Fix some misused types.
* Encapsulate the protocols better.
* Rearrange the RPC stuff to work more like the kernel. (Needs more work.)
* Remove a bunch of extra hair when reading a file over NFS.
* Use RPCAUTH_UNIX when talking to the NFS server.
1995-02-20 11:04:00 +00:00
chopps
41af5cf131
rtc now reads and writes erbe0011@FH-Karlsruhe.DE (Bernd Ernesti)
1995-02-20 00:53:42 +00:00
mycroft
e9685fc52f
Don't define netif_debug here.
1995-02-20 00:19:43 +00:00
mycroft
fcf2c007f3
Define netif_debug in here.
1995-02-20 00:19:09 +00:00
mycroft
30b00f8878
Slight rearrangement.
1995-02-20 00:15:06 +00:00
mycroft
19a789aae8
Update to the new RCS id convention.
1995-02-20 00:12:09 +00:00
mycroft
6cd040ac12
Don't stall if we get packets back-to-back.
1995-02-19 23:54:18 +00:00
mycroft
388209113e
Don't panic if the battery is dead.
1995-02-19 23:53:19 +00:00
mycroft
ffd9c97e2a
Add some more diagnostic info. Increment the xid in a better place.
1995-02-19 23:52:18 +00:00
mycroft
ad21848143
Adjust the attribute info size for our NFS code.
1995-02-19 23:51:39 +00:00
mycroft
2fd9d0abfb
Add unfinished netboot code, and reorganize the Makefile somewhat.
1995-02-19 19:17:01 +00:00
mycroft
8b834a58ca
Display more information when we get bogus data off the card.
1995-02-19 18:05:45 +00:00
mycroft
61c45cc32e
Remove duplicate defn of bcea.
1995-02-19 17:04:46 +00:00
cgd
d0dbb18afc
add 'domestic' to subdirs list, if it exists.
1995-02-19 12:20:06 +00:00
mycroft
aef3817e0d
Clean up deleted files.
1995-02-19 12:19:09 +00:00
cgd
4902ac3dcf
use the (broken) crypt.c from the 4.4BSD-Lite Foreign distribution, that
...
can encrypt passwords but _cannot_ decrypt anything. "real" (i.e. two-way,
unbroken) crypt() now lives in /usr/src/domestic.
1995-02-19 12:18:56 +00:00
mycroft
0f894be19c
Rearrange epintr() to insure proper edge-trigger of the interrupt latch.
1995-02-19 06:13:53 +00:00
glass
d162458aeb
oops
1995-02-19 04:26:16 +00:00
glass
b6c0555406
add my test machine...with math emulation turned on
1995-02-19 03:44:21 +00:00
pk
938030c27d
fd declarations.
1995-02-18 09:42:19 +00:00
pk
493dddc814
Admit we have a floppy driver.
1995-02-18 09:40:30 +00:00
pk
021803bc33
Little routine to manipulate auxreg bits.
1995-02-18 09:33:29 +00:00
jtc
ea66efc784
Enable mc68881 versions of remainder() and scalb().
1995-02-18 01:46:41 +00:00
jtc
8961dd234b
Special case 0, as was done in s_scalbn.S.
...
I'm only doing this for consistancy --- someone really needs to measure
whether this optimization is justified.
1995-02-18 01:39:51 +00:00
jtc
324e516335
68881-assisted versions of these functions.
1995-02-18 01:24:42 +00:00
pk
7e192d22be
call argument off by two bits
1995-02-17 20:45:12 +00:00