summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make ldd stop after any non-continuable exceptionJon Turney2017-04-041-1/+9
* Cygwin: Export reallocarrayCorinna Vinschen2017-04-043-1/+4
* Bump Cygwin to 2.8.1Corinna Vinschen2017-04-041-1/+1
* Add BSD-specific reallocarray()Sebastian Huber2017-04-044-17/+68
* Renumber copyright clause 4imp2017-04-041-1/+1
* queue.3: Document existing QMD_* macroscem2017-04-041-0/+39
* queue(3): Enhance queue debugging macroscem2017-04-041-5/+37
* Add two new macros, SLIST_CONCAT and LIST_CONCATmckusick2017-04-041-2/+36
* Make the <sys/queue.h> fully usable within C++hselasky2017-04-041-14/+73
* Pass macro arguments properly.hselasky2017-04-041-2/+2
* Fix order of arguments in the TRACEBUF_INITIALIZERhselasky2017-04-041-1/+1
* Add new FOREACH_FROM variants for queue(3)lstewart2017-04-041-0/+53
* Renumber copyright clause 4imp2017-04-041-1/+1
* don't use C99 static array indices with older GCC versionsavg2017-04-041-0/+1
* Addition of clang nullability qualifiers.pfg2017-04-041-0/+7
* Remove unused __gnu_inline() attribute.pfg2017-04-041-16/+0
* Addition of clang nullability qualifiers.pfg2017-04-041-0/+8
* Fix C++ includability of crypto headers with static array sizesasomers2017-04-041-0/+14
* Stop exposing the C11 _Atomic() macro in <sys/cdefs.h>, when compiling for C++.dim2017-04-041-1/+2
* Rename __sentinel to __null_sentinelpfg2017-04-041-2/+2
* Use enum __packed in favour of -fshort-enumsSebastian Huber2017-04-036-48/+49
* Use .syntax unified instead of .syntax divided.cygwin-2_8_0-releaseCatherine Moore2017-03-302-2/+2
* Add latest changes to Cygwin release informationCorinna Vinschen2017-03-282-2/+18
* Change CURR_SHARED_MAGIC to account for getloadavg patchCorinna Vinschen2017-03-281-1/+1
* Implement getloadavg()Jon Turney2017-03-2711-4/+240
* declaration of ppoll() by poll.h should be guarded by _GNU_SOURCEJon Turney2017-03-271-0/+2
* Recognize Netapp mode supporting reparse pointsCorinna Vinschen2017-03-271-0/+1
* cygwin: Do not generate surrogate chars on netappCorinna Vinschen2017-03-241-1/+1
* Document cygserver changesCorinna Vinschen2017-03-241-0/+3
* cygserver: Speed up non-debug scenarioCorinna Vinschen2017-03-247-16/+30
* cygserver: Small code cleanupCorinna Vinschen2017-03-242-3/+3
* cygserver: Revamp thread sleep handlingCorinna Vinschen2017-03-245-99/+71
* cygserver: raise number of worker threads on demandCorinna Vinschen2017-03-242-12/+11
* cygserver: Only print basename of source in debug output to raise readabilityCorinna Vinschen2017-03-241-1/+2
* cygserver: Seralize debug output to stdout to raise readabilityCorinna Vinschen2017-03-241-0/+13
* dlfcn: Remove stray debug outputnewlib-snapshot-20170323Corinna Vinschen2017-03-222-2/+0
* Rename <sys/_locale.h> to <xlocale.h>Yaakov Selkowitz2017-03-2212-13/+18
* ARM: Fix IEEE-754 sqrt implementationSebastian Huber2017-03-222-2/+2
* ARM: Optimize IEEE-754 sqrt implementationSebastian Huber2017-03-214-1/+108
* Cygwin: dlfcn: Fix reference countingCorinna Vinschen2017-03-213-34/+57
* libc/string/strsignal.c: Use of || not && lead to dead code.Joel Sherrill2017-03-151-4/+2
* rtems/crt0.c: getentropy() stub did not return a value.Joel Sherrill2017-03-151-1/+1
* Add release message for commit 973f766f6Corinna Vinschen2017-03-141-0/+3
* Revert "Add release message for commit 973f766f6"Corinna Vinschen2017-03-142-6/+12
* Add release message for commit 973f766f6Corinna Vinschen2017-03-142-12/+6
* Fix duplocale (libc/locale/duplocale.c) which fails to properly call __loadlo...Koichi Murase2017-03-132-2/+7
* Extend 2.8.0 release textCorinna Vinschen2017-03-121-0/+5
* Implement fhandler_dev_null::write to workaround a problem with NULCorinna Vinschen2017-03-122-0/+11
* Return value from write is ssize_t, not intCorinna Vinschen2017-03-121-1/+1
* getrandom: it's MIN, not MAXYaakov Selkowitz2017-03-112-1/+3