302 Commits

Author SHA1 Message Date
cgd
72c0d7e22d version 0.8a -- gonna export some new kernels... 1993-04-28 23:21:03 +00:00
deraadt
372a76a500 Ensure the rmaouthdr shell script is executable before running it! 1993-04-28 08:45:51 +00:00
cgd
dc142311c5 bsd->netbsd 1993-04-28 06:37:52 +00:00
cgd
10f90fced1 got rid of __386BSDREL__ symbol; it was useless.
added NetBSD symbol (date+rel number) and NetBSD0_8 symbol.
1993-04-28 05:54:21 +00:00
cgd
b241feb932 386bsd -> bsd for kernel name, and kill weird binary... 1993-04-28 05:38:44 +00:00
cgd
f884d0dc31 new kernel name is "bsd" also, add "o*" to list of kernels to boot. 1993-04-28 05:32:55 +00:00
cgd
5332665110 get rid of the silly quotes 1993-04-28 05:31:03 +00:00
cgd
a32f5dee78 new kernel name is bsd 1993-04-28 05:28:56 +00:00
mycroft
43217d0eee Give processes 0 and 2 more appropriate names (scheduler' and swapper', respectively). 1993-04-28 04:19:25 +00:00
mycroft
c5fba062aa Implement previous change more cleanly. 1993-04-28 04:00:49 +00:00
mycroft
fd7eb0fb33 Make swapmap extern; it is defined in vm_swap.c. 1993-04-28 03:06:15 +00:00
mycroft
e9d5658078 Introduce a new panic() condition in case I missed something. 1993-04-28 03:04:57 +00:00
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