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
path: root/winsup
AgeCommit message (Expand)Author
2015-06-08Avoid compiler warning in latest patchcygwin-2_0_4-releaseCorinna Vinschen
2015-06-08Evaluate /proc/$PID/{root,cwd,cmdline} for native processesCorinna Vinschen
2015-06-08add bind mount fix to release notesCorinna Vinschen
2015-06-08Bind mounts require POSIX pathsCorinna Vinschen
2015-06-08winsup/doc: Remove ancient unused Makefile rules to make documentation tarballJon TURNEY
2015-06-08Avoid delays trying to fetch Cygwin info from non-Cygwin processesCorinna Vinschen
2015-06-08Generate SIGHUP for terminal process group on tty master closeTakashi Yano
2015-06-08Bump minor DLL version to 4Corinna Vinschen
2015-06-03Add Cygwin 2.0.3 release filecygwin-2_0_3-releaseCorinna Vinschen
2015-06-02Bump minor DLL version to 3Corinna Vinschen
2015-06-01Remove mention of installing everythingJon TURNEY
2015-05-28Use NtQueryObject to detect closing the last master handleCorinna Vinschen
2015-05-27* net.cc: Define _NETIOAPI_H_ to accomodate newer w32api.Takashi Yano
2015-05-03Bump minor DLL version to 2cygwin-2_0_2-releaseCorinna Vinschen
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-29Fix more typos in ntsec.xmlYaakov Selkowitz
2015-04-27Define __s64 and __u64cygwin-2_0_0-releaseCorinna Vinschen
2015-04-27cygserver.xml: Add new section. How to install Cygserver.Mike DePaulo
2015-04-23Document previous unlink patchCorinna 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-23Asia/Calcutta -> Asia/Kolkata (not on unicode.org)Corinna Vinschen
2015-04-23Fix inconsistencies in docs regarding fstab and executable file detectionDavid Macek
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-23Add FAQ entry on how Cygwin counters install and update MITM attacksDavid A. Wheeler
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-23Fix UTF-16 surrogate handling in wctomb and friends.Corinna Vinschen
2015-04-23Avoid potential crash at startup or in getgroups(2).Corinna Vinschen
2015-04-23Fix documentation of cygwin_internal()'s return type.Jon TURNEY