From e57d8b01a5c96c6c2887981380be10012cc052b6 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 5 Dec 2001 09:18:08 +0000 Subject: [PATCH] Warn about PROCFS stuff. Submitted by: des --- UPDATING | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/UPDATING b/UPDATING index dbd83f23e5da..20b10d89e819 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,15 @@ This file is maintained and copyrighted by M. Warner Losh of file for further details. For commonly done items, please see the COMMON ITEMS: section later in the file. +20011203: + The procfs pseudo-filesystem has now been converted to use the + pseudofs framework. If you have 'options PROCFS' in your + kernel config, you'll need to add 'options PSEUDOFS' if it's + not there already. + + This change temporarily breaks truss(1); use ktrace(1) instead + until the issue has been resolved. + 20011202: A security hole in OpenSSH involving `UseLogin yes' has been patched.