summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Cygwin: add cuinof changes to release textCorinna Vinschen2018-04-111-0/+5
* Cygwin: cpuinfo: Use active CPU count per groupCorinna Vinschen2018-04-111-20/+36
* Cygwin: wincap: expose more SYSTEM_INFO members and use as appropriateCorinna Vinschen2018-04-113-12/+10
* Cygwin: cpuinfo: report L3 cache on Intel CPUsCorinna Vinschen2018-04-111-2/+3
* Cygwin: add strtod fix to release notesCorinna Vinschen2018-04-091-0/+4
* strtod: Convert 64 bit double to 64 bit int during computationCorinna Vinschen2018-04-091-0/+9
* newlib: fix iswupper_l in !_MB_CAPABLE caseCorinna Vinschen2018-03-271-1/+1
* Cygwin: AF_LOCAL: fix identifing abstract sockets in FS-related functionsCorinna Vinschen2018-03-261-6/+6
* Cygwin: fix typo in accept on inet and local socketsCorinna Vinschen2018-03-262-2/+2
* comments to document struct caseconv_entryThomas Wolff2018-03-261-3/+33
* newlib: fix indentation in toulowerThomas Wolff2018-03-261-10/+10
* Cygwin: delete /dev/kmsg and thus fhandler_mailslot without substitutionCorinna Vinschen2018-03-2513-1042/+623
* Cygwin: AF_UNIX: Redesign various aspectsCorinna Vinschen2018-03-182-190/+442
* Cygwin: ntdll.h: Define FSCTL_PIPE_PEEK and NtWaitForSingleObjectCorinna Vinschen2018-03-181-1/+4
* Cygwin: AF_UNIX: Add state_lock to guard manipulating shared state infoCorinna Vinschen2018-03-182-0/+9
* Cygwin: AF_UNIX: Use spinlock rather than SRWLOCKsCorinna Vinschen2018-03-181-17/+39
* Cygwin: tags: drop _EXFUN regexCorinna Vinschen2018-03-171-2/+0
* Reduce qsort stack consumptionHakan Lindqvist2018-03-161-6/+54
* Ensure qsort recursion depth is boundedHakan Lindqvist2018-03-161-12/+56
* Correct prototypes of pthread_mutex_getprioceiling() and pthread_setschedparam()Joel Sherrill2018-03-151-2/+2
* [arm] Fix syscalls.c for newlib embedded syscalls buildsRichard Earnshaw2018-03-151-119/+126
* ssp: fix wchar.h with -std=c99Yaakov Selkowitz2018-03-141-2/+2
* Fix alloc_align and alloc_size macros for multiple argumentsYaakov Selkowitz2018-03-142-4/+4
* ctype: align size of category bit fields to small targets needsCorinna Vinschen2018-03-141-2/+2
* Revert "ctype: align size of category bit fields to small targets needs"Corinna Vinschen2018-03-143-214/+136
* fix/enhance Unicode table generation scriptsThomas Wolff2018-03-142-18/+53
* ctype: align size of category bit fields to small targets needsCorinna Vinschen2018-03-143-136/+214
* towctrans_l: Always return a value from helper functionsCorinna Vinschen2018-03-131-19/+49
* rtems/.../dirent.h: Add alphasort() prototypeJoel Sherrill2018-03-131-0/+1
* Correct alloc_size annotation on reallocarray()Jon Turney2018-03-131-2/+1
* Cygwin: mark muto object as NO_COPYCorinna Vinschen2018-03-121-1/+1
* Cygwin: AF_UNIX: store per-socket info in shared memoryCorinna Vinschen2018-03-124-80/+238
* make target for explicit Unicode data tables generationThomas Wolff2018-03-121-0/+9
* character data generationThomas Wolff2018-03-123-0/+237
* use generated character dataThomas Wolff2018-03-1238-2681/+439
* generated character category data, Unicode 10.0Thomas Wolff2018-03-122-0/+2115
* generated case conversion data, Unicode 10.0Thomas Wolff2018-03-121-0/+304
* width data generationThomas Wolff2018-03-125-0/+1388
* use generated width dataThomas Wolff2018-03-121-126/+24
* generated width data, Unicode 10.0Thomas Wolff2018-03-123-0/+201
* Cygwin: AF_UNIX: fix up thread parameter block allocationCorinna Vinschen2018-03-111-3/+4
* Cygwin: AF_UNIX: use get_unique_id to create pipe nameCorinna Vinschen2018-03-111-1/+1
* Cygwin: AF_UNIX: fix dupCorinna Vinschen2018-03-101-1/+15
* Cygwin: AF_UNIX: Add fixup_after_exec methodCorinna Vinschen2018-03-102-2/+10
* Cygwin: AF_UNIX: fix creating abstract socket symlink nameCorinna Vinschen2018-03-101-1/+2
* Cygwin: don't skip O_TMPFILE files in readdirCorinna Vinschen2018-03-091-15/+9
* Cygwin: AF_UNIX: Implemant socketpairCorinna Vinschen2018-03-092-21/+67
* Cygwin: fix socketpair prototypeCorinna Vinschen2018-03-092-4/+4
* describe new locale modifier @cjkwide for user guideThomas Wolff2018-03-081-0/+13
* Cygwin: AF_UNIX: implement getsockopt SO_RCVBUF/SO_SNDBUFCorinna Vinschen2018-03-071-0/+10