init and ls -l fixes

This commit is contained in:
Eric Andersen
1999-11-07 07:38:08 +00:00
parent dc6301e7ca
commit 07e5297ca7
5 changed files with 110 additions and 46 deletions

View File

@@ -1,3 +1,11 @@
0.34
* ls -l now displays lnik names outside the current directory,
Patch thanks to Eric Delaunay
* init now properly handles sparc serial consoles and does a
better job of finding the real consol device rather than using
/dev/console which doesn't support job control. Patch also
thanks to Eric Delaunay.
0.33
* Fixed a bug where init could hang instead of rebooting.
* Removed some debugging noise from init.c