bgrayson 2721f671ab - Be really paranoid. Any time we open a file that is in /proc, run
fstatfs() on the open file to verify that no intruder has mounted
  something on portions of /proc.  This will catch, for instance,
  "mount_null /tmp /proc/1378".  We already do 5 syscalls per
  process, so one more won't hurt :) ...  and safety is better than
  performance when ps is otherwise broken.
- Also added a few close()'s at early returns, to avoid chewing up fd's.
1999-03-28 00:46:47 +00:00
..
1998-07-28 05:31:22 +00:00
1999-03-23 09:29:51 +00:00
1999-03-09 03:02:40 +00:00
1998-08-19 01:31:46 +00:00
1998-11-04 13:45:57 +00:00
1998-11-04 14:11:12 +00:00
1998-11-04 18:14:15 +00:00
1998-11-04 18:27:20 +00:00
1998-11-04 18:56:53 +00:00
1998-07-28 05:31:22 +00:00
1998-11-04 20:12:12 +00:00
1999-03-24 06:27:49 +00:00