jtc
|
f76f1f89ad
|
KERNEL -> _KERNEL
|
1995-03-26 20:35:13 +00:00 |
|
jtc
|
7c04233887
|
KERNEL -> _KERNEL
|
1995-03-26 20:23:52 +00:00 |
|
gwr
|
4916e6ce63
|
Nuke FPCOPROC
|
1995-03-26 19:38:23 +00:00 |
|
gwr
|
56bbea071a
|
Add/fix some comments.
|
1995-03-26 19:37:41 +00:00 |
|
gwr
|
1a22be7490
|
Enable interrupts before autoconfig.
The reasons to do it later no longer exist.
|
1995-03-26 19:32:31 +00:00 |
|
gwr
|
58662ede8c
|
Enable interrupts before autoconfig (like hp300).
The reasons to do it later no longer exist.
|
1995-03-26 19:28:29 +00:00 |
|
gwr
|
42d319670c
|
Add "tun" device.
|
1995-03-26 19:24:16 +00:00 |
|
gwr
|
e2d6f35c09
|
The splbio()/splx(s) is now appropriate even if SCSI_POLL is set.
|
1995-03-26 19:23:12 +00:00 |
|
gwr
|
0784cab36b
|
Sync with GENERIC
|
1995-03-26 19:17:48 +00:00 |
|
gwr
|
3316bb27fd
|
Nuke FPCOPROC
|
1995-03-26 19:17:23 +00:00 |
|
briggs
|
4c88a6a961
|
Don't MRG_TEST the tracing if MRG_TRACE isn't defined. From
Paul Goyette (paul@pgoyette.bdt.com).
|
1995-03-26 18:10:23 +00:00 |
|
briggs
|
71a63538b8
|
KERNEL -> _KERNEL
|
1995-03-26 17:08:36 +00:00 |
|
mycroft
|
445c619523
|
Make this lighter.
|
1995-03-26 16:36:12 +00:00 |
|
briggs
|
625d11a739
|
sun3 fixes for COMPAT_SUNOS.
|
1995-03-26 15:53:36 +00:00 |
|
briggs
|
9d7efb1fb0
|
Do iteon() and iteoff(). Right now, they just clear/draw the cursor and
clear the screen. "We" should look at updating these further.
|
1995-03-26 15:52:21 +00:00 |
|
cgd
|
fa2133533d
|
invoke ktrsyscall with (vp, code, argsize, args) as args.
|
1995-03-26 08:03:29 +00:00 |
|
cgd
|
a046d2374e
|
don't default return types to ints; specify them.
ktrsyscall takes (vp, code, argsize, args), and stores argsize rather
than nargs.
|
1995-03-26 07:48:47 +00:00 |
|
cgd
|
3a977bd3df
|
syscall tracing: store code and argsize, as ints; update comments.
|
1995-03-26 07:47:39 +00:00 |
|
leo
|
aaba69e8ca
|
fix some formatting nits
|
1995-03-26 07:24:32 +00:00 |
|
leo
|
71f4b7ab67
|
cgd for leo: adjust ktrsyscall() invocation to behave like ktrsyscall()
now expects.
|
1995-03-26 07:20:54 +00:00 |
|
leo
|
e5838fcffd
|
cgd for leo: kill some casts; catch up with the state of the rest of the world
|
1995-03-26 07:17:44 +00:00 |
|
leo
|
8b0113cfce
|
NetBSD/Atari, port by Leo Weppelman.
|
1995-03-26 07:12:03 +00:00 |
|
cgd
|
e2f551312e
|
make alpha GENERIC kernel have 'options INSECURE' by default
|
1995-03-26 01:48:21 +00:00 |
|
cgd
|
0310dd8f78
|
add an 'INSECURE' option which makes securelevel default to -1
|
1995-03-26 00:01:08 +00:00 |
|
briggs
|
5a8670a41a
|
add_nubus_intr takes int (*)(), not void (*)().
Fix slot interrupts more.
|
1995-03-25 22:30:39 +00:00 |
|
briggs
|
bc14b5cbcc
|
Don't count video interrupts.
|
1995-03-25 22:28:30 +00:00 |
|
cgd
|
fd10fb94e5
|
make it reasonable for processes to not double-map it's user area and kstack
|
1995-03-25 22:05:15 +00:00 |
|
mycroft
|
b51403f60d
|
Remove the write protect check altogether, and rely on the drive to do it.
|
1995-03-25 19:45:18 +00:00 |
|
mycroft
|
12a1b9ad67
|
Add a rogue entry for the ANRITSU DMT780.
|
1995-03-25 18:41:42 +00:00 |
|
mycroft
|
c7cee0e9b6
|
.
|
1995-03-25 00:46:42 +00:00 |
|
mycroft
|
ff6c206c3f
|
Use void* rather than caddr_t in many places.
|
1995-03-25 00:00:53 +00:00 |
|
mycroft
|
10512e87fa
|
All of the audio drivers need DMA.
|
1995-03-24 22:47:39 +00:00 |
|
glass
|
911fbf48fa
|
fix syntax error. Andreas Gustafsson <gson@clinet.fi>
|
1995-03-24 20:17:15 +00:00 |
|
gwr
|
a1bc8a65f8
|
Cleanup, and deal with kd != console
|
1995-03-24 19:48:41 +00:00 |
|
gwr
|
d57d569cad
|
Determine FPU type during autoconfig.
|
1995-03-24 17:27:12 +00:00 |
|
cgd
|
dd6089fc52
|
explicitly cast &time to (struct timeval *) when passing it to VOP_UPDATE.
new prototypes and picky compilers make a volatile mess.
|
1995-03-24 15:33:23 +00:00 |
|
cgd
|
cba4b405e4
|
don't let args default, return values, add protos
|
1995-03-24 15:29:46 +00:00 |
|
cgd
|
765d6cba46
|
kill a couple of debugging printfs
|
1995-03-24 15:15:45 +00:00 |
|
cgd
|
a7b2a08bc6
|
remove support for double-mapping the user area and kernel stack.
|
1995-03-24 15:07:10 +00:00 |
|
cgd
|
6203812f8d
|
better 3000/300-series systype recognition.
remove a while (1); that i added for debugging a while back.
remove support for double-mapping the user area and kernel stack.
|
1995-03-24 15:04:14 +00:00 |
|
cgd
|
2a6f9d0165
|
allow user to halt system at boot device prompt
|
1995-03-24 15:03:02 +00:00 |
|
cgd
|
804b49ae1f
|
remove support for double-mapping the user area/kernel stack
|
1995-03-24 15:01:31 +00:00 |
|
cgd
|
f2682e8576
|
fill in sysnames for the 300 family
|
1995-03-24 15:00:51 +00:00 |
|
cgd
|
93d789f4a5
|
cleanup, add some comments, and (oh yeah!) look at interrupt bits
|
1995-03-24 14:59:37 +00:00 |
|
cgd
|
0d22f2407b
|
make bpf work, by appending ether header before mtap, then discarding it.
|
1995-03-24 14:57:12 +00:00 |
|
cgd
|
f2619698ac
|
deal reasonably with the 3000/300's console (annoying engineers!)
|
1995-03-24 14:52:24 +00:00 |
|
cgd
|
91a475f398
|
print out mode (slow vs. fast)
|
1995-03-24 14:49:28 +00:00 |
|
briggs
|
bb035dee62
|
KERNEL -> _KERNEL
|
1995-03-23 20:19:16 +00:00 |
|
jtc
|
f86410093b
|
Changed name of __weak_reference() to __indr_reference(). They really
are indirect references, and I want to add a real __weak_reference()
macro to <machine/cdefs.h> soon.
|
1995-03-23 19:58:48 +00:00 |
|
jtc
|
d57fb977bb
|
Added -D_KERNEL to CFLAGS alongside each -DKERNEL.
|
1995-03-23 19:46:18 +00:00 |
|