Commit Graph

416 Commits

Author SHA1 Message Date
jtc
4d37095e31 Fix typo: ieefp.h -> ieeefp.h. 1995-04-16 16:47:03 +00:00
mycroft
81f3a84289 Add USPACE. 1995-04-12 15:27:48 +00:00
mycroft
6ad0e4cf93 More UPAGES --> USPACE. 1995-04-12 08:30:40 +00:00
mycroft
0e218b6169 Change some usages of UPAGES to USPACE. 1995-04-12 08:18:56 +00:00
mellon
df78dbb096 Reference cninit.c as well as cons.c 1995-04-11 09:52:11 +00:00
mycroft
e25c1817cf kernel_pmap --> pmap_kernel() 1995-04-10 13:08:28 +00:00
mycroft
22cefc03bc Bring back pmap_kernel(), for now always inlined as a pointer to
kernel_pmap_store.
1995-04-10 12:41:29 +00:00
mycroft
127e0761c9 Add mmopen(), mmclose(), and mmmmap() where appropriate. Lock vmmap when
needed.  Make types consistent.
1995-04-10 11:54:47 +00:00
mycroft
d751b03236 Minor consistency nits. 1995-04-10 10:01:40 +00:00
mycroft
3f22df0746 Declare all return types. 1995-04-10 01:56:41 +00:00
mycroft
a9e1bbb0c7 Add no-op open and close functions. 1995-04-10 01:23:19 +00:00
mycroft
374185caff Most of the console functions return void. 1995-04-10 01:01:40 +00:00
mycroft
0ed4893351 mmmap --> mmmmap 1995-04-10 00:59:33 +00:00
mycroft
5ca64d4b70 hilmap --> hilmmap 1995-04-10 00:58:36 +00:00
mycroft
0323181eb1 Switch grfmap and grfmmap. 1995-04-10 00:58:10 +00:00
mycroft
1b8aff7880 map --> mmap 1995-04-10 00:55:57 +00:00
mycroft
84de5b1135 Update to make con[fs].h. 1995-04-10 00:50:50 +00:00
mycroft
e957423a98 Move fp_except and fp_rnd definitions to machine/include. 1995-04-09 21:31:58 +00:00
mycroft
25b58554cb Update. 1995-03-31 18:27:30 +00:00
hpeyerl
217531ad26 Update to reflect reality. 1995-03-28 23:57:20 +00:00
jtc
8ba211cde0 Added #define _KERNEL 1995-03-28 18:37:27 +00:00
jtc
71ab4ed9dc KERNEL -> _KERNEL 1995-03-28 18:13:48 +00:00
cgd
fa2133533d invoke ktrsyscall with (vp, code, argsize, args) as args. 1995-03-26 08:03:29 +00:00
jtc
d57fb977bb Added -D_KERNEL to CFLAGS alongside each -DKERNEL. 1995-03-23 19:46:18 +00:00
cgd
b8403d582b don't be so quick to cast macro arguments to unsigned; if the
arguments are really off_t's (e.g. to btodb), then you can lose
information.  This was the "> 4G file systems don't work" bug; physio
uses btodb, which was broken.
1995-03-18 07:22:43 +00:00
mycroft
2f805fa51b copy*str() should use size_t. 1995-03-09 12:05:21 +00:00
mycroft
dc3d752c6c Fix last arg to scdebug_ret(). 1995-03-09 08:59:45 +00:00
mycroft
add762f71c Panic if the emulation type is invalid. 1995-03-08 06:49:22 +00:00
mycroft
e518635e13 Fix some types:
* code, args, and rval should use register_t.
* argsize should be a size_t.
Remove old notimp() kluge; replaced by a better mechanism.
Add some of the SunOS compat hooks.
1995-03-08 06:39:06 +00:00
mycroft
6c30f4a892 Remove file systems. 1995-03-05 23:04:25 +00:00
mycroft
3af978980c Make the dump code more consistent with i386. Mostly cosmetic. 1995-03-05 22:19:26 +00:00
mycroft
30a80c01af Make these consisteny with i386. Mostly cosmetic. 1995-03-05 22:06:42 +00:00
mycroft
4c34be6b52 Clean up deleted files. 1995-03-01 00:00:00 +00:00
mycroft
b39bd2f2d3 Move common code for finishing a buffer into a separate function. 1995-02-23 22:23:40 +00:00
mycroft
ae95dc7533 More disks, tapes, MSDOSFS... 1995-02-23 22:22:07 +00:00
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
mycroft
28983f9e3f Tweak to make the twiddler look better. 1995-02-21 06:39:01 +00:00
mycroft
e9685fc52f Don't define netif_debug here. 1995-02-20 00:19:43 +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
2fd9d0abfb Add unfinished netboot code, and reorganize the Makefile somewhat. 1995-02-19 19:17:01 +00:00
mycroft
d045c68f75 Update for split fu/su functions. 1995-02-08 14:53:33 +00:00
mycroft
b500256b0f Remove [fs]ui{byte,word}(). 1995-02-08 14:52:31 +00:00
mycroft
e732893c41 Remove fu/su functions. 1995-02-08 14:51:08 +00:00
mycroft
44965e0438 Include common m68k version of copy.s. 1995-02-08 14:22:30 +00:00
mycroft
19ff4e7205 Don't include copy.s from here. 1995-02-08 14:20:06 +00:00
mycroft
86dbbad738 Use common m68k version of copy.s. 1995-02-08 14:18:04 +00:00