aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-17Try harder to avoid LDAP access for RFC2307 mappingCorinna Vinschen4-37/+55
2015-08-17Fix /proc/cpuinfo topology info on newer AMD CPUsCorinna Vinschen2-7/+29
2015-08-17mkglobals_h: Handle CRLF earlier.Orgad Shaneh2-1/+5
2015-08-17Support cpb and eff_freq_ro power mgmt flags in /proc/cpuinfoCorinna Vinschen2-0/+9
2015-08-15Cygwin: Improve 2.2.1 release notesCorinna Vinschen1-9/+4
2015-08-15Cygwin: Try to fix potential data corruption in pipe writeCorinna Vinschen4-1/+66
2015-08-14Fix copy/paste error in previous patchCorinna Vinschen2-2/+7
2015-08-14Don't perform RFC2307 account mapping without account DBCorinna Vinschen4-8/+21
2015-08-14Evaluate all group perms in ACL to emulate POSIX user permsCorinna Vinschen2-0/+24
2015-08-13Fix /proc/cpuinfo topology and cache size infoCorinna Vinschen6-490/+618
2015-08-10miscfuncs.cc: Fix comment preceeding x86_64 memset and friends.Corinna Vinschen2-4/+9
2015-08-10Revert to leaving $HOME aloneCorinna Vinschen3-8/+20
2015-08-07or1k: Typo fixesJeff Johnston3-2/+7
2015-08-07or1k: Allow exception nestingJeff Johnston4-39/+149
2015-08-07or1k: Fix critical handling in malloc locksJeff Johnston2-2/+8
2015-08-07or1k: Make heap end globally visibleJeff Johnston2-1/+5
2015-08-05Improve FAQ answer on debugging CygwinJon TURNEY2-4/+26
2015-08-04This is part of a larger fix for RL78 complex relocs - they need an absolute ...Nick Clifton3-0/+9
2015-08-03Fix wscanf family positional parameter handling in %lc, %ls, %l[]Shoichi Sakon2-7/+15
2015-08-03Bump Cygwin DLL minor number.Corinna Vinschen2-1/+5
2015-08-03strace: Handle ofile descriptor more carefully.cygwin-2_2_0-releaseCorinna Vinschen2-6/+13
2015-08-03Don't include stdio64 functions in reentrant syscalls menu when not bulding s...Jon TURNEY1-0/+8
2015-07-31Fix typo in <sys/lock.h>Sebastian Huber2-1/+6
2015-07-30[AArch64] Rewrite optimized memset.Wilco Dijkstra2-191/+188
2015-07-29Cygwin: Fix x86_64 memcpy/memset for n > 2GBCorinna Vinschen3-19/+183
2015-07-29Move header filesSebastian Huber9-5/+23
2015-07-29newlib/ChangeLog: Left out of previous commit.Joel Sherrill1-0/+4
2015-07-29Add <sys/lock.h>Sebastian Huber1-0/+235
2015-07-29cygwin: Fix copyright datesCorinna Vinschen17-18/+17
2015-07-29cygwin: Fix crashes under AllocationPreference=0x100000 conditionCorinna Vinschen8-13/+55
2015-07-24Remove workaround for texinfo bug with underscores in filenames from mothball...newlib-snapshot-20150723Jon TURNEY1-116/+28
2015-07-24Remove a stray sentence fragment in iconv.texJon TURNEY1-1/+0
2015-07-24Fix a typo in iconv.texJon TURNEY1-1/+1
2015-07-24Fix SYNPOSIS prototypes for iconv functionsJon TURNEY1-4/+4
2015-07-24Use makedoc generated texinfo documentation for reentrant syscallsJon TURNEY1-139/+54
2015-07-24Add missing NEWPAGE commands to makedoc markup in reent/Jon TURNEY2-0/+3
2015-07-23Improve cygwin 2.2.0 release textCorinna Vinschen1-0/+1
2015-07-23Fix potential buffer overflow in makecontext trampolineCorinna Vinschen2-1/+13
2015-07-23Ignore non-absolute $HOME when started from native processCorinna Vinschen3-2/+17
2015-07-21Cygwin: Implement siglongjmp and sigsetjmp functions.Corinna Vinschen9-25/+148
2015-07-20Add previous ldd fix to release fileCorinna Vinschen1-0/+2
2015-07-20Fix potential hang in ldd if DLL encounters missing entry pointCorinna Vinschen2-4/+11
2015-07-19Lower Cygwin's MINSIGSTKSZ and SIGSTKSZCorinna Vinschen2-6/+9
2015-07-19Reduce stack pressure throughout CygwinCorinna Vinschen10-85/+141
2015-07-18Remove x86_64 __sjfault/__ljfaultCorinna Vinschen2-65/+5
2015-07-18Rearrange makecontext and add lots of commentsCorinna Vinschen2-12/+42
2015-07-17Fix ucontext creation in call_signal handlerCorinna Vinschen2-4/+21
2015-07-17Comment fixupCorinna Vinschen2-6/+13
2015-07-17Reuse __unwind_single_frame where appropriateCorinna Vinschen2-58/+42
2015-07-17Implement getcontext, setcontext, makecontext, swapcontextCorinna Vinschen10-2/+301