Commit Graph

1317 Commits

Author SHA1 Message Date
cgd
9e65b66176 reenable SYSVMSG,SYSVSEM,SYSVSHM 1994-06-03 20:52:09 +00:00
cgd
d3e4051878 kill DDB (again) 1994-06-03 20:28:48 +00:00
mycroft
9bc7771492 Allow the probe to succeed again on 445S cards. 1994-06-03 15:56:18 +00:00
mycroft
9a87e0deef Increase default NKPDE. 1994-06-02 09:29:01 +00:00
mycroft
b623f8de21 Remove SLIP. 1994-05-30 17:30:25 +00:00
mycroft
efa75ea465 No more V_SWTCH. 1994-05-29 06:48:56 +00:00
mycroft
ebe4e58802 Don't increment switch count in cpu_switch(); mi_switch() does it. 1994-05-29 06:48:35 +00:00
mycroft
71cbfd8499 Increment switch count on exit. 1994-05-29 06:47:51 +00:00
mycroft
444bdb2ce2 Print trap info on every entry if trapdebug set. 1994-05-27 13:01:47 +00:00
cgd
a3307af1e6 remember, DDB isn't necessarily in if DIAGNOSTIC is on 1994-05-27 13:00:27 +00:00
cgd
45891fdae4 kill DDB for the summer 1994-05-27 12:39:47 +00:00
mycroft
65a32ed04c Add cpu_set_init_frame(). 1994-05-27 11:22:58 +00:00
mycroft
bde4697a5e Set up for the 4.4 way of starting init(8). 1994-05-27 11:18:26 +00:00
mycroft
37c76e16d1 Only print the blasted messages *once* per error. 1994-05-27 08:54:52 +00:00
pk
ae4b215714 fix RCSid 1994-05-26 11:28:51 +00:00
hpeyerl
30c08c899f Copyright foo. 1994-05-25 20:41:53 +00:00
pk
7672b8b95b New style core dumps. 1994-05-25 10:56:56 +00:00
mycroft
0645f8963f Check the bus type, and don't attempt to enable the round-robin algorithm
on early boards.  As suggested by Atsushi Murai.
1994-05-24 13:39:15 +00:00
mycroft
736870802e Add some more constants. 1994-05-24 11:54:24 +00:00
mycroft
b59fbb1fb5 Explicitly disabled Cyrix cache for now. 1994-05-24 11:53:17 +00:00
mycroft
5d9a6c071f Fix Cyrix detection. 1994-05-24 10:41:52 +00:00
mycroft
a9376b883a MIN --> min 1994-05-24 07:31:12 +00:00
deraadt
f90fda8fd6 cyrix CPU_486DLC 1994-05-24 07:24:37 +00:00
deraadt
094c2bfbcf Cx486DLC is a 486-style cpu (plus bugs) 1994-05-24 07:23:01 +00:00
deraadt
2643d1ce33 detect a cyrix 486DLC cpu 1994-05-24 07:21:02 +00:00
deraadt
81ecaa4826 need conf.c 1994-05-24 03:28:31 +00:00
cgd
ebcaebd335 MIN -> min, MAX -> max 1994-05-24 02:35:53 +00:00
cgd
979f061754 use __signed instead of signed, per Lite 1994-05-24 00:51:36 +00:00
mycroft
6eb2a919ff #define KERNEL 1994-05-23 14:06:10 +00:00
mycroft
a9614130fa Clone from hp300 version. 1994-05-23 10:18:52 +00:00
cgd
4d7a245049 can't use u_long 1994-05-23 07:41:24 +00:00
cgd
8b5021d760 casts to quiet warnings 1994-05-23 03:02:39 +00:00
cgd
ee696fb0bb cast to quiet warnings, also change pagability of buffer_map 1994-05-23 03:02:24 +00:00
cgd
057dc4deec quiet compiler warnings 1994-05-23 03:02:13 +00:00
cgd
d158bd71a6 add cpu_swapin 1994-05-23 03:00:56 +00:00
cgd
30f3283f7d cast to quiet warning 1994-05-23 02:59:44 +00:00
cgd
e47989d1e5 turn off spontaneous printing of messages when DEBUG turned on 1994-05-23 02:33:23 +00:00
cgd
b97d7c7677 don't spontaneously print, when debugging 1994-05-23 02:28:21 +00:00
cgd
2b457cd930 pg() -> printf() 1994-05-23 02:26:37 +00:00
cgd
baf4da3dd1 notdef out some debug code that no longer works 1994-05-23 02:25:09 +00:00
deraadt
4e1ceb4238 prelim svr4 stuff from <christos@deshaw.com> 1994-05-22 10:17:26 +00:00
deraadt
a0ca154be4 prelim svr4 stuff from <christos@deshaw.com> 1994-05-22 10:04:26 +00:00
mycroft
c9243930c9 Switch the IOPL hackery to /dev/io, and *don't* do it on close, since that's
unreliable anyway.
1994-05-21 15:57:30 +00:00
cgd
46141abd49 kiss maxfdescs goodbye 1994-05-21 08:37:27 +00:00
cgd
81193600f0 update from lite 1994-05-21 06:48:13 +00:00
cgd
9e66548df2 struct md_coredump 1994-05-21 06:48:05 +00:00
cgd
aa81f487b0 new way of naming things 1994-05-21 06:47:54 +00:00
deraadt
18dab72811 32bit eisa does not work now, do not even try 1994-05-21 05:34:02 +00:00
cgd
11b6c06344 no need to include <sys/vmmeter.h> 1994-05-21 04:00:13 +00:00
mycroft
2a13e06d03 Add network foo. 1994-05-19 09:11:57 +00:00