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
2020-10-18Cygwin: Stop using c++wrap for MinGW-compiled utilitiesJon Turney
2020-10-15libc/time: Move internal newlib tz-structs into own headerTorbjörn SVENSSON via Newlib
2020-10-14Cygwin: Remove unused doc/ug-info.xmlJon Turney
2020-10-14Cygwin: Remove empty MT_SAFE and MT_SAFE_OBJECTSJon Turney
2020-10-14Cygwin: Remove autoconf variable INSTALL_LICENSEJon Turney
2020-10-14Cygwin: Drop AC_SUBST(LIBSERVER)Jon Turney
2020-10-14Cygwin: Remove AC_ARG_PROGRAM/program_transform_nameJon Turney
2020-10-14Cygwin: Remove AC_PROG_MAKE_SETJon Turney
2020-10-14Cygwin: Drop STDINCFLAGS overridesJon Turney
2020-10-14Cygwin: Drop looking for w32api in winsup/w32apiJon Turney
2020-10-13format_proc_cpuinfo: add enqcmd cpuinfo flagBrian Inglis
2020-10-04Cygwin: AF_UNIX: open_pipe: call recv_peer_infoKen Brown
2020-10-04Cygwin: AF_UNIX: listen_pipe: check for STATUS_SUCCESSKen Brown
2020-10-04Cygwin: AF_UNIX: socket: set the O_RDWR flagKen Brown
2020-10-04Cygwin: always recognize AF_UNIX sockets as reparse pointsKen Brown
2020-10-04Cygwin: fix handling of known reparse points that are not symlinksKen Brown
2020-10-04Cygwin: AF_UNIX: use FILE_OPEN_REPARSE_POINT when neededKen Brown
2020-09-28Cygwin: avoid GCC 10 error with -Werror=narrowingJon Turney
2020-09-28Cygwin: avoid GCC 10 error with -Werror=narrowingJon Turney
2020-09-28Cygwin: avoid GCC 10 error with -Werror=parenthesesJon Turney
2020-09-26Cygwin: check_reparse_point_target: update commentKen Brown
2020-09-24Cygwin: winlean.h: remove most of the extended memory APIKen Brown
2020-09-18winsup/doc/faq-what.xml: FAQ 1.2 Windows versions supportedBrian Inglis
2020-09-18fhandler_proc.cc(format_proc_cpuinfo): add tsxldtrk, sev_es flagsBrian Inglis
2020-09-11Cygwin: pty: Drop handling for UTF-7 in convert_mb_str().Takashi Yano
2020-09-11Cygwin: ldd: Also look for not found DLLs when exit status is non-zeroJon Turney
2020-09-11Cygwin: pty: Prevent garbled output for existing non-cygwin apps.Takashi Yano via Cygwin-patches
2020-09-09Cygwin: pty: setup new pty on opening the master, not in constructorCorinna Vinschen
2020-09-09Cygwin: pty: Fix input charset for non-cygwin apps with disable_pcon.Takashi Yano via Cygwin-patches
2020-09-09Cygwin: pty: Revise convert_mb_str() function.Takashi Yano via Cygwin-patches
2020-09-08Cygwin: document last bug fixKen Brown
2020-09-08Cygwin: path_conv::check: handle error from fhandler_process::existsKen Brown
2020-09-08Cygwin: format_process_fd: add directory checkKen Brown
2020-09-08Cygwin: pty: move codepage evaluation to nlsfuncs.ccCorinna Vinschen
2020-09-07Cygwin: drop internal O_NOSYMLINK and O_DIROPEN flagsCorinna Vinschen
2020-09-04Cygwin: create install dir for libsDavid McFarland via Cygwin-patches
2020-09-01Cygwin: libpthread: Export C11 thread symbols from libpthread.a as wellCorinna Vinschen
2020-09-01Cygwin: mtx_init: drop glibc workaroundCorinna Vinschen
2020-08-31Cygwin: pty: Fix a bug in the code removing set window title sequence.Takashi Yano via Cygwin-patches
2020-08-31Cygwin: pty: Disable pseudo console if TERM does not have CSI6n.Takashi Yano via Cygwin-patches
2020-08-30Cygwin: Remove waitloop argument from try_to_debug()Jon Turney
2020-08-30Cygwin: sigproc.cc: add commentKen Brown
2020-08-30Cygwin: Add modfl fix to release notesCorinna Vinschen
2020-08-30Cygwin: crt: Add "volatile" to all inline assembly snippets under mathMartin Storsjö
2020-08-30Cygwin: math/modfl.c: Fix segment faults in modfl().Liu Hao
2020-08-30Cygwin: Add Cygwin 3.2 release infoCorinna Vinschen
2020-08-30Cygwin: Add C11 threads APICorinna Vinschen
2020-08-30Cygwin: make pthread_yield available for internal usageCorinna Vinschen
2020-08-30Cygwin: pthread_yield: Add BSD visibilityCorinna Vinschen
2020-08-30Cygwin: pthreads: iterate over key destructors per POSIXCorinna Vinschen