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
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
: 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
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