Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-15Rename cancelable_wait -> cygwait throughout.Christopher Faylor
2012-07-23Change "set_thread_waiting" to "set_signal_arrived" throughout.Christopher Faylor
2012-07-22* DevNotes: Add entry cgf-000013.Christopher Faylor
2012-06-19Revert errneous checkin.Christopher Faylor
2012-06-19* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor
2011-06-06whitespace eliminationChristopher Faylor
2011-05-01 * fhandler_windows.cc (fhandler_windows::read): UseCorinna Vinschen
2011-04-30 * fcntl.cc (fcntl64): Call pthread_testcancel.Corinna Vinschen
2011-04-29 * posix_ipc.cc (ipc_cond_timedwait): Only wait for pthread'sCorinna Vinschen
2011-04-28 * posix_ipc.cc (ipc_cond_timedwait): Also wait for pthread'sCorinna Vinschen
2011-04-28 * posix_ipc.cc (ipc_cond_timedwait): Remove pthread_testcancel calls.Corinna Vinschen
2011-04-28 * cygerrno.h (geterrno_from_nt_status): Declare.Corinna Vinschen
2011-04-28 * advapi32.cc (AllocateLocallyUniqueId): Remove.Corinna Vinschen
2011-03-03 * posix_ipc.cc (ipc_cond_timedwait): If ipc_mutex_unlock fails, returnCorinna Vinschen
2010-10-07 * posix_ipc.cc (ipc_mutex_init): Call NtCreateMutant to make sure theCorinna Vinschen
2010-01-14 * cygwin.din (dup3): Export.Corinna Vinschen
2009-09-24 * posix_ipc.cc (mq_open): Avoid closing the same descriptor twice inCorinna Vinschen
2009-06-12Improve ChangeLog entry. Fix posix_ipc.cc copyrightCorinna Vinschen
2009-06-12 * posix_ipc.cc (check_path): Fix typo in comment. Align namingCorinna Vinschen
2008-09-11* localtime.cc (increment_overflow): Mark as non-inline to prevent compilerChristopher Faylor
2008-08-19 * fhandler_disk_file.cc (fhandler_disk_file::mkdir): Drop fattr variableCorinna Vinschen
2008-04-21 * Makefile.in (DLL_OFILES): Add kernel32.o.Corinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-04-01 Throughout, call fcntl64 instead of fcntl or fcntl_worker.Corinna Vinschen
2007-11-27 * posix_ipc.cc (ipc_names): Rename max_len to prefix_len. StoreCorinna Vinschen
2007-07-07* fork.cc: White space.Christopher Faylor
2007-03-29 * cygheap.cc (cygheap_init): Fix formatting. Remove comment. SetCorinna Vinschen
2007-02-20 * cygwin.din (sem_unlink): Export.Corinna Vinschen
2007-02-15 * posix_ipc.cc (mq_open): Avoid compiler warning. Initialize mqhdrCorinna Vinschen
2007-02-15 * posix_ipc.cc (ipc_mutex_init): Create global object name.Corinna Vinschen
2007-02-14 * Makefile.in (DLL_OFILES): Add posix_ipc.o.Corinna Vinschen