aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-26gcc: quiet Wattribute for no_sanitize("address")rlibby1-2/+6
2020-10-26Don't sanitize linker_setdab1-0/+7
2020-10-26Make the system C11 atomics headers fully compatible with external GCC.jhb2-15/+12
2020-10-26Cygwin: pty: Fix race condition in initialization of pseudo console.Takashi Yano via Cygwin-patches1-9/+0
2020-10-23Cygwin: AF_INET and AF_LOCAL: recv_internal: fix MSG_WAITALL supportKen Brown via Cygwin-patches2-2/+2
2020-10-21Cygwin: Drop do-nothing install_target targetJon Turney2-6/+3
2020-10-21Cygwin: Drop do-nothing install_host targetJon Turney6-22/+3
2020-10-21Cygwin: Remove nostdlib Makefile variableJon Turney2-3/+1
2020-10-21Cygwin: gendef generates sigfe.s and cygwin.defJon Turney1-5/+2
2020-10-21Cygwin: Drop cygwin version.o from cygserverJon Turney1-3/+1
2020-10-21Cygwin: Remove lsaauthJon Turney8-5001/+0
2020-10-18Cygwin: Use aclocal option --system-acdir rather than --acdirJon Turney3-3/+3
2020-10-18Cygwin: Remove --with-windows-{libs,headers}Jon Turney14-400/+2
2020-10-18Cygwin: Remove ccwrapJon Turney16-166/+68
2020-10-18Cygwin: Stop using c++wrap for MinGW-compiled utilitiesJon Turney2-12/+3
2020-10-15libc/time: Move internal newlib tz-structs into own headerTorbjörn SVENSSON via Newlib6-57/+26
2020-10-14Cygwin: Remove unused doc/ug-info.xmlJon Turney1-36/+0
2020-10-14Cygwin: Remove empty MT_SAFE and MT_SAFE_OBJECTSJon Turney1-4/+1
2020-10-14Cygwin: Remove autoconf variable INSTALL_LICENSEJon Turney3-12/+1
2020-10-14Cygwin: Drop AC_SUBST(LIBSERVER)Jon Turney2-3/+0
2020-10-14Cygwin: Remove AC_ARG_PROGRAM/program_transform_nameJon Turney6-40/+1
2020-10-14Cygwin: Remove AC_PROG_MAKE_SETJon Turney7-107/+0
2020-10-14Cygwin: Drop STDINCFLAGS overridesJon Turney1-4/+0
2020-10-14Cygwin: Drop looking for w32api in winsup/w32apiJon Turney8-16/+0
2020-10-13format_proc_cpuinfo: add enqcmd cpuinfo flagBrian Inglis1-0/+1
2020-10-13drop ambiguous-wide behaviour from Unicode CJK localesThomas Wolff1-13/+5
2020-10-04Cygwin: AF_UNIX: open_pipe: call recv_peer_infoKen Brown1-1/+5
2020-10-04Cygwin: AF_UNIX: listen_pipe: check for STATUS_SUCCESSKen Brown1-2/+5
2020-10-04Cygwin: AF_UNIX: socket: set the O_RDWR flagKen Brown1-0/+1
2020-10-04Cygwin: always recognize AF_UNIX sockets as reparse pointsKen Brown2-12/+15
2020-10-04Cygwin: fix handling of known reparse points that are not symlinksKen Brown1-5/+12
2020-10-04Cygwin: AF_UNIX: use FILE_OPEN_REPARSE_POINT when neededKen Brown2-4/+15
2020-10-02libc/include/wchar.h: Remove parameter nameTorbjörn SVENSSON1-2/+2
2020-10-02libc/include/inttypes.h: Remove parameter nameTorbjörn SVENSSON1-1/+1
2020-09-30libgloss: aarch64: Add support for Armv8-R AArch64Alex Coplan via Newlib4-4/+38
2020-09-28Cygwin: avoid GCC 10 error with -Werror=narrowingJon Turney2-3/+1
2020-09-28Cygwin: avoid GCC 10 error with -Werror=narrowingJon Turney1-2/+2
2020-09-28Cygwin: avoid GCC 10 error with -Werror=parenthesesJon Turney1-1/+1
2020-09-26Cygwin: check_reparse_point_target: update commentKen Brown1-2/+3
2020-09-25libc/include/math.h: Remove parameter nameChristophe Lyon1-8/+8
2020-09-25Add C-SKY port for libglossJojo R28-0/+6831
2020-09-24Cygwin: winlean.h: remove most of the extended memory APIKen Brown4-43/+17
2020-09-23Port of C-SKY for newlibJojo R12-2/+6372
2020-09-18libm: Make tgamma(-small) = -INFINITYKeith Packard1-1/+1
2020-09-18winsup/doc/faq-what.xml: FAQ 1.2 Windows versions supportedBrian Inglis1-5/+5
2020-09-17fhandler_proc.cc(format_proc_cpuinfo): add tsxldtrk, sev_es flagsBrian Inglis1-0/+8
2020-09-11Cygwin: pty: Drop handling for UTF-7 in convert_mb_str().Takashi Yano1-48/+38
2020-09-11Cygwin: ldd: Also look for not found DLLs when exit status is non-zeroJon Turney1-0/+2
2020-09-11Cygwin: pty: Prevent garbled output for existing non-cygwin apps.Takashi Yano via Cygwin-patches1-1/+5
2020-09-09Cygwin: pty: setup new pty on opening the master, not in constructorCorinna Vinschen2-5/+5