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-05Cygwin: Reorganize cygwin source dirCorinna Vinschen
2022-08-05Cygwin: drop last usage of RtlCreateUnicodeStringFromAsciizCorinna Vinschen
2022-08-04Cygwin: drop all usages of NTAPICorinna Vinschen
2022-08-04Cygwin: drop all usages of WINAPICorinna Vinschen
2022-08-04Cygwin: drop outdated __MINGW64_VERSION_MAJOR checksCorinna Vinschen
2022-05-30Cygwin: remove miscellaneous 32-bit codeKen Brown
2022-05-13Cygwin: drop a few minor references to WOW64Corinna Vinschen
2021-12-02Cygwin: errno: handle ERROR_CASE_DIFFERING_NAMES_IN_DIRCorinna Vinschen
2021-11-26Cygwin: get/setrlimit: implement RLIMIT_ASCorinna Vinschen
2021-09-23Cygwin: pipe: Use ProcessHandleInformation if available.Takashi Yano
2021-09-21Cygwin: pipe: Introduce temporary query_hdl.Takashi Yano
2021-09-03Cygwin: fix declaration of RtlInitEmptyUnicodeStringCorinna Vinschen
2021-01-25syscalls.cc: unlink_nt: Try FILE_DISPOSITION_IGNORE_READONLY_ATTRIBUTEBen Wijen
2020-09-28Cygwin: avoid GCC 10 error with -Werror=narrowingJon Turney
2020-09-24Cygwin: winlean.h: remove most of the extended memory APIKen Brown
2020-07-22Cygwin: mmap: Remove AT_ROUND_TO_PAGE workaroundCorinna Vinschen
2020-04-07Cygwin: memory: declare extended memory APICorinna Vinschen
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen
2020-01-14Cygwin: pty: Add missing CloseHandle() calls.Takashi Yano
2019-12-22Cygwin: FIFO: use FILE_PIPE_REJECT_REMOTE_CLIENTS flagKen Brown
2019-04-16Cygwin: FIFO: improve raw_writeKen Brown
2019-03-12Cygwin: ntdll.h: Add SystemProcessIdInformationCorinna Vinschen
2018-12-23Cygwin: ntdll.h: Update _FILE_INFORMATION_CLASSCorinna Vinschen
2018-11-29Cygwin: implement extensible clock interfaceCorinna Vinschen
2018-03-18Cygwin: ntdll.h: Define FSCTL_PIPE_PEEK and NtWaitForSingleObjectCorinna Vinschen
2018-03-07Cygwin: Define FSCTL_PIPE_FLUSHCorinna Vinschen
2018-03-06Cygwin: ntdll.h: Add some missing pipe-related definitionsCorinna Vinschen
2018-03-05Cygwin: drop debug_printf statement from start_transactionCorinna Vinschen
2018-03-02Cygwin: drop CYGWIN_SOCKET_UUID, define CYGWIN_SOCKET_GUID as GUID pointerCorinna Vinschen
2018-03-02Cygwin: ntdll.h: add definitions required for pipe-based AF_UNIXCorinna Vinschen
2018-03-01Cygwin: add AF_UNIX reparse points to path handlingCorinna Vinschen
2018-03-01Cygwin: move transaction helpers into ntdll.hCorinna Vinschen
2018-03-01Cygwin: ntdll.h: drop macros available in mingw-w64 headersCorinna Vinschen
2016-12-14Define RtlGenRandom correctly in ntsecapi.h wrapperCorinna Vinschen
2016-12-14Rearrange RNG code slightlyCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-03-10Overwite potentially faked kernel version with correct valuesCorinna Vinschen
2015-12-09In FILE_ID_BOTH_DIR_INFORMATION it's actually FileId, not IndexNumberCorinna Vinschen
2015-12-08Rename FileId to IndexNumber in NT structures to align with upstreamCorinna Vinschen
2015-10-29Check for correct funtion entry address in munge_threadfuncQian Hong
2015-08-24Fix hang stracing forking processes but not following childCorinna Vinschen
2015-07-29cygwin: Fix copyright datesCorinna Vinschen
2015-07-17Implement getcontext, setcontext, makecontext, swapcontextCorinna Vinschen
2014-10-17 * Makefile.in (DLL_OFILES): Add quotactl.o.Corinna Vinschen
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen
2013-11-20 * ntdll.h (RtlGetVersion): Declare.Corinna Vinschen
2013-10-25 * flock.cc (fhandler_base::lock): Only refuse to lock nohandle andCorinna Vinschen
2013-10-05* ntdll.h: Guard against new header files.Christopher Faylor
2013-07-23 * ntdll.h (struct _SEMAPHORE_BASIC_INFORMATION): Define.Corinna Vinschen
2013-06-02 * autoload.cc (CancelSynchronousIo): Define.Corinna Vinschen