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-05-30Cygwin: remove some 32-bit only environment codeKen Brown
2022-05-13Cygwin: drop system_wow64_directory and related codeCorinna Vinschen
2022-02-28Cygwin: pinfo: Fix exit code for non-cygwin apps which reads console.Takashi Yano
2021-12-12Cygwin: pipe: Adopt FILE_SYNCHRONOUS_IO_NONALERT flag for read pipe.Takashi Yano
2021-07-30Cygwin: Add winsymlinks:sysJon Turney
2021-07-30Cygwin: Rename WSYM_sysfile to WSYM_defaultJon Turney
2021-05-25Cygwin: POSIX msg queues: implement open/mq_open entirely in fhandlerCorinna Vinschen
2021-05-08Cygwin: fetch Windows directory on all platforms and use throughoutCorinna Vinschen
2021-04-21Cygwin: skip native symlink check in Windows dir under WOW64Corinna Vinschen
2020-01-28Cygwin: remove CYGWIN=dos_file_warning optionCorinna Vinschen
2020-01-22Cygwin: pty: Introduce disable_pcon in environment CYGWIN.Takashi Yano
2018-12-23Cygwin: support exFAT and fix remote FAT/FAT32 recognitionCorinna Vinschen
2018-03-07Cygwin: AF_UNIX: fix creation of npfs handleCorinna Vinschen
2018-03-06Cygwin: AF_UNIX: Implement listen, accept4, connect, and othersCorinna Vinschen
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen
2016-06-25Remove CYGWIN=detect_bloda optionCorinna Vinschen
2016-06-23Remove support for SUNWNFS file systemCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-04-01Remove remnants of never-defined MALLOC_DEBUG and NEWVFORKPeter Foley
2016-03-19Remove ill-advised cygwin_propsCorinna Vinschen
2015-11-18Update Cygwin's fnmatch to latest from FreeBSD.Corinna Vinschen
2015-11-04Accommodate trailing NUL in PrlSF filesystem name.Corinna Vinschen
2015-11-02Add support for Parallels Desktop FS (prlfs)Corinna Vinschen
2015-07-29cygwin: Fix copyright datesCorinna Vinschen
2015-07-19Reduce stack pressure throughout CygwinCorinna Vinschen
2014-10-29Fix copyright dateCorinna Vinschen
2014-10-28 * globals.cc (dos_file_warning): Set to false by default.Corinna Vinschen
2014-10-09 * fhandler_procsys.cc (fhandler_procsys::readdir): Just testCorinna Vinschen
2013-12-10* globals.cc (hntdll): Define/declare.Christopher Faylor
2013-10-31 * devices.in (dev_cygdrive_storage): Revert mapping to \Device\Null.Corinna Vinschen
2013-08-14 * include/sys/cygwin.h (struct per_process): Add posix_memalign. ReduceCorinna Vinschen
2013-07-26cygwin directory changes:Christopher Faylor
2013-07-15 Remove /dev/mem, /dev/kmem, /dev/port support.Corinna Vinschen
2013-05-23 * environ.cc (set_winsymlinks): Handle "winsymlinks:nativestrict"Corinna Vinschen
2013-05-21 * globals.cc (__isthreaded): New global variable. Explain what it'sCorinna Vinschen
2013-04-24 * autoload.cc (CreateSymbolicLink): 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
2013-01-14* exceptions.cc (signal_exit): Move captive process termintation...Christopher Faylor
2013-01-11* DevNotes: Add entry cgf-000021.Christopher Faylor
2013-01-04* globals.cc (exit_states): Renumber so that ES_EXIT_STARTING is first, asChristopher Faylor
2012-12-28* DevNotes: Add entry cgf-000019.Christopher Faylor
2012-08-17whitespace cleanupChristopher Faylor
2012-06-03 * globals.cc (ro_u_refs): New R/O unicode string.Corinna Vinschen
2012-04-28* environ.cc (struct parse_thing): Add temporary (?) "pipe_byte" option.Christopher Faylor
2012-03-29 * Makefile.in (DLL_OFILES): Add fhandler_dev.o.Corinna Vinschen
2012-03-20* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor
2012-03-19* cygprops.h: Use #pragma once.Christopher Faylor
2012-02-26 * environ.cc (dos_file_warning): Drop declaration.Corinna Vinschen
2011-12-14* dcrt0.cc (init_windows_system_directory): Record system_wow64_directoryChristopher Faylor