]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2015-10-21 Corinna VinschenFix EIO error accessing certain (OS X SMB?) drives
2015-10-21 Ken Brown* winsup/doc/faq-using.xml (faq.using.same-with-permiss...
2015-10-21 DJ Delorie* rl78/crt0.S (_start): Fixed code that clears .bss
2015-10-20 Corinna VinschenFix compiler errors/warnings when compiling with -O3
2015-10-19 Nick CliftonExtend _intsup.h to support 16-bit and 20-bit pointers.
2015-10-19 Sebastian HuberC11 aligned_alloc() implementation
2015-10-19 Sebastian HuberC11 aligned_alloc() support for <stdlib.h>
2015-10-19 Sebastian HuberC11 quick_exit() support for <stdlib.h>
2015-10-13 Jeff JohnstonImport <threads.h> from latest FreeBSD.
2015-10-13 Jeff JohnstonSynchronize with FreeBSD.
2015-10-13 Jeff JohnstonAdd FreeBSD style changes to sys/cdefs.h
2015-10-08 Nick CliftonDefine setjmp buffer length for IA64.
2015-10-06 Nick CliftonAdd support for persistent data to the MSP430 linker...
2015-09-22 Jeff JohnstonMinimize newlib code size for ft32 newlib-snapshot-20150924
2015-09-22 Mike Frysingerconfig.{guess,sub}: sync with upstream
2015-09-08 Corinna VinschenCygwin 2.3.0: Add missing release message
2015-09-08 Corinna Vinschenflock.cc: Fix stack allocation from callee used in...
2015-09-08 Corinna Vinschenfaq-using.xml: Replace makewhatis with mandb
2015-09-04 Jeff JohnstonAdd FTDI license for newlib and libgloss.
2015-09-04 Jeff JohnstonAdd support for ft32 to newlib.
2015-09-04 Jeff JohnstonAdd support for FT32 platform.
2015-09-02 Hans-Peter... libc/machine/cris/sys/signal.h (kill): Declare.
2015-08-30 Corinna Vinschencygcheck.cc: Fix missing commas in products array
2015-08-30 Corinna Vinschencygcheck.cc: Fix debugger problem
2015-08-30 Corinna Vinschencygcheck.cc: Handle W10/2016 sysinfo
2015-08-30 Corinna Vinschencygcheck.cc: Fix downlevel DLL handling
2015-08-29 Corinna Vinschensysconf.cc: Fix compiler warning.
2015-08-29 Corinna VinschenAllow sysconf to return CPU cache information
2015-08-27 Corinna VinschenImplement POSIX_MADV_WILLNEED/POSIX_MADV_DONTNEED for...
2015-08-27 Corinna Vinschenstrlen-armv7.S: Fix preprocessor check
2015-08-27 Andre Simoes... Fix for pri and scn formats
2015-08-26 Corinna Vinschenfhandler_proc.cc: Only request group relation information
2015-08-25 Corinna Vinschenwinsup.h: Claim Windows 10 support
2015-08-25 Corinna Vinschenautoload.cc: Drop using full paths for system DLLs
2015-08-25 Corinna Vinschenautload.cc: Avoid clobbering return address in noload...
2015-08-25 Corinna Vinschenmmap.cc: Fix some comments
2015-08-25 Andre VieiraUpdated copyright notice
2015-08-25 James GreenhalghAlways declare "kill" in include/sys/signal.h
2015-08-24 Corinna VinschenSigproc.cc: Fix copyright. newlib-snapshot-20150824
2015-08-24 Corinna VinschenFix hang stracing forking processes but not following...
2015-08-24 Corinna VinschenBump Cygwin DLL minor number.
2015-08-24 Nick Cliftonoops - forgot to add PR number to ChangeLog entry.
2015-08-21 Jon TURNEYAdd Lavasoft Web Companion to BLODA list.
2015-08-20 Nick Clifton * msp430/crt0.S: Remove watchdog disabling code.
2015-08-20 Jon TURNEYManuals failing to build on Ubuntu LTS 14.04 cygwin-2_2_1-release
2015-08-20 Andre VieiraAdd MIN MAX macro to param header file.
2015-08-20 Andre VieiraUse machine header file for endianness configuration.
2015-08-20 Andre VieiraUse machine header file for param configuration.
2015-08-18 Corinna VinschenCygwin: Return port number from getservent in network...
2015-08-18 Corinna Vinschenexceptions.cc: Drop including ucontext.h.
2015-08-18 Yaakov Selkowitzsys/signal.h: include sys/ucontext.h on Cygwin per...
2015-08-17 Corinna VinschenDon't call LsaLookupSids if we're not utilizing Windows...
2015-08-17 Corinna VinschenTry harder to avoid LDAP access for RFC2307 mapping
2015-08-17 Corinna VinschenFix /proc/cpuinfo topology info on newer AMD CPUs
2015-08-17 Orgad Shanehmkglobals_h: Handle CRLF earlier.
2015-08-17 Corinna VinschenSupport cpb and eff_freq_ro power mgmt flags in /proc...
2015-08-15 Corinna VinschenCygwin: Improve 2.2.1 release notes
2015-08-15 Corinna VinschenCygwin: Try to fix potential data corruption in pipe...
2015-08-14 Corinna VinschenFix copy/paste error in previous patch
2015-08-14 Corinna VinschenDon't perform RFC2307 account mapping without account DB
2015-08-14 Corinna VinschenEvaluate all group perms in ACL to emulate POSIX user...
2015-08-13 Corinna VinschenFix /proc/cpuinfo topology and cache size info
2015-08-10 Corinna Vinschenmiscfuncs.cc: Fix comment preceeding x86_64 memset...
2015-08-10 Corinna VinschenRevert to leaving $HOME alone
2015-08-07 Jeff Johnstonor1k: Typo fixes
2015-08-07 Jeff Johnstonor1k: Allow exception nesting
2015-08-07 Jeff Johnstonor1k: Fix critical handling in malloc locks
2015-08-07 Jeff Johnstonor1k: Make heap end globally visible
2015-08-05 Jon TURNEYImprove FAQ answer on debugging Cygwin
2015-08-04 Nick CliftonThis is part of a larger fix for RL78 complex relocs...
2015-08-03 Shoichi SakonFix wscanf family positional parameter handling in...
2015-08-03 Corinna VinschenBump Cygwin DLL minor number.
2015-08-03 Corinna Vinschenstrace: Handle ofile descriptor more carefully. cygwin-2_2_0-release
2015-08-03 Jon TURNEYDon't include stdio64 functions in reentrant syscalls...
2015-07-31 Sebastian HuberFix typo in <sys/lock.h>
2015-07-30 Wilco Dijkstra[AArch64] Rewrite optimized memset.
2015-07-29 Corinna VinschenCygwin: Fix x86_64 memcpy/memset for n > 2GB
2015-07-29 Sebastian HuberMove header files
2015-07-29 Joel Sherrillnewlib/ChangeLog: Left out of previous commit.
2015-07-29 Sebastian HuberAdd <sys/lock.h>
2015-07-29 Corinna Vinschencygwin: Fix copyright dates
2015-07-29 Corinna Vinschencygwin: Fix crashes under AllocationPreference=0x100000...
2015-07-24 Jon TURNEYRemove workaround for texinfo bug with underscores... newlib-snapshot-20150723
2015-07-24 Jon TURNEYRemove a stray sentence fragment in iconv.tex
2015-07-24 Jon TURNEYFix a typo in iconv.tex
2015-07-24 Jon TURNEYFix SYNPOSIS prototypes for iconv functions
2015-07-24 Jon TURNEYUse makedoc generated texinfo documentation for reentra...
2015-07-24 Jon TURNEYAdd missing NEWPAGE commands to makedoc markup in reent/
2015-07-23 Corinna VinschenImprove cygwin 2.2.0 release text
2015-07-23 Corinna VinschenFix potential buffer overflow in makecontext trampoline
2015-07-23 Corinna VinschenIgnore non-absolute $HOME when started from native...
2015-07-21 Corinna VinschenCygwin: Implement siglongjmp and sigsetjmp functions.
2015-07-20 Corinna VinschenAdd previous ldd fix to release file
2015-07-20 Corinna VinschenFix potential hang in ldd if DLL encounters missing...
2015-07-19 Corinna VinschenLower Cygwin's MINSIGSTKSZ and SIGSTKSZ
2015-07-19 Corinna VinschenReduce stack pressure throughout Cygwin
2015-07-18 Corinna VinschenRemove x86_64 __sjfault/__ljfault
2015-07-18 Corinna VinschenRearrange makecontext and add lots of comments
2015-07-17 Corinna VinschenFix ucontext creation in call_signal handler
2015-07-17 Corinna VinschenComment fixup
next
This page took 0.062112 seconds and 5 git commands to generate.