summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing dcrt0.cc patch to previous commitCorinna Vinschen2015-12-032-1/+4
* Safely recognize when fork is running from main thread or another pthreadCorinna Vinschen2015-12-033-2/+10
* Rename parent stack members in child_info struct to align with OS namesCorinna Vinschen2015-12-024-28/+36
* Drop using _tlsbase and _tlstop in favor of access via NtCurrentTeb.Corinna Vinschen2015-12-027-40/+41
* miscfuncs.cc: Fix typos in commentCorinna Vinschen2015-12-021-2/+2
* Only generate BUILTIN SIDs for uid/gid values <= 999Corinna Vinschen2015-11-292-2/+7
* Use correct gid value for Microsoft Account when /etc/group is in useCorinna Vinschen2015-11-292-2/+18
* Save and restore MXCSR register in delayed signal handlingCorinna Vinschen2015-11-282-0/+7
* Belatedly create release notes for commits 2f4fef9 and 9471b0bCorinna Vinschen2015-11-271-0/+7
* Fix race condition when waiting for a signalCorinna Vinschen2015-11-2712-26/+63
* Fix SEGV of kill -l 0Michael Kwasigroch2015-11-262-3/+8
* Fix creating relative native symlinks in top-level directoriesCorinna Vinschen2015-11-262-1/+5
* Add MacType to BLODADavid Macek2015-11-262-2/+7
* Add a section describing peculiarities of how Cygwin creates NTFS symlinksDavid Macek2015-11-262-0/+8
* Add Forefront TMG to the BLODADavid Macek2015-11-262-0/+5
* Only build _strtodg_r on targets supporting a distinct long double typeCorinna Vinschen2015-11-262-0/+9
* libc/stdlib/strtorx.c: Fix ifdef to check _LDBL_EQ_DBL.Steve Ellcey2015-11-242-2/+6
* [ARM] Adjust strcmp-armv7.S selection logic.Marcus Shawcroft2015-11-234-3/+40
* [ARM] Factor out the thumb2 -Os implementation.Marcus Shawcroft2015-11-234-13/+63
* Fix initialisation of .upper.bss for the MSP430.Nick Clifton2015-11-232-0/+5
* Fix numeric and monetary decimal point and thousands separator in fa_IR and p...Corinna Vinschen2015-11-215-10/+77
* Handle multibyte decimapl point in strtold.Corinna Vinschen2015-11-212-1/+13
* Mention strtold patch in Cygwin 2.4.0 release messageCorinna Vinschen2015-11-201-0/+4
* Import correctly working strtold from David M. Gay.Corinna Vinschen2015-11-2014-19/+1369
* Make match function globally available to stdlib functions.Corinna Vinschen2015-11-204-21/+26
* Drop unused declaration from wcstold.cCorinna Vinschen2015-11-202-2/+4
* Fix typo in rpmatch doc referenceYaakov Selkowitz2015-11-192-1/+5
* ldtoa.c: Reindent to GNU styleCorinna Vinschen2015-11-192-2317/+2408
* Fix rpmatch build problemCorinna Vinschen2015-11-192-0/+5
* Simplify the markup for sprintf and swprintf documentationJon Turney2015-11-193-64/+76
* Improve markup of sscanf and swscanf documentationJon Turney2015-11-193-114/+242
* Document new ACL codeCorinna Vinschen2015-11-183-0/+63
* get_posix_access: Skip merging permissions if user can't get more permissionsCorinna Vinschen2015-11-182-2/+17
* get_posix_access: Fix computation of effective user permissionsCorinna Vinschen2015-11-182-2/+7
* Fix file type mode bit handling on object security.Corinna Vinschen2015-11-183-12/+24
* setfacl: Allow to combine -b and -k optionsCorinna Vinschen2015-11-185-129/+156
* Fix permission evaluation for !new_style ACLsCorinna Vinschen2015-11-184-54/+72
* Fix up POSIX permission handlingCorinna Vinschen2015-11-183-9/+67
* Use Authz to fetch correct user permissions.Corinna Vinschen2015-11-182-2/+28
* Add Authz class to compute exact POSIX user perms in a security descriptorCorinna Vinschen2015-11-185-25/+194
* * sec_acl.cc (get_posix_access): Fix class_perm in !new_style case.Corinna Vinschen2015-11-182-1/+6
* Reapply POSIX ACL changes.Corinna Vinschen2015-11-1818-1359/+1819
* Bump Cygwin DLL version to 2.4.0Corinna Vinschen2015-11-182-2/+7
* Add missing ChangeLog entry for previous commitCorinna Vinschen2015-11-181-0/+6
* Update Cygwin's fnmatch to latest from FreeBSD.Corinna Vinschen2015-11-183-55/+87
* Don't generate Windows native symlinks targeting Cygwin-only targetsCorinna Vinschen2015-11-182-2/+15
* Regenerate Cygwin locale message infoCorinna Vinschen2015-11-182-29/+46
* cygwin: export rpmatch(3)Yaakov Selkowitz2015-11-176-1/+26
* Add rpmatch(3)Yaakov Selkowitz2015-11-176-2/+113
* [ARM] Factor out the thumb1 -Os implementation.cygwin-2_3_1-releasecygwin-2_3_1-relaseMarcus Shawcroft2015-11-134-15/+58