PAM broke?

2002-04-15 Thread Dan Eischen
wheel 9812 Apr 15 19:14 /usr/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 Unsubsc

Re: Possible libc_r pthread bug

2001-12-04 Thread Dan Eischen
ecause you are running on the scheduler stack, not the threads stack. You also have a bug in the way you changed the check for cancellation flags. There only clean way to fix this is to add a return frame to the interrupted context so that it can check 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

telnet broken with auto-negotiation of encrypt/decrypt change

2001-03-21 Thread Dan Eischen
: assar; state: Exp; lines: +14 -1 enable auto-negotiation of encrypt and decrypt = Telnet no longer catches CTRL-C, CTRL-D, SIGHUP, or CTRL-] quit. -- Dan Eischen To Unsubscribe: send mail to [EMAIL PROTECTED] with

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

2000-12-04 Thread Dan Eischen
iables as suggested in another 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/Free