briggs
|
3758e23b79
|
Add another routine for the grf display-specific drivers to return a physical
address.
|
1995-07-06 17:13:45 +00:00 |
briggs
|
e6992b3e60
|
Panic if we don't know how to relocate the video address.
|
1995-07-06 13:30:24 +00:00 |
briggs
|
84ee954356
|
Change NBSBASE to 0x90000000 and let it and NBSTOP be defined.
|
1995-07-06 13:25:30 +00:00 |
pk
|
576bc844e5
|
Support KIOC_GETLAYOUT, so other than US keyboards can be dealt with better.
|
1995-07-06 05:35:34 +00:00 |
briggs
|
d1d1fbc094
|
Put in a cast to make compiler happy.
|
1995-07-06 04:17:15 +00:00 |
briggs
|
0ae9938e56
|
Fix (last?) bug in the IIvx kludge.
|
1995-07-06 03:44:46 +00:00 |
cgd
|
479fb9e45b
|
add <sys/cdefs.h> inclusions. namsspace-protect physadr, label_t
def'ns against _POSIX_SOURCE and _ANSI_SOURCE.
|
1995-07-06 03:39:32 +00:00 |
briggs
|
6503666839
|
If SYMTAB_SPACE is defined, set esym to be the same as end.
Fixup my IIvx kludge again.
|
1995-07-06 02:32:13 +00:00 |
briggs
|
f3274364d4
|
Fix a bug I introduced earlier.
|
1995-07-06 00:28:32 +00:00 |
pk
|
12bdf1b787
|
KNFify a bit.
|
1995-07-05 19:55:02 +00:00 |
gwr
|
090fdb11cf
|
Do not advance esym if the SYMTAB_SPACE option is set.
|
1995-07-05 19:36:48 +00:00 |
gwr
|
2d867f9de5
|
SUBDIR=stand
|
1995-07-05 19:04:23 +00:00 |
pk
|
41d3ba8d49
|
Commit to MACHINE_NONCONTIG.
|
1995-07-05 18:52:32 +00:00 |
pk
|
b8065a4244
|
remove a db_printf() that has been there for too long.
|
1995-07-05 18:51:41 +00:00 |
pk
|
10a0b4b79e
|
Prototype pmap_dumpsize() and pmap_dumpmmu().
|
1995-07-05 18:45:46 +00:00 |
pk
|
a796c37169
|
Re-arrange dumpconf() and dumpsys().
|
1995-07-05 18:40:50 +00:00 |
pk
|
b34c403839
|
#define MACHINE_NONCONTIG here, so all vm_*.c files see it timely.
|
1995-07-05 18:04:48 +00:00 |
pk
|
50755a7cc5
|
typos.
|
1995-07-05 17:53:41 +00:00 |
pk
|
8a8842dc58
|
remove __BDEVSW_DUMP_OLD_TYPE
#include <sys/cdefs.h>.
|
1995-07-05 17:46:11 +00:00 |
pk
|
337522fb97
|
Move dumpmmu() over here.
|
1995-07-05 16:35:42 +00:00 |
pk
|
c39b37a262
|
xd declarations.
|
1995-07-05 15:53:22 +00:00 |
pk
|
9013a7a6e2
|
Add xxread/xxwrite.
|
1995-07-05 13:34:10 +00:00 |
pk
|
deb17b0f15
|
make this compile better....
|
1995-07-05 13:06:33 +00:00 |
ragge
|
e0ebe6c93d
|
(some) support for DDB disassembly added.
|
1995-07-05 09:54:07 +00:00 |
ragge
|
620027e37d
|
Null pointer were referenced if signal occurred before first
syscall. Didn't hurt on 4.3 Reno binaries.
|
1995-07-05 08:39:48 +00:00 |
ragge
|
a237052e3a
|
DDB needs writable kernel text.
|
1995-07-05 08:36:37 +00:00 |
ragge
|
761fc3ae0f
|
Bug causing null pointer mscp buffer reference fixed. Thanx, Rick Macklem!
|
1995-07-05 08:34:01 +00:00 |
ragge
|
26c6819bfc
|
mscp_requeue() should work now.
|
1995-07-05 08:31:38 +00:00 |
ragge
|
426274c2a6
|
rx, rl and kdb needed cdev_decl's.
|
1995-07-05 08:30:41 +00:00 |
ragge
|
0e60bcde3a
|
Calling of pppintr() included.
|
1995-07-05 08:29:27 +00:00 |
ragge
|
dc2461e35c
|
uda/tmscp read/write added.
|
1995-07-05 08:24:45 +00:00 |
ragge
|
5ad69f2c9d
|
nton?/ntoh? moved to endian.h.
|
1995-07-05 08:22:21 +00:00 |
ragge
|
25e4dd61b5
|
Changes due to common network code mods.
|
1995-07-05 08:19:05 +00:00 |
ragge
|
1ab8219384
|
DDB file added.
|
1995-07-05 08:17:16 +00:00 |
ragge
|
7d58080faf
|
More near reality.
|
1995-07-05 08:15:25 +00:00 |
briggs
|
e11c8dfd4c
|
Stupid programmer error in IIvx kludge.
|
1995-07-05 03:48:45 +00:00 |
chopps
|
07d9670a6c
|
remove indirect use of strategy which brok with recent changes
|
1995-07-05 02:12:38 +00:00 |
christos
|
38f1964478
|
Fix bug in the KGDB trap definition. Add svr4 software traps.
|
1995-07-04 22:58:51 +00:00 |
christos
|
1fc6525f9b
|
trap.c: Add svr4 software traps. Fix bug in errno mapping.
svr4_machdep.c: Add siginfo translation (from mrg), add some software traps.
|
1995-07-04 22:57:33 +00:00 |
briggs
|
38031d912a
|
First cut at a kludge for IIvx internal video.
|
1995-07-04 18:55:11 +00:00 |
chopps
|
f1e1796cf4
|
misc cleanup, better tty alloc for mfc. from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
|
1995-07-04 18:06:40 +00:00 |
briggs
|
6d08320888
|
Move SCSIBase from scsi.c.
|
1995-07-04 14:42:16 +00:00 |
briggs
|
2e4f1e0daa
|
Update a bit.
|
1995-07-04 14:38:49 +00:00 |
briggs
|
2510a4f689
|
A few nits.
|
1995-07-04 14:38:34 +00:00 |
paulus
|
a8adf7421b
|
Add code to netintr to call pppintr.
|
1995-07-04 12:37:42 +00:00 |
paulus
|
374a7cc9cb
|
Add code to soft01intr to call pppintr.
|
1995-07-04 12:34:37 +00:00 |
paulus
|
08b7596c51
|
Add code to interrupt to call pppintr.
|
1995-07-04 12:22:21 +00:00 |
paulus
|
da3602a73e
|
Add code to softnet to call pppintr.
|
1995-07-04 12:19:07 +00:00 |
paulus
|
1513342690
|
Add code to netintr to call pppintr
|
1995-07-04 12:14:32 +00:00 |
pk
|
63eeefb6cd
|
make this compile better.
|
1995-07-04 10:29:22 +00:00 |