aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/posix_ipc.cc
AgeCommit message (Expand)AuthorFilesLines
2012-08-10This commit was manufactured by cvs2svn to create tag 'cygwin-cygwin-1_7_14-releasecvs2svn1-4/+5
2012-07-23Change "set_thread_waiting" to "set_signal_arrived" throughout.Christopher Faylor1-1/+1
2012-07-21* DevNotes: Add entry cgf-000013.Christopher Faylor1-5/+4
2012-06-19Revert errneous checkin.Christopher Faylor1-4/+5
2012-06-19* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor1-5/+4
2011-06-06whitespace eliminationChristopher Faylor1-2/+2
2011-05-01 * fhandler_windows.cc (fhandler_windows::read): UseCorinna Vinschen1-5/+2
2011-04-30 * fcntl.cc (fcntl64): Call pthread_testcancel.Corinna Vinschen1-1/+1
2011-04-29 * posix_ipc.cc (ipc_cond_timedwait): Only wait for pthread'sCorinna Vinschen1-1/+2
2011-04-28 * posix_ipc.cc (ipc_cond_timedwait): Also wait for pthread'sCorinna Vinschen1-8/+21
2011-04-28 * posix_ipc.cc (ipc_cond_timedwait): Remove pthread_testcancel calls.Corinna Vinschen1-2/+4
2011-04-28 * cygerrno.h (geterrno_from_nt_status): Declare.Corinna Vinschen1-35/+84
2011-04-28 * advapi32.cc (AllocateLocallyUniqueId): Remove.Corinna Vinschen1-10/+2
2011-03-03 * posix_ipc.cc (ipc_cond_timedwait): If ipc_mutex_unlock fails, returnCorinna Vinschen1-5/+22
2010-10-06 * posix_ipc.cc (ipc_mutex_init): Call NtCreateMutant to make sure theCorinna Vinschen1-32/+70
2010-01-14 * cygwin.din (dup3): Export.Corinna Vinschen1-6/+6
2009-09-24 * posix_ipc.cc (mq_open): Avoid closing the same descriptor twice inCorinna Vinschen1-4/+9
2009-06-12Improve ChangeLog entry. Fix posix_ipc.cc copyrightCorinna Vinschen1-1/+1
2009-06-12 * posix_ipc.cc (check_path): Fix typo in comment. Align namingCorinna Vinschen1-4/+12
2008-09-11* localtime.cc (increment_overflow): Mark as non-inline to prevent compilerChristopher Faylor1-1/+1
2008-08-19 * fhandler_disk_file.cc (fhandler_disk_file::mkdir): Drop fattr variableCorinna Vinschen1-2/+2
2008-04-21 * Makefile.in (DLL_OFILES): Add kernel32.o.Corinna Vinschen1-7/+14
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-7/+0
2008-04-01 Throughout, call fcntl64 instead of fcntl or fcntl_worker.Corinna Vinschen1-2/+2
2007-11-27 * posix_ipc.cc (ipc_names): Rename max_len to prefix_len. StoreCorinna Vinschen1-20/+30
2007-07-07* fork.cc: White space.Christopher Faylor1-23/+23
2007-03-29 * cygheap.cc (cygheap_init): Fix formatting. Remove comment. SetCorinna Vinschen1-4/+5
2007-02-20 * cygwin.din (sem_unlink): Export.Corinna Vinschen1-18/+219
2007-02-15 * posix_ipc.cc (mq_open): Avoid compiler warning. Initialize mqhdrCorinna Vinschen1-2/+2
2007-02-15 * posix_ipc.cc (ipc_mutex_init): Create global object name.Corinna Vinschen1-26/+26
2007-02-14 * Makefile.in (DLL_OFILES): Add posix_ipc.o.Corinna Vinschen1-0/+849