]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2022-08-29 Jon TurneyCygwin: testsuite: Fix size of write to temporary file...
2022-08-29 Jon TurneyCygwin: testsuite: Fix TEST_RETURN for 64-bit
2022-08-29 Jon TurneyCygwin: testsuite: Remove passing tests from XFAIL...
2022-08-29 Jon TurneyCygwin: testsuite: Don't write coredump in a child...
2022-08-29 Corinna VinschenCygwin: cygtls: fix context alignment
2022-08-29 Corinna VinschenCygwin: fork: fix a potential hang in fork
2022-08-26 Palmer Dabbeltlibgloss: riscv: Convert to non-recursive automake
2022-08-23 Corinna VinschenCygwin: cwd: use SRWLOCK instead of muto
2022-08-23 Corinna VinschenCygwin: mmap: use SRWLOCK instead of muto
2022-08-23 Corinna VinschenCygwin: tls_pathbuf: Use Windows heap
2022-08-22 Jeff JohnstonFix problem with _newlib_version.h not being filled...
2022-08-22 Corinna VinschenCygwin: smallprint.cc: Drop HEAP_ZERO_MEMORY
2022-08-22 Corinna VinschenCygwin: posix_timer: fix formatting
2022-08-22 Corinna VinschenCygwin: push missing change to debug.h
2022-08-22 Corinna VinschenCygwin: debugging: convert muto to SRWLOCK
2022-08-22 Corinna VinschenCygwin: shm: Convert muto into SRWLOCK and avoid overlo...
2022-08-22 Corinna VinschenCygwin: authz: Use dedicated locks per datastructure
2022-08-22 Corinna VinschenCygwin: spawn: don't overallocate SECURITY_ATTRIBUTES...
2022-08-22 Corinna VinschenCygwin: smallprint.cc: Convert tmpbuf to lockless
2022-08-20 Corinna VinschenCygwin: profiler: Fix linking when building with -DDEBU...
2022-08-20 Corinna VinschenCygwin: wchar.h: Fix comment
2022-08-19 Corinna VinschenCygwin: sigproc.cc: drop Static macro, use explicit...
2022-08-19 Corinna VinschenCygwin: drop __fastcall calling convention specifiers
2022-08-19 Corinna VinschenCygwin: miscfuncs.h: fix comment
2022-08-15 Yilin Sun via... SH: Do not build syscalls if option provided
2022-08-12 Corinna Vinschennewlocale: fix crash when trying to write to __C_locale
2022-08-10 Corinna VinschenCygwin: move POSIX semaphore API functions to posix_ipc.cc
2022-08-10 Corinna VinschenCygwin: rename CygwinCreateThread to create_posix_thread
2022-08-10 Corinna VinschenCygwin: mm/malloc_wrapper.cc: fix a comment
2022-08-10 Corinna VinschenCygwin: move __caller_return_address to mm/malloc_wrapp...
2022-08-10 Corinna VinschenCygwin: make import_address a static inline function
2022-08-10 Corinna VinschenCygwin: make check_invalid_virtual_addr a static inline...
2022-08-10 Corinna VinschenCygwin: move memory management sources into mm subdir
2022-08-10 Corinna VinschenCygwin: drop building modelibs
2022-08-09 Ken BrownCygwin: fix return value of symlink_info::check
2022-08-09 Corinna VinschenCygwin: pthreads: merge pthread.cc into thread.cc
2022-08-08 Corinna VinschenCygwin: stop exporting _alloca
2022-08-08 Corinna VinschenCygwin: fold common.din and x86_64.din into cygwin.din
2022-08-08 Corinna VinschenCygwin: move mcountFunc.S to x86_64 target dir
2022-08-08 Corinna VinschenCygwin: x86_64: add wmemset assembler entry point
2022-08-08 Corinna VinschenCygwin: split out x86_64 memset/memcpy functions
2022-08-05 Corinna VinschenCygwin: fhandler/null.cc: remove redundant includes topic/split_source_dir github/topic/split_source_dir
2022-08-05 Ken BrownCygwin: update the "dirs" variable in Makefile.am
2022-08-05 Corinna VinschenCygwin: Reorganize cygwin source dir
2022-08-05 Corinna VinschenCygwin: mount_info::get_mounts_here: alloc temp mountpo...
2022-08-05 Corinna VinschenCygwin: drop last usage of RtlCreateUnicodeStringFromAsciiz
2022-08-05 Takashi YanoCygwin: pty: Fix a small bug in is_console_app().
2022-08-04 Corinna VinschenCygwin: use locale-aware conversion to UNICODE_STRING...
2022-08-04 Corinna VinschenCygwin: drop all usages of NTAPI
2022-08-04 Corinna VinschenCygwin: drop all usages of WINAPI
2022-08-04 Corinna VinschenCygwin: clock.cc: Drop redundant Windows prototypes
2022-08-04 Corinna VinschenCygwin: drop obsolete _cygwin_noncygwin_dll_entry entry...
2022-08-04 Ken BrownCygwin: syscalls.cc: remove ".dll" from blessed_executa...
2022-08-04 Corinna VinschenCygwin: Drop outdated IsWow64Process2 prototype
2022-08-04 Corinna VinschenCygwin: drop outdated __MINGW64_VERSION_MAJOR checks
2022-08-04 Corinna VinschenCygwin: drop __stdcall usage
2022-08-04 Corinna VinschenCygwin: syscalls.cc: drop masking macros for standard...
2022-08-04 Corinna VinschenCygwin: Drop export aliases and masking macros for...
2022-08-04 Corinna VinschenCygwin: create sparse errmap array
2022-08-04 Markus Mützelcacosh: Use approximation for large input.
2022-08-04 Markus Mützelcasinh: Use approximation for large input.
2022-08-04 Corinna VinschenCygwin: net.cc: convert wsock_errmap into a simple...
2022-08-04 Corinna VinschenCygwin: net.cc: create own type host_errmap_t for host_...
2022-08-04 Corinna VinschenCygwin: net.cc: constify gai_errmap
2022-08-03 Corinna VinschenCygwin: fix/drop a few comments
2022-08-03 Corinna VinschenCygwin: __WORDSIZE: Drop 32 bit considerations
2022-08-03 Corinna VinschenCygwin: drop macro and code for CYGWIN_VERSION_DLL_EPOCH
2022-08-03 Corinna VinschenCygwin: drop unused CYGWIN_VERSION_CYGWIN_CONV macro
2022-08-03 Corinna VinschenCygwin: version.h: document API_VERSION of the first...
2022-08-03 Corinna VinschenCygwin: drop macro and code for CYGWIN_VERSION_USE_PSEU...
2022-08-03 Corinna VinschenCygwin: drop macro and code for CYGWIN_VERSION_CHECK_FO...
2022-08-03 Corinna VinschenCygwin: drop macro and code for CYGWIN_VERSION_CHECK_FO...
2022-08-03 Corinna VinschenCygwin: drop macro and code for CYGWIN_VERSION_CHECK_FO...
2022-08-03 Corinna VinschenCygwin: drop macro and code for CYGWIN_VERSION_CHECK_FO...
2022-08-03 Corinna VinschenCygwin: drop unused CYGWIN_VERSION_CHECK_FOR_USING_BIG_...
2022-08-03 Corinna VinschenCygwin: drop macro and code for CYGWIN_VERSION_CHECK_FO...
2022-08-03 Corinna VinschenCygwin: drop unused CYGWIN_VERSION_CHECK_FOR_S_IEXEC...
2022-08-03 Corinna VinschenCygwin: drop macro and code for CYGWIN_VERSION_OLD_STDI...
2022-08-03 Corinna VinschenCygwin: drop macro and code for CYGWIN_VERSION_DLL_MALL...
2022-08-03 Corinna VinschenCygwin: drop macro and code for CYGWIN_VERSION_DLL_IS_O...
2022-08-03 Corinna VinschenCygwin: drop requirement to build newlib's stdio64
2022-08-03 Takashi YanoCygwin: path: Make some symlinks to /cygdrive/* work.
2022-08-01 Takashi YanoCygwin: console: Modify ConEmu cygwin connector hook.
2022-07-31 Takashi YanoCygwin: pty: Treat *.bat and *.cmd as a non-cygwin...
2022-07-29 Takashi YanoCygwin: console: Avoid accessing NULL pointer via cyghe...
2022-07-29 Jon TurneyCygwin: Set threadnames with SetThreadDescription()
2022-07-29 Corinna VinschenCygwin: uname: drop useless support for unsupported...
2022-07-29 Corinna VinschenCygwin: gmon.h: drop 32 bit considerations
2022-07-29 Corinna VinschenCygwin: profile.c: drop i686 register access
2022-07-28 Corinna VinschenCygwin: rename __cygwin_environ and drop env redirectio...
2022-07-28 Corinna VinschenCygwin: perl scripts: drop support for i686
2022-07-28 Takashi YanoCygwin: console: Add workaround for ConEmu cygwin conne...
2022-07-28 Takashi YanoCygwin: console: Add missing input_mutex guard.
2022-07-28 Corinna VinschenCygwin: Fix previous attempt to drop i386 targets from...
2022-07-14 Corinna VinschenCygwin: _dll_crt0: minimize target-specific conditional...
2022-07-14 Corinna VinschenCygwin: hookapi: drop handling i386 targets
2022-07-14 Corinna VinschenCygwin: fix or delete a few comments to drop 32 bit...
2022-07-14 Corinna VinschenCygwin: drop cyglsa.h. LSA subauth is not supported...
2022-07-14 Corinna VinschenCygwin: drop 32 bit target from linker script
2022-07-14 Corinna VinschenCygwin: drop tmpfile export alias for 32 bit systems
next
This page took 0.05701 seconds and 5 git commands to generate.