newlib/winsup
Christopher Faylor dc74da050c * pthread.cc (pthread_mutex::_unlock): Avoid unlocking a mutex if the
recursion_counter is already 0.
(pthread_mutex::_destroy): Don't consider a mutex busy if its recursion_counter
== 0.
(pthread_mutex::_fixup_after_fork): Set recursion_counter to 0 to flag that
we've just forked.  Don't reset the owner of this mutex since the forkee may
think it still owns the mutex.  Reinstate initialization of win32_obj_id.
* fhandler_floppy.cc (fhandler_dev_floppy::raw_read): Initialize a variable to
bypass a C++ warning.
2008-11-07 18:32:41 +00:00
..
cygserver * Makefile.in: Use -static-libgcc when creating cygserver.exe. 2008-10-30 13:17:42 +00:00
cygwin * pthread.cc (pthread_mutex::_unlock): Avoid unlocking a mutex if the 2008-11-07 18:32:41 +00:00
doc * setup2.sgml: Clarify heap allocation. 2008-09-22 16:55:30 +00:00
lsaauth * Makefile.in: Rearrange to avoid -mno-cygwin. 2008-10-12 23:53:26 +00:00
mingw Correct some binary distribution packaging defects. 2008-10-28 23:55:39 +00:00
testsuite
utils * Makefile.in (ALL_LDFLAGS): Link libgcc statically for everything here. 2008-10-29 13:13:26 +00:00
w32api 2008-10-09 Chris Sutcliffe <ir0nh34d@users.sf.net> 2008-10-10 02:04:37 +00:00
acinclude.m4
aclocal.m4
ChangeLog * Makefile.in: Tweak to work better with new utils/mingw front-end. 2008-10-12 03:06:12 +00:00
configure
configure.in
COPYING
CYGWIN_LICENSE * CYGWIN_LICENSE: New text. 2008-05-16 08:40:39 +00:00
Makefile.common
Makefile.in * Makefile.in: Tweak to work better with new utils/mingw front-end. 2008-10-12 03:06:12 +00:00
README

THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

Cygwin documentation is available on the net at http://cygwin.com
You might especially be interested in

http://cygwin.com/faq/faq.programming.html#faq.programming.building-cygwin