summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [ARM] Adding strlen.SMarcus Shawcroft2015-11-136-29/+78
* [ARM] Rename strlen to strlen-stub.cMarcus Shawcroft2015-11-134-3/+10
* [ARM] Reorganize strlen selection.Marcus Shawcroft2015-11-136-190/+25
* [ARM] Refactor strlen.c #if nesting.Marcus Shawcroft2015-11-132-26/+20
* Add Synopsys license for newlib and libglossAnton Kolesov2015-11-123-0/+65
* Add support for ARC to newlibAnton Kolesov2015-11-1241-6/+10054
* Add support for ARC to libglossAnton Kolesov2015-11-1216-6/+5568
* Remove obsolete ARC systemAnton Kolesov2015-11-1216-6618/+20
* Fix multilib libgloss selection.Marcus Shawcroft2015-11-122-1/+6
* makedoc: Don't interpret license text as a commandJon Turney2015-11-122-8/+16
* doc: Fix some inconsistent QUICKREF linesJon Turney2015-11-126-5/+18
* makedoc: Fix INTERNAL(|DEFINITION|FUNCTION) command definitionsJon Turney2015-11-122-4/+9
* AArch64: Tune memcpyWilco Dijkstra2015-11-122-24/+37
* flock: Fix hang in object collision caseCorinna Vinschen2015-11-123-2/+12
* Avoid .eh_frame in ARM newlib.Joseph Myers2015-11-128-0/+18
* Add comment to explain previous patchCorinna Vinschen2015-11-121-0/+2
* Fix crash at process init on 64 bit XP/2003 under WOW64Corinna Vinschen2015-11-123-3/+26
* Bump Cygwin DLL minor numberCorinna Vinschen2015-11-092-1/+5
* Reorganize memchr selection.cygwin-2_3_0-releaseMarcus Shawcroft2015-11-067-124/+117
* Reorganize memcpy selection.Marcus Shawcroft2015-11-067-296/+92
* Replace __attribute((__warning__())) by __attribute__((deprecated()))Olivier Martin2015-11-062-2/+7
* Fake volume serial number on filesystems not providing itCorinna Vinschen2015-11-052-2/+33
* Avoid deadlock in flock(2)Corinna Vinschen2015-11-054-5/+16
* Fix iterating over pending signals if a signal doesn't have to be clearedCorinna Vinschen2015-11-052-3/+15
* Accommodate trailing NUL in PrlSF filesystem name.Corinna Vinschen2015-11-044-1/+12
* Add missing release message for 68b4238f4a1276a1f6f18430580b62dfa0420ffdCorinna Vinschen2015-11-041-0/+3
* Fix potential endless loop in pending_signals::clearCorinna Vinschen2015-11-032-9/+9
* [ARM] Select appropriate memcpy implementation for ARMv8-a.Marcus Shawcroft2015-11-036-14/+106
* Move duplicated documentation rules to Makefile.sharedJeff Johnston2015-11-0276-5445/+4150
* Consistently use an em-dash in math functions.Jeff Johnston2015-11-0223-34/+59
* Add missing semicolons to prototypes.Jeff Johnston2015-11-0210-38/+51