summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
...
* Try to handle concurrent close on socket more gracefullyCorinna Vinschen2015-06-152-14/+53
* Handle more Winsock error codes.Corinna Vinschen2015-06-152-0/+7
* Don't enforce SA_RESTART in non-main threadsCorinna Vinschen2015-06-152-1/+12
* Fix ChangeLog entryCorinna Vinschen2015-06-111-1/+1
* Improve strace to log most Windows debug eventsJon TURNEY2015-06-113-2/+80
* Bump minor DLL version to 5Corinna Vinschen2015-06-112-1/+5
* Drop Windows 2000 considerations in ps, fix uid field lengthCorinna Vinschen2015-06-102-31/+22
* Avoid compiler warning in latest patchcygwin-2_0_4-releaseCorinna Vinschen2015-06-082-2/+7
* Evaluate /proc/$PID/{root,cwd,cmdline} for native processesCorinna Vinschen2015-06-083-3/+94
* add bind mount fix to release notesCorinna Vinschen2015-06-081-0/+3
* Bind mounts require POSIX pathsCorinna Vinschen2015-06-082-2/+12
* winsup/doc: Remove ancient unused Makefile rules to make documentation tarballJon TURNEY2015-06-082-11/+5
* Avoid delays trying to fetch Cygwin info from non-Cygwin processesCorinna Vinschen2015-06-083-1/+22
* Generate SIGHUP for terminal process group on tty master closeTakashi Yano2015-06-082-6/+25
* Bump minor DLL version to 4Corinna Vinschen2015-06-082-1/+5
* Add Cygwin 2.0.3 release filecygwin-2_0_3-releaseCorinna Vinschen2015-06-031-0/+8
* Bump minor DLL version to 3Corinna Vinschen2015-06-022-1/+5
* Remove mention of installing everythingJon TURNEY2015-06-013-12/+6
* Use NtQueryObject to detect closing the last master handleCorinna Vinschen2015-05-282-8/+29
* * net.cc: Define _NETIOAPI_H_ to accomodate newer w32api.Takashi Yano2015-05-272-1/+6
* Bump minor DLL version to 2cygwin-2_0_2-releaseCorinna Vinschen2015-05-032-1/+5
* Bump minor DLL version to 1cygwin-2_0_1-releaseCorinna Vinschen2015-04-303-1/+13
* Use all ACEs from original ACL on Samba shareCorinna Vinschen2015-04-302-3/+8
* Fix more typos in ntsec.xmlYaakov Selkowitz2015-04-291-4/+4
* Define __s64 and __u64cygwin-2_0_0-releaseCorinna Vinschen2015-04-272-1/+9
* 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
* 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
* Introduce sidfromuid and sidfromgidCorinna Vinschen2015-04-234-14/+30
* Remove __acl16 from official headerCorinna Vinschen2015-04-233-10/+11
* 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