mycroft
|
3b4d4d9eb9
|
Don't use first block of swap area.
|
1993-04-28 03:04:25 +00:00 |
|
cgd
|
e5ff7dbdce
|
fix several off-by-one errors in hostname setting/reading
|
1993-04-27 10:06:10 +00:00 |
|
mycroft
|
776224f8da
|
Use EPERM when write permission is denied, not EBADF.
|
1993-04-27 07:21:37 +00:00 |
|
deraadt
|
84938af05e
|
386bsd 0.1 --> netbsd 0.8
|
1993-04-27 05:39:38 +00:00 |
|
mycroft
|
e11494b11e
|
Oops. sgetc() is used elsewhere, so should not be static.
|
1993-04-26 19:12:06 +00:00 |
|
deraadt
|
5edf972953
|
cosmetic change
|
1993-04-26 18:45:49 +00:00 |
|
cgd
|
82c7f82148
|
id for scsi_attach must be an int.
|
1993-04-26 11:54:23 +00:00 |
|
cgd
|
0b66c74089
|
fix from Jim Jegers which makes PCFS work...
|
1993-04-26 06:52:39 +00:00 |
|
mycroft
|
16913cf346
|
Make fillw faster in the usual case.
|
1993-04-23 06:33:20 +00:00 |
|
mycroft
|
b69e042dba
|
Rename sput to sputc and make it and sgetc static.
|
1993-04-22 20:20:56 +00:00 |
|
mycroft
|
92d59eede2
|
Use rb_read to gather output; do exactly 4 spl calls, and don't hold the
interrupts locked very long, lest we overrun our serial port FIFOs.
|
1993-04-22 07:56:23 +00:00 |
|
mycroft
|
ed522e39d7
|
Add rb_read, to read part of a ring buffer into an ordinary buffer.
|
1993-04-22 07:49:18 +00:00 |
|
mycroft
|
85c40bb50d
|
Round to nearest when generating 8259 clock frequency (from 386BSD path 113).
|
1993-04-22 04:30:53 +00:00 |
|
mycroft
|
9b5688e853
|
Make mbuf sizes tunable from config file (from 386BSD path 134).
|
1993-04-22 03:54:17 +00:00 |
|
mycroft
|
dc3dadb0c3
|
Fix up error messages and return values.
|
1993-04-22 00:35:02 +00:00 |
|
mycroft
|
136bea0f1f
|
Huge performance improvement (not so bloody many spl calls)!
|
1993-04-21 00:04:14 +00:00 |
|
mycroft
|
f5c7684017
|
Slight performance improvement.
|
1993-04-20 23:45:21 +00:00 |
|
mycroft
|
3aaa63bde8
|
Fix typo in last change.
|
1993-04-20 23:09:36 +00:00 |
|
mycroft
|
463741e958
|
Don't output NULs.
|
1993-04-20 23:03:41 +00:00 |
|
mycroft
|
d536e6b100
|
Add consistent multiple-inclusion protection (repeat).
|
1993-04-20 11:44:36 +00:00 |
|
mycroft
|
57a5e58700
|
Restore files lost during crash.
|
1993-04-20 11:32:23 +00:00 |
|
mycroft
|
47ec3e148b
|
Add consistent multiple-inclusion protection (repeat).
|
1993-04-20 11:25:21 +00:00 |
|
mycroft
|
02cdca10ae
|
Restore files lost during crash.
|
1993-04-20 11:20:47 +00:00 |
|
mycroft
|
d072ed818a
|
Display more meaningful message on SCSI `unit attention'.
|
1993-04-20 10:51:51 +00:00 |
|
deraadt
|
403140e0eb
|
a test for mycroft..
|
1993-04-20 08:38:03 +00:00 |
|
deraadt
|
ef1e842202
|
deleted old comments at behest of original author :-)
|
1993-04-20 02:45:58 +00:00 |
|
cgd
|
fb1d0ee075
|
re-merged include file changes which got eaten by crash
|
1993-04-20 01:00:44 +00:00 |
|
cgd
|
f3efb24612
|
compile needs to be kept in the distribution
|
1993-04-19 23:30:06 +00:00 |
|
mycroft
|
93d9f0e480
|
Don't overwrite global kernel version string.
|
1993-04-19 21:20:46 +00:00 |
|
mycroft
|
a565bf4436
|
Add config for Mycroft's 386 box.
|
1993-04-19 12:46:10 +00:00 |
|
mycroft
|
dac2a8cc99
|
Don't try to copy in from NULL pointer.
|
1993-04-19 12:42:39 +00:00 |
|
mycroft
|
2dbf3f4001
|
Fix subtle word-size error.
|
1993-04-19 06:02:16 +00:00 |
|
cgd
|
f7be83506a
|
bt can't coexist with aha
|
1993-04-19 04:27:53 +00:00 |
|
mycroft
|
c240b0229f
|
Add consistent multiple-inclusion protection.
|
1993-04-19 03:45:34 +00:00 |
|
mycroft
|
365a21bb31
|
Fix typo.
|
1993-04-19 01:35:01 +00:00 |
|
mycroft
|
6d16b1bd7d
|
Add consistent multiple-inclusion protection.
|
1993-04-19 01:22:17 +00:00 |
|
proven
|
c833970cc8
|
Added SSIZE_MAX, the POSIX macro for max of ssize_t.
|
1993-04-18 21:38:47 +00:00 |
|
mycroft
|
4b1a29e027
|
Return correct value for new probe sequence.
|
1993-04-18 10:24:56 +00:00 |
|
mycroft
|
294b1a569b
|
Return correct value for new probe sequence.
|
1993-04-18 10:14:15 +00:00 |
|
deraadt
|
da7b08756e
|
slight code quality improvement. not related to the bug with very
old controllers or disks! :-)
|
1993-04-18 10:03:20 +00:00 |
|
mycroft
|
1bb0bfbfcd
|
Map QMAGIC execs at correct address.
|
1993-04-18 07:34:34 +00:00 |
|
sef
|
545bf74c50
|
NCCS is required by POSIX, so not defining it if _POSIX_SOURCE is
defined is *really* silly.
|
1993-04-17 18:04:18 +00:00 |
|
mycroft
|
214e9cb81b
|
Allow argument to #!' (i.e. #!/bin/foo -argument').
|
1993-04-17 08:07:03 +00:00 |
|
mycroft
|
1658ded3a8
|
Enlarge MAXINTERP to make room for argument.
|
1993-04-17 08:06:33 +00:00 |
|
glass
|
82c0b0957d
|
this file is never compiled, nor included in 'files' because it is adapted
for the particular architecture. However, it never would've compiled either
as it had the old '../h/foo.h' stuff in it.
|
1993-04-17 05:20:54 +00:00 |
|
mycroft
|
3466930de8
|
Use new format for attach message.
|
1993-04-17 04:46:12 +00:00 |
|
mycroft
|
dc3b547a84
|
Fix silly typo.
|
1993-04-17 01:40:36 +00:00 |
|
mycroft
|
3bc97d9bec
|
Add entry for HP ethernet driver.
|
1993-04-17 01:40:10 +00:00 |
|
mycroft
|
5d780bda95
|
Add driver for HP ISA and EISA ethernet adapters.
|
1993-04-17 01:39:27 +00:00 |
|
mycroft
|
a0e6f2c7bb
|
Add proper cast.
|
1993-04-17 01:38:51 +00:00 |
|