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
path: root/winsup
AgeCommit message (Expand)Author
2023-01-29Cygwin: cygcheck: simplify output when fetching setup.iniCorinna Vinschen
2023-01-29Cygwin: cygcheck: add human readable package size outputCorinna Vinschen
2023-01-29Cygwin: cygcheck: package info / available package search, take 2Corinna Vinschen
2023-01-28Cygwin: cygcheck: package info / available package search, take 1Corinna Vinschen
2023-01-26Cygwin: cygcheck: split out fetching data from cygwin.comCorinna Vinschen
2023-01-25Cygwin: dsp: Fix hang on close() if another thread calls write().Takashi Yano
2023-01-23Cygwin: mount: differ allowed server name chars from allowed share name charsCorinna Vinschen
2023-01-22Cygwin: mount: allow any valid character in UNC pathsCorinna Vinschen
2023-01-22Cygwin: fsync: Fix EINVAL for block device.Takashi Yano
2023-01-21Cygwin: tape: tapes are character devices, not block devicesCorinna Vinschen
2023-01-19Cygwin: Add 3.4.5 release messageCorinna Vinschen
2023-01-19Cygwin: fix build of cygcheck and straceCorinna Vinschen
2023-01-19Cygwin: dsp: Fix a problem that fcntl() does not take effect.Takashi Yano
2023-01-18Cygwin: fix two comments in heap.cc and memory_layout.hCorinna Vinschen
2023-01-18Cygwin: memory_init: initialize user heap hereCorinna Vinschen
2023-01-18Cygwin: open_shared: always bump next_addressCorinna Vinschen
2023-01-18Cygwin: drop fixed addresses for standard shared regionsCorinna Vinschen
2023-01-18Cygwin: /proc/<PID>/maps: print real shared region addressesCorinna Vinschen
2023-01-17Cygwin: disable high-entropy VA for cygcheck and straceCorinna Vinschen
2023-01-17Cygwin: open_shared: try harder allocating a shared regionCorinna Vinschen
2023-01-17Cygwin: Move shared regions, rename PINFO... to MYSELF_REGION_ADDRESSCorinna Vinschen
2023-01-17Cygwin: open_shared: don't reuse shared_locations parameter as outputCorinna Vinschen
2023-01-17Cygwin: autoload: clean up arguments to LoadDllFunc*Corinna Vinschen
2023-01-16Cygwin: /proc/cpuinfo: always print trailing empty line, as on LinuxCorinna Vinschen
2023-01-16Cygwin: /proc/cpuinfo: Always print topology infoCorinna Vinschen
2023-01-14Cygwin: newgrp: improve doumentationCorinna Vinschen
2023-01-14Cygwin: add newgrp(1) to release message for 3.5.0Corinna Vinschen
2023-01-14Cygwin: newgrp: first full versionCorinna Vinschen
2023-01-13Cygwin: add very simple newgrp(1) toolCorinna Vinschen
2023-01-13Cygwin: testsuite: Drop appending 'ntsec' to CYGWIN in cygrun wrapperJon Turney
2023-01-13Cygwin: testsuite: Update pthread tests for default SCHED_FIFOJon Turney
2023-01-13Cygwin: testsuite: Update mutex tests for changed default mutex typeJon Turney
2023-01-13Cygwin: testsuite: 64-bit fixes in pthread testcasesJon Turney
2023-01-13Cygwin: testsuite: Fix compilation warningsJon Turney
2023-01-13Cygwin: testsuite: Build testcases using automakeJon Turney
2023-01-13Cygwin: testsuite: automake doesn't define objdirJon Turney
2023-01-12Cygwin: wincap.h: clarify NO_COPY_RO usageCorinna Vinschen
2023-01-12Cygwin: wincap: make capability flags readonlyCorinna Vinschen
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