summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Disallow S_ISGID on directories without default ACL entriesCorinna Vinschen2016-04-191-1/+13
* Handle permissions a bit closer to POSIX 1003.1eCorinna Vinschen2016-04-182-10/+10
* Also create NULL SID ACE if special POSIX bits are setCorinna Vinschen2016-04-181-0/+1
* Fix definition of __size_tSebastian Huber2016-04-181-2/+2
* Add release message for commit e2ea143Corinna Vinschen2016-04-181-0/+4
* Fix attempt to create ACLs without NULL SIDCorinna Vinschen2016-04-181-3/+6
* libc/sys/rtems/crt0.c: Add <sys/lock.h> symbols required to link autoconf probesJoel Sherrill2016-04-151-1/+32
* Cygwin: Drop definition and usage of _mode_t in favor of __mode_tCorinna Vinschen2016-04-152-4/+3
* Provide FNONBLOCK for BSD compatiblitySebastian Huber2016-04-151-0/+4
* Provide __size_t via <sys/_types.h>Sebastian Huber2016-04-152-2/+17
* Include <machine/endian.h> in <sys/types.h>Sebastian Huber2016-04-151-0/+1
* Add __va_list to <sys/_types.h>Sebastian Huber2016-04-151-0/+6
* Add BSD guards for fixed-size integer typesChristian Mauderer2016-04-151-4/+35
* Add BSD guard for useconds_tSebastian Huber2016-04-152-1/+5
* Add BSD guard for nlink_tSebastian Huber2016-04-152-1/+5
* Provide POSIX defined fsblkcnt_t and fsfilcnt_tSebastian Huber2016-04-154-12/+22
* Provide POSIX defined blksize_t in <sys/types.h>Sebastian Huber2016-04-156-8/+16
* Provide POSIX defined blkcnt_t in <sys/types.h>Sebastian Huber2016-04-156-8/+17
* Add BSD guard for timer_tSebastian Huber2016-04-152-4/+6
* Add BSD guard for clockid_tSebastian Huber2016-04-152-4/+7
* Add BSD guard for time_tSebastian Huber2016-04-156-12/+19
* Add BSD guard for clock_tSebastian Huber2016-04-153-7/+11
* Define mode_t via __mode_tSebastian Huber2016-04-154-49/+23
* Add BSD guard for ino_t in <sys/types.h>Sebastian Huber2016-04-155-15/+19
* Provide POSIX defined id_t in <sys/types.h>Sebastian Huber2016-04-153-6/+9
* Use __machine_*_t_defined for internal typesSebastian Huber2016-04-156-49/+49
* Feature test macros overhaul: string.h and strings.h overlapsYaakov Selkowitz2016-04-132-7/+12
* Get rid of some special cases for Cygwin in sys/types.hCorinna Vinschen2016-04-135-35/+34
* Add BSD guards for off_t, dev_t, uid_t, and gid_tSebastian Huber2016-04-131-4/+16
* Eliminate use of Newlib-specific <machine/types.h>Sebastian Huber2016-04-1314-46/+40
* Add Cygwin 2.5.1 release message fileCorinna Vinschen2016-04-121-0/+14
* Reformat comments in Cygwin's version.h, remove very outdated infoCorinna Vinschen2016-04-121-475/+434
* Bump Cygwin DLL version to 2.5.1.Corinna Vinschen2016-04-121-1/+1
* strxfrm/wcsxfrm: Always return length of the transformed stringCorinna Vinschen2016-04-121-12/+24
* Move kernel dependent parts of <sys/time.h>cygwin-2_5_0-releaseSebastian Huber2016-04-083-149/+204
* math: fix isinf/isnan on SPU after move to math.hYaakov Selkowitz2016-04-072-0/+4
* Drop <unistd.h> include from RTEMS <sys/param.h>Sebastian Huber2016-04-071-2/+0
* Fix typo in the name of the MSP430 attribute section of example MSP430 linker...Nick Clifton2016-04-072-2/+2
* Be truthful about reporting whether readahead is availableJohannes Schindelin2016-04-051-1/+2
* math: update isinf/isnan function comments after move to math.hYaakov Selkowitz2016-04-057-19/+19
* Add latest changes to release messageCorinna Vinschen2016-04-052-0/+18
* Revert "Refactor to avoid nonnull checks on "this" pointer."Corinna Vinschen2016-04-059-75/+38
* math: guard BSD finite/isinf/isnan functions properly in math.hYaakov Selkowitz2016-04-042-19/+19
* winsup/utils: port getconf to 64-bitYaakov Selkowitz2016-04-041-12/+23
* cygwin: update sysconf for new featuresYaakov Selkowitz2016-04-041-3/+3
* cygwin/math: make isinf functions signedYaakov Selkowitz2016-04-041-3/+3
* Feature test macros overhaul: Cygwin pthread.hYaakov Selkowitz2016-04-041-8/+21
* Feature test macros overhaul: tar.hYaakov Selkowitz2016-04-041-0/+4
* Add cpio.hYaakov Selkowitz2016-04-041-0/+30
* cygwin: make POSIX/XSI version macros dependent on feature test macrosYaakov Selkowitz2016-04-041-10/+37