summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
...
* cygwin: unify reparse point checking code into single functionCorinna Vinschen2017-07-243-89/+70
* cygwin: fix formatting in check_reparse_point_targetCorinna Vinschen2017-07-241-3/+3
* cygwin: Fix resource leak in readdir reparse point handlingCorinna Vinschen2017-07-241-1/+1
* cygwin: add fflush fix to release notesCorinna Vinschen2017-07-191-0/+13
* cygwin: Bump DLL version to 2.8.3Corinna Vinschen2017-07-191-1/+1
* cygwin: Use errno instead of _impure_ptr->_errnoCorinna Vinschen2017-07-191-2/+1
* Revert "errno: Stop using _impure_ptr->_errno completely"Corinna Vinschen2017-07-193-5/+6
* cygwin: 2.8.2: add missing release message textcygwin-2_8_2-releaseCorinna Vinschen2017-07-121-0/+6
* cygwin: document signal.h fixesYaakov Selkowitz2017-07-121-1/+4
* cygwin: export fls, flsl, flsllCorinna Vinschen2017-07-114-1/+10
* Cygwin: fix guard on struct siginfo_tYaakov Selkowitz2017-07-101-2/+4
* Rename __in and __out in headers to avoid collision with Windows APIsDavid Macek2017-07-071-1/+1
* fix URL shortcuts launch with cygstart, create shortcuts directly in SM/Progr...Brian Inglis2017-07-061-7/+5
* fix cygwin-doc postinstall/preremove no SMPrograms/Cygwin dirBrian Inglis2017-07-062-17/+63
* Add ffsl(), ffsll(), fls(), flsl(), flsll()Sebastian Huber2017-07-051-22/+0
* Cygwin: fix signal.h with _POSIX_C_SOURCE=1Yaakov Selkowitz2017-07-041-0/+2
* add scandirat patch to release notesCorinna Vinschen2017-07-041-0/+13
* cygwin: scandirat: fix path given to scandirCorinna Vinschen2017-07-041-1/+1
* Bump DLL minor versionCorinna Vinschen2017-07-041-1/+1
* replace shortcut parameter assignments with read loops, run with shBrian Inglis2017-06-271-44/+20
* cygwin: doc: Fix doc install path in postinstall scriptCorinna Vinschen2017-06-231-3/+1
* Update documentation of cygwin setup proxy configuration detailsnewlib-snapshot-20170623Jon Turney2017-06-221-8/+5
* Update and sort list of cygwin setup command line options.Jon Turney2017-06-221-24/+38
* Note regtool fix in release messageCorinna Vinschen2017-06-221-0/+3
* cygwin: regtool: encode error messages correctlyFujii Hironori2017-06-201-5/+6
* Revert "cygserver: Revamp thread sleep handling"Corinna Vinschen2017-06-205-71/+99
* cygwin: readdir: Activate check for remote reparse pointsCorinna Vinschen2017-06-201-4/+5
* Compatibility improvements to reparse point handling.Joe_Lowe2017-06-203-36/+87
* cygwin: export strverscmp, add versionsortYaakov Selkowitz2017-06-196-1/+15
* Ensure that send() interrupted by a signal returns sucessfullyErik M. Bray2017-06-191-4/+4
* cygwin: document XSI sigpauseYaakov Selkowitz2017-06-141-0/+3
* Export XSI sigpauseYaakov Selkowitz2017-06-144-3/+23
* Feature test macros overhaul: Cygwin signal.hYaakov Selkowitz2017-06-141-1/+25
* cygwin: readdir: don't lookup mount target inodesCorinna Vinschen2017-06-141-41/+30
* readdir() with mount point dentry, return mount point INOJoe Lowe2017-06-141-23/+10
* Add COMODO Internet Security and ConEmu to BLODADavid Macek2017-06-091-1/+3
* cygwin: document lrint bugfixCorinna Vinschen2017-06-071-0/+3
* cygwin: Fix lrint{f,l} to return a 64 bit long on x86_64Corinna Vinschen2017-06-073-3/+9
* cygwin: document env var crash fixCorinna Vinschen2017-06-061-0/+3
* cygwin: Fix crash if env var name starts with non-ASCII charCorinna Vinschen2017-06-061-2/+2
* cygwin: document wcsxfrm fixCorinna Vinschen2017-06-061-0/+3
* cygwin wcsxfrm: byte swap result ourselvesCorinna Vinschen2017-06-061-8/+13
* cygwin CONTRIBUTORS: Add Daniel SantosCorinna Vinschen2017-04-251-0/+1
* Fix transposed lines in 2.8.1 release textJon Turney2017-04-241-2/+2
* Update 2.8.1 release textJon Turney2017-04-241-1/+7
* cygwin: add 2.8.1 release fileCorinna Vinschen2017-04-241-0/+23
* cygwin TEST: Add nagging debug output to pinfoCorinna Vinschen2017-04-241-0/+13
* cygwin: pinfo: do not wait for setting ppid on a transitional procinfoCorinna Vinschen2017-04-241-6/+11
* cygwin: try unprivileged symlink creation on W10 1703 and laterCorinna Vinschen2017-04-241-2/+9
* cygwin: wincap: handle W10 1703Corinna Vinschen2017-04-242-2/+28