- Fix return value from sendto(). (Mikael Ylikoski) - Export nl_langinfo. (Jason Tishler) - Support pthread_join()ing the main thread in a process. (Thomas Pfaff) - Disable support for pthread calls that operate on the current thread from threads created outside of cygwin (ie by CreateThread). This prevents a deadlock on exit. (Thomas Pfaff) - Preserve thread id across fork(). (Thomas Pfaff) - Fix Sun acl functions. (Corinna Vinschen, Pierre Humblet) - Reenable default reading of passwd line with uid 500 on Win95/98/ME. (Pierre Humblet) - Make mkpasswd set pw_passwd field to '*' on 9x/Me. (Corinna Vinschen) - Fix problem with scheduling starvation when CYGWIN=tty. (Christopher Faylor) - Export pthread_getsequence_np. (Christopher Faylor)