summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Add FAQ entry on how Cygwin counters install and update MITM attacksDavid A. Wheeler2015-04-232-1/+127
* | Try to make sure struct _mcontext is 16-byte alignedJon TURNEY2015-04-233-3/+8
* | Add parens around MIN/MAX values in stdint.h.Corinna Vinschen2015-04-232-71/+75
* | Drop local stdint.h and inttypes.h in favor of newlib filesCorinna Vinschen2015-04-234-544/+7
* | Add <sys/_stdint.h> for FreeBSD compatibilitySebastian Huber2015-04-236-46/+87
* | Provide ucontext to signal handlersJon TURNEY2015-04-234-2/+70
* | Make stack_t typedef generally availableJon TURNEY2015-04-232-9/+14
* | Add cygwin_internal() operation to retrieve the EXCEPTION_RECORD from a sigin...Jon TURNEY2015-04-234-1/+26
* | Rename struct ucontext to struct __mcontextJon TURNEY2015-04-232-9/+26
* | Fix UTF-16 surrogate handling in wctomb and friends.Corinna Vinschen2015-04-233-1/+9
* | Avoid potential crash at startup or in getgroups(2).Corinna Vinschen2015-04-233-1/+13
* | Fix documentation of cygwin_internal()'s return type.Jon TURNEY2015-04-232-1/+5
* | Fix buffer size error handling in gethostname.Renato Silva2015-04-232-1/+8
* | Add release msgCorinna Vinschen2015-04-231-0/+10
* | Document GNU basename.Corinna Vinschen2015-04-232-0/+23
* | Don't allow fully qualified Windows account names.Corinna Vinschen2015-04-232-0/+12
* | Avoid excessive locking and calling tzset in time functions.Corinna Vinschen2015-04-234-5/+25
* | Add _tzset_unlocked and _tzset_unlocked_rCorinna Vinschen2015-04-236-23/+49
* | Move tzset calls to time functions.Craig Howland2015-04-235-7/+13
* | strftime: use tzname if TM_ZONE is NULLYaakov Selkowitz2015-04-232-3/+8
* | cygwin: add GNU basename(3)Yaakov Selkowitz2015-04-235-1/+44
* | string: add GNU basename(3)Yaakov Selkowitz2015-04-236-2/+61
* | Try best to handle user from domain not in trusted domain list.Corinna Vinschen2015-04-233-4/+45
* | Prepare to rename/reuse struct ucontext.Corinna Vinschen2015-04-236-112/+120
* | Add CMIN and CTIME definitionsCorinna Vinschen2015-04-233-4/+11
* | Bump tty.cc copyright dateCorinna Vinschen2015-04-231-1/+1
* | TIOCPKT mode of PTY is broken if ONLCR bit is cleared.Takashi Yano2015-04-237-132/+168
* | Import <sys/tree.h> from FreeBSDSebastian Huber2015-04-232-0/+805
* | Ignore __STDC_{FORMAT,LIMIT,CONSTANT}_MACROSCorinna Vinschen2015-04-233-23/+9
* | * newlib.hin: Remove _UINTPTR_EQ_ULONG and _UINTPTR_EQ_ULONGLONG.Joel Sherrill2015-04-232-6/+4
* | Change from configure time to compile time probe for intptr_t definition.Joel Sherrill2015-04-235-110/+36
* | Drop cygwin/_types.h.Corinna Vinschen2015-04-232-16/+4
* | Add ChangeLog entry for last patch to libc/include/sys/time.h.Steve Ellcey2015-04-231-0/+5
* | Replace uint32_t/uint64_t type usage with __uint32_t/__uint64_t.Steve Ellcey2015-04-231-18/+18
|/
* Implmenet faster getfrompw/getfromgrCorinna Vinschen2015-03-187-18/+43
* Drop unneeded passwd argument from security functionsCorinna Vinschen2015-03-185-18/+31
* Drop unused timeoput paramter to internal_getloginCorinna Vinschen2015-03-174-7/+9
* Add *.swp (Vim swap files) to .gitignoreCorinna Vinschen2015-03-171-0/+1
* Avoid name change if script is called via symlink from execvp et al.Corinna Vinschen2015-03-173-6/+14
* Fix newlib texinfo source so 'info libc' and 'info libm' workJon TURNEY2015-03-163-6/+13
* Fix winsup/doc to install into prefixJon TURNEY2015-03-162-0/+5
* Teach stackinfo::walk() how to virtually unwind the tls sigstackJon TURNEY2015-03-133-0/+21
* Remove now useless include/cygwin/sys_time.hCorinna Vinschen2015-03-132-27/+5
* Drop including cygwin/sys_time.h on Cygwin.Corinna Vinschen2015-03-132-4/+4
* Merge parts of <sys/time.h> from FreeBSDSebastian Huber2015-03-135-65/+539
* net.cc: Remove extra braces.Alexey Pavlov2015-03-132-2/+7
* Fix typo in include/cygwin/version.hAlexey Pavlov2015-03-122-1/+5
* Drop defining _BSDTYPES_DEFINED before including winsup.h.Corinna Vinschen2015-03-122-2/+5
* Import libc/sys/rtems/include/semaphore.h from FreeBSD.Sebastian Huber2015-03-122-0/+60
* Let pty slave detect closure of last master handleTakashi Yano2015-03-122-3/+14