Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This includes:
* All of the prototyping and KNF changes.
* The new interrupt system.
* Portions of the Domain Keyboard support from Mike Smith.
This does not include:
* m68k changes, namely generic dumps.
Various sundry changes and fixes by me.
|
|
Add enough glue to the aux attach structure to do so, and teach all the
device drivers how to set it.
This fixes the last ITE panic I know of...
|
|
|
|
Also add siginfo glue, BOOT_CONFIG, and various other changes.
|
|
user.
KNOWN NOT WORKING:
* DIO-II devices
* Dynamic executables
NOT EVEN TRIED:
* New config support
|
|
|
|
|
|
|
|
Prevent the ITE_ACTIVE bit from being cleared in iteoff() if the ITE_ISCONS
bit is set. Works around the fact that the last process to have the
console open exits, the bit is cleared, and "syncing disks...", etc. is
not seen if the system is rebooted with reboot(8). Fixes PR #1455.
|
|
|