Bruce Evans 4b1aa58b5f Recover bits that were lost in transition in rev.1.76:
- P_INMEM checks in all the functions.  P_INMEM must be checked because
  PHOLD() is broken.  The old bits had bogus locking (using sched_lock)
  to lock P_INMEM.  After removing the P_INMEM checks, we were left with
  just the bogus locking.
- large comments.  They were too large, but better than nothing.

Remove obfuscations that were gained in transition in rev.1.76:
- PROC_REG_ACTION() is even more of an obfuscation than PROC_ACTION().

The change copies procfs_machdep.c rev.1.22 of i386/procfs_machdep.c
verbatim except for "fixing" the old-style function headers and adjusting
function names and comments.  It doesn't remove the bogus locking.

Approved by:	des
2002-02-21 04:37:55 +00:00
..
2002-02-15 13:22:09 +00:00
2002-01-08 19:33:51 +00:00
2002-02-20 17:06:37 +00:00
2002-02-20 15:00:34 +00:00
2002-02-07 20:58:47 +00:00
2002-02-20 05:09:57 +00:00
2002-02-17 12:41:50 +00:00