4596 Commits

Author SHA1 Message Date
mycroft
1d45aaf9e2 Fix a compiation problem. 1994-07-05 17:08:16 +00:00
glass
f8fa8176cf another bad include 1994-07-05 04:24:14 +00:00
briggs
782af154d0 Need the extra byte in the temp buffer to avoid overrun in scrollup on
wide screens.
1994-07-05 03:48:56 +00:00
gwr
f4e2e49ef3 Add yet more debugging code... (but still not enough). 1994-07-05 03:45:14 +00:00
glass
a957351354 multiple include of exec.h 1994-07-05 03:26:34 +00:00
gwr
e97507bf44 Fix uninitialized local variable in get_pte_pmeg which caused
random physical pages to be unmapped, etc.
1994-07-05 03:00:37 +00:00
glass
fdbee87708 returning a gift 1994-07-04 23:25:12 +00:00
mycroft
628f44ceb3 Kill addupc(). 1994-07-04 23:20:44 +00:00
mycroft
bc31358508 Fix some profiling stuff. 1994-07-04 23:19:17 +00:00
briggs
d0f0219076 Don't blow up on huge screens. 1994-07-04 23:05:34 +00:00
briggs
ec394b297c A few things that I think are probably bogus, but I'm getting a lot
farther, now...
1994-07-04 22:44:24 +00:00
briggs
405051c0f8 Make sure TT's are disabled along with the MMU.
TBIA for paranoia's sake.
1994-07-04 22:41:47 +00:00
cgd
2fcbfa09c2 u_long to dev_t, for va_rdev 1994-07-04 22:26:38 +00:00
deraadt
12c6ff514b need vm/vm.h 1994-07-04 21:37:20 +00:00
deraadt
7526e115b9 add srmmu flush/prope ASI sub-codes 1994-07-04 21:36:10 +00:00
deraadt
57fca6c013 goodbye BTOPKERNBASE 1994-07-04 21:35:33 +00:00
mycroft
b303126d1e Do the doasyncfree conditionalization better. 1994-07-04 21:06:07 +00:00
mycroft
7f9b78dbbe Revert most of the previous change. 1994-07-04 20:43:06 +00:00
chopps
b10a5d5fac change to support other MAXPARTITIONS vals aside from 8 1994-07-04 20:39:46 +00:00
chopps
5000b8947b conditional FPSP stuff. 1994-07-04 20:27:44 +00:00
cgd
34a7f2bbed minor style nits, change VBAD handling 1994-07-04 20:27:06 +00:00
cgd
3b513cecb5 ISOFS -> CD9660 1994-07-04 20:22:26 +00:00
chopps
39be43d67f move to new disk minor encoding (parts have lowest 4 bits instead of 3)
remove multiple inclusions protection from varargs.h
1994-07-04 19:39:59 +00:00
chopps
3f9c050090 move to new disk minor encoding (parts have lowest 4 bits instead of 3) 1994-07-04 19:37:51 +00:00
briggs
ae562c7ee4 ifdef out FPSP support to avoid having to use fpspnull.
Fix a bogon.
1994-07-03 11:57:56 +00:00
mycroft
3673f99efd No more HP copyright. 1994-07-03 11:45:41 +00:00
mycroft
0535e409f8 Clean up deleted files. 1994-07-03 11:44:17 +00:00
mycroft
15814de648 Switch to Motorola emulator. 1994-07-03 11:41:33 +00:00
mycroft
1c1622ca22 Clean up deleted files. 1994-07-03 11:40:39 +00:00
mycroft
86726bc4e3 Switch to Motorola emulator. 1994-07-03 11:40:35 +00:00
mycroft
67545e35a4 Remove bogon. 1994-07-03 10:24:21 +00:00
mycroft
75d34a2362 Clean up deleted files. 1994-07-03 10:23:31 +00:00
mycroft
af65c82115 Style nits. 1994-07-03 09:51:58 +00:00
mycroft
2896174213 Save FS type at mount time for some later tests. 1994-07-03 09:24:01 +00:00
mycroft
c6d5fd7263 Fix problem with O_TRUNC and NFS device nodes. 1994-07-03 09:22:37 +00:00
cgd
ea01579f35 light clean up, use some macros 1994-07-03 07:57:32 +00:00
deraadt
5044aff065 bug #319. fix from <alasdair@wildcat.demon.co.uk> 1994-07-03 06:44:03 +00:00
mycroft
3410def915 Clean up deleted files. 1994-07-03 04:27:17 +00:00
cgd
ea1b26b17b kill a relic 1994-07-03 00:19:54 +00:00
chopps
983c19d69d increase SYSPTSIZE to 2 to accommodate zthreebus devices. 1994-07-02 21:16:36 +00:00
chopps
55713234f3 couple fixes from Michael. 2091 now uses 24bit only dma (oops) 1994-07-02 21:15:10 +00:00
chopps
344d199647 we like cache. 1994-07-02 20:26:19 +00:00
chopps
f9e885c22e remove exec_aout.h 1994-07-02 15:53:56 +00:00
briggs
c2bd0b444a Scam from amiga and update a little for the current tree. May need some
more work.
1994-07-02 13:11:10 +00:00
briggs
04ea0266b3 Getting a lot closer. Took out a lot of debugging output. 1994-07-02 13:04:49 +00:00
briggs
2e3a0bfade Get rid of exec_aout.h inclusion. 1994-07-02 13:04:03 +00:00
briggs
712c344e9d Turn off MMU early on '040 machines. Put gray_bars around this in case
it hangs on some machine.  (Q700 is mapped PA==LA in MacOS--at least in
this version of the MacOS).
1994-07-02 13:03:13 +00:00
briggs
e24c7f4fc9 The NCR 5380 driver is now called ncrscsi instead of ncr. 1994-07-02 13:01:32 +00:00
briggs
ebdc074703 Reset sccaddr if we're resetting the video address.
Nuke some debugging output.
1994-07-02 13:00:37 +00:00
hpeyerl
3214723fcf These should have been the 4.4Lite versions. duh. 1994-07-02 06:03:47 +00:00