summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove unused 32/64 bit tty codeCorinna Vinschen2015-04-072-18/+8
| * Raise # of ptys to 128.Corinna Vinschen2015-04-075-3154/+6324
| * Compile exceptions.cc with -fno-omit-frame-pointer on x86Jon TURNEY2015-04-072-52/+13
| * Cygwin hangs up if several keys are typed during outputting a lot of texts.Takashi Yano2015-04-032-1/+6
| * Add FAQ entry on how Cygwin counters install and update MITM attacksDavid A. Wheeler2015-04-032-1/+127
| * Try to make sure struct _mcontext is 16-byte alignedJon TURNEY2015-04-023-3/+8
| * Rename index variable from i to idx.Corinna Vinschen2015-04-022-16/+22
| * Drop unused parameter from add_access_*_aceCorinna Vinschen2015-04-024-53/+56
| * Add parens around MIN/MAX values in stdint.h.Corinna Vinschen2015-04-012-71/+75
| * Drop local stdint.h and inttypes.h in favor of newlib filesCorinna Vinschen2015-04-014-544/+7
| * Add <sys/_stdint.h> for FreeBSD compatibilitySebastian Huber2015-04-016-46/+87
| * Provide ucontext to signal handlersJon TURNEY2015-04-014-2/+70
| * Make stack_t typedef generally availableJon TURNEY2015-04-012-9/+14
| * Add cygwin_internal() operation to retrieve the EXCEPTION_RECORD from a sigin...Jon TURNEY2015-04-014-1/+26
| * Rename struct ucontext to struct __mcontextJon TURNEY2015-04-012-9/+26
| * Fix UTF-16 surrogate handling in wctomb and friends.Corinna Vinschen2015-04-013-1/+9
| * Avoid potential crash at startup or in getgroups(2).Corinna Vinschen2015-04-013-1/+13
| * Fix documentation of cygwin_internal()'s return type.Jon TURNEY2015-03-312-1/+5
| * Fix buffer size error handling in gethostname.Renato Silva2015-03-312-1/+8
| * Add release msgCorinna Vinschen2015-03-311-0/+10
| * Document GNU basename.Corinna Vinschen2015-03-312-0/+23
| * Don't allow fully qualified Windows account names.Corinna Vinschen2015-03-312-0/+12
| * Avoid excessive locking and calling tzset in time functions.Corinna Vinschen2015-03-314-5/+25
| * Add _tzset_unlocked and _tzset_unlocked_rCorinna Vinschen2015-03-316-23/+49
| * Move tzset calls to time functions.Craig Howland2015-03-315-7/+13
| * strftime: use tzname if TM_ZONE is NULLYaakov Selkowitz2015-03-302-3/+8
| * cygwin: add GNU basename(3)Yaakov Selkowitz2015-03-305-1/+44
| * string: add GNU basename(3)Yaakov Selkowitz2015-03-306-2/+61
| * Try best to handle user from domain not in trusted domain list.Corinna Vinschen2015-03-303-4/+45
| * Prepare to rename/reuse struct ucontext.Corinna Vinschen2015-03-306-112/+120
| * Add CMIN and CTIME definitionsCorinna Vinschen2015-03-253-4/+11
| * Bump tty.cc copyright dateCorinna Vinschen2015-03-251-1/+1
| * TIOCPKT mode of PTY is broken if ONLCR bit is cleared.Takashi Yano2015-03-257-132/+168
| * Import <sys/tree.h> from FreeBSDSebastian Huber2015-03-242-0/+805
| * Ignore __STDC_{FORMAT,LIMIT,CONSTANT}_MACROSCorinna Vinschen2015-03-243-23/+9
| * * newlib.hin: Remove _UINTPTR_EQ_ULONG and _UINTPTR_EQ_ULONGLONG.newlib-snapshot-20150323Joel Sherrill2015-03-232-6/+4
| * Change from configure time to compile time probe for intptr_t definition.Joel Sherrill2015-03-235-110/+36
| * Drop cygwin/_types.h.Corinna Vinschen2015-03-232-16/+4
| * Handle S_ISGID bit and multiple ACEs for ownerCorinna Vinschen2015-03-192-5/+43
| * Add ChangeLog entry for last patch to libc/include/sys/time.h.Steve Ellcey2015-03-191-0/+5
| * Replace uint32_t/uint64_t type usage with __uint32_t/__uint64_t.Steve Ellcey2015-03-191-18/+18
| * Preliminary read side implementation of new permission handling.Corinna Vinschen2015-03-186-355/+394
* | Fix comment in sys/wait.hCorinna Vinschen2015-05-282-1/+5
* | Use NtQueryObject to detect closing the last master handleCorinna Vinschen2015-05-282-8/+29
* | * net.cc: Define _NETIOAPI_H_ to accomodate newer w32api.Takashi Yano2015-05-272-1/+6
* | Fix potential memory leak in argz_replaceDavid Stacey2015-05-272-1/+8
* | Avoid unneeded truncation to "int"newlib-snapshot-20150526DJ Delorie2015-05-272-1/+6
* | or1k: Add missing initialization of impure ptrJeff Johnston2015-05-272-0/+7
* | or1k: set heap start for optimsoc-gzllJeff Johnston2015-05-272-0/+33
* | or1k: Make heap start configurableJeff Johnston2015-05-272-2/+7