[974] in NetBSD-Development
frobnitz now reboots correctly
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Fri Aug 25 15:13:02 1995
From: ghudson@MIT.EDU
Date: Fri, 25 Aug 1995 15:12:49 -0400
To: pc-diaulp@MIT.EDU, netbsd-afs@MIT.EDU
I fixed the AFS bug which caused frobnitz to crash at shutdown time.
The problem was that shutdown_bufferpackage() was freeing Buffers and
then iterating through it. I moved the call to osi_Free() so that
Buffers is freed after it's iterated through.
You can now reboot frobnitz without console access (this would have
been the case anyway with a kernel built without DDB, but it would
have taken it a while to dump and then fsck on startup).
I need to rebuild the installation and fix one small bug (root's shell
isn't correctly reset to /bin/athena/tcsh), and we should be ready for
production.