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
2022-08-10Cygwin: move POSIX semaphore API functions to posix_ipc.ccCorinna Vinschen
2022-05-30Cygwin: simplify some function namesKen Brown
2021-05-25Cygwin: POSIX msg queues: move all mq_* functionality into fhandler_mqueueCorinna Vinschen
2021-05-25Cygwin: POSIX msg queues: implement open/mq_open entirely in fhandlerCorinna Vinschen
2021-05-25Cygwin: POSIX msg queues: slightly rephrase get_mqinfoCorinna Vinschen
2021-05-25Cygwin: POSIX msg queues: simplify mq_closeCorinna Vinschen
2021-05-21Cygwin: POSIX msg queues: destroy msg queue fhandler in case of errorCorinna Vinschen
2021-05-21Cygwin: POSIX msg queues: move handling of memory map into fhandlerCorinna Vinschen
2021-05-21Cygwin: POSIX ipc: fix evaluation of naming rulesCorinna Vinschen
2021-05-21Cygwin: posix_ipc.cc: fix typoCorinna Vinschen
2021-05-21Cygwin: POSIX msg queues: create fhandler with object nameCorinna Vinschen
2021-05-21Cygwin: POSIX msg queues: move IPC object creation into fhandlerCorinna Vinschen
2021-05-21Cygwin: POSIX msg queues: use queue name as keyCorinna Vinschen
2021-05-21Cygwin: POSIX msg queues: Convert mqd_t to a descriptorCorinna Vinschen
2021-05-12Cygwin: POSIX message queues: simplify sync object creationCorinna Vinschen
2021-04-30Cygwin: mq_open: set filesize using ftruncateCorinna Vinschen
2021-04-30Cygwin: POSIX mq: avoid double calls to ipc_mutex_unlockCorinna Vinschen
2021-04-29Cygwin: POSIX mq: only allo priority up to MQ_PRIO_MAX - 1Corinna Vinschen
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen
2019-01-18Cygwin: clock.h: add valid_timespec() to check timespec for validityCorinna Vinschen
2018-02-07Cygwin: Cleanup time handlingCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2015-11-27Fix race condition when waiting for a signalCorinna Vinschen
2015-02-26 * posix_ipc.cc (ipc_mutex_lock): Revert unneeded call to signal handler.Corinna Vinschen
2015-02-26 * posix_ipc.cc (ipc_mutex_lock): Add bool parameter to influence ifCorinna Vinschen
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen
2013-06-14 Streamline time/times functionality. Remove last remains of formerCorinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
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