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
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
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-11-26 * fhandler_registry.cc: Drop Mingw.org considerations.Corinna Vinschen
2012-07-22* DevNotes: Add entry cgf-000013.Christopher Faylor
2012-07-06 * fhandler_registry.cc (RegOpenUserClassesRoot): Only define whenCorinna Vinschen
2012-06-28 * fhandler_serial.cc: Fix includes for IOCTL codes to support Mingw64.Corinna Vinschen
2012-06-28 * exceptions.cc (RtlUnwind): Align declaration with MSDN.Corinna Vinschen
2012-06-27 * exceptions.cc (exception::handle): Cast exception code to NTSTATUSCorinna Vinschen
2012-06-27 * advapi32.cc (_ADVAPI32_): Define. Explain why.Corinna Vinschen
2012-06-03 * globals.cc (ro_u_refs): New R/O unicode string.Corinna Vinschen
2012-03-20 * ntdll.h (SharedUserData): Add volatile qualifier. This fixes aCorinna Vinschen
2012-02-17 * ntdll.h (struct _PEB): Add EnvironmentUpdateCount member.Corinna Vinschen