summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/posix_ipc.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-2/+0
* Fix race condition when waiting for a signalCorinna Vinschen2015-11-271-1/+1
* * posix_ipc.cc (ipc_mutex_lock): Revert unneeded call to signal handler.Corinna Vinschen2015-02-261-1/+0
* * posix_ipc.cc (ipc_mutex_lock): Add bool parameter to influence ifCorinna Vinschen2015-02-261-8/+10
* * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen2014-08-221-495/+515
* Streamline time/times functionality. Remove last remains of formerCorinna Vinschen2013-06-141-1/+1
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-23/+61
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-1/+1
* Rename cancelable_wait -> cygwait throughout.Christopher Faylor2012-08-151-1/+1
* Change "set_thread_waiting" to "set_signal_arrived" throughout.Christopher Faylor2012-07-231-1/+1
* * DevNotes: Add entry cgf-000013.Christopher Faylor2012-07-211-5/+4
* Revert errneous checkin.Christopher Faylor2012-06-191-4/+5
* * cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor2012-06-191-5/+4
* whitespace eliminationChristopher Faylor2011-06-061-2/+2
* * fhandler_windows.cc (fhandler_windows::read): UseCorinna Vinschen2011-05-011-5/+2
* * fcntl.cc (fcntl64): Call pthread_testcancel.Corinna Vinschen2011-04-301-1/+1
* * posix_ipc.cc (ipc_cond_timedwait): Only wait for pthread'sCorinna Vinschen2011-04-291-1/+2
* * posix_ipc.cc (ipc_cond_timedwait): Also wait for pthread'sCorinna Vinschen2011-04-281-8/+21
* * posix_ipc.cc (ipc_cond_timedwait): Remove pthread_testcancel calls.Corinna Vinschen2011-04-281-2/+4
* * cygerrno.h (geterrno_from_nt_status): Declare.Corinna Vinschen2011-04-281-35/+84
* * advapi32.cc (AllocateLocallyUniqueId): Remove.Corinna Vinschen2011-04-281-10/+2
* * posix_ipc.cc (ipc_cond_timedwait): If ipc_mutex_unlock fails, returnCorinna Vinschen2011-03-031-5/+22
* * posix_ipc.cc (ipc_mutex_init): Call NtCreateMutant to make sure theCorinna Vinschen2010-10-061-32/+70
* * cygwin.din (dup3): Export.Corinna Vinschen2010-01-141-6/+6
* * posix_ipc.cc (mq_open): Avoid closing the same descriptor twice inCorinna Vinschen2009-09-241-4/+9
* Improve ChangeLog entry. Fix posix_ipc.cc copyrightCorinna Vinschen2009-06-121-1/+1
* * posix_ipc.cc (check_path): Fix typo in comment. Align namingCorinna Vinschen2009-06-121-4/+12
* * localtime.cc (increment_overflow): Mark as non-inline to prevent compilerChristopher Faylor2008-09-111-1/+1
* * fhandler_disk_file.cc (fhandler_disk_file::mkdir): Drop fattr variableCorinna Vinschen2008-08-191-2/+2
* * Makefile.in (DLL_OFILES): Add kernel32.o.Corinna Vinschen2008-04-211-7/+14
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-7/+0
* Throughout, call fcntl64 instead of fcntl or fcntl_worker.Corinna Vinschen2008-04-011-2/+2
* * posix_ipc.cc (ipc_names): Rename max_len to prefix_len. StoreCorinna Vinschen2007-11-271-20/+30
* * fork.cc: White space.Christopher Faylor2007-07-071-23/+23
* * cygheap.cc (cygheap_init): Fix formatting. Remove comment. SetCorinna Vinschen2007-03-291-4/+5
* * cygwin.din (sem_unlink): Export.Corinna Vinschen2007-02-201-18/+219
* * posix_ipc.cc (mq_open): Avoid compiler warning. Initialize mqhdrCorinna Vinschen2007-02-151-2/+2
* * posix_ipc.cc (ipc_mutex_init): Create global object name.Corinna Vinschen2007-02-151-26/+26
* * Makefile.in (DLL_OFILES): Add posix_ipc.o.Corinna Vinschen2007-02-141-0/+849