aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-28Fix comment in sys/wait.hgithub/cygwin-2.0cygwin-2.0Corinna Vinschen2-1/+5
2015-05-28Use NtQueryObject to detect closing the last master handleCorinna Vinschen2-8/+29
2015-05-27* net.cc: Define _NETIOAPI_H_ to accomodate newer w32api.Takashi Yano2-1/+6
2015-05-27Fix potential memory leak in argz_replaceDavid Stacey2-1/+8
2015-05-27Avoid unneeded truncation to "int"newlib-snapshot-20150526DJ Delorie2-1/+6
2015-05-27or1k: Add missing initialization of impure ptrJeff Johnston2-0/+7
2015-05-27or1k: set heap start for optimsoc-gzllJeff Johnston2-0/+33
2015-05-27or1k: Make heap start configurableJeff Johnston2-2/+7
2015-05-27or1k: UART also accept timeout interruptJeff Johnston2-3/+9
2015-05-27Bug fix in timer for or1kJeff Johnston2-1/+5
2015-05-27Store entire context for or1kJeff Johnston2-0/+14
2015-05-27Fix exception stack frame for or1kJeff Johnston3-3/+8
2015-05-27Fix interrupt handling for or1k.Jeff Johnston2-28/+28
2015-05-27Add a check that the data area does not overrun the stack.Nick Clifton7-3/+110
2015-05-27Update signbit functions to work on targets where integers are only 16-bits.Nick Clifton2-4/+9
2015-05-27Adds support for placing MSP430 code and data into either low memory or high ...Nick Clifton10-786/+455
2015-05-03Bump minor DLL version to 2cygwin-2_0_2-releaseCorinna Vinschen2-1/+5
2015-05-02Revert to exposing sys/select.h from sys/time.h on CygwinCorinna Vinschen2-0/+10
2015-04-30Bump minor DLL version to 1cygwin-2_0_1-releaseCorinna Vinschen3-1/+13
2015-04-30Use all ACEs from original ACL on Samba shareCorinna Vinschen2-3/+8
2015-04-29Fix more typos in ntsec.xmlYaakov Selkowitz1-4/+4
2015-04-29Improve check for int32_t being long or intCorinna Vinschen5-32/+53
2015-04-27Define __s64 and __u64cygwin-2_0_0-releaseCorinna Vinschen2-1/+9
2015-04-27cygserver.xml: Add new section. How to install Cygserver.Mike DePaulo2-0/+18
2015-04-23Document previous unlink patchCorinna Vinschen1-0/+6
2015-04-23Handle unlinking in-use files on virtual drivesCorinna Vinschen4-3/+46
2015-04-23Fix closing too many handles in pty fchown/fchmodCorinna Vinschen2-3/+5
2015-04-23Fix OPOST for non-Cygwin pty slavesTakashi Yano5-19/+178
2015-04-23Undef basename before defining function.Corinna Vinschen2-0/+7
2015-04-23Fix basename prototype collision string.h vs libgen.hCorinna Vinschen3-12/+34
2015-04-23libgloss: mcore: add custom syscall headerMike Frysinger2-0/+47
2015-04-23libgloss: arm: fix copy & paste in syscall.hMike Frysinger2-3/+7
2015-04-23Remove Cygwin's libgen.hCorinna Vinschen2-23/+4
2015-04-23Asia/Calcutta -> Asia/Kolkata (not on unicode.org)Corinna Vinschen3-4/+13
2015-04-23Fix inconsistencies in docs regarding fstab and executable file detectionDavid Macek1-7/+6
2015-04-23Fix broken SID in passwd/group entry for unkown accountCorinna Vinschen2-1/+6
2015-04-23Fix broken PSID problem on cygheap in account handlingCorinna Vinschen4-4/+20
2015-04-23Don't rely on size argument in shmget callCorinna Vinschen3-1/+17
2015-04-23Bump Cygwin version to 2.0.0.Corinna Vinschen5-3/+13
2015-04-23Set mcontext.cr2 to the faulting addressJon TURNEY2-0/+9
2015-04-23Only construct ucontext for SA_SIGINFO signal handlersJon TURNEY2-22/+38
2015-04-23Initialize context before RtlContextCaptureJon TURNEY2-2/+11
2015-04-23Call open_null to open fake handleCorinna Vinschen2-2/+6
2015-04-23For the RX port, avoid using string instructions when __RX_DISALLOW_STRING_IN...Nick Clifton16-0/+272
2015-04-23Add .note and DWARF3 sections to RX linker scripts.Nick Clifton3-0/+17
2015-04-23Introduce sidfromuid and sidfromgidCorinna Vinschen4-14/+30
2015-04-23Remove __acl16 from official headerCorinna Vinschen3-10/+11
2015-04-23Always include the .csstart section in RL78 executables.Nick Clifton3-2/+7
2015-04-23Remove unused 32/64 bit tty codeCorinna Vinschen2-18/+8
2015-04-23Raise # of ptys to 128.Corinna Vinschen5-3154/+6324