]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2022-12-09 Takashi YanoCygwin: pipe: Fix performance degradation for non-cygwi... cygwin-3.4.1
2022-12-09 Corinna VinschenCygwin: improve release text for FILE issue
2022-12-08 Corinna VinschenCygwin: add __sFILE64 fix to 3.4.1 release notes
2022-12-08 Corinna VinschenCygwin: define FILE as struct __sFILE64, not as __sFILE
2022-12-08 Corinna VinschenCygwin: 3.4-only: uname: drop dot from external release...
2022-12-07 Corinna VinschenCygwin: link mcountFunc.o to libgmon.a
2022-12-04 Corinna Vinschenbump DLL version to 3.4.1
2022-12-03 Corinna VinschenCygwin: add release message for commit previous commit... cygwin-3.4.0
2022-12-03 Corinna VinschenCygwin: fix LC_CTYPE in global locale to be a real...
2022-12-03 Corinna VinschenCygwin: add latest primary group changes to release...
2022-12-02 Corinna VinschenCygwin: FAQ: convert ulinks to FAQ to xrefs
2022-12-02 Corinna VinschenCygwin: FAQ: describe test releases, deprecate develope...
2022-12-02 Corinna VinschenCygwin: uinfo: don't special case current user
2022-12-02 Corinna VinschenCygwin: uinfo: prefer token primary group
2022-12-02 Corinna VinschenCygwin: uinfo: Drop long disabled nss_prefix and nss_se...
2022-12-01 Corinna VinschenCygwin: exec: don't access cygheap before it's initialized
2022-12-01 Corinna VinschenCygwin: multiple_cygwin_problem: drop obsolete check...
2022-11-29 Carlo BraminiCygwin: serial: Fix a copy-paste error in DTR setup
2022-11-28 Jon TurneyCygwin: Update some mentions of x86 in documentation
2022-11-28 Jon TurneyCygwin: Fix typo in FAQ
2022-11-25 Takashi YanoCygwin: pty: Rename fhandler/tty.cc to fhandler/pty.cc.
2022-11-24 Corinna VinschenCygwin: uname: allow to specify external release info
2022-11-24 Corinna VinschenCygwin: drop snapshot handling
2022-11-22 Tobias Burnusamdgcn: Use __builtin_gcn_ in libc/machine/amdgcn/getre...
2022-11-21 Tobias Burnusamdgcn: Replace asm("s8") by __builtin_gcn_kernarg_ptr...
2022-11-20 Takashi YanoCygwin: pty, console: Encapsulate spawn.cc code related...
2022-11-12 Jon Turneymakedocbook: Fix false report of unhandled texinfo...
2022-11-12 Jon Turneymakedocbook: Adjust inline whitespace to fix flake8...
2022-11-12 Jon Turneymakedocbook: Drop stray semicolons
2022-11-12 Jon Turneymakedocbook: Use sys.exit()
2022-11-12 Jon Turneymakedocbook: Use raw strings for regexes
2022-11-11 Corinna VinschenCygwin: document bugfix for USB CDC devices
2022-11-11 Carlo BraminiCygwin: fix TIOCMBIS/TIOCMBIC not working when using...
2022-11-10 Sebastian Huberpowerpc/setjmp: Fix 64-bit buffer alignment
2022-11-10 Andy KoppeCygwin: Correct /proc/*/stat for processes without...
2022-11-08 Thomas SchwingeGenerally make all 'long double complex' methods availa...
2022-11-04 Jon TurneyCygwin: Improve FAQ on early breakpoint for ASLR
2022-11-04 Jon TurneyCygwin: Handle out of order modules for module offsets...
2022-10-29 Corinna Vinschenstrftime/wcsftime: use STRLEN, not strlen
2022-10-29 Jon Turneymakedocbook: Add explicit locking for PLY parser table...
2022-10-29 Jon TurneyCygwin: Add loaded module base address list to stackdump
2022-10-28 Jon TurneyCygwin: Add addresses as module offsets in .stackdump...
2022-10-28 Jon TurneyCygwin: Tidy up formatting of stackdump
2022-10-28 Corinna VinschenCygwin: cygheap: make bucket_val a static const array
2022-10-28 Corinna VinschenCygwin: document ASLR support topic/aslr_support github/topic/aslr_support
2022-10-28 Corinna VinschenCygwin: Enable dynamicbase on the Cygwin DLL by default
2022-10-28 Corinna VinschenCygwin: /proc/<PID>/maps: output cygheap info
2022-10-28 Corinna VinschenCygwin: drop objcopy .gnu_debuglink juggle
2022-10-28 Corinna VinschenCygwin: memory_layout.h: define absolute MMAP_STORAGE_H...
2022-10-28 Corinna VinschenCygwin: memory_layout.h: fix comments
2022-10-28 Corinna VinschenCygwin: decouple shared mem regions from Cygwin DLL
2022-10-28 Corinna VinschenCygwin: decouple cygheap from Cygwin DLL
2022-10-28 Corinna VinschenCygwin: add memory_layout.h
2022-10-28 Corinna VinschenCygwin: exceptions: print 48 bit addresses
2022-10-28 Corinna VinschenCygwin: add missing .com entry in new-features.xml
2022-10-28 Sebastian Huberpowerpc/setjmp: Fix 64-bit support
2022-10-28 Corinna VinschenCygwin: stop handling files with .com suffix like ...
2022-10-28 Corinna VinschenRevert "Cygwin: pty: Fix 'Bad address' error when runni...
2022-10-28 Corinna VinschenCygwin: spawn: drop special handling for cmd.exe and...
2022-10-28 Jon TurneyFix warning during manpage generaton
2022-10-28 Corinna VinschenCygwin: utils: drop 32 bit considerations
2022-10-28 Corinna VinschenCygwin: regtool: drop 32 bit hint from help output
2022-10-27 Corinna VinschenCygwin: document dropping 32 bit support
2022-10-27 Hamish McIntyre... Fix typo in faq-programming.xml
2022-10-25 Brian Inglisstrftime.c(__strftime): add %q, %v, tests; tweak %Z doc
2022-10-24 Brian Inglisstrptime.cc(__strptime): add %q GNU quarter
2022-10-24 Brian Inglisstrptime.c(strptime_l): add %q GNU quarter
2022-10-22 Takashi YanoCygwin: pty: Fix 'Bad address' error when running ...
2022-10-20 Simon Cooklibgloss: riscv: Install machine/syscall.h
2022-10-19 Ken BrownCygwin: select: don't report read ready on a FIFO never...
2022-09-28 Szabolcs NagyRerun automake in newlib/
2022-09-26 Markus B. MoessnerFix missing extern C statement
2022-09-24 Sebastian Huberpowerpc/setjmp: Add 64-bit support
2022-09-19 Jeff JohnstonImplement sysconf for Arm
2022-09-10 tbupstream OpenBSD: arc4random: fix indent
2022-09-10 djmupstream OpenBSD: arc4random: Randomise the rekey inter...
2022-09-10 dtuckerupstream OpenBSD: arc4random: Remove unused ivbits...
2022-09-10 deraadtupstream OpenBSD: arc4random: replace abort() with...
2022-09-10 Corinna Vinschenupstream OpenBSD: arc4random: bump file versions
2022-09-10 bcookupstream OpenBSD: arc4random: Add support for building...
2022-09-05 Corinna VinschenCygwin: cygtls: drop useless alignment directives
2022-09-01 Torbjörn SVENSSONDon't allocate another header when merging chunks
2022-09-01 Torbjörn SVENSSONUsed chunk needs to be removed from free_list
2022-08-31 Jeff JohnstonFix some Coverity Scan errors.
2022-08-31 Torbjörn SVENSSONRestore _lock initialization in non-single threaded...
2022-08-29 Jon TurneyCygwin: testsuite: Add x86_64 code to "dynamically...
2022-08-29 Jon TurneyCygwin: testsuite: In pathconf01 use the temporary...
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
next
This page took 0.058832 seconds and 5 git commands to generate.