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
2022-08-29Cygwin: testsuite: Don't write coredump in a child which is expected to segfaultJon Turney
2022-08-29Cygwin: cygtls: fix context alignmentCorinna Vinschen
2022-08-29Cygwin: fork: fix a potential hang in forkCorinna Vinschen
2022-08-23Cygwin: cwd: use SRWLOCK instead of mutoCorinna Vinschen
2022-08-23Cygwin: mmap: use SRWLOCK instead of mutoCorinna Vinschen
2022-08-23Cygwin: tls_pathbuf: Use Windows heapCorinna Vinschen
2022-08-22Cygwin: smallprint.cc: Drop HEAP_ZERO_MEMORYCorinna Vinschen
2022-08-22Cygwin: posix_timer: fix formattingCorinna Vinschen
2022-08-22Cygwin: push missing change to debug.hCorinna Vinschen
2022-08-22Cygwin: debugging: convert muto to SRWLOCKCorinna Vinschen
2022-08-22Cygwin: shm: Convert muto into SRWLOCK and avoid overlockingCorinna Vinschen
2022-08-22Cygwin: authz: Use dedicated locks per datastructureCorinna Vinschen
2022-08-22Cygwin: spawn: don't overallocate SECURITY_ATTRIBUTES bufferCorinna Vinschen
2022-08-22Cygwin: smallprint.cc: Convert tmpbuf to locklessCorinna Vinschen
2022-08-20Cygwin: profiler: Fix linking when building with -DDEBUGGINGCorinna Vinschen
2022-08-20Cygwin: wchar.h: Fix commentCorinna Vinschen
2022-08-19Cygwin: sigproc.cc: drop Static macro, use explicit NO_COPY insteadCorinna Vinschen
2022-08-19Cygwin: drop __fastcall calling convention specifiersCorinna Vinschen
2022-08-19Cygwin: miscfuncs.h: fix commentCorinna Vinschen
2022-08-12newlocale: fix crash when trying to write to __C_localeCorinna Vinschen
2022-08-10Cygwin: move POSIX semaphore API functions to posix_ipc.ccCorinna Vinschen
2022-08-10Cygwin: rename CygwinCreateThread to create_posix_threadCorinna Vinschen
2022-08-10Cygwin: mm/malloc_wrapper.cc: fix a commentCorinna Vinschen
2022-08-10Cygwin: move __caller_return_address to mm/malloc_wrapper.ccCorinna Vinschen
2022-08-10Cygwin: make import_address a static inline functionCorinna Vinschen
2022-08-10Cygwin: make check_invalid_virtual_addr a static inline functionCorinna Vinschen
2022-08-10Cygwin: move memory management sources into mm subdirCorinna Vinschen
2022-08-10Cygwin: drop building modelibsCorinna Vinschen
2022-08-09Cygwin: fix return value of symlink_info::checkKen Brown
2022-08-09Cygwin: pthreads: merge pthread.cc into thread.ccCorinna Vinschen
2022-08-08Cygwin: stop exporting _allocaCorinna Vinschen
2022-08-08Cygwin: fold common.din and x86_64.din into cygwin.dinCorinna Vinschen
2022-08-08Cygwin: move mcountFunc.S to x86_64 target dirCorinna Vinschen
2022-08-08Cygwin: x86_64: add wmemset assembler entry pointCorinna Vinschen
2022-08-08Cygwin: split out x86_64 memset/memcpy functionsCorinna Vinschen
2022-08-05Cygwin: fhandler/null.cc: remove redundant includestopic/split_source_dirCorinna Vinschen
2022-08-05Cygwin: update the "dirs" variable in Makefile.amKen Brown
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen
2022-08-05Cygwin: mount_info::get_mounts_here: alloc temp mountpoint info on cygheapCorinna Vinschen
2022-08-05Cygwin: drop last usage of RtlCreateUnicodeStringFromAsciizCorinna Vinschen
2022-08-05Cygwin: pty: Fix a small bug in is_console_app().Takashi Yano
2022-08-05Cygwin: use locale-aware conversion to UNICODE_STRING checking mount pointsCorinna Vinschen
2022-08-04Cygwin: drop all usages of NTAPICorinna Vinschen
2022-08-04Cygwin: drop all usages of WINAPICorinna Vinschen
2022-08-04Cygwin: clock.cc: Drop redundant Windows prototypesCorinna Vinschen
2022-08-04Cygwin: drop obsolete _cygwin_noncygwin_dll_entry entry pointCorinna Vinschen
2022-08-04Cygwin: syscalls.cc: remove ".dll" from blessed_executable_suffixesKen Brown
2022-08-04Cygwin: Drop outdated IsWow64Process2 prototypeCorinna Vinschen
2022-08-04Cygwin: drop outdated __MINGW64_VERSION_MAJOR checksCorinna Vinschen
2022-08-04Cygwin: drop __stdcall usageCorinna Vinschen