PAM broke?

2002-04-15 Thread Dan Eischen
/lib/pam_ssh.so.2 -r--r--r-- 1 root wheel 7276 Apr 15 19:14 /usr/lib/pam_tacplus.so.2 -r--r--r-- 1 root wheel 14972 Apr 15 19:14 /usr/lib/pam_unix.so.2 -r--r--r-- 1 root wheel 5052 Apr 15 19:14 /usr/lib/pam_wheel.so.2 Any clues? -- Dan Eischen To Unsubscribe: send mail to [EMAIL

Re: Possible libc_r pthread bug

2001-12-04 Thread Dan Eischen
for cancellation (and other things) before returning to the threads interrupted context. -- Dan Eischen To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Making {open,close,read,tell,seek}dir thread-safe.

2000-12-04 Thread Dan Eischen
recent thread. Question: Is there a reason to use a hash table in each DIR instead of a list (for performance reasons)? Proposed diffs below. -- Dan Eischen Index: dirent.h === RCS file: /opt/FreeBSD/cvs/src/include/dirent.h,v