PROBLEM: (HPAQC15V8) (PATCH ID: OSF440-321) ******** This fixes a kernel memory fault in procfs_get_s5_dir(). PROBLEM: (EVT0448343, 84497, 85459) (PATCH ID: OSF440-556) ******** This patch corrects a problem where attaching to a program with a debugger will cause periodic timers to be lost and will make the program hang. PROBLEM: (HRYGRNTDS, JOE-08768, 68735) (PATCH ID: OSF440-576) ******** This patch resolves problems encontered with the Ladebug and TotalView debuggers. PROBLEM: (77543, 62888) (PATCH ID: OSF440-589) ******** This patch fixes a problem that made setuid programs unable to open themselves. PROBLEM: (93344, 92012) (PATCH ID: OSF440-824) ******** This patch corrects two issues: A race condition exists where map entries can go away within the map while it is being traversed. This causes a KMF when a NULL pointer is dereferenced. The ioctl PIOCMAP uses a previously computed count for how many map entries to retrieve. But the number of entries could have changed since that count was retrieved. This fix makes sure that if the number of entries has decreased, the code will not walk off the end of the list and panic. PROBLEM: (93721, 93736, HPAQ514W4) (PATCH ID: OSF440-894) ******** This patch fixes a problem in procfs that, in some situations, prevents exiting threads from exiting. This creates a situation where these threads simply spin, consuming cpu time.