deraadt
82241bcf3e
regarding NBPG, PGOFSET, PGSHIFT, NPTESG, VA_VPG:
...
these are simple macros unless you build a combined sun4+(sun4c,sun4m)
kernel -- then they point to variables which are initialized early on.
1994-08-20 01:26:41 +00:00
deraadt
0ab75b9022
repair a few rom call return values
1994-08-20 01:20:59 +00:00
deraadt
b5c483ea1a
the sun4c "fake idprom inside the nvram" looks exactly like a sun4 idprom.
1994-08-20 01:20:28 +00:00
deraadt
5cee9394c1
add sun4 control space areas
1994-08-20 01:19:27 +00:00
deraadt
35ff4b995a
needed for X
1994-08-14 00:13:20 +00:00
deraadt
c6a626e130
first cuts
1994-08-08 05:43:56 +00:00
deraadt
4bb1df3001
maintain resident_count and wired_count
1994-08-06 22:08:32 +00:00
deraadt
822b1d1d65
make X11R5 compile easier
1994-07-21 22:06:13 +00:00
cgd
3fbc338a62
define __BIT_TYPES_DEFINED__ for compatibility with things like BIND and nvi
1994-07-20 05:44:19 +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
pk
65c532b7a2
Allocate pmap's segmap separately.
...
Keep some tags on segment boundaries to optimise ctx_alloc().
1994-06-10 14:32:54 +00:00
pk
8aa1346476
Profile asm entries also.
1994-06-03 11:48:13 +00:00
pk
7984179d9d
sync with 4.4-lite
1994-05-25 16:56:03 +00:00
deraadt
81c57a3c62
for newish vm
1994-05-24 02:25:40 +00:00
deraadt
31ce603a3c
liten
1994-05-24 02:16:27 +00:00
deraadt
79430f5f9d
liten
1994-05-19 08:23:00 +00:00
deraadt
3e146c5133
sync with 4.4-lite
1994-05-13 20:12:41 +00:00
deraadt
5e6f04e81f
profiling and clock stuff
1994-05-05 09:54:33 +00:00
deraadt
94fdbf8dc4
add sun4m ASI definitions
1994-05-05 07:51:25 +00:00
deraadt
32f1e3f490
flags foo
1994-05-05 05:55:00 +00:00
deraadt
63f5d6fba9
decl SHMMAXPGS
1994-04-18 07:17:45 +00:00
pk
5fbd6e4285
DDB support
1994-03-24 08:46:45 +00:00
deraadt
46e78d4fac
splimp >= (splnet or spltty)
1994-03-22 08:09:24 +00:00
deraadt
1d2fa0cf4d
move defn of trapvec to cpu.h
1994-03-22 08:08:43 +00:00
deraadt
42ba2b6516
add things needed by the cgsix
1994-02-27 10:33:25 +00:00
pk
68f0489fb0
[GS]ETREG definitions for ptrace
1994-02-11 16:51:35 +00:00
pk
4574bd34c2
Define a few things here, in line with other ports.
1994-02-10 19:05:03 +00:00
pk
bdf4c9bf54
pmap_t typedef outside `#ifdef KERNEL', as it is brought into user
...
scope by <vm/vm_map.h>
1994-02-01 11:58:37 +00:00
deraadt
e9fee9d6d3
sparc runs in current today
1994-02-01 06:01:19 +00:00
jtc
5235180083
Fix spelling error in Copyright notice
1994-01-28 23:43:26 +00:00
pk
8674aef654
BLAST!
1994-01-27 14:59:37 +00:00
pk
24e4cb4bad
move varargs stuff to arch/<machine>/include.
1994-01-27 00:18:18 +00:00
cgd
edcba29bc8
add MACHINE_ARCH
1993-12-04 02:12:34 +00:00
deraadt
03f5ee0f24
monster kludge! struct kinfo is very large, cause the pmap struct is
...
very large. this has to fit into struct user.. kern_kinfo.c should get
fixed (for the core dump case)
1993-12-03 09:23:43 +00:00
deraadt
6839d97c8c
use p_emul flag to indicate OS emulation
...
handle syscalls at standard sun place, ie. trap#80 not #89
add SunOS OMAGIC support
1993-11-10 03:13:19 +00:00
deraadt
9b363afc2d
Define the {QUAD,UQUAD}_{MIN,MAX} things here.
1993-10-19 09:03:41 +00:00
deraadt
0e9ecd46ec
fix a typo
1993-10-18 13:28:19 +00:00
pk
14e6ea89aa
Put definition of __LDPGSZ and `struct relocation_info' where they belong:
...
in <machine/exec.h>.
1993-10-18 09:46:56 +00:00
deraadt
64a71293dc
fbio.h, mailed from Torek. This file is from Sprite, and clearly an
...
extensively modified SunOS file. *sigh*.
(ie. Feel free to rewrite it from scratch...)
1993-10-16 11:14:51 +00:00
deraadt
cefac63158
actually put something in a previously empty file.
...
__LDPGSZ should now be defined here!
1993-10-15 06:01:06 +00:00
deraadt
7ee2311b78
stdarg.h, varargs.h, psl.h, autoconf.h: posted patches from torek
...
cpu.h: cpu_adjstack() won't work well in the NetBSD execve - need a
different model, stub enablertclock() for now..
exec.h: a netbsd-type exec.h file (ie. empty)
param.h: add MID_MACHINE
pmap.h: delete kernel_pmap hack - it doesn't work for us, + two proto's
vmparam.h: VM_MIN_ADDRESS = 0!
1993-10-11 02:28:23 +00:00
deraadt
5dbfa8c726
need these
1993-10-10 11:18:03 +00:00
deraadt
4588caefaa
Chris Torek's sparc port. Missing lots of things.
1993-10-02 10:22:00 +00:00