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
2018-11-08Cygwin: Bump DLL version to 2.11.3Corinna Vinschen
2018-11-05Cygwin: honor SOCK_NONBLOCK/SOCK_CLOEXEC in socket(2)/socketpair(2)Corinna Vinschen
2018-10-29Cygwin: fix memory corruption/SEGV if certain socket functions failCorinna Vinschen
2018-10-29Cygwin: Fix cygheap corruption caused by cloned atomic bufferDavid McFarland
2018-10-11Move common <sys/dirent.h> content to <dirent.h>Sebastian Huber
2018-10-10Implement nanl in newlib onlyCorinna Vinschen
2018-10-10Cygwin: lseek: return ESPIPE rather than EINVAL when called on a fifoCorinna Vinschen
2018-09-07Cygwin: console: make sure EnumFontFamiliesExW loop isn't infiniteCorinna Vinschen
2018-09-07Cygwin: console: store replacement char directlyCorinna Vinschen
2018-09-07Cygwin: console: don't hang in check_font with raster fontsCorinna Vinschen
2018-09-06Cygwin: console: device context is process privateCorinna Vinschen
2018-09-06Cygwin: console: improve replacement char algorithmCorinna Vinschen
2018-09-05Cygwin: console: use UNICODE API throughoutCorinna Vinschen
2018-09-05Cygwin: Bump DLL version to 2.11.2Corinna Vinschen
2018-09-01Cygwin: console: Print Unicode REPLACEMENT CHARACTER for invalid input charsCorinna Vinschen
2018-09-01Cygwin: fix Win32 path ".." backtrackingCorinna Vinschen
2018-08-31Cygwin: Bump DLL version to 2.11.1Corinna Vinschen
2018-08-28Cygwin: Accommodate logon sessions on Windows 10Corinna Vinschen
2018-08-28Cygwin: drop workaround for missing USER_INFO_24 definitionCorinna Vinschen
2018-08-27Cygwin: add release note for previous ACL changesCorinna Vinschen
2018-08-27Cygwin: Add name->SID conversion for self-constructed namesCorinna Vinschen
2018-08-27Cygwin: don't return valid acl entry type for unknown SIDCorinna Vinschen
2018-08-24Cygwin: Remove union waitCorinna Vinschen
2018-08-24Add __nl_item to <sys/_types.h> and use itSebastian Huber
2018-08-24CYgwin: fix typo in commentCorinna Vinschen
2018-08-17Cygwin: get_mem_values: Fix prototypeCorinna Vinschen
2018-08-17Cygwin: document /proc/<PID>/status and /proc/<PID>/statm patchesCorinna Vinschen
2018-08-17Cygwin: get_mem_values: Return number of Cygwin pages in argumentsCorinna Vinschen
2018-08-17Cygwin: get_mem_values: Convert arguments to call-by-referenceCorinna Vinschen
2018-08-17Cygwin: get_mem_values: Return allocation as size_t valuesCorinna Vinschen
2018-08-17Revert "Use allocation granularity as the 'page_size' in /proc/<pid>/status a...Corinna Vinschen
2018-08-17Cygwin: Add missing items to release notesCorinna Vinschen
2018-08-17setfacl: Rename the option --file to --set-file, as on LinuxKen Brown
2018-08-15Cygwin: Add FE_ALL_EXCEPT change to release notes.Corinna Vinschen
2018-08-15Keep the denormal-operand exception masked; modify FE_ALL_EXCEPT accordingly.J.H. van de Water
2018-08-15Cygwin: Add J.H. van de Water to CONTRIBUTORSCorinna Vinschen
2018-08-14Cygwin: fenv.h: Convert to ASCII-onlyCorinna Vinschen
2018-08-09Cygwin: utils: ps: use fputs to print fixed stringsCorinna Vinschen
2018-08-08Cygwin: utils: strace: fix format stringCorinna Vinschen
2018-08-08Cygwin: utils: change 3rd readlink param to size_tCorinna Vinschen
2018-08-08Cygwin: utils: cygcheck: fix filesystem output formatCorinna Vinschen
2018-08-07Cygwin: implement sched_getcpuCorinna Vinschen
2018-08-07Fix return value on aio_read/write successMark Geisert
2018-08-03Cygwin: Document fegetenv patchCorinna Vinschen
2018-08-03Cygwin: fegetenv() should not disable exceptionsJ.H. van de Water
2018-07-25Cygwin: fpathconf: update _PC_ASYNC_IO return valueYaakov Selkowitz
2018-07-25Cygwin: define _POSIX_ASYNCHRONOUS_IOYaakov Selkowitz
2018-07-25POSIX Asynchronous I/O support: other filesMark Geisert
2018-07-25POSIX Asynchronous I/O support: fhandler filesMark Geisert
2018-07-25POSIX Asynchronous I/O support: aio filesMark Geisert