summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | cygserver.xml: Add new section. How to install Cygserver.Mike DePaulo2015-04-272-0/+18
* | Document previous unlink patchCorinna Vinschen2015-04-231-0/+6
* | Handle unlinking in-use files on virtual drivesCorinna Vinschen2015-04-234-3/+46
* | Fix closing too many handles in pty fchown/fchmodCorinna Vinschen2015-04-232-3/+5
* | Fix OPOST for non-Cygwin pty slavesTakashi Yano2015-04-235-19/+178
* | Undef basename before defining function.Corinna Vinschen2015-04-232-0/+7
* | Fix basename prototype collision string.h vs libgen.hCorinna Vinschen2015-04-233-12/+34
* | libgloss: mcore: add custom syscall headerMike Frysinger2015-04-232-0/+47
* | libgloss: arm: fix copy & paste in syscall.hMike Frysinger2015-04-232-3/+7
* | Remove Cygwin's libgen.hCorinna Vinschen2015-04-232-23/+4
* | Asia/Calcutta -> Asia/Kolkata (not on unicode.org)Corinna Vinschen2015-04-233-4/+13
* | Fix inconsistencies in docs regarding fstab and executable file detectionDavid Macek2015-04-231-7/+6
* | Fix broken SID in passwd/group entry for unkown accountCorinna Vinschen2015-04-232-1/+6
* | Fix broken PSID problem on cygheap in account handlingCorinna Vinschen2015-04-234-4/+20
* | Don't rely on size argument in shmget callCorinna Vinschen2015-04-233-1/+17
* | Bump Cygwin version to 2.0.0.Corinna Vinschen2015-04-235-3/+13
* | Set mcontext.cr2 to the faulting addressJon TURNEY2015-04-232-0/+9
* | Only construct ucontext for SA_SIGINFO signal handlersJon TURNEY2015-04-232-22/+38
* | Initialize context before RtlContextCaptureJon TURNEY2015-04-232-2/+11
* | Call open_null to open fake handleCorinna Vinschen2015-04-232-2/+6
* | For the RX port, avoid using string instructions when __RX_DISALLOW_STRING_IN...Nick Clifton2015-04-2316-0/+272
* | Add .note and DWARF3 sections to RX linker scripts.Nick Clifton2015-04-233-0/+17
* | Introduce sidfromuid and sidfromgidCorinna Vinschen2015-04-234-14/+30
* | Remove __acl16 from official headerCorinna Vinschen2015-04-233-10/+11
* | Always include the .csstart section in RL78 executables.Nick Clifton2015-04-233-2/+7
* | Remove unused 32/64 bit tty codeCorinna Vinschen2015-04-232-18/+8
* | Raise # of ptys to 128.Corinna Vinschen2015-04-235-3154/+6324
* | Compile exceptions.cc with -fno-omit-frame-pointer on x86Jon TURNEY2015-04-232-52/+13
* | Cygwin hangs up if several keys are typed during outputting a lot of texts.Takashi Yano2015-04-232-1/+6
* | 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