Commit Graph

131 Commits

Author SHA1 Message Date
ragge
007a539df5 Readme & install files added and updated. 1995-09-16 12:00:19 +00:00
mycroft
29053c58b2 SA_ONSTACK --> SS_ONSTACK 1995-09-01 20:05:59 +00:00
ragge
2c7359091d Patches from Ken Wellsch/Ken Lalonde to support some Dilog MSCP cards
(DQ256 SMD card, SQ706A and SU726A SCSI card).
1995-08-31 22:24:39 +00:00
ragge
90a621b682 Fixed USRPTSIZE trouble. Cleaned up. 1995-08-22 04:34:17 +00:00
ragge
4ff0530b57 Changed way to calculate USRPTSIZE. 1995-08-22 04:28:20 +00:00
ragge
ce63fbf5f1 Bug fix in byte_swap_word(); didn't always make it. 1995-08-21 16:36:32 +00:00
ragge
e7749341ad Added PG_URKW: World readable, kernel writable. 1995-08-21 03:28:50 +00:00
ragge
172fd72aab Bug fix: Must have user readability of kernel text on Microvax
even when using DDB.
1995-08-21 03:27:05 +00:00
ragge
ed3c38b4cd Added gencntty(); 1995-08-21 03:24:46 +00:00
thorpej
66dcd8fd69 Add entries for the ccd. 1995-08-17 17:40:42 +00:00
mycroft
6deb1a5816 Fix comment on splnet(). 1995-08-13 00:45:21 +00:00
mycroft
0e29cb31fa Replace splnet() with splsoftnet(). Add splnet(). 1995-08-13 00:32:47 +00:00
ragge
dde1e61099 maxpartitions added. Kernel now loaded with -Z flag. 1995-07-24 18:58:32 +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
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
mycroft
7263209ce6 Make each disk and tape driver define its own read and write functions.
Deprecate rawread() and rawwrite() completely.  Remove d_strategy from cdevsw to
force the abstraction barrier.
1995-07-04 07:15:28 +00:00
cgd
2d49c3885b clean up definitions of ctod(), dtoc(), ctob(), btoc(), btodb(), and
dbtob().  remove unused definitions of ctos(), stoc(), and dtob().
1995-06-26 06:55:38 +00:00
cgd
1c0be437b1 define __BDEVSW_DUMP_OLD_TYPE for ports where it's true. clean up
some m68k ports inclusion of common header.
1995-06-26 05:13:37 +00:00
christos
f9f989f545 Makefile.arch: - Add -lcompat
- Change clean: target to be a double dep one,
			  so libraries can use the clean target too
			- Add genassym to the clean targets
1995-06-24 21:14:40 +00:00
ragge
63a9ff56e7 rudimentary DDB support. 1995-06-16 15:36:37 +00:00
ragge
7aaf918c75 d_reset reference removed. Calling of ubareset must be solved. 1995-06-16 15:26:11 +00:00
ragge
8a9fcc717d DELAY() moved to common place. 1995-06-16 15:23:53 +00:00
ragge
2a7adb567d Some flags added to use in boot blocks. 1995-06-16 15:20:11 +00:00
ragge
913f0b045e DDB support. splddb() and trapcode for ddb. 1995-06-16 15:17:27 +00:00
ragge
a1761db1f5 DELAY() removed, now common. 1995-06-16 15:14:05 +00:00
ragge
e9aa7f52a2 ddb file added. 1995-06-16 15:09:56 +00:00
ragge
e11e0f1712 Passing symtab address to kernel. 1995-06-16 15:07:58 +00:00
ragge
988e66c172 Pass symtab address to kernel. 1995-06-16 15:06:50 +00:00
ragge
215feb7abb New file pcb.h. USRTEXT changed to 0x400. 1995-06-05 17:17:57 +00:00
ragge
3c6303e76b Enabled auto reboot. Fixed bug in conf.c. Started use of rpb.
Detecting kernel stack overflow. Removed local mapping of
sigtramp code. Frob kernel stack pages in cpu_swapin().
Cleaned up some code and changed to KNF.
1995-06-05 16:26:23 +00:00
ragge
ae74b4ebab Changed *_MIN to be correct. 1995-05-28 18:38:30 +00:00
jtc
f90f8d10aa Removing -DKERNEL, transition to _KERNEL has been completed 1995-05-16 22:24:17 +00:00
jtc
8aa6c376b6 KERNEL -> _KERNEL 1995-05-11 16:52:54 +00:00
ragge
7d8ace7679 Typo 1995-05-08 19:10:53 +00:00
ragge
197ff756b0 Machine dependent core dump struct added. 1995-05-07 16:43:34 +00:00
ragge
9bdf9bed5e Changed core dump style to generic netbsd format. 1995-05-07 16:41:28 +00:00
ragge
372dd89e62 Kernel message buffer implemented. 1995-05-06 00:08:28 +00:00
ragge
29a5673f41 BROKEN_SWAP removed, swapping verified OK.
pmap_collect(pmap) added as null define.
1995-05-05 14:13:01 +00:00
ragge
bd890814cf Removed cpu_set_init_frame() use.
Increased default limits of memory use, ridiculously small before.
1995-05-05 10:53:53 +00:00