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
2023-01-10Cygwin: ctty: Add comments for the special values: -1 and -2.Takashi Yano
2023-01-10Cygwin: pinfo: Additional fix for CTTY behavior.Takashi Yano
2023-01-10Cygwin: cygheap: Initialize myself_pinfo before child_copy().Takashi Yano
2023-01-10Cygwin: /proc/<PID>/status: avoid crash computing signal infoCorinna Vinschen
2023-01-10Cygwin: Run testsuite against the just-built DLLJon Turney
2023-01-09Cygwin: /proc/<PID>/status: simplify code generating signal infoCorinna Vinschen
2023-01-09Cygwin: reinstantiate exporting _allocaCorinna Vinschen
2022-12-23fhandler/proc.cc(format_proc_cpuinfo): add Linux 6.1 cpuinfoBrian Inglis
2022-12-22Cygwin: Add release message for latest console change.Takashi Yano
2022-12-22Cygwin: console: Make the console accessible from other terminals.Takashi Yano
2022-12-22Cygwin: devices: Make generic console devices invisible from pty.Takashi Yano
2022-12-22Cygwin: pinfo: Align CTTY behavior to the statement of POSIX.Takashi Yano
2022-12-22Cygwin: console: Fix hangup of less on quit after the window is resized.Takashi Yano
2022-12-21Cygwin: Makefile: Drop all the "test dll" considerationsJon Turney
2022-12-21Cygwin: path_conv: make sure sym.path_flags is always initializedCorinna Vinschen
2022-12-20Cygwin: x86_64: import swab.S from NetBSDCorinna Vinschen
2022-12-20Cygwin: x86_64: import latest NetBSD bcopy.SCorinna Vinschen
2022-12-20Cygwin: x86_64: import memchr.S from NetBSDCorinna Vinschen
2022-12-20Cygwin: x86_64: import new memset.S from NetBSDCorinna Vinschen
2022-12-20Cygwin: add local machine/asm.h headerCorinna Vinschen
2022-12-20Cygwin: use .S suffix for assembler filesCorinna Vinschen
2022-12-20Cygwin: check_reparse_point_target: fix comment formatCorinna Vinschen
2022-12-16Cygwin: Update 3.4.3 release noteJon Turney
2022-12-16Revert "Cygwin: x86_64: add wmemset assembler entry point"Jon Turney
2022-12-14Cygwin: add release message for latest path handling patchCorinna Vinschen
2022-12-13Cygwin: Makefile: build new-cygwin1.dll in a single stepCorinna Vinschen
2022-12-13Cygwin: Makefile: only regenerate cygwin_version.c if it changesCorinna Vinschen
2022-12-12Cygwin: path handling: never substitute virtual drive with target pathCorinna Vinschen
2022-12-11Cygwin: add 3.4.2 release notesCorinna Vinschen
2022-12-09Cygwin: pty: Use GetTickCount64() instead of GetTickCount().Takashi Yano
2022-12-09Cygwin: pipe: Fix performance degradation for non-cygwin pipe.Takashi Yano
2022-12-09Cygwin: improve release text for FILE issueCorinna Vinschen
2022-12-08Cygwin: define FILE as struct __sFILE64, not as __sFILECorinna Vinschen
2022-12-08Cygwin: add __sFILE64 fix to 3.4.1 release notesCorinna Vinschen
2022-12-08Cygwin: rename __sFILE to __sFILE64 for backward compatibilityCorinna Vinschen
2022-12-08Cygwin: drop unused local declaration of fopen64Corinna Vinschen
2022-12-08Cygwin: uname: fix building in non-git source dirCorinna Vinschen
2022-12-07Cygwin: uname: generate default release string from git as wellCorinna Vinschen
2022-12-07Cygwin: add missing pragmaCorinna Vinschen
2022-12-07Cygwin: link mcountFunc.o to libgmon.aCorinna Vinschen
2022-12-07Cygwin: Add 3.5.0 release fileCorinna Vinschen
2022-12-04Cygwin: don't autoload some kernel32 functionsCorinna Vinschen
2022-12-04Cygwin: drop special handling for SID authority 18Corinna Vinschen
2022-12-04Cygwin: flock: drop checking for artificial console handlesCorinna Vinschen
2022-12-04Cygwin: fix a few comments mentioning Windows 7 or 8Corinna Vinschen
2022-12-04Cygwin: simplify FAST_CWD accessCorinna Vinschen
2022-12-04Cygwin: drop wincaps for Windows 7 and Windows 8Corinna Vinschen
2022-12-04Cygwin: drop wincap::def_guard_pagesCorinna Vinschen
2022-12-04Cygwin: drop wincap::mmap_storage_highCorinna Vinschen
2022-12-04Cygwin: drop wincap::cons_need_small_input_record_bufCorinna Vinschen