Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-30Bump minor DLL version to 1cygwin-2_0_1-releaseCorinna Vinschen
2015-04-30Use all ACEs from original ACL on Samba shareCorinna Vinschen
2015-04-27Define __s64 and __u64cygwin-2_0_0-releaseCorinna Vinschen
2015-04-23Handle unlinking in-use files on virtual drivesCorinna Vinschen
2015-04-23Fix closing too many handles in pty fchown/fchmodCorinna Vinschen
2015-04-23Fix OPOST for non-Cygwin pty slavesTakashi Yano
2015-04-23Undef basename before defining function.Corinna Vinschen
2015-04-23Remove Cygwin's libgen.hCorinna Vinschen
2015-04-23Fix broken SID in passwd/group entry for unkown accountCorinna Vinschen
2015-04-23Fix broken PSID problem on cygheap in account handlingCorinna Vinschen
2015-04-23Don't rely on size argument in shmget callCorinna Vinschen
2015-04-23Bump Cygwin version to 2.0.0.Corinna Vinschen
2015-04-23Set mcontext.cr2 to the faulting addressJon TURNEY
2015-04-23Only construct ucontext for SA_SIGINFO signal handlersJon TURNEY
2015-04-23Initialize context before RtlContextCaptureJon TURNEY
2015-04-23Call open_null to open fake handleCorinna Vinschen
2015-04-23Introduce sidfromuid and sidfromgidCorinna Vinschen
2015-04-23Remove __acl16 from official headerCorinna Vinschen
2015-04-23Remove unused 32/64 bit tty codeCorinna Vinschen
2015-04-23Raise # of ptys to 128.Corinna Vinschen
2015-04-23Compile exceptions.cc with -fno-omit-frame-pointer on x86Jon TURNEY
2015-04-23Cygwin hangs up if several keys are typed during outputting a lot of texts.Takashi Yano
2015-04-23Try to make sure struct _mcontext is 16-byte alignedJon TURNEY
2015-04-23Drop local stdint.h and inttypes.h in favor of newlib filesCorinna Vinschen
2015-04-23Provide ucontext to signal handlersJon TURNEY
2015-04-23Add cygwin_internal() operation to retrieve the EXCEPTION_RECORD from a sigin...Jon TURNEY
2015-04-23Rename struct ucontext to struct __mcontextJon TURNEY
2015-04-23Avoid potential crash at startup or in getgroups(2).Corinna Vinschen
2015-04-23Fix buffer size error handling in gethostname.Renato Silva
2015-04-23Don't allow fully qualified Windows account names.Corinna Vinschen
2015-04-23Add _tzset_unlocked and _tzset_unlocked_rCorinna Vinschen
2015-04-23cygwin: add GNU basename(3)Yaakov Selkowitz
2015-04-23Try best to handle user from domain not in trusted domain list.Corinna Vinschen
2015-04-23Prepare to rename/reuse struct ucontext.Corinna Vinschen
2015-04-23Add CMIN and CTIME definitionsCorinna Vinschen
2015-04-23TIOCPKT mode of PTY is broken if ONLCR bit is cleared.Takashi Yano
2015-04-23Ignore __STDC_{FORMAT,LIMIT,CONSTANT}_MACROSCorinna Vinschen
2015-04-23Drop cygwin/_types.h.Corinna Vinschen
2015-03-18Implmenet faster getfrompw/getfromgrCorinna Vinschen
2015-03-18Drop unneeded passwd argument from security functionsCorinna Vinschen
2015-03-17Drop unused timeoput paramter to internal_getloginCorinna Vinschen
2015-03-17Avoid name change if script is called via symlink from execvp et al.Corinna Vinschen
2015-03-13Teach stackinfo::walk() how to virtually unwind the tls sigstackJon TURNEY
2015-03-13Remove now useless include/cygwin/sys_time.hCorinna Vinschen
2015-03-13net.cc: Remove extra braces.Alexey Pavlov
2015-03-12Fix typo in include/cygwin/version.hAlexey Pavlov
2015-03-12Drop defining _BSDTYPES_DEFINED before including winsup.h.Corinna Vinschen
2015-03-12Let pty slave detect closure of last master handleTakashi Yano
2015-03-11Include sys/_timespec.h in cygwin/types.h to adjust to newlibCorinna Vinschen
2015-03-11* autoload.cc (CreateEnvironmentBlock): Make loading non-fatal.Corinna Vinschen